Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/perl-Encode-Detect.spec'], chrootPath='/var/lib/mock/f28-build-11394010-852901/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/perl-Encode-Detect.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False sh: /usr/bin/perl: No such file or directory sh: /usr/bin/perl: No such file or directory sh: /usr/bin/perl: No such file or directory Building target platforms: ppc64 Building for target ppc64 Wrote: /builddir/build/SRPMS/perl-Encode-Detect-1.01-26.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/perl-Encode-Detect.spec'], chrootPath='/var/lib/mock/f28-build-11394010-852901/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/perl-Encode-Detect.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: ppc64 Building for target ppc64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zahK57 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Encode-Detect-1.01 + /usr/bin/gzip -dc /builddir/build/SOURCES/Encode-Detect-1.01.tar.gz + /usr/bin/tar -xof - + 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.9DhyyE + 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection' 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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: 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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, 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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, 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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, 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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, 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection -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.wAalQc + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64 ++ dirname /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64 + cd Encode-Detect-1.01 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64 + ./Build install destdir=/builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64 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-26.fc28.ppc64/usr/lib64/perl5/vendor_perl/auto/Encode/Detect/Detector/Detector.so Installing /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64/usr/lib64/perl5/vendor_perl/auto/Encode/Detect/Detector/Detector.bs Installing /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64/usr/lib64/perl5/vendor_perl/Encode/Detect.pm Installing /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64/usr/lib64/perl5/vendor_perl/Encode/Detect/Detector.pm Installing /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64/usr/share/man/man3/Encode::Detect.3pm Installing /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64/usr/share/man/man3/Encode::Detect::Detector.3pm + find /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64 -type f -name '*.bs' -size 0 -exec /usr/bin/rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64 -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-26.fc28.ppc64/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.01-26.fc28 --unique-debug-suffix -1.01-26.fc28.ppc64 --unique-debug-src-base perl-Encode-Detect-1.01-26.fc28.ppc64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Encode-Detect-1.01 extracting debug info from /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64/usr/lib64/perl5/vendor_perl/auto/Encode/Detect/Detector/Detector.so /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 1067 blocks + /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-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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.RPYcNL + umask 022 + cd /builddir/build/BUILD + cd Encode-Detect-1.01 + ./Build test t/base.t ...... ok t/encoding.t .. ok All tests successful. Files=2, Tests=13, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.15 cusr 0.01 csys = 0.19 CPU) Result: PASS + exit 0 Processing files: perl-Encode-Detect-1.01-26.fc28.ppc64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jEblZk + umask 022 + cd /builddir/build/BUILD + cd Encode-Detect-1.01 + DOCDIR=/builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64/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-26.fc28.ppc64/usr/share/doc/perl-Encode-Detect + cp -pr Changes /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64/usr/share/doc/perl-Encode-Detect + cp -pr LICENSE /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64/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-26.fc28 perl-Encode-Detect(ppc-64) = 1.01-26.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.4)(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) Processing files: perl-Encode-Detect-debugsource-1.01-26.fc28.ppc64 Provides: perl-Encode-Detect-debugsource = 1.01-26.fc28 perl-Encode-Detect-debugsource(ppc-64) = 1.01-26.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Encode-Detect-debuginfo-1.01-26.fc28.ppc64 Provides: debuginfo(build-id) = 21f14414552d4c18322ab67a85361b5cf02fd188 perl-Encode-Detect-debuginfo = 1.01-26.fc28 perl-Encode-Detect-debuginfo(ppc-64) = 1.01-26.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Encode-Detect-debugsource(ppc-64) = 1.01-26.fc28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64 Wrote: /builddir/build/RPMS/perl-Encode-Detect-1.01-26.fc28.ppc64.rpm Wrote: /builddir/build/RPMS/perl-Encode-Detect-debugsource-1.01-26.fc28.ppc64.rpm Wrote: /builddir/build/RPMS/perl-Encode-Detect-debuginfo-1.01-26.fc28.ppc64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.M6jXqU + umask 022 + cd /builddir/build/BUILD + cd Encode-Detect-1.01 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Encode-Detect-1.01-26.fc28.ppc64 + exit 0 Child return code was: 0