+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/perl-eperl.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.HQO79h + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf eperl-2.2.14 + /usr/bin/gzip -dc /builddir/build/SOURCES/eperl-2.2.14.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd eperl-2.2.14 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (eperl_2.2.14-15.1.diff.gz):' Patch #0 (eperl_2.2.14-15.1.diff.gz): + /usr/bin/gzip -dc /builddir/build/SOURCES/eperl_2.2.14-15.1.diff.gz + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file Makefile.in patching file README patching file acconfig.h patching file aclocal.m4 patching file config_ac.h.in patching file config_sc.h.in patching file configure patching file configure.in patching file eg/demo.func.phtml patching file eperl.pod patching file eperl_config.c patching file eperl_config.h patching file eperl_debug.c patching file eperl_getopt.c patching file eperl_getopt.h patching file eperl_global.h patching file eperl_http.c patching file eperl_logo.c patching file eperl_main.c patching file eperl_parse.c patching file eperl_perl5.c patching file eperl_perl5.h patching file eperl_powered.c patching file eperl_pp.c patching file eperl_proto.h patching file eperl_readme.c patching file eperl_security.h patching file eperl_sys.c patching file eperl_version.c patching file etc/asc2c patching file etc/bin2c patching file etc/mkproto patching file etc/newvers patching file etc/shtool patching file mod/Apache/ePerl.pm patching file mod/Parse/ePerl.pm patching file mod/Parse/ePerl.xs patching file t/05-mode_nphcgi.t patching file debian/changelog patching file debian/copyright patching file debian/compat patching file debian/rules patching file debian/control patching file debian/lintian patching file debian/postinst patching file debian/postrm patching file debian/NEWS patching file debian/watch + echo 'Patch #1 (perl-eperl-5.16compat.patch):' Patch #1 (perl-eperl-5.16compat.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file eperl_perl5.h + echo 'Patch #2 (eperl-2.2.14-Fix-format-security-compiler-warnings.patch):' Patch #2 (eperl-2.2.14-Fix-format-security-compiler-warnings.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file eperl_main.c patching file eperl_perl5.c + chmod u+x etc/shtool + find contrib/utils -perm /0100 -type f -exec chmod 644 '{}' ';' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Ywsjun + umask 022 + cd /builddir/build/BUILD + cd eperl-2.2.14 + /usr/bin/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 ' /tmp/getopt.c:2:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ /tmp/getopt.c: In function 'main': /tmp/getopt.c:11:17: warning: implicit declaration of function 'getopt'; did you mean 'getw'? [-Wimplicit-function-declaration] while ((c = getopt(argc, argv, argv[1])) != EOF) ^~~~~~ getw /tmp/getopt.c:27:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(status); ^~~~ /tmp/getopt.c:27:5: warning: incompatible implicit declaration of built-in function 'exit' /tmp/getopt.c:27:5: note: include '' or provide a declaration of 'exit' Configuring for ePerl . () Now please type 'make' to compile. Good luck. + make -j4 ./configure --with-perl=/usr/bin/perl Configuring for ePerl 2.2.14 (02-Aug-1998) CHECK: Configuration of Perl Language checking for Perl language... /usr/bin/perl v5.026 checking for Perl knowledge of system... linux-4.15.0-rc9-02665-gf923ce3a29af checking for Perl standard compiler... gcc checking for Perl standard optimization flags... -g checking for Perl standard compilation flags... -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 checking for Perl standard link flags... -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib checking for Perl library files... -lpthread -lresolv -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat checking for Perl architecture directory... /usr/lib64/perl5 checking for Perl dynamic loading support... yes checking for Perl dynamic loading compilation flags... -fPIC checking for Perl dynamic loading link flags... -Wl,--enable-new-dtags -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld CHECK: System Build Environment checking for build user... mockbuild@stage4-builder checking for build time... 17-Mar-2018 checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for ranlib... ranlib checking for ar... ar checking for size... size checking for compilation debug mode... disabled checking whether make sets $(MAKE)... yes CHECK: Characteristic of System Headers and Libraries checking for an ANSI C-conforming const... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for unistd.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking for bool... no checking for memmove... yes checking for seteuid... yes checking for setegid... yes checking for strdup... yes RESULT: Sourcefile Substitution configure: creating ./config.status config.status: creating Makefile config.status: creating t/Makefile config.status: creating config_sc.h config.status: creating config_ac.h make[1]: Entering directory '/builddir/build/BUILD/eperl-2.2.14' gcc -g -fPIC -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 -I/usr/lib64/perl5/CORE -I. -o eperl_parse.o -c eperl_parse.c && mv eperl_parse.o eperl_parse.so gcc -g -fPIC -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 -I/usr/lib64/perl5/CORE -I. -o eperl_pp.o -c eperl_pp.c && mv eperl_pp.o eperl_pp.so gcc -g -fPIC -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 -I/usr/lib64/perl5/CORE -I. -o eperl_http.o -c eperl_http.c && mv eperl_http.o eperl_http.so gcc -g -fPIC -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 -I/usr/lib64/perl5/CORE -I. -o eperl_version.o -c eperl_version.c && mv eperl_version.o eperl_version.so eperl_http.c: In function 'WebTime': eperl_http.c:197:16: warning: variable 'tm' set but not used [-Wunused-but-set-variable] struct tm *tm; ^~ eperl_http.c: In function 'HTTP_FileOfURL': eperl_http.c:262:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (cps == NUL) ^~ eperl_http.c:262:9: note: did you mean to dereference the pointer? if (cps == NUL) ^ eperl_http.c: In function 'HTTP_openURLasFP': eperl_http.c:327:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(s, cmd, strlen(cmd)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ar r libeperl.a eperl_parse.so eperl_pp.so eperl_http.so eperl_version.so ar: creating libeperl.a ranlib libeperl.a make[1]: Leaving directory '/builddir/build/BUILD/eperl-2.2.14' cd mod && /usr/bin/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 Checking if your kit is complete... Looks good '-SPECS' is not a known MakeMaker parameter name. '-WERROR' is not a known MakeMaker parameter name. '-WP,-D_FORTIFY_SOURCE' is not a known MakeMaker parameter name. Checking if your kit is complete... Looks good Writing MYMETA.yml and MYMETA.json Checking if your kit is complete... Looks good Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Parse::ePerl Writing MYMETA.yml and MYMETA.json cd mod && make -j4 --jobserver-auth=3,4 make[1]: warning: -jN forced in submake: disabling jobserver mode. make[1]: Entering directory '/builddir/build/BUILD/eperl-2.2.14/mod' make[2]: Entering directory '/builddir/build/BUILD/eperl-2.2.14/mod/Parse' "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' ePerl.xs > ePerl.xsc Running Mkbootstrap for ePerl () chmod 644 "ePerl.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ePerl.bs ../blib/arch/auto/Parse/ePerl/ePerl.bs 644 cp ePerl.pm ../blib/lib/Parse/ePerl.pm AutoSplitting ../blib/lib/Parse/ePerl.pm (../blib/lib/auto/Parse/ePerl) mv ePerl.xsc ePerl.c gcc -c -I/builddir/build/BUILD/eperl-2.2.14 -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 -O2 -DVERSION=\"2.0214\" -DXS_VERSION=\"2.0214\" -fPIC "-I/usr/lib64/perl5/CORE" ePerl.c ePerl.xs: In function 'constant': ePerl.xs:72:1: warning: label 'not_there' defined but not used [-Wunused-label] not_there: ^~~~~~~~~ At top level: ePerl.xs:53:1: warning: 'not_here' defined but not used [-Wunused-function] not_here(s) ^~~~~~~~ rm -f ../blib/arch/auto/Parse/ePerl/ePerl.so gcc -lpthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong ePerl.o -o ../blib/arch/auto/Parse/ePerl/ePerl.so \ -L/builddir/build/BUILD/eperl-2.2.14 -leperl -lperl \ chmod 755 ../blib/arch/auto/Parse/ePerl/ePerl.so Manifying 1 pod document make[2]: Leaving directory '/builddir/build/BUILD/eperl-2.2.14/mod/Parse' make[2]: Entering directory '/builddir/build/BUILD/eperl-2.2.14/mod/Apache' cp ePerl.pm ../blib/lib/Apache/ePerl.pm Manifying 1 pod document make[2]: Leaving directory '/builddir/build/BUILD/eperl-2.2.14/mod/Apache' make[1]: Leaving directory '/builddir/build/BUILD/eperl-2.2.14/mod' + make -f Makefile.stand -j4 eperl prefix=/usr libdir=/usr/share/eperl gcc -g -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 -I/usr/lib64/perl5/CORE -I. -c eperl_main.c /usr/bin/perl eperl_perl5_sm.pl >eperl_perl5_sm.h gcc -g -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 -I/usr/lib64/perl5/CORE -I. -c eperl_parse.c gcc -g -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 -I/usr/lib64/perl5/CORE -I. -c eperl_pp.c gcc -g -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 -I/usr/lib64/perl5/CORE -I. -c eperl_sys.c eperl_sys.c: In function 'abspath': eperl_sys.c:431:9: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd(cwd, MAXPATHLEN); ^~~~~~~~~~~~~~~~~~~~~~~ eperl_sys.c:434:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(cp); ^~~~~~~~~ eperl_sys.c:435:9: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd(apath, MAXPATHLEN); ^~~~~~~~~~~~~~~~~~~~~~~~~ eperl_sys.c:437:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(cwd); ^~~~~~~~~~ eperl_main.c: In function 'main': eperl_main.c:870:17: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(cwd2); ^~~~~~~~~~~ eperl_main.c:894:9: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] seteuid(uid); ^~~~~~~~~~~~ eperl_main.c:900:9: warning: ignoring return value of 'setegid', declared with attribute warn_unused_result [-Wunused-result] setegid(uid); ^~~~~~~~~~~~ eperl_main.c:968:9: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd(cwd, MAXPATHLEN); ^~~~~~~~~~~~~~~~~~~~~~~ eperl_main.c:974:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(sourcedir); ^~~~~~~~~~~~~~~~ eperl_main.c:982:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(cwd); ^~~~~~~~~~ eperl_main.c:1108:17: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(cwd); ^~~~~~~~~~ gcc -g -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 -I/usr/lib64/perl5/CORE -I. -c eperl_http.c gcc -g -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 -I/usr/lib64/perl5/CORE -I. -c eperl_getopt.c gcc -g -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 -I/usr/lib64/perl5/CORE -I. -c eperl_debug.c eperl_http.c: In function 'WebTime': eperl_http.c:197:16: warning: variable 'tm' set but not used [-Wunused-but-set-variable] struct tm *tm; ^~ eperl_http.c: In function 'HTTP_FileOfURL': eperl_http.c:262:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (cps == NUL) ^~ eperl_http.c:262:9: note: did you mean to dereference the pointer? if (cps == NUL) ^ gcc -g -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 -I/usr/lib64/perl5/CORE -I. -c eperl_config.c eperl_http.c: In function 'HTTP_openURLasFP': eperl_http.c:327:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(s, cmd, strlen(cmd)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -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 -I/usr/lib64/perl5/CORE -I. -c eperl_version.c gcc -g -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 -I/usr/lib64/perl5/CORE -I. -c eperl_readme.c gcc -g -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 -I/usr/lib64/perl5/CORE -I. -c eperl_license.c gcc -g -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 -I/usr/lib64/perl5/CORE -I. -c eperl_logo.c gcc -g -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 -I/usr/lib64/perl5/CORE -I. -c eperl_powered.c gcc -g -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 -I/usr/lib64/perl5/CORE -I. -c eperl_perl5.c eperl_perl5.c: In function 'Perl5_Run': eperl_perl5.c:242:13: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd(cwd, MAXPATHLEN); ^~~~~~~~~~~~~~~~~~~~~~~ eperl_perl5.c:249:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(sourcedir); ^~~~~~~~~~~~~~~~ gcc -Wl,--enable-new-dtags -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -L/usr/lib64/perl5/CORE -o eperl eperl_main.o eperl_perl5.o eperl_parse.o eperl_pp.o eperl_sys.o eperl_http.o eperl_getopt.o eperl_debug.o eperl_config.o eperl_version.o eperl_readme.o eperl_license.o eperl_logo.o eperl_powered.o -Wl,--enable-new-dtags -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -L/usr/lib64/perl5/CORE -lperl -lpthread -lresolv -ldl -lm -lcrypt -lutil -lc -lperl -lpthread -lresolv -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.b2MTpE + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64 + cd eperl-2.2.14 + rm -rf /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64 + make install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64 make[1]: Entering directory '/builddir/build/BUILD/eperl-2.2.14' make[1]: 'libeperl.a' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/eperl-2.2.14' cd mod && make make[1]: Entering directory '/builddir/build/BUILD/eperl-2.2.14/mod' make[2]: Entering directory '/builddir/build/BUILD/eperl-2.2.14/mod/Parse' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ePerl.bs ../blib/arch/auto/Parse/ePerl/ePerl.bs 644 Manifying 1 pod document make[2]: Leaving directory '/builddir/build/BUILD/eperl-2.2.14/mod/Parse' make[2]: Entering directory '/builddir/build/BUILD/eperl-2.2.14/mod/Apache' Manifying 1 pod document make[2]: Leaving directory '/builddir/build/BUILD/eperl-2.2.14/mod/Apache' make[1]: Leaving directory '/builddir/build/BUILD/eperl-2.2.14/mod' cd mod && make install make[1]: Entering directory '/builddir/build/BUILD/eperl-2.2.14/mod' make[2]: Entering directory '/builddir/build/BUILD/eperl-2.2.14/mod/Parse' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ePerl.bs ../blib/arch/auto/Parse/ePerl/ePerl.bs 644 Manifying 1 pod document make[2]: Leaving directory '/builddir/build/BUILD/eperl-2.2.14/mod/Parse' make[2]: Entering directory '/builddir/build/BUILD/eperl-2.2.14/mod/Apache' Manifying 1 pod document make[2]: Leaving directory '/builddir/build/BUILD/eperl-2.2.14/mod/Apache' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Parse/ePerl/ePerl.so Installing /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Parse/ePerl/autosplit.ix Installing /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/lib64/perl5/vendor_perl/Parse/ePerl.pm Installing /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/lib64/perl5/vendor_perl/Apache/ePerl.pm Installing /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/man/man3/Parse::ePerl.3pm Installing /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/man/man3/Apache::ePerl.3pm Appending installation info to /usr/lib64/perl5/perllocal.pod /bin/sh: /usr/lib64/perl5/perllocal.pod: Permission denied make[1]: [Makefile:810: doc_vendor_install] Error 1 (ignored) make[1]: Leaving directory '/builddir/build/BUILD/eperl-2.2.14/mod' + make -f Makefile.stand install prefix=/builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr libdir=/builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/eperl set -e; \ V=`./etc/shtool version -lc -d long eperl_version.c`; \ pod2man --section=1 \ --center="Ralf S. Engelschall" \ --release="EN" \ eperl.pod |\ sed -e "s|\@V\@|$V|g" -e "s|\@prefix\@|/builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr|" >eperl.1 mkdir -p -m 755 /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/bin mkdir -p -m 755 /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/man/man1 mkdir -p -m 755 /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/eperl install -c -m 755 -s eperl /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/bin/eperl install -c -m 644 eperl.1 /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/man/man1/eperl.1 mkdir -p -m 755 /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/eperl cp -r eg/* /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/eperl/ + find /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64 -iname '*apache*' -exec rm -rf '{}' ';' find: '/builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/lib64/perl5/vendor_perl/Apache': No such file or directory + : + find /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64 -depth -type d -exec rmdir '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.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-eperl-2.2.14-37.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kojER7 + umask 022 + cd /builddir/build/BUILD + cd eperl-2.2.14 + DOCDIR=/builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + cp -pr ANNOUNCE /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + cp -pr ARTISTIC /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + cp -pr COPYING /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + cp -pr ChangeLog /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + cp -pr ChangeLog.1x /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + cp -pr ChangeLog.20 /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + cp -pr ChangeLog.21 /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + cp -pr INSTALL.APACHE /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + cp -pr INSTALL.NSAPI /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + cp -pr KNOWN.BUGS /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + cp -pr NEWS /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + cp -pr README /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + cp -pr eperl_logo.gif /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + cp -pr eperl_powered.gif /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + cp -pr contrib/utils/ /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64/usr/share/doc/perl-eperl + exit 0 Provides: perl(Parse::ePerl) = 2.2.14 perl-eperl = 2.2.14-37.fc28 perl-eperl(riscv-64) = 2.2.14-37.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) libcrypt.so.1()(64bit) libdb-5.3.so()(64bit) libdl.so.2()(64bit) libgdbm.so.5()(64bit) libgdbm_compat.so.4()(64bit) libm.so.6()(64bit) libperl.so.5.26()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libresolv.so.2()(64bit) libutil.so.1()(64bit) perl(:VERSION) >= 5.3.250 perl(AutoLoader) perl(Carp) perl(Cwd) perl(DynaLoader) perl(Exporter) perl(strict) perl(vars) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64 Wrote: /builddir/build/SRPMS/perl-eperl-2.2.14-37.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/perl-eperl-2.2.14-37.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YITXQO + umask 022 + cd /builddir/build/BUILD + cd eperl-2.2.14 + rm -rf /builddir/build/BUILDROOT/perl-eperl-2.2.14-37.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff