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/concordance.spec'], chrootPath='/var/lib/mock/f33-build-251800-50768/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/concordance.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=1590451200 Wrote: /builddir/build/SRPMS/concordance-1.4-3.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/concordance.spec'], chrootPath='/var/lib/mock/f33-build-251800-50768/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/concordance.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=1590451200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.uw2HuN + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf concordance-1.4 + /usr/bin/tar -xof - + /usr/bin/bzip2 -dc /builddir/build/SOURCES/concordance-1.4.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd concordance-1.4 + /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.5BWHoP + umask 022 + cd /builddir/build/BUILD + cd concordance-1.4 + cd libconcord + CFLAGS='-O2 -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 -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 -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 -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 + '[' '%{_lto_cflags}x' '!=' 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 --- ./configure.backup 2019-11-08 22:11:26.000000000 -0500 +++ ./configure 2020-06-05 14:19:29.487520791 -0400 @@ -1788,7 +1788,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /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 2020-06-05 14:19:29.487520791 -0400 +++ ./configure 2020-06-05 14:19:30.367520836 -0400 @@ -6291,7 +6291,7 @@ # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="sed -n"\ +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" @@ -17273,7 +17273,7 @@ compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' + '[' 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-mime-update 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 whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking for riscv64-redhat-linux-gnu-ar... no checking for riscv64-redhat-linux-gnu-lib... no checking for riscv64-redhat-linux-gnu-link... no checking for ar... ar checking the archiver (ar) interface... ar checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking how to print strings... printf 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 fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... ar checking for archiver @FILE support... @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ./configure: line 6216: -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p': No such file or directory ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no 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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) 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 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 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 -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for update-mime-database... no checking hidapi/hidapi.h usability... yes checking hidapi/hidapi.h presence... yes checking for hidapi/hidapi.h... yes checking for hid_init in -lhidapi-libusb... yes checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for ZIP... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands config.status: executing libtool commands + make -j4 /bin/sh ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" -DPACKAGE_STRING=\"libconcord\ 1.4\" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 libconcord_la-remote.lo `test -f 'remote.cpp' || echo './'`remote.cpp /bin/sh ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" -DPACKAGE_STRING=\"libconcord\ 1.4\" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 libconcord_la-remote_z.lo `test -f 'remote_z.cpp' || echo './'`remote_z.cpp /bin/sh ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" -DPACKAGE_STRING=\"libconcord\ 1.4\" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 libconcord_la-libconcord.lo `test -f 'libconcord.cpp' || echo './'`libconcord.cpp /bin/sh ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" -DPACKAGE_STRING=\"libconcord\ 1.4\" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 libconcord_la-binaryfile.lo `test -f 'binaryfile.cpp' || echo './'`binaryfile.cpp libtool: compile: g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"libconcord 1.4\"" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 remote_z.cpp -fPIC -DPIC -o .libs/libconcord_la-remote_z.o libtool: compile: g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"libconcord 1.4\"" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 remote.cpp -fPIC -DPIC -o .libs/libconcord_la-remote.o libtool: compile: g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"libconcord 1.4\"" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 libconcord.cpp -fPIC -DPIC -o .libs/libconcord_la-libconcord.o libtool: compile: g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"libconcord 1.4\"" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 binaryfile.cpp -fPIC -DPIC -o .libs/libconcord_la-binaryfile.o /bin/sh ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" -DPACKAGE_STRING=\"libconcord\ 1.4\" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 libconcord_la-web.lo `test -f 'web.cpp' || echo './'`web.cpp libtool: compile: g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"libconcord 1.4\"" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 web.cpp -fPIC -DPIC -o .libs/libconcord_la-web.o /bin/sh ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" -DPACKAGE_STRING=\"libconcord\ 1.4\" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 libconcord_la-usblan.lo `test -f 'usblan.cpp' || echo './'`usblan.cpp /bin/sh ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" -DPACKAGE_STRING=\"libconcord\ 1.4\" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 libconcord_la-operationfile.lo `test -f 'operationfile.cpp' || echo './'`operationfile.cpp libtool: compile: g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"libconcord 1.4\"" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 usblan.cpp -fPIC -DPIC -o .libs/libconcord_la-usblan.o libtool: compile: g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"libconcord 1.4\"" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 operationfile.cpp -fPIC -DPIC -o .libs/libconcord_la-operationfile.o /bin/sh ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" -DPACKAGE_STRING=\"libconcord\ 1.4\" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 libconcord_la-remote_mh.lo `test -f 'remote_mh.cpp' || echo './'`remote_mh.cpp /bin/sh ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" -DPACKAGE_STRING=\"libconcord\ 1.4\" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 libconcord_la-libusbhid.lo `test -f 'libusbhid.cpp' || echo './'`libusbhid.cpp In file included from /usr/include/string.h:504, from usblan.cpp:24: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'int GetXMLUserRFSetting(char**)' at usblan.cpp:249:12: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ usblan.cpp: In function 'int GetXMLUserRFSetting(char**)': usblan.cpp:249:35: note: length computed here 249 | strncpy(*data, buf_ptr, strlen(buf_ptr)+1); | ~~~~~~^~~~~~~~~ /bin/sh ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" -DPACKAGE_STRING=\"libconcord\ 1.4\" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 libconcord_la-libhidapi.lo `test -f 'libhidapi.cpp' || echo './'`libhidapi.cpp libtool: compile: g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"libconcord 1.4\"" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 remote_mh.cpp -fPIC -DPIC -o .libs/libconcord_la-remote_mh.o libtool: compile: g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"libconcord 1.4\"" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 libusbhid.cpp -fPIC -DPIC -o .libs/libconcord_la-libusbhid.o libtool: compile: g++ -DPACKAGE_NAME=\"libconcord\" -DPACKAGE_TARNAME=\"libconcord\" -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"libconcord 1.4\"" -DPACKAGE_BUGREPORT=\"concordance-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libconcord\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DWANT_HIDAPI=1 -DHAVE_LIBHIDAPI_LIBUSB=1 -I. -Wall -O2 -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 libhidapi.cpp -fPIC -DPIC -o .libs/libconcord_la-libhidapi.o /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -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 -version-info 5:0:0 -lhidapi-libusb -lzip -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libconcord.la -rpath /usr/lib64 libconcord_la-remote.lo libconcord_la-remote_z.lo libconcord_la-libconcord.lo libconcord_la-binaryfile.lo libconcord_la-web.lo libconcord_la-usblan.lo libconcord_la-operationfile.lo libconcord_la-remote_mh.lo libconcord_la-libusbhid.lo libconcord_la-libhidapi.lo -lhidapi-libusb libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/riscv64-redhat-linux/10/crti.o /usr/lib/gcc/riscv64-redhat-linux/10/crtbeginS.o .libs/libconcord_la-remote.o .libs/libconcord_la-remote_z.o .libs/libconcord_la-libconcord.o .libs/libconcord_la-binaryfile.o .libs/libconcord_la-web.o .libs/libconcord_la-usblan.o .libs/libconcord_la-operationfile.o .libs/libconcord_la-remote_mh.o .libs/libconcord_la-libusbhid.o .libs/libconcord_la-libhidapi.o -lzip -lhidapi-libusb -L/usr/lib/gcc/riscv64-redhat-linux/10 -L/lib64/lp64d/../lib64/lp64d -L/usr/lib64/lp64d/../lib64/lp64d -L/lib/../lib64/lp64d -L/usr/lib/../lib64/lp64d -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/riscv64-redhat-linux/10/crtendS.o /usr/lib/gcc/riscv64-redhat-linux/10/crtn.o -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -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,libconcord.so.5 -o .libs/libconcord.so.5.0.0 libtool: link: (cd ".libs" && rm -f "libconcord.so.5" && ln -s "libconcord.so.5.0.0" "libconcord.so.5") libtool: link: (cd ".libs" && rm -f "libconcord.so" && ln -s "libconcord.so.5.0.0" "libconcord.so") libtool: link: ( cd ".libs" && rm -f "libconcord.la" && ln -s "../libconcord.la" "libconcord.la" ) + cd - /builddir/build/BUILD/concordance-1.4 + cd libconcord/bindings/python + CFLAGS='-O2 -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' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib copying libconcord.py -> build/lib + cd - /builddir/build/BUILD/concordance-1.4 + cd concordance + export 'CFLAGS=-O2 -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../libconcord' + CFLAGS='-O2 -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../libconcord' + export 'LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L../libconcord/.libs' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L../libconcord/.libs' + CFLAGS='-O2 -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../libconcord' + export CFLAGS + CXXFLAGS='-O2 -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 -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 -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 -L../libconcord/.libs' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' '%{_lto_cflags}x' '!=' 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 --- ./configure.backup 2019-11-08 22:11:32.000000000 -0500 +++ ./configure 2020-06-05 14:23:42.557533858 -0400 @@ -1763,7 +1763,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /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 2020-06-05 14:23:42.557533858 -0400 +++ ./configure 2020-06-05 14:23:43.467533905 -0400 @@ -6005,7 +6005,7 @@ # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="sed -n"\ +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" @@ -16521,7 +16521,7 @@ compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' + '[' 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 --enable-shared 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 whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking how to print strings... printf 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 fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ./configure: line 5959: -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p': No such file or directory ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no 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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) 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 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 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 -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands + make -j4 make all-am make[1]: Entering directory '/builddir/build/BUILD/concordance-1.4/concordance' gcc -DHAVE_CONFIG_H -I. -Wall -O2 -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../libconcord -c -o concordance-concordance.o `test -f 'concordance.c' || echo './'`concordance.c /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -O2 -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../libconcord -l:libconcord.so.5 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L../libconcord/.libs -o concordance concordance-concordance.o libtool: link: gcc -Wall -O2 -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../libconcord -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o concordance concordance-concordance.o -l:libconcord.so.5 -L../libconcord/.libs make[1]: Leaving directory '/builddir/build/BUILD/concordance-1.4/concordance' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.b2l6aO + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64 + cd concordance-1.4 + cd libconcord + make DESTDIR=/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64 install make[1]: Entering directory '/builddir/build/BUILD/concordance-1.4/libconcord' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/lib64' /bin/sh ./libtool --mode=install /usr/bin/install -c libconcord.la '/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/lib64' libtool: install: /usr/bin/install -c .libs/libconcord.so.5.0.0 /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/lib64/libconcord.so.5.0.0 libtool: install: (cd /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/lib64 && { ln -s -f libconcord.so.5.0.0 libconcord.so.5 || { rm -f libconcord.so.5 && ln -s libconcord.so.5.0.0 libconcord.so.5; }; }) libtool: install: (cd /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/lib64 && { ln -s -f libconcord.so.5.0.0 libconcord.so || { rm -f libconcord.so && ln -s libconcord.so.5.0.0 libconcord.so; }; }) libtool: install: /usr/bin/install -c .libs/libconcord.lai /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/lib64/libconcord.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/include' /usr/bin/install -c -m 644 libconcord.h '/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/include' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/mime/packages' /usr/bin/install -c -m 644 libconcord.xml '/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/mime/packages' make install-data-hook make[2]: Entering directory '/builddir/build/BUILD/concordance-1.4/libconcord' make[2]: Nothing to be done for 'install-data-hook'. make[2]: Leaving directory '/builddir/build/BUILD/concordance-1.4/libconcord' make[1]: Leaving directory '/builddir/build/BUILD/concordance-1.4/libconcord' + make DESTDIR=/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64 install_udev ./gen_udev_support -u Creating udev file: libconcord.rules ... done Creating udev file: libconcord-usbnet.rules ... done /usr/bin/mkdir -p /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64//lib/udev/rules.d /bin/sh /builddir/build/BUILD/concordance-1.4/libconcord/install-sh -c -m 644 libconcord.rules \ /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64//lib/udev/rules.d/60-libconcord.rules /bin/sh /builddir/build/BUILD/concordance-1.4/libconcord/install-sh -c -m 644 libconcord-usbnet.rules \ /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64//lib/udev/rules.d/80-libconcord-usbnet.rules /bin/sh /builddir/build/BUILD/concordance-1.4/libconcord/install-sh -c start_concordance_dhcpd.sh \ /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64//lib/udev/ /bin/sh /builddir/build/BUILD/concordance-1.4/libconcord/install-sh -c start_concordance_dhcpd_wrapper.sh \ /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64//lib/udev/ + find /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64 -type f -name '*.a' -exec /usr/bin/rm -f '{}' ';' + find /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64 -type f -name '*.la' -exec /usr/bin/rm -f '{}' ';' + cd - /builddir/build/BUILD/concordance-1.4 + cd libconcord/bindings/python + CFLAGS='-O2 -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' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/lib creating /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/lib/python3.9/site-packages copying build/lib/libconcord.py -> /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/lib/python3.9/site-packages byte-compiling /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/lib/python3.9/site-packages/libconcord.py to libconcord.cpython-39.pyc writing byte-compilation script '/tmp/tmp5y7dl945.py' /usr/bin/python3 /tmp/tmp5y7dl945.py removing /tmp/tmp5y7dl945.py running install_egg_info Writing /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/lib/python3.9/site-packages/libconcord-1.4-py3.9.egg-info + rm -rfv /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/bin/__pycache__ /builddir/build/BUILD/concordance-1.4 + cd - + cd concordance + make DESTDIR=/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64 install make[1]: Entering directory '/builddir/build/BUILD/concordance-1.4/concordance' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c concordance '/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/bin' libtool: install: /usr/bin/install -c concordance /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/bin/concordance /usr/bin/mkdir -p '/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/man/man1' /usr/bin/install -c -m 644 concordance.1 '/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/man/man1' make[1]: Leaving directory '/builddir/build/BUILD/concordance-1.4/concordance' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.4-3.fc33 --unique-debug-suffix -1.4-3.fc33.riscv64 --unique-debug-src-base concordance-1.4-3.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/concordance-1.4 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/bin/concordance explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/lib64/libconcord.so.5.0.0 extracting debug info from /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/bin/concordance extracting debug info from /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/lib64/libconcord.so.5.0.0 original debug info size: 1244kB, size after compression: 1056kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 574 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 /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /lib/udev/start_concordance_dhcpd_wrapper.sh from /bin/bash to #!/usr/bin/bash mangling shebang in /lib/udev/start_concordance_dhcpd.sh from /bin/bash to #!/usr/bin/bash Processing files: concordance-1.4-3.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DdmC1P + umask 022 + cd /builddir/build/BUILD + cd concordance-1.4 + DOCDIR=/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/concordance + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/concordance + cp -pr Changelog /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/concordance + cp -pr CodingStyle /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/concordance + cp -pr LICENSE /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/concordance + cp -pr SubmittingPatches /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/concordance + cp -pr TODO /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/concordance + cp -pr README.md /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/concordance + cp -pr concordance/INSTALL.linux /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/concordance + RPM_EC=0 ++ jobs -p + exit 0 Provides: concordance = 1.4-3.fc33 concordance(riscv-64) = 1.4-3.fc33 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) libconcord.so.5()(64bit) rtld(GNU_HASH) Processing files: libconcord-1.4-3.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hHsJAO + umask 022 + cd /builddir/build/BUILD + cd concordance-1.4 + DOCDIR=/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/libconcord + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/libconcord + cp -pr Changelog /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/libconcord + cp -pr CodingStyle /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/libconcord + cp -pr LICENSE /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/libconcord + cp -pr SubmittingPatches /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/libconcord + cp -pr libconcord/README /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/libconcord + cp -pr libconcord/INSTALL.linux /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/libconcord + RPM_EC=0 ++ jobs -p + exit 0 Provides: libconcord = 1.4-3.fc33 libconcord(riscv-64) = 1.4-3.fc33 libconcord.so.5()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/bash 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) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libhidapi-libusb.so.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) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libzip.so.5()(64bit) rtld(GNU_HASH) Processing files: libconcord-devel-1.4-3.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hBIdBL + umask 022 + cd /builddir/build/BUILD + cd concordance-1.4 + DOCDIR=/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/libconcord-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/libconcord-devel + cp -pr TODO /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/libconcord-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: libconcord-devel = 1.4-3.fc33 libconcord-devel(riscv-64) = 1.4-3.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libconcord.so.5()(64bit) Processing files: python3-libconcord-1.4-3.fc33.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iSRXCM + umask 022 + cd /builddir/build/BUILD + cd concordance-1.4 + DOCDIR=/builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/python3-libconcord + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/python3-libconcord + cp -pr libconcord/bindings/python/README /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64/usr/share/doc/python3-libconcord + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-libconcord = 1.4-3.fc33 python3-libconcord = 1.4-3.fc33 python3.9-libconcord = 1.4-3.fc33 python3.9dist(libconcord) = 1.4 python3dist(libconcord) = 1.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 Processing files: concordance-debugsource-1.4-3.fc33.riscv64 Provides: concordance-debugsource = 1.4-3.fc33 concordance-debugsource(riscv-64) = 1.4-3.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: concordance-debuginfo-1.4-3.fc33.riscv64 Provides: concordance-debuginfo = 1.4-3.fc33 concordance-debuginfo(riscv-64) = 1.4-3.fc33 debuginfo(build-id) = ff2641697090f887af2ffa749a8cfb2a0bd92301 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: concordance-debugsource(riscv-64) = 1.4-3.fc33 Processing files: libconcord-debuginfo-1.4-3.fc33.riscv64 Provides: debuginfo(build-id) = 8a328432bcc66ec52c5ee24254ca6554ca38b046 libconcord-debuginfo = 1.4-3.fc33 libconcord-debuginfo(riscv-64) = 1.4-3.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: concordance-debugsource(riscv-64) = 1.4-3.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64 Wrote: /builddir/build/RPMS/concordance-1.4-3.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/libconcord-1.4-3.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/concordance-debugsource-1.4-3.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/concordance-debuginfo-1.4-3.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python3-libconcord-1.4-3.fc33.noarch.rpm Wrote: /builddir/build/RPMS/libconcord-devel-1.4-3.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/libconcord-debuginfo-1.4-3.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.23uBuP + umask 022 + cd /builddir/build/BUILD + cd concordance-1.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/concordance-1.4-3.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0