+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/perl-Encode-Detect.spec            --define "debug_package %{nil}"            --undefine _annotated_build            --define "_missing_doc_files_terminate_build %{nil}"            --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d"            --define "_emacs_sitelispdir /usr/share/emacs/site-lisp"            --nocheck   ' mockbuild
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.FM7NBG
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf Encode-Detect-1.01
+ /usr/bin/tar -xof -
+ /usr/bin/gzip -dc /builddir/build/SOURCES/Encode-Detect-1.01.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd Encode-Detect-1.01
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ cat
+ /usr/bin/chmod +x /builddir/build/BUILD/Encode-Detect-1.01/perl-Encode-Detect-req
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bgYqZo
+ umask 022
+ cd /builddir/build/BUILD
+ cd Encode-Detect-1.01
+ /usr/bin/perl Build.PL installdirs=vendor 'optimize=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Encode-Detect' version '1.01'
+ ./Build
Building Encode-Detect
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/CharDistribution.o src/CharDistribution.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/JpCntx.o src/JpCntx.cpp
In file included from src/JpCntx.cpp:39:0:
src/JpCntx.h: In member function 'void JapaneseContextAnalysis::HandleOneChar(const char*, PRUint32)':
src/JpCntx.h:72:55: warning: array subscript has type 'char' [-Wchar-subscripts]
       mRelSample[jp2CharContext[mLastCharOrder][order]]++;
                                                       ^
src/JpCntx.cpp: In member function 'void JapaneseContextAnalysis::HandleData(const char*, PRUint32)':
src/JpCntx.cpp:164:57: warning: array subscript has type 'char' [-Wchar-subscripts]
         mRelSample[jp2CharContext[mLastCharOrder][order]]++;
                                                         ^
src/JpCntx.cpp: In member function 'virtual PRInt32 SJISContextAnalysis::GetOrder(const char*, PRUint32*)':
src/JpCntx.cpp:197:50: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   if ((unsigned char)*str >= (unsigned char)0x81 && (unsigned char)*str <= (unsigned char)0x9f ||
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/JpCntx.cpp: In member function 'virtual PRInt32 EUCJPContextAnalysis::GetOrder(const char*, PRUint32*)':
src/JpCntx.cpp:215:50: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
       (unsigned char)*str >= (unsigned char)0xa1 &&
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
       (unsigned char)*str <= (unsigned char)0xfe)
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/LangBulgarianModel.o src/LangBulgarianModel.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/LangCyrillicModel.o src/LangCyrillicModel.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/LangGreekModel.o src/LangGreekModel.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/LangHebrewModel.o src/LangHebrewModel.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/LangHungarianModel.o src/LangHungarianModel.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/LangThaiModel.o src/LangThaiModel.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsBig5Prober.o src/nsBig5Prober.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsCharSetProber.o src/nsCharSetProber.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsEUCJPProber.o src/nsEUCJPProber.cpp
In file included from src/nsEUCJPProber.h:48:0,
                 from src/nsEUCJPProber.cpp:43:
src/JpCntx.h: In member function 'void JapaneseContextAnalysis::HandleOneChar(const char*, PRUint32)':
src/JpCntx.h:72:55: warning: array subscript has type 'char' [-Wchar-subscripts]
       mRelSample[jp2CharContext[mLastCharOrder][order]]++;
                                                       ^
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsEUCKRProber.o src/nsEUCKRProber.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsEUCTWProber.o src/nsEUCTWProber.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsEscCharsetProber.o src/nsEscCharsetProber.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsEscSM.o src/nsEscSM.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsGB2312Prober.o src/nsGB2312Prober.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsHebrewProber.o src/nsHebrewProber.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsLatin1Prober.o src/nsLatin1Prober.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsMBCSGroupProber.o src/nsMBCSGroupProber.cpp
In file included from src/nsSJISProber.h:48:0,
                 from src/nsMBCSGroupProber.h:42,
                 from src/nsMBCSGroupProber.cpp:41:
src/JpCntx.h: In member function 'void JapaneseContextAnalysis::HandleOneChar(const char*, PRUint32)':
src/JpCntx.h:72:55: warning: array subscript has type 'char' [-Wchar-subscripts]
       mRelSample[jp2CharContext[mLastCharOrder][order]]++;
                                                       ^
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsMBCSSM.o src/nsMBCSSM.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsSBCSGroupProber.o src/nsSBCSGroupProber.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsSBCharSetProber.o src/nsSBCharSetProber.cpp
src/nsSBCharSetProber.cpp: In member function 'virtual nsProbingState nsSingleByteCharSetProber::HandleData(const char*, PRUint32)':
src/nsSBCharSetProber.cpp:59:81: warning: array subscript has type 'char' [-Wchar-subscripts]
           ++(mSeqCounters[mModel->precedenceMatrix[mLastOrder*SAMPLE_SIZE+order]]);
                                                                                 ^
src/nsSBCharSetProber.cpp:61:81: warning: array subscript has type 'char' [-Wchar-subscripts]
           ++(mSeqCounters[mModel->precedenceMatrix[order*SAMPLE_SIZE+mLastOrder]]);
                                                                                 ^
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsSJISProber.o src/nsSJISProber.cpp
In file included from src/nsSJISProber.h:48:0,
                 from src/nsSJISProber.cpp:43:
src/JpCntx.h: In member function 'void JapaneseContextAnalysis::HandleOneChar(const char*, PRUint32)':
src/JpCntx.h:72:55: warning: array subscript has type 'char' [-Wchar-subscripts]
       mRelSample[jp2CharContext[mLastCharOrder][order]]++;
                                                       ^
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsUTF8Prober.o src/nsUTF8Prober.cpp
gcc -Isrc -I/usr/lib64/perl5/CORE -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nsUniversalDetector.o src/nsUniversalDetector.cpp
In file included from src/nsSJISProber.h:48:0,
                 from src/nsMBCSGroupProber.h:42,
                 from src/nsUniversalDetector.cpp:43:
src/JpCntx.h: In member function 'void JapaneseContextAnalysis::HandleOneChar(const char*, PRUint32)':
src/JpCntx.h:72:55: warning: array subscript has type 'char' [-Wchar-subscripts]
       mRelSample[jp2CharContext[mLastCharOrder][order]]++;
                                                       ^
src/nsUniversalDetector.cpp: In member function 'virtual nsresult nsUniversalDetector::HandleData(const char*, PRUint32)':
src/nsUniversalDetector.cpp:113:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (aLen > 3)
     ^~
src/nsUniversalDetector.cpp:147:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
       if (mDetectedCharset)
       ^~
gcc -Isrc -I/usr/lib64/perl5/CORE -DVERSION="1.01" -DXS_VERSION="1.01" -fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o lib/Encode/Detect/Detector.o lib/Encode/Detect/Detector.c
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Encode/Detect/Detector/Detector.bs')
gcc -lpthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -lperl -o blib/arch/auto/Encode/Detect/Detector/Detector.so lib/Encode/Detect/Detector.o src/CharDistribution.o src/JpCntx.o src/LangBulgarianModel.o src/LangCyrillicModel.o src/LangGreekModel.o src/LangHebrewModel.o src/LangHungarianModel.o src/LangThaiModel.o src/nsBig5Prober.o src/nsCharSetProber.o src/nsEUCJPProber.o src/nsEUCKRProber.o src/nsEUCTWProber.o src/nsEscCharsetProber.o src/nsEscSM.o src/nsGB2312Prober.o src/nsHebrewProber.o src/nsLatin1Prober.o src/nsMBCSGroupProber.o src/nsMBCSSM.o src/nsSBCSGroupProber.o src/nsSBCharSetProber.o src/nsSJISProber.o src/nsUTF8Prober.o src/nsUniversalDetector.o -lstdc++
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NChe8t
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64
+ cd Encode-Detect-1.01
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64
+ ./Build install destdir=/builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64 create_packlist=0
Building Encode-Detect
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Encode/Detect/Detector/Detector.bs
Installing /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Encode/Detect/Detector/Detector.so
Installing /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64/usr/lib64/perl5/vendor_perl/Encode/Detect.pm
Installing /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64/usr/lib64/perl5/vendor_perl/Encode/Detect/Detector.pm
Installing /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64/usr/share/man/man3/Encode::Detect.3pm
Installing /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64/usr/share/man/man3/Encode::Detect::Detector.3pm
+ find /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64 -type f -name '*.bs' -size 0 -exec /usr/bin/rm -f '{}' ';'
+ find /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64 -depth -type d -exec rmdir '{}' ';'
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64/usr
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: perl-Encode-Detect-1.01-25.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FR1cMn
+ umask 022
+ cd /builddir/build/BUILD
+ cd Encode-Detect-1.01
+ DOCDIR=/builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64/usr/share/doc/perl-Encode-Detect
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64/usr/share/doc/perl-Encode-Detect
+ cp -pr Changes /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64/usr/share/doc/perl-Encode-Detect
+ cp -pr LICENSE /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64/usr/share/doc/perl-Encode-Detect
+ exit 0
Provides: perl(Encode::Detect) = 1.01 perl(Encode::Detect::Detector) = 1.01 perl-Encode-Detect = 1.01-25.fc28 perl-Encode-Detect(riscv-64) = 1.01-25.fc28
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libperl.so.5.26()(64bit) libpthread.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) perl(DynaLoader) perl(Encode) perl(Encode::Detect::Detector) perl(Encode::Encoding) perl(base) perl(strict) perl(warnings) rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64
Wrote: /builddir/build/SRPMS/perl-Encode-Detect-1.01-25.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/perl-Encode-Detect-1.01-25.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WghRQq
+ umask 022
+ cd /builddir/build/BUILD
+ cd Encode-Detect-1.01
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-25.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
Terminated
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff