Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/dynamite.spec'], chrootPath='/var/lib/mock/f33-build-294841-55382/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=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/dynamite.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=1595808000 Wrote: /builddir/build/SRPMS/dynamite-0.1.1-22.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/dynamite.spec'], chrootPath='/var/lib/mock/f33-build-294841-55382/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=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/dynamite.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=1595808000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.aoXA3P + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libdynamite-0.1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/libdynamite-0.1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libdynamite-0.1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.E47XjO + umask 022 + cd /builddir/build/BUILD + cd libdynamite-0.1.1 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2008-05-05 22:12:51.000000000 -0400 +++ ./configure 2020-08-14 06:58:44.829804480 -0400 @@ -6400,7 +6400,7 @@ sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Transform an extracted symbol line into a proper C declaration -lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + '[' 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.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' + 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' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -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="-Wl,-z,now -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 --disable-static --disable-rpath checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking target system type... riscv64-redhat-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gawk... (cached) gawk checking for riscv64-redhat-linux-gnu-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 style of include used by make... GNU checking dependency style of gcc... none checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/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 how to recognize dependent libraries... pass_all checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking dependency style of g++... none checking for riscv64-redhat-linux-gnu-g77... no checking for riscv64-redhat-linux-gnu-xlf... no checking for riscv64-redhat-linux-gnu-f77... no checking for riscv64-redhat-linux-gnu-frt... no checking for riscv64-redhat-linux-gnu-pgf77... no checking for riscv64-redhat-linux-gnu-cf77... 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-xlf90... no checking for riscv64-redhat-linux-gnu-f90... no checking for riscv64-redhat-linux-gnu-pgf90... no checking for riscv64-redhat-linux-gnu-pghpf... no checking for riscv64-redhat-linux-gnu-epcf90... no checking for riscv64-redhat-linux-gnu-gfortran... no checking for riscv64-redhat-linux-gnu-g95... no checking for riscv64-redhat-linux-gnu-xlf95... no checking for riscv64-redhat-linux-gnu-f95... no checking for riscv64-redhat-linux-gnu-fort... no checking for riscv64-redhat-linux-gnu-ifort... 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-ftn... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... 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... 1572864 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... no configure: creating libtool appending configuration tag "CXX" to libtool appending configuration tag "F77" to libtool checking whether make sets $(MAKE)... (cached) yes checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for an ANSI C-conforming const... yes configure: creating ./config.status config.status: creating libdynamite.pc config.status: creating Makefile config.status: creating lib/Makefile config.status: creating man/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands + make LIBTOOL=/usr/bin/libtool -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/libdynamite-0.1.1' Making all in lib make[2]: Entering directory '/builddir/build/BUILD/libdynamite-0.1.1/lib' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -Wsign-compare -Wno-long-long -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o libdynamite.lo libdynamite.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -Wsign-compare -Wno-long-long -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c libdynamite.c -fPIC -DPIC -o .libs/libdynamite.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -Wsign-compare -Wno-long-long -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c libdynamite.c -o libdynamite.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -Wall -Wsign-compare -Wno-long-long -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -no-undefined -version-info 0:0:0 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libdynamite.la -rpath /usr/lib64 libdynamite.lo libtool: link: gcc -shared -fPIC -DPIC .libs/libdynamite.o -O2 -flto=auto -g -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-soname -Wl,libdynamite.so.0 -o .libs/libdynamite.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libdynamite.so.0" && ln -s "libdynamite.so.0.0.0" "libdynamite.so.0") libtool: link: (cd ".libs" && rm -f "libdynamite.so" && ln -s "libdynamite.so.0.0.0" "libdynamite.so") libtool: link: ar cru .libs/libdynamite.a libdynamite.o libtool: link: ranlib .libs/libdynamite.a libtool: link: ( cd ".libs" && rm -f "libdynamite.la" && ln -s "../libdynamite.la" "libdynamite.la" ) make[2]: Leaving directory '/builddir/build/BUILD/libdynamite-0.1.1/lib' Making all in src make[2]: Entering directory '/builddir/build/BUILD/libdynamite-0.1.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wsign-compare -Wno-long-long -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c dynamite.c gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wsign-compare -Wno-long-long -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c queen_extract.c In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ../lib/libdynamite.h:15, from queen_extract.c:22: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ queen_extract.c: In function 'next_file': queen_extract.c:44:48: warning: '%i' directive output may be truncated writing between 1 and 11 bytes into a region of size 9 [-Wformat-truncation=] 44 | snprintf(filename, sizeof(filename), "QUEEN._%i", cookie->index); | ^~ queen_extract.c:44:40: note: directive argument in the range [-2147483647, 2147483647] 44 | snprintf(filename, sizeof(filename), "QUEEN._%i", cookie->index); | ^~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from queen_extract.c:24: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output between 9 and 19 bytes into a destination of size 16 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/libtool --tag=CC --mode=link gcc -Wall -Wsign-compare -Wno-long-long -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dynamite dynamite.o ../lib/libdynamite.la /usr/bin/libtool --tag=CC --mode=link gcc -Wall -Wsign-compare -Wno-long-long -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o queen_extract queen_extract.o ../lib/libdynamite.la libtool: link: gcc -Wall -Wsign-compare -Wno-long-long -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/dynamite dynamite.o ../lib/.libs/libdynamite.so libtool: link: gcc -Wall -Wsign-compare -Wno-long-long -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/queen_extract queen_extract.o ../lib/.libs/libdynamite.so make[2]: Leaving directory '/builddir/build/BUILD/libdynamite-0.1.1/src' Making all in man make[2]: Entering directory '/builddir/build/BUILD/libdynamite-0.1.1/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/libdynamite-0.1.1/man' make[2]: Entering directory '/builddir/build/BUILD/libdynamite-0.1.1' make[2]: Leaving directory '/builddir/build/BUILD/libdynamite-0.1.1' make[1]: Leaving directory '/builddir/build/BUILD/libdynamite-0.1.1' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lohMQP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64 + cd libdynamite-0.1.1 + rm -rf /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64 + make install DESTDIR=/builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64 Making install in lib make[1]: Entering directory '/builddir/build/BUILD/libdynamite-0.1.1/lib' make[2]: Entering directory '/builddir/build/BUILD/libdynamite-0.1.1/lib' test -z "/usr/lib64" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/lib64" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libdynamite.la' '/builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/lib64/libdynamite.la' /usr/bin/install -c .libs/libdynamite.so.0.0.0 /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/lib64/libdynamite.so.0.0.0 (cd /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/lib64 && { ln -s -f libdynamite.so.0.0.0 libdynamite.so.0 || { rm -f libdynamite.so.0 && ln -s libdynamite.so.0.0.0 libdynamite.so.0; }; }) (cd /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/lib64 && { ln -s -f libdynamite.so.0.0.0 libdynamite.so || { rm -f libdynamite.so && ln -s libdynamite.so.0.0.0 libdynamite.so; }; }) /usr/bin/install -c .libs/libdynamite.lai /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/lib64/libdynamite.la /usr/bin/install -c .libs/libdynamite.a /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/lib64/libdynamite.a chmod 644 /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/lib64/libdynamite.a ranlib /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/lib64/libdynamite.a libtool: install: warning: remember to run `libtool --finish /usr/lib64' test -z "/usr/include" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/include" /usr/bin/install -c -m 644 'libdynamite.h' '/builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/include/libdynamite.h' make[2]: Leaving directory '/builddir/build/BUILD/libdynamite-0.1.1/lib' make[1]: Leaving directory '/builddir/build/BUILD/libdynamite-0.1.1/lib' Making install in src make[1]: Entering directory '/builddir/build/BUILD/libdynamite-0.1.1/src' make[2]: Entering directory '/builddir/build/BUILD/libdynamite-0.1.1/src' test -z "/usr/bin" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'dynamite' '/builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/bin/dynamite' libtool: install: warning: `../lib/libdynamite.la' has not been installed in `/usr/lib64' /usr/bin/install -c .libs/dynamite /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/bin/dynamite make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/libdynamite-0.1.1/src' make[1]: Leaving directory '/builddir/build/BUILD/libdynamite-0.1.1/src' Making install in man make[1]: Entering directory '/builddir/build/BUILD/libdynamite-0.1.1/man' make[2]: Entering directory '/builddir/build/BUILD/libdynamite-0.1.1/man' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/share/man/man1" /usr/bin/install -c -m 644 './dynamite.1' '/builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/share/man/man1/dynamite.1' make[2]: Leaving directory '/builddir/build/BUILD/libdynamite-0.1.1/man' make[1]: Leaving directory '/builddir/build/BUILD/libdynamite-0.1.1/man' make[1]: Entering directory '/builddir/build/BUILD/libdynamite-0.1.1' make[2]: Entering directory '/builddir/build/BUILD/libdynamite-0.1.1' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/lib64/pkgconfig" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/lib64/pkgconfig" /usr/bin/install -c -m 644 'libdynamite.pc' '/builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/lib64/pkgconfig/libdynamite.pc' make[2]: Leaving directory '/builddir/build/BUILD/libdynamite-0.1.1' make[1]: Leaving directory '/builddir/build/BUILD/libdynamite-0.1.1' + rm -f /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/lib64/libdynamite.la /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/lib64/libdynamite.a + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.1.1-22.fc33 --unique-debug-suffix -0.1.1-22.fc33.riscv64 --unique-debug-src-base dynamite-0.1.1-22.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/libdynamite-0.1.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/lib64/libdynamite.so.0.0.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/bin/dynamite extracting debug info from /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/lib64/libdynamite.so.0.0.0 extracting debug info from /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/bin/dynamite original debug info size: 164kB, size after compression: 168kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 24 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: dynamite-0.1.1-22.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.M1yIaP + umask 022 + cd /builddir/build/BUILD + cd libdynamite-0.1.1 + DOCDIR=/builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/share/doc/dynamite + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/share/doc/dynamite + cp -pr LICENSE /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64/usr/share/doc/dynamite + RPM_EC=0 ++ jobs -p + exit 0 Provides: dynamite = 0.1.1-22.fc33 dynamite(riscv-64) = 0.1.1-22.fc33 libdynamite.so.0()(64bit) 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) libdynamite.so.0()(64bit) rtld(GNU_HASH) Processing files: dynamite-devel-0.1.1-22.fc33.riscv64 Provides: dynamite-devel = 0.1.1-22.fc33 dynamite-devel(riscv-64) = 0.1.1-22.fc33 pkgconfig(libdynamite) = 0.1.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libdynamite.so.0()(64bit) Processing files: dynamite-debugsource-0.1.1-22.fc33.riscv64 Provides: dynamite-debugsource = 0.1.1-22.fc33 dynamite-debugsource(riscv-64) = 0.1.1-22.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dynamite-debuginfo-0.1.1-22.fc33.riscv64 Provides: debuginfo(build-id) = 53f966b950e4d522d29d1f02adc1e475bac0b829 debuginfo(build-id) = d678efb32103e92e03fb0ad87bca57fdd0d9b1dc dynamite-debuginfo = 0.1.1-22.fc33 dynamite-debuginfo(riscv-64) = 0.1.1-22.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dynamite-debugsource(riscv-64) = 0.1.1-22.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64 Wrote: /builddir/build/RPMS/dynamite-devel-0.1.1-22.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/dynamite-0.1.1-22.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/dynamite-debugsource-0.1.1-22.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/dynamite-debuginfo-0.1.1-22.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NApRPM + umask 022 + cd /builddir/build/BUILD + cd libdynamite-0.1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dynamite-0.1.1-22.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0