Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-App-a2p.spec'], chrootPath='/var/lib/mock/f31-build-68454-30178/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=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-App-a2p.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 BUILDSTDERR: sh: perl: command not found Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564099200 Wrote: /builddir/build/SRPMS/perl-App-a2p-1.011-3.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-App-a2p.spec'], chrootPath='/var/lib/mock/f31-build-68454-30178/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=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-App-a2p.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: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7MjALt + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf App-a2p-1.011 + /usr/bin/gzip -dc /builddir/build/SOURCES/App-a2p-1.011.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd App-a2p-1.011 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (App-a2p-1.007-Remove-alarm-call-from-test.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #1 (App-a2p-1.007-a2p-y.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #2 (App-a2p-1.009-Capture-stderr-in-tests.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #3 (App-a2p-1.009-Check-for-n-argument-length.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + byacc -o a2p.c a2p.y BUILDSTDERR: byacc: 274 shift/reduce conflicts. + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (App-a2p-1.007-Remove-alarm-call-from-test.patch): patching file t/10-basics.t Hunk #1 succeeded at 10 (offset -1 lines). Patch #1 (App-a2p-1.007-a2p-y.patch): patching file a2p.y Patch #2 (App-a2p-1.009-Capture-stderr-in-tests.patch): patching file t/10-basics.t Hunk #2 succeeded at 24 (offset -1 lines). Hunk #3 succeeded at 38 (offset -1 lines). Patch #3 (App-a2p-1.009-Check-for-n-argument-length.patch): patching file t/10-basics.t Hunk #1 succeeded at 33 (offset -1 lines). Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2oFUPu + umask 022 + cd /builddir/build/BUILD + cd App-a2p-1.011 + perl Makefile.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 -fasynchronous-unwind-tables -fstack-clash-protection' NO_PACKLIST=1 + make -j4 BUILDSTDERR: util.c: In function 'savestr': BUILDSTDERR: util.c:145:59: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] BUILDSTDERR: 145 | char * const newaddr = (char *) safemalloc((MEM_SIZE)(strlen(str)+1)); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: util.c:145:59: warning: incompatible implicit declaration of built-in function 'strlen' BUILDSTDERR: util.c:16:1: note: include '' or provide a declaration of 'strlen' BUILDSTDERR: 15 | #include BUILDSTDERR: +++ |+#include BUILDSTDERR: 16 | #define FLUSH BUILDSTDERR: util.c:147:11: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] BUILDSTDERR: 147 | (void)strcpy(newaddr,str); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: util.c:147:11: warning: incompatible implicit declaration of built-in function 'strcpy' BUILDSTDERR: util.c:147:11: note: include '' or provide a declaration of 'strcpy' BUILDSTDERR: str.c: In function 'str_nset': BUILDSTDERR: str.c:62:5: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] BUILDSTDERR: 62 | memcpy(str->str_ptr,ptr,len); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: str.c:62:5: warning: incompatible implicit declaration of built-in function 'memcpy' BUILDSTDERR: str.c:13:1: note: include '' or provide a declaration of 'memcpy' BUILDSTDERR: 12 | #include "util.h" BUILDSTDERR: +++ |+#include BUILDSTDERR: 13 | BUILDSTDERR: str.c: In function 'str_set': BUILDSTDERR: str.c:76:11: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] BUILDSTDERR: 76 | len = strlen(ptr); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: str.c:76:11: warning: incompatible implicit declaration of built-in function 'strlen' BUILDSTDERR: str.c:76:11: note: include '' or provide a declaration of 'strlen' BUILDSTDERR: str.c:78:5: warning: incompatible implicit declaration of built-in function 'memcpy' BUILDSTDERR: 78 | memcpy(str->str_ptr,ptr,len+1); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: str.c:78:5: note: include '' or provide a declaration of 'memcpy' BUILDSTDERR: str.c: In function 'str_ncat': BUILDSTDERR: str.c:90:5: warning: incompatible implicit declaration of built-in function 'memcpy' BUILDSTDERR: 90 | memcpy(str->str_ptr+str->str_cur, ptr, len); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: str.c:90:5: note: include '' or provide a declaration of 'memcpy' BUILDSTDERR: str.c: In function 'str_cat': BUILDSTDERR: str.c:115:11: warning: incompatible implicit declaration of built-in function 'strlen' BUILDSTDERR: 115 | len = strlen(ptr); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: str.c:115:11: note: include '' or provide a declaration of 'strlen' BUILDSTDERR: str.c:117:5: warning: incompatible implicit declaration of built-in function 'memcpy' BUILDSTDERR: 117 | memcpy(str->str_ptr+str->str_cur, ptr, len+1); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: str.c:117:5: note: include '' or provide a declaration of 'memcpy' BUILDSTDERR: In file included from a2p.h:102, BUILDSTDERR: from hash.c:12: BUILDSTDERR: hash.c: In function 'hfetch': BUILDSTDERR: /usr/lib64/perl5/CORE/handy.h:500:23: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] BUILDSTDERR: 500 | #define strNE(s1,s2) (strcmp(s1,s2) != 0) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: hash.c:48:6: note: in expansion of macro 'strNE' BUILDSTDERR: 48 | if (strNE(entry->hent_key,key)) /* is this it? */ BUILDSTDERR: | ^~~~~ BUILDSTDERR: str.c: In function 'str_new': BUILDSTDERR: str.c:134:2: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] BUILDSTDERR: 134 | memset((char*)str,0,sizeof(STR)); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: str.c:134:2: warning: incompatible implicit declaration of built-in function 'memset' BUILDSTDERR: str.c:134:2: note: include '' or provide a declaration of 'memset' BUILDSTDERR: hash.c: In function 'hsplit': BUILDSTDERR: hash.c:115:5: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] BUILDSTDERR: 115 | memset(&a[oldsize], 0, oldsize * sizeof(HENT*)); /* zero second half */ BUILDSTDERR: | ^~~~~~ BUILDSTDERR: hash.c:115:5: warning: incompatible implicit declaration of built-in function 'memset' BUILDSTDERR: hash.c:14:1: note: include '' or provide a declaration of 'memset' BUILDSTDERR: 13 | #include "util.h" BUILDSTDERR: +++ |+#include BUILDSTDERR: 14 | BUILDSTDERR: hash.c: In function 'hnew': BUILDSTDERR: hash.c:149:5: warning: incompatible implicit declaration of built-in function 'memset' BUILDSTDERR: 149 | memset(tb->tbl_array, 0, 8 * sizeof(HENT*)); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: hash.c:149:5: note: include '' or provide a declaration of 'memset' BUILDSTDERR: walk.c: In function 'walk': BUILDSTDERR: walk.c:100:10: warning: implicit declaration of function 'strchr' [-Wimplicit-function-declaration] BUILDSTDERR: 100 | if (strchr("*+?.[]()|^$\\",fswitch)) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:100:10: warning: incompatible implicit declaration of built-in function 'strchr' BUILDSTDERR: walk.c:13:1: note: include '' or provide a declaration of 'strchr' BUILDSTDERR: 12 | #include "util.h" BUILDSTDERR: +++ |+#include BUILDSTDERR: 13 | #ifndef isALPHANUMERIC BUILDSTDERR: In file included from a2p.h:102, BUILDSTDERR: from walk.c:11: BUILDSTDERR: /usr/lib64/perl5/CORE/handy.h:501:23: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] BUILDSTDERR: 501 | #define strEQ(s1,s2) (strcmp(s1,s2) == 0) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:375:10: note: in expansion of macro 'strEQ' BUILDSTDERR: 375 | if (strEQ(t,"==")) BUILDSTDERR: | ^~~~~ BUILDSTDERR: walk.c:387:11: warning: incompatible implicit declaration of built-in function 'strchr' BUILDSTDERR: 387 | if (!strchr(tmpstr->str_ptr,'\'') && !strchr(tmpstr->str_ptr,'"') && BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:387:11: note: include '' or provide a declaration of 'strchr' BUILDSTDERR: walk.c:594:8: warning: incompatible implicit declaration of built-in function 'strchr' BUILDSTDERR: 594 | if (!strchr(tokenbuf,'_')) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:594:8: note: include '' or provide a declaration of 'strchr' BUILDSTDERR: walk.c:595:7: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] BUILDSTDERR: 595 | strcpy(t,"_FH"); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:595:7: warning: incompatible implicit declaration of built-in function 'strcpy' BUILDSTDERR: walk.c:595:7: note: include '' or provide a declaration of 'strcpy' BUILDSTDERR: walk.c:682:7: warning: incompatible implicit declaration of built-in function 'strchr' BUILDSTDERR: 682 | if (strchr("*+?.[]()|^$\\",i)) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:682:7: note: include '' or provide a declaration of 'strchr' BUILDSTDERR: walk.c:758:3: warning: incompatible implicit declaration of built-in function 'strcpy' BUILDSTDERR: 758 | strcpy(s,s+7); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:758:3: note: include '' or provide a declaration of 'strcpy' BUILDSTDERR: walk.c:964:10: warning: increment of a boolean expression [-Wbool-operation] BUILDSTDERR: 964 | saw_FNR++; BUILDSTDERR: | ^~ BUILDSTDERR: walk.c:998:12: warning: increment of a boolean expression [-Wbool-operation] BUILDSTDERR: 998 | saw_argv0++; BUILDSTDERR: | ^~ BUILDSTDERR: walk.c:1002:7: warning: incompatible implicit declaration of built-in function 'strcpy' BUILDSTDERR: 1002 | strcpy(tokenbuf,")-1]"); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:1002:7: note: include '' or provide a declaration of 'strcpy' BUILDSTDERR: walk.c:1004:7: warning: incompatible implicit declaration of built-in function 'strcpy' BUILDSTDERR: 1004 | strcpy(tokenbuf,"}"); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:1004:7: note: include '' or provide a declaration of 'strcpy' BUILDSTDERR: walk.c:1122:11: warning: incompatible implicit declaration of built-in function 'strchr' BUILDSTDERR: 1122 | if (!strchr(tokenbuf,'_')) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:1122:11: note: include '' or provide a declaration of 'strchr' BUILDSTDERR: walk.c:1123:3: warning: incompatible implicit declaration of built-in function 'strcpy' BUILDSTDERR: 1123 | strcpy(t,"_FH"); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:1123:3: note: include '' or provide a declaration of 'strcpy' BUILDSTDERR: walk.c:1159:8: warning: incompatible implicit declaration of built-in function 'strchr' BUILDSTDERR: 1159 | if (!strchr(tokenbuf,'_')) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:1159:8: note: include '' or provide a declaration of 'strchr' BUILDSTDERR: walk.c:1160:7: warning: incompatible implicit declaration of built-in function 'strcpy' BUILDSTDERR: 1160 | strcpy(t,"_FH"); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:1160:7: note: include '' or provide a declaration of 'strcpy' BUILDSTDERR: walk.c:1192:3: warning: incompatible implicit declaration of built-in function 'strcpy' BUILDSTDERR: 1192 | strcpy(tokenbuf,"$fh"); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:1192:3: note: include '' or provide a declaration of 'strcpy' BUILDSTDERR: walk.c:1200:6: warning: incompatible implicit declaration of built-in function 'strcpy' BUILDSTDERR: 1200 | strcpy(tokenbuf,""); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:1200:6: note: include '' or provide a declaration of 'strcpy' BUILDSTDERR: walk.c:1435:16: warning: incompatible implicit declaration of built-in function 'strchr' BUILDSTDERR: 1435 | if (i && (t = strchr(fstr->str_ptr,0377))) { BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:1435:16: note: include '' or provide a declaration of 'strchr' BUILDSTDERR: In file included from a2p.h:102, BUILDSTDERR: from walk.c:11: BUILDSTDERR: /usr/lib64/perl5/CORE/handy.h:508:26: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] BUILDSTDERR: 508 | #define strnEQ(s1,s2,l) (strncmp(s1,s2,l) == 0) BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: walk.c:1436:10: note: in expansion of macro 'strnEQ' BUILDSTDERR: 1436 | if (strnEQ(fstr->str_ptr,s,i)) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:1436:33: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 1436 | if (strnEQ(fstr->str_ptr,s,i)) BUILDSTDERR: | ^ BUILDSTDERR: /usr/lib64/perl5/CORE/handy.h:508:40: note: in definition of macro 'strnEQ' BUILDSTDERR: 508 | #define strnEQ(s1,s2,l) (strncmp(s1,s2,l) == 0) BUILDSTDERR: | ^ BUILDSTDERR: : note: built-in 'strncmp' declared here BUILDSTDERR: walk.c:1451:6: warning: incompatible implicit declaration of built-in function 'strchr' BUILDSTDERR: 1451 | d = strchr(tmpstr->str_ptr,'$'); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:1451:6: note: include '' or provide a declaration of 'strchr' BUILDSTDERR: walk.c: In function 'prewalk': BUILDSTDERR: walk.c:1751:16: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] BUILDSTDERR: 1751 | if (numarg || strlen(ops[ops[node+1].ival+1].cval) > (Size_t)1) { BUILDSTDERR: | ^~~~~~ BUILDSTDERR: walk.c:1751:16: warning: incompatible implicit declaration of built-in function 'strlen' BUILDSTDERR: walk.c:1751:16: note: include '' or provide a declaration of 'strlen' Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for App::a2p cp lib/App/a2p.pm blib/lib/App/a2p.pm gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -fasynchronous-unwind-tables -fstack-clash-protection -DVERSION=\"1.011\" -DXS_VERSION=\"1.011\" -fPIC "-I/usr/lib64/perl5/CORE" hash.c gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -fasynchronous-unwind-tables -fstack-clash-protection -DVERSION=\"1.011\" -DXS_VERSION=\"1.011\" -fPIC "-I/usr/lib64/perl5/CORE" str.c gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -fasynchronous-unwind-tables -fstack-clash-protection -DVERSION=\"1.011\" -DXS_VERSION=\"1.011\" -fPIC "-I/usr/lib64/perl5/CORE" util.c gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -fasynchronous-unwind-tables -fstack-clash-protection -DVERSION=\"1.011\" -DXS_VERSION=\"1.011\" -fPIC "-I/usr/lib64/perl5/CORE" walk.c BUILDSTDERR: gcc -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 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -fasynchronousIn file included from a2p.h:102, BUILDSTDERR: from a2p.y:14: BUILDSTDERR: a2py.c: In function 'main': BUILDSTDERR: /usr/lib64/perl5/CORE/handy.h:501:23: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] BUILDSTDERR: 501 | #define strEQ(s1,s2) (strcmp(s1,s2) == 0) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: a2py.c:126:9: note: in expansion of macro 'strEQ' BUILDSTDERR: 126 | if (strEQ(filename,"-")) BUILDSTDERR: | ^~~~~ BUILDSTDERR: a2py.c: In function 'yylex': BUILDSTDERR: /usr/lib64/perl5/CORE/handy.h:508:26: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] BUILDSTDERR: 508 | #define strnEQ(s1,s2,l) (strncmp(s1,s2,l) == 0) BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: a2py.c:343:6: note: in expansion of macro 'strnEQ' BUILDSTDERR: 343 | if (strnEQ(s,"getline",7)) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: a2py.c:343:25: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 343 | if (strnEQ(s,"getline",7)) BUILDSTDERR: | ^ BUILDSTDERR: /usr/lib64/perl5/CORE/handy.h:508:40: note: in definition of macro 'strnEQ' BUILDSTDERR: 508 | #define strnEQ(s1,s2,l) (strncmp(s1,s2,l) == 0) BUILDSTDERR: | ^ BUILDSTDERR: : note: built-in 'strncmp' declared here BUILDSTDERR: In file included from a2p.y:432: BUILDSTDERR: a2py.c: In function 'scannum': BUILDSTDERR: a2py.c:895:6: warning: implicit declaration of function 'strchr' [-Wimplicit-function-declaration] BUILDSTDERR: 895 | if (strchr("eE",*s) && strchr("+-0123456789",s[1])) { BUILDSTDERR: | ^~~~~~ BUILDSTDERR: a2py.c:895:6: warning: incompatible implicit declaration of built-in function 'strchr' BUILDSTDERR: a2py.c:18:1: note: include '' or provide a declaration of 'strchr' BUILDSTDERR: 17 | #include "unicode_constants.h" BUILDSTDERR: +++ |+#include BUILDSTDERR: 18 | #define DELETE_CHAR DEL_NATIVE BUILDSTDERR: a2py.c: In function 'string': BUILDSTDERR: a2py.c:916:8: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] BUILDSTDERR: 916 | len = strlen(ptr); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: a2py.c:916:8: warning: incompatible implicit declaration of built-in function 'strlen' BUILDSTDERR: a2py.c:916:8: note: include '' or provide a declaration of 'strlen' BUILDSTDERR: a2py.c:918:5: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] BUILDSTDERR: 918 | strncpy(ops[mop].cval,ptr,len); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: a2py.c:918:5: warning: incompatible implicit declaration of built-in function 'strncpy' BUILDSTDERR: a2py.c:918:5: note: include '' or provide a declaration of 'strncpy' BUILDSTDERR: a2py.c: In function 'strmove': BUILDSTDERR: a2py.c:1063:18: warning: incompatible implicit declaration of built-in function 'strlen' BUILDSTDERR: 1063 | size_t len = strlen(in); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: a2py.c:1063:18: note: include '' or provide a declaration of 'strlen' BUILDSTDERR: a2py.c:1064:5: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration] BUILDSTDERR: 1064 | memmove(out, in, len); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: a2py.c:1064:5: warning: incompatible implicit declaration of built-in function 'memmove' BUILDSTDERR: a2py.c:1064:5: note: include '' or provide a declaration of 'memmove' BUILDSTDERR: a2py.c: In function 'putlines': BUILDSTDERR: a2py.c:1148:17: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] BUILDSTDERR: 1148 | strcpy(save, d); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: a2py.c:1148:17: warning: incompatible implicit declaration of built-in function 'strcpy' BUILDSTDERR: a2py.c:1148:17: note: include '' or provide a declaration of 'strcpy' BUILDSTDERR: a2py.c:1159:13: warning: incompatible implicit declaration of built-in function 'strlen' BUILDSTDERR: 1159 | newpos += strlen(t); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: a2py.c:1159:13: note: include '' or provide a declaration of 'strlen' BUILDSTDERR: a2py.c: In function 'putone': BUILDSTDERR: a2py.c:1178:6: warning: incompatible implicit declaration of built-in function 'strcpy' BUILDSTDERR: 1178 | strcpy(t+strlen(t)-1, "\t#???\n"); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: a2py.c:1178:6: note: include '' or provide a declaration of 'strcpy' BUILDSTDERR: a2py.c:1178:15: warning: incompatible implicit declaration of built-in function 'strlen' BUILDSTDERR: 1178 | strcpy(t+strlen(t)-1, "\t#???\n"); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: a2py.c:1178:15: note: include '' or provide a declaration of 'strlen' BUILDSTDERR: In file included from a2p.h:102, BUILDSTDERR: from a2p.y:14: BUILDSTDERR: a2py.c:1184:28: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 1184 | if (strnEQ(t,"#!/bin/awk",10) || strnEQ(t,"#! /bin/awk",11)) BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/handy.h:508:40: note: in definition of macro 'strnEQ' BUILDSTDERR: 508 | #define strnEQ(s1,s2,l) (strncmp(s1,s2,l) == 0) BUILDSTDERR: | ^ BUILDSTDERR: : note: built-in 'strncmp' declared here BUILDSTDERR: a2py.c:1184:58: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 1184 | if (strnEQ(t,"#!/bin/awk",10) || strnEQ(t,"#! /bin/awk",11)) BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/handy.h:508:40: note: in definition of macro 'strnEQ' BUILDSTDERR: 508 | #define strnEQ(s1,s2,l) (strncmp(s1,s2,l) == 0) BUILDSTDERR: | ^ BUILDSTDERR: : note: built-in 'strncmp' declared here BUILDSTDERR: a2py.c:1186:32: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 1186 | if (strnEQ(t,"#!/usr/bin/awk",14) || strnEQ(t,"#! /usr/bin/awk",15)) BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/handy.h:508:40: note: in definition of macro 'strnEQ' BUILDSTDERR: 508 | #define strnEQ(s1,s2,l) (strncmp(s1,s2,l) == 0) BUILDSTDERR: | ^ BUILDSTDERR: : note: built-in 'strncmp' declared here BUILDSTDERR: a2py.c:1186:66: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] BUILDSTDERR: 1186 | if (strnEQ(t,"#!/usr/bin/awk",14) || strnEQ(t,"#! /usr/bin/awk",15)) BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/handy.h:508:40: note: in definition of macro 'strnEQ' BUILDSTDERR: 508 | #define strnEQ(s1,s2,l) (strncmp(s1,s2,l) == 0) BUILDSTDERR: | ^ BUILDSTDERR: : note: built-in 'strncmp' declared here BUILDSTDERR: In file included from a2p.y:432: BUILDSTDERR: a2py.c: In function 'fixrargs': BUILDSTDERR: a2py.c:1292:37: warning: incompatible implicit declaration of built-in function 'strlen' BUILDSTDERR: 1292 | char *tmpbuf = (char *) safemalloc(strlen(name) + (sizeof(prevargs) * 3) + 5); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: a2py.c:1292:37: note: include '' or provide a declaration of 'strlen' + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 -unwind-tables -fstack-clash-protection -DVERSION=\"1.011\" -DXS_VERSION=\"1.011\" -fPIC "-I/usr/lib64/perl5/CORE" a2p.c gcc -o blib/bin/a2p -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib hash.o str.o util.o walk.o a2p.o Manifying 1 pod document Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.XRGGYr + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64 + cd App-a2p-1.011 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64 + find /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64 -type f -name '*.bs' -size 0 -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.011-3.fc31 --unique-debug-suffix -1.011-3.fc31.riscv64 --unique-debug-src-base perl-App-a2p-1.011-3.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/App-a2p-1.011 BUILDSTDERR: 497 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /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 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Manifying 1 pod document Installing /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64/usr/bin/a2p Installing /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64/usr/share/perl5/vendor_perl/App/a2p.pm Installing /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64/usr/share/man/man1/a2p.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64/usr/bin/a2p extracting debug info from /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64/usr/bin/a2p original debug info size: 260kB, size after compression: 252kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.CDDIHu Processing files: perl-App-a2p-1.011-3.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yDbUWr + umask 022 + cd /builddir/build/BUILD + cd App-a2p-1.011 + DOCDIR=/builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64/usr/share/doc/perl-App-a2p + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64/usr/share/doc/perl-App-a2p + cp -pr Changes /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64/usr/share/doc/perl-App-a2p + cp -pr README /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64/usr/share/doc/perl-App-a2p + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.0m3uvu + umask 022 + cd /builddir/build/BUILD + cd App-a2p-1.011 + LICENSEDIR=/builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64/usr/share/licenses/perl-App-a2p + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64/usr/share/licenses/perl-App-a2p + cp -pr LICENSE /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64/usr/share/licenses/perl-App-a2p + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: perl(App::a2p) = 1.011 perl-App-a2p = 1.011-3.fc31 perl-App-a2p(riscv-64) = 1.011-3.fc31 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) perl(strict) perl(warnings) rtld(GNU_HASH) Conflicts: perl < 4:5.18.2-300 Processing files: perl-App-a2p-debugsource-1.011-3.fc31.riscv64 Provides: perl-App-a2p-debugsource = 1.011-3.fc31 perl-App-a2p-debugsource(riscv-64) = 1.011-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-App-a2p-debuginfo-1.011-3.fc31.riscv64 Provides: debuginfo(build-id) = 47fc5b113b093db259ec41914193052223f81d3f perl-App-a2p-debuginfo = 1.011-3.fc31 perl-App-a2p-debuginfo(riscv-64) = 1.011-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-App-a2p-debugsource(riscv-64) = 1.011-3.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64 Wrote: /builddir/build/RPMS/perl-App-a2p-1.011-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/perl-App-a2p-debuginfo-1.011-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/perl-App-a2p-debugsource-1.011-3.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4Uquhs + umask 022 + cd /builddir/build/BUILD + cd App-a2p-1.011 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-App-a2p-1.011-3.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0