+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/fcgi.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.4RI7q8 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf fcgi-2.4.0 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/fcgi-2.4.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd fcgi-2.4.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (fcgi-2.4.0-autotools.patch):' Patch #0 (fcgi-2.4.0-autotools.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file aclocal.m4 patching file cgi-fcgi/Makefile.am patching file cgi-fcgi/Makefile.in patching file compile patching file config.guess patching file config.sub patching file configure patching file configure.in patching file depcomp patching file examples/Makefile.am patching file examples/Makefile.in patching file fcgi_config.h.in patching file include/Makefile.in patching file install-sh patching file libfcgi/Makefile.am patching file libfcgi/Makefile.in patching file ltmain.sh patching file Makefile.in patching file missing patching file mkinstalldirs + echo 'Patch #3 (fcgi-2.4.0-gcc44_fixes.patch):' Patch #3 (fcgi-2.4.0-gcc44_fixes.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .gcc44_fixes --fuzz=0 patching file libfcgi/fcgio.cpp + echo 'Patch #4 (fcgi-2.4.0-poll.patch):' Patch #4 (fcgi-2.4.0-poll.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .poll --fuzz=0 patching file libfcgi/os_unix.c + sed -i 's/\r//' doc/fastcgi-prog-guide/ch2c.htm + chmod a-x include/fcgios.h libfcgi/os_unix.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.sVnqaw + umask 022 + cd /builddir/build/BUILD + cd fcgi-2.4.0 + CFLAGS='-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 ' + export CFLAGS + CXXFLAGS='-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 ' + export CXXFLAGS + FFLAGS='-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 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-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 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for riscv64-redhat-linux-gnu-gcc... no 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for riscv64-redhat-linux-gnu-g++... no checking for riscv64-redhat-linux-gnu-c++... no checking for riscv64-redhat-linux-gnu-gpp... no checking for riscv64-redhat-linux-gnu-aCC... no checking for riscv64-redhat-linux-gnu-CC... no checking for riscv64-redhat-linux-gnu-cxx... no checking for riscv64-redhat-linux-gnu-cc++... no checking for riscv64-redhat-linux-gnu-cl... no checking for riscv64-redhat-linux-gnu-FCC... no checking for riscv64-redhat-linux-gnu-KCC... no checking for riscv64-redhat-linux-gnu-RCC... no checking for riscv64-redhat-linux-gnu-xlC_r... no checking for riscv64-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for riscv64-redhat-linux-gnu-g77... no checking for riscv64-redhat-linux-gnu-f77... no checking for riscv64-redhat-linux-gnu-xlf... no checking for riscv64-redhat-linux-gnu-frt... no checking for riscv64-redhat-linux-gnu-pgf77... no checking for riscv64-redhat-linux-gnu-fort77... no checking for riscv64-redhat-linux-gnu-fl32... no checking for riscv64-redhat-linux-gnu-af77... no checking for riscv64-redhat-linux-gnu-f90... no checking for riscv64-redhat-linux-gnu-xlf90... no checking for riscv64-redhat-linux-gnu-pgf90... no checking for riscv64-redhat-linux-gnu-epcf90... no checking for riscv64-redhat-linux-gnu-f95... no checking for riscv64-redhat-linux-gnu-fort... no checking for riscv64-redhat-linux-gnu-xlf95... no checking for riscv64-redhat-linux-gnu-ifc... no checking for riscv64-redhat-linux-gnu-efc... no checking for riscv64-redhat-linux-gnu-pgf95... no checking for riscv64-redhat-linux-gnu-lf95... no checking for riscv64-redhat-linux-gnu-gfortran... no checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for riscv64-redhat-linux-gnu-g++... g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) none checking whether g++ works... yes checking whether cin has a streambuf assignment operator... no checking whether char_type is defined in the context of streambuf... yes checking for gethostbyname in -lnsl... no checking for socket in -lsocket... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... gcc checking for ssize_t... yes checking for sun_len in sys/un.h... no checking for fpos_t in stdio.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for unistd.h... (cached) yes checking for a fileno() prototype in stdio.h... yes checking whether cross-process locking is required by accept()... no checking whether va_arg(arg, long double) crashes the compiler... no checking for an ANSI C-conforming const... yes checking for strerror... yes checking for inline... inline checking for C compiler warning flags... -Wall configure: creating ./config.status config.status: creating Makefile config.status: creating cgi-fcgi/Makefile config.status: creating include/Makefile config.status: creating libfcgi/Makefile config.status: creating examples/Makefile config.status: creating fcgi_config.h config.status: executing depfiles commands + make make all-recursive make[1]: Entering directory '/builddir/build/BUILD/fcgi-2.4.0' Making all in libfcgi make[2]: Entering directory '/builddir/build/BUILD/fcgi-2.4.0/libfcgi' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread -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 -Wall -c -o libfcgi_la-fcgiapp.lo `test -f 'fcgiapp.c' || echo './'`fcgiapp.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread -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 -Wall -c fcgiapp.c -fPIC -DPIC -o .libs/libfcgi_la-fcgiapp.o fcgiapp.c:14:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: fcgiapp.c,v 1.34 2001/12/12 22:54:10 robs Exp $"; ^~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread -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 -Wall -c fcgiapp.c -o libfcgi_la-fcgiapp.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread -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 -Wall -c -o libfcgi_la-fcgi_stdio.lo `test -f 'fcgi_stdio.c' || echo './'`fcgi_stdio.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread -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 -Wall -c fcgi_stdio.c -fPIC -DPIC -o .libs/libfcgi_la-fcgi_stdio.o fcgi_stdio.c:15:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: fcgi_stdio.c,v 1.14 2001/09/01 01:09:30 robs Exp $"; ^~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread -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 -Wall -c fcgi_stdio.c -o libfcgi_la-fcgi_stdio.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread -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 -Wall -c -o libfcgi_la-os_unix.lo `test -f 'os_unix.c' || echo './'`os_unix.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread -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 -Wall -c os_unix.c -fPIC -DPIC -o .libs/libfcgi_la-os_unix.o os_unix.c: In function 'OS_Accept': os_unix.c:1175:70: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] socket = accept(listen_sock, (struct sockaddr *)&sa, &len); ^ In file included from /usr/include/netinet/in.h:23:0, from os_unix.c:28: /usr/include/sys/socket.h:232:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^~~~~~ os_unix.c: In function 'OS_IsFcgi': os_unix.c:1275:51: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] if (getpeername(sock, (struct sockaddr *)&sa, &len) != 0 && errno == ENOTCONN) { ^ In file included from /usr/include/netinet/in.h:23:0, from os_unix.c:28: /usr/include/sys/socket.h:130:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getpeername (int __fd, __SOCKADDR_ARG __addr, ^~~~~~~~~~~ At top level: os_unix.c:20:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: os_unix.c,v 1.37 2002/03/05 19:14:49 robs Exp $"; ^~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread -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 -Wall -c os_unix.c -o libfcgi_la-os_unix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link gcc -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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libfcgi.la -rpath /usr/lib64 libfcgi_la-fcgiapp.lo libfcgi_la-fcgi_stdio.lo libfcgi_la-os_unix.lo gcc -shared .libs/libfcgi_la-fcgiapp.o .libs/libfcgi_la-fcgi_stdio.o .libs/libfcgi_la-os_unix.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,libfcgi.so.0 -o .libs/libfcgi.so.0.0.0 (cd .libs && rm -f libfcgi.so.0 && ln -s libfcgi.so.0.0.0 libfcgi.so.0) (cd .libs && rm -f libfcgi.so && ln -s libfcgi.so.0.0.0 libfcgi.so) ar cru .libs/libfcgi.a libfcgi_la-fcgiapp.o libfcgi_la-fcgi_stdio.o libfcgi_la-os_unix.o ranlib .libs/libfcgi.a creating libfcgi.la (cd .libs && rm -f libfcgi.la && ln -s ../libfcgi.la libfcgi.la) /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -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 -c -o fcgio.lo fcgio.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -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 -c fcgio.cpp -fPIC -DPIC -o .libs/fcgio.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -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 -c fcgio.cpp -o fcgio.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CXX --mode=link g++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libfcgi++.la -lfcgi -rpath /usr/lib64 fcgio.lo g++ -shared -nostdlib /usr/lib64/gcc/riscv64-unknown-linux-gnu/7/crti.o /usr/lib64/gcc/riscv64-unknown-linux-gnu/7/crtbeginS.o .libs/fcgio.o -Wl,--rpath -Wl,/builddir/build/BUILD/fcgi-2.4.0/libfcgi/.libs -Wl,--rpath -Wl,/usr/lib64 /builddir/build/BUILD/fcgi-2.4.0/libfcgi/.libs/libfcgi.so -L/usr/lib64/gcc/riscv64-unknown-linux-gnu/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib64/gcc/riscv64-unknown-linux-gnu/7/crtendS.o /usr/lib64/gcc/riscv64-unknown-linux-gnu/7/crtn.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,libfcgi++.so.0 -o .libs/libfcgi++.so.0.0.0 (cd .libs && rm -f libfcgi++.so.0 && ln -s libfcgi++.so.0.0.0 libfcgi++.so.0) (cd .libs && rm -f libfcgi++.so && ln -s libfcgi++.so.0.0.0 libfcgi++.so) ar cru .libs/libfcgi++.a fcgio.o ranlib .libs/libfcgi++.a creating libfcgi++.la (cd .libs && rm -f libfcgi++.la && ln -s ../libfcgi++.la libfcgi++.la) make[2]: Leaving directory '/builddir/build/BUILD/fcgi-2.4.0/libfcgi' Making all in cgi-fcgi make[2]: Entering directory '/builddir/build/BUILD/fcgi-2.4.0/cgi-fcgi' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -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 -Wall -c cgi-fcgi.c cgi-fcgi.c: In function 'ScheduleIo': cgi-fcgi.c:461:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (ClientData)appServerSock) == -1) { ^ cgi-fcgi.c:477:4: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (ClientData)appServerSock) == -1) { ^ cgi-fcgi.c: In function 'ParseArgs': cgi-fcgi.c:642:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf(stderr, "Cannot allocate %d bytes\n", ~^ %ld strlen(tp1)+1); ~~~~~~~~~~~~~ cgi-fcgi.c: In function 'main': cgi-fcgi.c:725:9: warning: variable 'numFDs' set but not used [-Wunused-but-set-variable] int numFDs; ^~~~~~ At top level: cgi-fcgi.c:14:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: cgi-fcgi.c,v 1.15 2001/09/01 01:14:28 robs Exp $"; ^~~~~ /bin/sh ../libtool --tag=CC --mode=link gcc -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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cgi-fcgi cgi-fcgi.o ../libfcgi/libfcgi.la mkdir .libs gcc -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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/cgi-fcgi cgi-fcgi.o ../libfcgi/.libs/libfcgi.so -Wl,--rpath -Wl,/usr/lib64 creating cgi-fcgi make[2]: Leaving directory '/builddir/build/BUILD/fcgi-2.4.0/cgi-fcgi' Making all in examples make[2]: Entering directory '/builddir/build/BUILD/fcgi-2.4.0/examples' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -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 -Wall -c authorizer.c /bin/sh ../libtool --tag=CC --mode=link gcc -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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o authorizer authorizer.o ../libfcgi/libfcgi.la mkdir .libs gcc -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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/authorizer authorizer.o ../libfcgi/.libs/libfcgi.so -Wl,--rpath -Wl,/usr/lib64 creating authorizer gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -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 -Wall -c echo.c echo.c:14:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: echo.c,v 1.5 1999/07/28 00:29:37 roberts Exp $"; ^~~~~ /bin/sh ../libtool --tag=CC --mode=link gcc -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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o echo echo.o ../libfcgi/libfcgi.la gcc -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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/echo echo.o ../libfcgi/.libs/libfcgi.so -Wl,--rpath -Wl,/usr/lib64 creating echo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -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 -Wall -c echo-x.c echo-x.c:14:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: echo-x.c,v 1.1 2001/06/19 15:06:17 robs Exp $"; ^~~~~ /bin/sh ../libtool --tag=CC --mode=link gcc -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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o echo-x echo-x.o ../libfcgi/libfcgi.la gcc -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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/echo-x echo-x.o ../libfcgi/.libs/libfcgi.so -Wl,--rpath -Wl,/usr/lib64 creating echo-x gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -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 -Wall -c log-dump.c log-dump.c:18:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: log-dump.c,v 1.5 2001/09/01 01:12:26 robs Exp $"; ^~~~~ /bin/sh ../libtool --tag=CC --mode=link gcc -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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o log-dump log-dump.o ../libfcgi/libfcgi.la gcc -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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/log-dump log-dump.o ../libfcgi/.libs/libfcgi.so -Wl,--rpath -Wl,/usr/lib64 creating log-dump gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -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 -Wall -c size.c /bin/sh ../libtool --tag=CC --mode=link gcc -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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o size size.o ../libfcgi/libfcgi.la gcc -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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/size size.o ../libfcgi/.libs/libfcgi.so -Wl,--rpath -Wl,/usr/lib64 creating size gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread -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 -Wall -c -o threaded-threaded.o `test -f 'threaded.c' || echo './'`threaded.c threaded.c: In function 'doit': threaded.c:27:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int rc, i, thread_id = (int)a; ^ threaded.c: In function 'main': threaded.c:80:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] pthread_create(&id[i], NULL, doit, (void*)i); ^ At top level: threaded.c:6:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id: threaded.c,v 1.9 2001/11/20 03:23:21 robs Exp $"; ^~~~~ /bin/sh ../libtool --tag=CC --mode=link gcc -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 -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o threaded -pthread threaded-threaded.o ../libfcgi/libfcgi.la gcc -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 -Wall -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/threaded -pthread threaded-threaded.o ../libfcgi/.libs/libfcgi.so -Wl,--rpath -Wl,/usr/lib64 creating threaded g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -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 -c -o echo-cpp.o echo-cpp.cpp /bin/sh ../libtool --tag=CXX --mode=link g++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o echo-cpp echo-cpp.o ../libfcgi/libfcgi++.la g++ -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 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/echo-cpp echo-cpp.o ../libfcgi/.libs/libfcgi++.so /builddir/build/BUILD/fcgi-2.4.0/libfcgi/.libs/libfcgi.so -Wl,--rpath -Wl,/usr/lib64 creating echo-cpp make[2]: Leaving directory '/builddir/build/BUILD/fcgi-2.4.0/examples' Making all in include make[2]: Entering directory '/builddir/build/BUILD/fcgi-2.4.0/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/fcgi-2.4.0/include' make[2]: Entering directory '/builddir/build/BUILD/fcgi-2.4.0' make[2]: Leaving directory '/builddir/build/BUILD/fcgi-2.4.0' make[1]: Leaving directory '/builddir/build/BUILD/fcgi-2.4.0' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EDoYFD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64 + cd fcgi-2.4.0 + rm -rf /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64 + mkdir /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64 + make install DESTDIR=/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64 Making install in libfcgi make[1]: Entering directory '/builddir/build/BUILD/fcgi-2.4.0/libfcgi' make[2]: Entering directory '/builddir/build/BUILD/fcgi-2.4.0/libfcgi' test -z "/usr/lib64" || mkdir -p -- "/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libfcgi.la' '/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64/libfcgi.la' /usr/bin/install -c .libs/libfcgi.so.0.0.0 /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64/libfcgi.so.0.0.0 (cd /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64 && { ln -s -f libfcgi.so.0.0.0 libfcgi.so.0 || { rm -f libfcgi.so.0 && ln -s libfcgi.so.0.0.0 libfcgi.so.0; }; }) (cd /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64 && { ln -s -f libfcgi.so.0.0.0 libfcgi.so || { rm -f libfcgi.so && ln -s libfcgi.so.0.0.0 libfcgi.so; }; }) /usr/bin/install -c .libs/libfcgi.lai /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64/libfcgi.la /usr/bin/install -c .libs/libfcgi.a /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64/libfcgi.a chmod 644 /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64/libfcgi.a ranlib /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64/libfcgi.a libtool: install: warning: remember to run `libtool --finish /usr/lib64' /bin/sh ../libtool --mode=install /usr/bin/install -c 'libfcgi++.la' '/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64/libfcgi++.la' libtool: install: warning: relinking `libfcgi++.la' (cd /builddir/build/BUILD/fcgi-2.4.0/libfcgi; /bin/sh ../libtool --tag=CXX --mode=relink g++ -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libfcgi++.la -lfcgi -rpath /usr/lib64 fcgio.lo -inst-prefix-dir /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64) g++ -shared -nostdlib /usr/lib64/gcc/riscv64-unknown-linux-gnu/7/crti.o /usr/lib64/gcc/riscv64-unknown-linux-gnu/7/crtbeginS.o .libs/fcgio.o -Wl,--rpath -Wl,/usr/lib64 -L/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64 -L/usr/lib64 -lfcgi -L/usr/lib64/gcc/riscv64-unknown-linux-gnu/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib64/gcc/riscv64-unknown-linux-gnu/7/crtendS.o /usr/lib64/gcc/riscv64-unknown-linux-gnu/7/crtn.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,libfcgi++.so.0 -o .libs/libfcgi++.so.0.0.0 /usr/bin/install -c .libs/libfcgi++.so.0.0.0T /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64/libfcgi++.so.0.0.0 (cd /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64 && { ln -s -f libfcgi++.so.0.0.0 libfcgi++.so.0 || { rm -f libfcgi++.so.0 && ln -s libfcgi++.so.0.0.0 libfcgi++.so.0; }; }) (cd /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64 && { ln -s -f libfcgi++.so.0.0.0 libfcgi++.so || { rm -f libfcgi++.so && ln -s libfcgi++.so.0.0.0 libfcgi++.so; }; }) /usr/bin/install -c .libs/libfcgi++.lai /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64/libfcgi++.la /usr/bin/install -c .libs/libfcgi++.a /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64/libfcgi++.a chmod 644 /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64/libfcgi++.a ranlib /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/lib64/libfcgi++.a libtool: install: warning: remember to run `libtool --finish /usr/lib64' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/fcgi-2.4.0/libfcgi' make[1]: Leaving directory '/builddir/build/BUILD/fcgi-2.4.0/libfcgi' Making install in cgi-fcgi make[1]: Entering directory '/builddir/build/BUILD/fcgi-2.4.0/cgi-fcgi' make[2]: Entering directory '/builddir/build/BUILD/fcgi-2.4.0/cgi-fcgi' test -z "/usr/bin" || mkdir -p -- "/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'cgi-fcgi' '/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/bin/cgi-fcgi' libtool: install: warning: `../libfcgi/libfcgi.la' has not been installed in `/usr/lib64' /usr/bin/install -c .libs/cgi-fcgi /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/bin/cgi-fcgi make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/fcgi-2.4.0/cgi-fcgi' make[1]: Leaving directory '/builddir/build/BUILD/fcgi-2.4.0/cgi-fcgi' Making install in examples make[1]: Entering directory '/builddir/build/BUILD/fcgi-2.4.0/examples' make[2]: Entering directory '/builddir/build/BUILD/fcgi-2.4.0/examples' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/fcgi-2.4.0/examples' make[1]: Leaving directory '/builddir/build/BUILD/fcgi-2.4.0/examples' Making install in include make[1]: Entering directory '/builddir/build/BUILD/fcgi-2.4.0/include' make[2]: Entering directory '/builddir/build/BUILD/fcgi-2.4.0/include' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/include" || mkdir -p -- "/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/include" /usr/bin/install -c -m 644 'fastcgi.h' '/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/include/fastcgi.h' /usr/bin/install -c -m 644 'fcgi_stdio.h' '/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/include/fcgi_stdio.h' /usr/bin/install -c -m 644 'fcgiapp.h' '/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/include/fcgiapp.h' /usr/bin/install -c -m 644 'fcgimisc.h' '/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/include/fcgimisc.h' /usr/bin/install -c -m 644 'fcgio.h' '/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/include/fcgio.h' /usr/bin/install -c -m 644 'fcgios.h' '/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/include/fcgios.h' make[2]: Leaving directory '/builddir/build/BUILD/fcgi-2.4.0/include' make[1]: Leaving directory '/builddir/build/BUILD/fcgi-2.4.0/include' make[1]: Entering directory '/builddir/build/BUILD/fcgi-2.4.0' make[2]: Entering directory '/builddir/build/BUILD/fcgi-2.4.0' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/include" || mkdir -p -- "/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/include" /usr/bin/install -c -m 644 'fcgi_config.h' '/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/include/fcgi_config.h' make[2]: Leaving directory '/builddir/build/BUILD/fcgi-2.4.0' make[1]: Leaving directory '/builddir/build/BUILD/fcgi-2.4.0' + rm /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64//usr/lib64/libfcgi++.la /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64//usr/lib64/libfcgi++.a /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64//usr/lib64/libfcgi.la /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64//usr/lib64/libfcgi.a + install -p -m 0644 -D doc/cgi-fcgi.1 /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/share/man/man1/cgi-fcgi.1 + for manpage in doc/*.3 ++ basename doc/FCGI_Accept.3 + install -p -m 0644 -D doc/FCGI_Accept.3 /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/share/man/man3/FCGI_Accept.3 + for manpage in doc/*.3 ++ basename doc/FCGI_Finish.3 + install -p -m 0644 -D doc/FCGI_Finish.3 /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/share/man/man3/FCGI_Finish.3 + for manpage in doc/*.3 ++ basename doc/FCGI_SetExitStatus.3 + install -p -m 0644 -D doc/FCGI_SetExitStatus.3 /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/share/man/man3/FCGI_SetExitStatus.3 + for manpage in doc/*.3 ++ basename doc/FCGI_StartFilterData.3 + install -p -m 0644 -D doc/FCGI_StartFilterData.3 /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/share/man/man3/FCGI_StartFilterData.3 + rm -f -- doc/cgi-fcgi.1 + rm -f -- doc/FCGI_Accept.3 doc/FCGI_Finish.3 doc/FCGI_SetExitStatus.3 doc/FCGI_StartFilterData.3 + /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: fcgi-2.4.0-32.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9U9ygw + umask 022 + cd /builddir/build/BUILD + cd fcgi-2.4.0 + DOCDIR=/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/share/doc/fcgi + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/share/doc/fcgi + cp -pr LICENSE.TERMS /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/share/doc/fcgi + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.v8GM6y + umask 022 + cd /builddir/build/BUILD + cd fcgi-2.4.0 + LICENSEDIR=/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/share/licenses/fcgi + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/share/licenses/fcgi + cp -pr LICENSE.TERMS /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/share/licenses/fcgi + exit 0 Provides: fcgi = 2.4.0-32.fc28 fcgi(riscv-64) = 2.4.0-32.fc28 libfcgi++.so.0()(64bit) libfcgi.so.0()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig 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) libfcgi.so.0()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(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) rtld(GNU_HASH) Processing files: fcgi-devel-2.4.0-32.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vHbQST + umask 022 + cd /builddir/build/BUILD + cd fcgi-2.4.0 + DOCDIR=/builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/share/doc/fcgi-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/share/doc/fcgi-devel + cp -pr doc/ /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64/usr/share/doc/fcgi-devel + exit 0 Provides: fcgi-devel = 2.4.0-32.fc28 fcgi-devel(riscv-64) = 2.4.0-32.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libfcgi++.so.0()(64bit) libfcgi.so.0()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/fcgi-2.4.0-32.fc28.riscv64 Wrote: /builddir/build/SRPMS/fcgi-2.4.0-32.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/fcgi-2.4.0-32.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/fcgi-devel-2.4.0-32.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CQFp01 + umask 022 + cd /builddir/build/BUILD + cd fcgi-2.4.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/fcgi-2.4.0-32.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