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/libnjb.spec'], chrootPath='/var/lib/mock/f33-build-293068-55014/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/libnjb.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=1595894400 Wrote: /builddir/build/SRPMS/libnjb-2.2.7-21.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/libnjb.spec'], chrootPath='/var/lib/mock/f33-build-293068-55014/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/libnjb.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=1595894400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mTLnyV + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libnjb-2.2.7 + /usr/bin/gzip -dc /builddir/build/SOURCES/libnjb-2.2.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libnjb-2.2.7 + /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.rGlkDW + umask 022 + cd /builddir/build/BUILD + cd libnjb-2.2.7 + 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 --- ./configure.backup 2011-06-25 08:06:04.000000000 -0400 +++ ./configure 2020-08-14 01:41:58.868060256 -0400 @@ -1725,7 +1725,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-08-14 01:41:58.868060256 -0400 +++ ./configure 2020-08-14 01:41:59.988060435 -0400 @@ -13280,7 +13280,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_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"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $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 --program-prefix=njb- 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 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 for style of include used by make... GNU checking dependency style of gcc... none checking whether ln -s works... yes 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 the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes 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... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... dlltool 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... ok checking for sysroot... no 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 for doxygen... true checking if the host operating system is Darwin... no checking For MinGW32... no checking for initscr in -lcurses... yes checking for usb_control_msg in -lusb... yes checking for uncompress in -lz... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for string.h... (cached) yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking usb.h usability... yes checking usb.h presence... yes checking for usb.h... yes checking for an ANSI C-conforming const... yes checking for off_t... yes checking return type of signal handlers... void checking for size_t... yes checking for struct stat.st_blksize... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no checking for basename... yes checking for memset... yes checking for select... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for strtoul... yes checking for usleep... yes configure: creating ./config.status config.status: creating src/libnjb.h config.status: creating doc/Doxyfile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating sample/Makefile config.status: creating nomadjukebox config.status: creating hotplug.sh config.status: creating libnjb.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/libnjb-2.2.7' Making all in src make[2]: Entering directory '/builddir/build/BUILD/libnjb-2.2.7/src' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c -o base.lo base.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c -o ioutil.lo ioutil.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c -o protocol.lo protocol.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c -o procedure.lo procedure.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c base.c -fPIC -DPIC -o .libs/base.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c protocol.c -fPIC -DPIC -o .libs/protocol.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c ioutil.c -fPIC -DPIC -o .libs/ioutil.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c procedure.c -fPIC -DPIC -o .libs/procedure.o ioutil.c: In function 'data_dump_ascii': ioutil.c:70:20: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 70 | fprintf(f, "\t%04x:", dump_boundry); | ~~~^ ~~~~~~~~~~~~ | | | | | size_t {aka long unsigned int} | unsigned int | %04lx procedure.c: In function 'NJB_Get_Track_fd': procedure.c:1012:9: warning: variable 'wasshort' set but not used [-Wunused-but-set-variable] 1012 | int wasshort = 0; | ^~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c -o byteorder.lo byteorder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c byteorder.c -fPIC -DPIC -o .libs/byteorder.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c -o playlist.lo playlist.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c playlist.c -fPIC -DPIC -o .libs/playlist.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c -o usb_io.lo usb_io.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c usb_io.c -fPIC -DPIC -o .libs/usb_io.o usb_io.c: In function 'usb_pipe_read': usb_io.c:149:28: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t' {aka 'long int'} [-Wformat=] 149 | printf("LIBNJB: ERROR %d in usb_bulk_read\n", bread); | ~^ ~~~~~ | | | | int ssize_t {aka long int} | %ld /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c -o njb_error.lo njb_error.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c njb_error.c -fPIC -DPIC -o .libs/njb_error.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c -o datafile.lo datafile.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c datafile.c -fPIC -DPIC -o .libs/datafile.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c -o songid.lo songid.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c songid.c -fPIC -DPIC -o .libs/songid.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c -o eax.lo eax.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c -o njbtime.lo njbtime.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c eax.c -fPIC -DPIC -o .libs/eax.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c njbtime.c -fPIC -DPIC -o .libs/njbtime.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c -o protocol3.lo protocol3.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c protocol3.c -fPIC -DPIC -o .libs/protocol3.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c -o unicode.lo unicode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -Wall -Wmissing-prototypes -c unicode.c -fPIC -DPIC -o .libs/unicode.o protocol3.c: In function 'njb3_get_codecs': protocol3.c:233:13: warning: variable 'supports_wma' set but not used [-Wunused-but-set-variable] 233 | u_int16_t supports_wma; | ^~~~~~~~~~~~ protocol3.c:232:13: warning: variable 'supports_mp3' set but not used [-Wunused-but-set-variable] 232 | u_int16_t supports_mp3; | ^~~~~~~~~~~~ protocol3.c:231:13: warning: variable 'supports_wav' set but not used [-Wunused-but-set-variable] 231 | u_int16_t supports_wav; | ^~~~~~~~~~~~ protocol3.c: In function 'njb3_dump_device_register': protocol3.c:696:13: warning: variable 'status' set but not used [-Wunused-but-set-variable] 696 | u_int16_t status; | ^~~~~~ protocol3.c: In function 'read_metadata_chunk': protocol3.c:1750:29: warning: variable 'word3' set but not used [-Wunused-but-set-variable] 1750 | u_int16_t word1, word2, word3, word5; | ^~~~~ protocol3.c:1750:22: warning: variable 'word2' set but not used [-Wunused-but-set-variable] 1750 | u_int16_t word1, word2, word3, word5; | ^~~~~ protocol3.c: In function 'populate_playlist': protocol3.c:2518:37: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'ssize_t' {aka 'long int'} [-Wformat=] 2518 | printf("Parsing this buffer, 0x%x bytes:\n", bread); | ~^ ~~~~~ | | | | unsigned int ssize_t {aka long int} | %lx protocol3.c:2551:21: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'ssize_t' {aka 'long int'} [-Wformat=] 2551 | printf("bread=%08x, i=%08x, framelen=%04x, 0x%x bytes left, " | ~~~^ | | | unsigned int | %08lx 2552 | "read new chunk, save those bytes\n", 2553 | bread, i, framelen, remain); | ~~~~~ | | | ssize_t {aka long int} protocol3.c:2551:50: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'ssize_t' {aka 'long int'} [-Wformat=] 2551 | printf("bread=%08x, i=%08x, framelen=%04x, 0x%x bytes left, " | ~^ | | | unsigned int | %lx 2552 | "read new chunk, save those bytes\n", 2553 | bread, i, framelen, remain); | ~~~~~~ | | | ssize_t {aka long int} protocol3.c:2584:36: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'ssize_t' {aka 'long int'} [-Wformat=] 2584 | printf("Parsing this buffer, 0x%x bytes:\n", remain); | ~^ ~~~~~~ | | | | unsigned int ssize_t {aka long int} | %lx protocol3.c:2595:54: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'ssize_t' {aka 'long int'} [-Wformat=] 2595 | printf("get statusword at offset %04x, remain: %04x\n", i, remain); | ~~~^ ~~~~~~ | | | | | ssize_t {aka long int} | unsigned int | %04lx protocol3.c:2597:49: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t' {aka 'long int'} [-Wformat=] 2597 | printf("LIBNJB PANIC: remaining bytes != 2 (%d)\n", remain); | ~^ ~~~~~~ | | | | int ssize_t {aka long int} | %ld protocol3.c:2627:42: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'ssize_t' {aka 'long int'} [-Wformat=] 2627 | printf("Found endmarker, remain: %04x\n", remain); | ~~~^ ~~~~~~ | | | | | ssize_t {aka long int} | unsigned int | %04lx protocol3.c:2634:11: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'ssize_t' {aka 'long int'} [-Wformat=] 2634 | printf("Frame length: 0x%04x, ID: 0x%04x at buffer index " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2635 | "%04x (remain %04x)\n", 2636 | framelen, frameid, i, remain); | ~~~~~~ | | | ssize_t {aka long int} protocol3.c:2635:21: note: format string is defined here 2635 | "%04x (remain %04x)\n", | ~~~^ | | | unsigned int | %04lx protocol3.c:2688:36: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'ssize_t' {aka 'long int'} [-Wformat=] 2688 | printf("Parsing this buffer, 0x%x bytes:\n", bread); | ~^ ~~~~~ | | | | unsigned int ssize_t {aka long int} | %lx protocol3.c:2526:9: warning: unused variable 'success' [-Wunused-variable] 2526 | int success; | ^~~~~~~ protocol3.c: In function 'njb3_read_keys': protocol3.c:3185:7: warning: variable 'result' set but not used [-Wunused-but-set-variable] 3185 | int result; | ^~~~~~ /bin/sh ../libtool --tag=CC --mode=link gcc -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -version-info 6:1:1 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libnjb.la -rpath /usr/lib64 base.lo ioutil.lo protocol.lo procedure.lo byteorder.lo playlist.lo usb_io.lo njb_error.lo datafile.lo songid.lo eax.lo njbtime.lo protocol3.lo unicode.lo -lusb libtool: link: gcc -shared -fPIC -DPIC .libs/base.o .libs/ioutil.o .libs/protocol.o .libs/procedure.o .libs/byteorder.o .libs/playlist.o .libs/usb_io.o .libs/njb_error.o .libs/datafile.o .libs/songid.o .libs/eax.o .libs/njbtime.o .libs/protocol3.o .libs/unicode.o -lusb -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -flto=auto -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -Wl,-soname -Wl,libnjb.so.5 -o .libs/libnjb.so.5.1.1 libtool: link: (cd ".libs" && rm -f "libnjb.so.5" && ln -s "libnjb.so.5.1.1" "libnjb.so.5") libtool: link: (cd ".libs" && rm -f "libnjb.so" && ln -s "libnjb.so.5.1.1" "libnjb.so") libtool: link: ( cd ".libs" && rm -f "libnjb.la" && ln -s "../libnjb.la" "libnjb.la" ) make[2]: Leaving directory '/builddir/build/BUILD/libnjb-2.2.7/src' Making all in sample make[2]: Entering directory '/builddir/build/BUILD/libnjb-2.2.7/sample' gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c cursesplay.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c delfile.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c deltr.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c dumpeax.c delfile.c: In function 'main': delfile.c:9:17: warning: variable 'syntax' set but not used [-Wunused-but-set-variable] 9 | int n, debug, syntax, opt; | ^~~~~~ cursesplay.c: In function 'main': cursesplay.c:40:12: warning: variable 'root' set but not used [-Wunused-but-set-variable] 40 | WINDOW * root; | ^~~~ gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c dumptime.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c files.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c fwupgrade.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c getfile.c files.c: In function 'datafile_dump': files.c:17:30: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 17 | fprintf(fp, "Size : %llu bytes\n", size); | ~~~^ ~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %lu gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c getowner.c getfile.c: In function 'main': getfile.c:94:14: warning: format '%Lu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 94 | printf("%Lu bytes\n", size); | ~~^ ~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %lu getfile.c: In function 'progress': getfile.c:120:23: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 120 | printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent); | ~~~^ ~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %lu fwupgrade.c: In function 'progress': fwupgrade.c:31:24: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 31 | printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent); | ~~~^ ~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %lu fwupgrade.c:31:32: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 31 | printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent); | ~~~^ ~~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %lu getfile.c:120:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 120 | printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent); | ~~~^ ~~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %lu fwupgrade.c: In function 'read_in_fw': fwupgrade.c:72:46: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 72 | printf("Read in a firmware file of size 0x%x.\n", bread); | ~^ ~~~~~ | | | | | size_t {aka long unsigned int} | unsigned int | %lx fwupgrade.c: In function 'main': fwupgrade.c:349:50: warning: pointer targets in passing argument 3 of 'dexor_fw_image' differ in signedness [-Wpointer-sign] 349 | dexor_fw_image(&buffer[offset+4], zimglen, known_key, strlen(known_key)); | ^~~~~~~~~ | | | char * fwupgrade.c:140:22: note: expected 'unsigned char *' but argument is of type 'char *' 140 | unsigned char *key, | ~~~~~~~~~~~~~~~^~~ fwupgrade.c:359:41: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 359 | printf("Decompressed image size: 0x%x\n", rawlen); | ~^ ~~~~~~ | | | | | size_t {aka long unsigned int} | unsigned int | %lx gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c gettr.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c getusage.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c handshake.c gettr.c: In function 'progress': gettr.c:9:24: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 9 | printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent); | ~~~^ ~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %lu gettr.c:9:32: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 9 | printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent); | ~~~^ ~~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %lu getusage.c: In function 'main': getusage.c:54:38: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 54 | printf("Total bytes on jukebox: %llu (%llu MB)\n", | ~~~^ | | | long long unsigned int | %lu 55 | total, total/(1024*1024)); | ~~~~~ | | | u_int64_t {aka long unsigned int} getusage.c:54:44: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 54 | printf("Total bytes on jukebox: %llu (%llu MB)\n", | ~~~^ | | | long long unsigned int | %lu 55 | total, total/(1024*1024)); | ~~~~~~~~~~~~~~~~~ | | | u_int64_t {aka long unsigned int} getusage.c:56:37: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 56 | printf("Free bytes on jukebox: %llu (%llu MB)\n", | ~~~^ | | | long long unsigned int | %lu 57 | free, free/(1024*1024)); | ~~~~ | | | u_int64_t {aka long unsigned int} getusage.c:56:43: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 56 | printf("Free bytes on jukebox: %llu (%llu MB)\n", | ~~~^ | | | long long unsigned int | %lu 57 | free, free/(1024*1024)); | ~~~~~~~~~~~~~~~~ | | | u_int64_t {aka long unsigned int} gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c pl.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c play.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c playlists.c handshake.c: In function 'main': handshake.c:89:39: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 89 | printf(" Library counter: %llu\n", NJB_Get_NJB1_Libcounter(njb)); | ~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %lu gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c sendfile.c play.c: In function 'main': play.c:93:3: warning: 'mm' may be used uninitialized in this function [-Wmaybe-uninitialized] 93 | printf("%02u:%02u:%02u\b\b\b\b\b\b\b\b", hh, mm, ss); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ play.c:93:3: warning: 'hh' may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c sendtr.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c setowner.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c setpbm.c sendfile.c: In function 'progress': sendfile.c:11:24: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 11 | printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent); | ~~~^ ~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %lu sendfile.c:11:32: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 11 | printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent); | ~~~^ ~~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %lu sendtr.c: In function 'progress': sendtr.c:33:24: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 33 | printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent); | ~~~^ ~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %lu sendtr.c:33:32: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 33 | printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent); | ~~~^ ~~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %lu setpbm.c: In function 'verify_pbm': setpbm.c:45:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 45 | fscanf (f, "%u", &width); | ^~~~~~~~~~~~~~~~~~~~~~~~ setpbm.c:50:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 50 | fscanf (f, "%u", &height); | ^~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c settime.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c tagtr.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -Wall -Wmissing-prototypes -c tracks.c /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cursesplay cursesplay.o ../src/libnjb.la -lcurses -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o delfile delfile.o ../src/libnjb.la -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o deltr deltr.o ../src/libnjb.la -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dumpeax dumpeax.o ../src/libnjb.la -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/cursesplay cursesplay.o ../src/.libs/libnjb.so -lcurses -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/dumpeax dumpeax.o ../src/.libs/libnjb.so -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/delfile delfile.o ../src/.libs/libnjb.so -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/deltr deltr.o ../src/.libs/libnjb.so -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dumptime dumptime.o ../src/libnjb.la -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o files files.o ../src/libnjb.la -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o fwupgrade fwupgrade.o ../src/libnjb.la -lz -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o getfile getfile.o ../src/libnjb.la -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/dumptime dumptime.o ../src/.libs/libnjb.so -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/files files.o ../src/.libs/libnjb.so -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/fwupgrade fwupgrade.o ../src/.libs/libnjb.so -lz -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/getfile getfile.o ../src/.libs/libnjb.so -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o getowner getowner.o ../src/libnjb.la -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gettr gettr.o ../src/libnjb.la -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o getusage getusage.o ../src/libnjb.la -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o handshake handshake.o ../src/libnjb.la -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/gettr gettr.o ../src/.libs/libnjb.so -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/getowner getowner.o ../src/.libs/libnjb.so -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/getusage getusage.o ../src/.libs/libnjb.so -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/handshake handshake.o ../src/.libs/libnjb.so -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o pl pl.o ../src/libnjb.la -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o play play.o ../src/libnjb.la -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o playlists playlists.o ../src/libnjb.la -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/play play.o ../src/.libs/libnjb.so -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o sendfile sendfile.o ../src/libnjb.la -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/pl pl.o ../src/.libs/libnjb.so -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/playlists playlists.o ../src/.libs/libnjb.so -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/sendfile sendfile.o ../src/.libs/libnjb.so -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o sendtr sendtr.o ../src/libnjb.la -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o setowner setowner.o ../src/libnjb.la -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o setpbm setpbm.o ../src/libnjb.la -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/setowner setowner.o ../src/.libs/libnjb.so -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/sendtr sendtr.o ../src/.libs/libnjb.so -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/setpbm setpbm.o ../src/.libs/libnjb.so -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o settime settime.o ../src/libnjb.la -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tagtr tagtr.o ../src/libnjb.la -lusb /bin/sh ../libtool --tag=CC --mode=link gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tracks tracks.o ../src/libnjb.la -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/settime settime.o ../src/.libs/libnjb.so -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/tagtr tagtr.o ../src/.libs/libnjb.so -lusb libtool: link: gcc -I../src -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 -Wall -Wmissing-prototypes -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/tracks tracks.o ../src/.libs/libnjb.so -lusb make[2]: Leaving directory '/builddir/build/BUILD/libnjb-2.2.7/sample' Making all in doc make[2]: Entering directory '/builddir/build/BUILD/libnjb-2.2.7/doc' doxygen warning: Tag 'SHOW_DIRECTORIES' at line 358 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 611 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 843 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 849 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1010 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! make[2]: Leaving directory '/builddir/build/BUILD/libnjb-2.2.7/doc' make[2]: Entering directory '/builddir/build/BUILD/libnjb-2.2.7' make[2]: Leaving directory '/builddir/build/BUILD/libnjb-2.2.7' make[1]: Leaving directory '/builddir/build/BUILD/libnjb-2.2.7' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.GU6SLU + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64 + cd libnjb-2.2.7 + make install DESTDIR=/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64 pkgdocdir=/usr/share/doc/libnjb Making install in src make[1]: Entering directory '/builddir/build/BUILD/libnjb-2.2.7/src' make[2]: Entering directory '/builddir/build/BUILD/libnjb-2.2.7/src' test -z "/usr/lib64" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/lib64" /bin/sh ../libtool --mode=install /usr/bin/install -c libnjb.la '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/lib64' libtool: install: /usr/bin/install -c .libs/libnjb.so.5.1.1 /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/lib64/libnjb.so.5.1.1 libtool: install: (cd /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/lib64 && { ln -s -f libnjb.so.5.1.1 libnjb.so.5 || { rm -f libnjb.so.5 && ln -s libnjb.so.5.1.1 libnjb.so.5; }; }) libtool: install: (cd /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/lib64 && { ln -s -f libnjb.so.5.1.1 libnjb.so || { rm -f libnjb.so && ln -s libnjb.so.5.1.1 libnjb.so; }; }) libtool: install: /usr/bin/install -c .libs/libnjb.lai /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/lib64/libnjb.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' test -z "/usr/include" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/include" /usr/bin/install -c -m 644 libnjb.h '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/include' make[2]: Leaving directory '/builddir/build/BUILD/libnjb-2.2.7/src' make[1]: Leaving directory '/builddir/build/BUILD/libnjb-2.2.7/src' Making install in sample make[1]: Entering directory '/builddir/build/BUILD/libnjb-2.2.7/sample' make[2]: Entering directory '/builddir/build/BUILD/libnjb-2.2.7/sample' test -z "/usr/bin" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c cursesplay '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-cursesplay' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/cursesplay /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-cursesplay /bin/sh ../libtool --mode=install /usr/bin/install -c delfile '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-delfile' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/delfile /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-delfile /bin/sh ../libtool --mode=install /usr/bin/install -c deltr '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-deltr' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/deltr /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-deltr /bin/sh ../libtool --mode=install /usr/bin/install -c dumpeax '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-dumpeax' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/dumpeax /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-dumpeax /bin/sh ../libtool --mode=install /usr/bin/install -c dumptime '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-dumptime' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/dumptime /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-dumptime /bin/sh ../libtool --mode=install /usr/bin/install -c files '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-files' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/files /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-files /bin/sh ../libtool --mode=install /usr/bin/install -c fwupgrade '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-fwupgrade' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/fwupgrade /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-fwupgrade /bin/sh ../libtool --mode=install /usr/bin/install -c getfile '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-getfile' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/getfile /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-getfile /bin/sh ../libtool --mode=install /usr/bin/install -c getowner '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-getowner' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/getowner /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-getowner /bin/sh ../libtool --mode=install /usr/bin/install -c gettr '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-gettr' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/gettr /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-gettr /bin/sh ../libtool --mode=install /usr/bin/install -c getusage '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-getusage' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/getusage /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-getusage /bin/sh ../libtool --mode=install /usr/bin/install -c handshake '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-handshake' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/handshake /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-handshake /bin/sh ../libtool --mode=install /usr/bin/install -c pl '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-pl' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/pl /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-pl /bin/sh ../libtool --mode=install /usr/bin/install -c play '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-play' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/play /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-play /bin/sh ../libtool --mode=install /usr/bin/install -c playlists '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-playlists' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/playlists /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-playlists /bin/sh ../libtool --mode=install /usr/bin/install -c sendfile '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-sendfile' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/sendfile /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-sendfile /bin/sh ../libtool --mode=install /usr/bin/install -c sendtr '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-sendtr' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/sendtr /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-sendtr /bin/sh ../libtool --mode=install /usr/bin/install -c setowner '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-setowner' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/setowner /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-setowner /bin/sh ../libtool --mode=install /usr/bin/install -c setpbm '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-setpbm' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/setpbm /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-setpbm /bin/sh ../libtool --mode=install /usr/bin/install -c settime '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-settime' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/settime /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-settime /bin/sh ../libtool --mode=install /usr/bin/install -c tagtr '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-tagtr' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/tagtr /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-tagtr /bin/sh ../libtool --mode=install /usr/bin/install -c tracks '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-tracks' libtool: install: warning: `../src/libnjb.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/tracks /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/./njb-tracks make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/libnjb-2.2.7/sample' make[1]: Leaving directory '/builddir/build/BUILD/libnjb-2.2.7/sample' Making install in doc make[1]: Entering directory '/builddir/build/BUILD/libnjb-2.2.7/doc' doxygen warning: Tag 'SHOW_DIRECTORIES' at line 358 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 611 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 843 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 849 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1010 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! make[2]: Entering directory '/builddir/build/BUILD/libnjb-2.2.7/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/install -c -d /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html /usr/bin/install -c -m 644 html/* /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html make[2]: Leaving directory '/builddir/build/BUILD/libnjb-2.2.7/doc' make[1]: Leaving directory '/builddir/build/BUILD/libnjb-2.2.7/doc' make[1]: Entering directory '/builddir/build/BUILD/libnjb-2.2.7' make[2]: Entering directory '/builddir/build/BUILD/libnjb-2.2.7' make[2]: Nothing to be done for 'install-exec-am'. test -z "" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64" test -z "/usr/lib64/pkgconfig" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/lib64/pkgconfig" /usr/bin/install -c -m 644 libnjb.pc '/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/lib64/pkgconfig' make[2]: Leaving directory '/builddir/build/BUILD/libnjb-2.2.7' make[1]: Leaving directory '/builddir/build/BUILD/libnjb-2.2.7' + rm -f /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/lib64/libnjb.la + install -p -D -m0644 libnjb.rules /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/lib/udev/rules.d/60-libnjb.rules + install -p -m 644 AUTHORS ChangeLog ChangeLog-old FAQ INSTALL HACKING /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb + touch -r configure.ac /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/annotated.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/base_8c.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/base_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/bc_s.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/bdwn.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/byteorder_8c.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/byteorder_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/classes.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/closed.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/cursesplay_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/datafile_8c.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/datafile_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/defs_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/delfile_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/deltr_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/doc.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/doxygen.css /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/doxygen.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/dumpeax_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/dumptime_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/dynsections.js /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/eax_8c.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/eax_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/examples.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/examples_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/files.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/files_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/folderclosed.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/folderopen.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/functions.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/functions_vars.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/fwupgrade_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/getfile_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/getowner_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/gettr_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/getusage_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_d.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_defs.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_e.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_enum.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_f.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_func.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_func_d.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_func_e.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_func_f.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_func_g.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_func_m.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_func_n.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_func_p.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_func_s.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_func_t.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_func_u.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_g.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_l.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_m.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_n.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_o.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_p.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_s.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_t.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_type.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_u.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/globals_vars.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__basic.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__codecs.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__datatagapi.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__debugflags.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__eaxapi.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__errors.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__frames.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__frametypes.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__internals.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__njbboxes.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__playapi.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__playlistapi.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__tagapi.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__timeapi.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__turboflags.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__types.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/group__unicodeflags.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/handshake_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/index.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/ioutil_8c.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/ioutil_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/jquery.js /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/libnjb_8h.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/libnjb_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/mainpage_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/menu.js /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/menudata.js /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/modules.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/nav_f.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/nav_g.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/nav_h.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/njb__error_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/njbtime_8c.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/njbtime_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/open.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/pl_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/play_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/playlist_8c.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/playlist_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/playlists_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/procedure_8c.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/procedure_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/protocol3_8c.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/protocol3_8h.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/protocol3_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/protocol_8c.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/protocol_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/sendfile_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/sendtr_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/setowner_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/setpbm_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/settime_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/songid_8c.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/songid_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/splitbar.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjb3__state__t.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjb__datafile__struct.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjb__device__entry.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjb__eax__struct.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjb__error__stack__struct.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjb__keyval__struct.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjb__playlist__struct.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjb__playlist__track__struct.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjb__songid__frame__struct.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjb__songid__struct.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjb__state__t.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjb__struct.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjb__time__struct.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjbdfhdr__t.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjblibctr__t.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjbplhdr__t.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/structnjbttaghdr__t.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/sync_off.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/sync_on.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/tab_a.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/tab_b.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/tab_h.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/tab_s.png /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/tabs.css /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/tagtr_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/tracks_8c-example.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/unicode_8c.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/unicode_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/usb__io_8c.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/doc/libnjb/html/usb__io_8h_source.html /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/include/libnjb.h /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/lib64/pkgconfig/libnjb.pc + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.2.7-21.fc33 --unique-debug-suffix -2.2.7-21.fc33.riscv64 --unique-debug-src-base libnjb-2.2.7-21.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/libnjb-2.2.7 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-cursesplay explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-delfile explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-deltr explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-dumpeax extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-delfile extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-cursesplay extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-deltr extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-dumpeax explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-dumptime extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-dumptime explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-files explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-getfile explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-fwupgrade extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-files extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-getfile extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-fwupgrade explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-getowner explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-gettr extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-getowner extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-gettr explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-getusage explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-handshake extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-getusage extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-handshake explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-pl explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-play extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-pl explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-sendfile explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-playlists extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-play extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-playlists extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-sendfile explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-sendtr explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-setowner extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-sendtr extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-setowner explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-setpbm explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-settime extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-setpbm extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-settime explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-tagtr extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-tagtr explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-tracks explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/lib64/libnjb.so.5.1.1 extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/bin/njb-tracks extracting debug info from /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/lib64/libnjb.so.5.1.1 original debug info size: 2908kB, size after compression: 2752kB /usr/lib/rpm/sepdebugcrcfix: Updated 23 CRC32s, 0 CRC32s did match. 953 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: libnjb-2.2.7-21.fc33.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.hZPggS + umask 022 + cd /builddir/build/BUILD + cd libnjb-2.2.7 + LICENSEDIR=/builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/licenses/libnjb + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/licenses/libnjb + cp -pr LICENSE /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64/usr/share/licenses/libnjb + RPM_EC=0 ++ jobs -p + exit 0 Provides: libnjb = 2.2.7-21.fc33 libnjb(riscv-64) = 2.2.7-21.fc33 libnjb.so.5()(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) libusb-0.1.so.4()(64bit) rtld(GNU_HASH) Processing files: libnjb-examples-2.2.7-21.fc33.riscv64 Provides: libnjb-examples = 2.2.7-21.fc33 libnjb-examples(riscv-64) = 2.2.7-21.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) libncurses.so.6()(64bit) libnjb.so.5()(64bit) libtinfo.so.6()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: libnjb-devel-2.2.7-21.fc33.riscv64 Provides: libnjb-devel = 2.2.7-21.fc33 libnjb-devel(riscv-64) = 2.2.7-21.fc33 libnjb-doc pkgconfig(libnjb) = 2.2.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libnjb.so.5()(64bit) Obsoletes: libnjb-doc <= 2.2-1 Processing files: libnjb-debugsource-2.2.7-21.fc33.riscv64 Provides: libnjb-debugsource = 2.2.7-21.fc33 libnjb-debugsource(riscv-64) = 2.2.7-21.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libnjb-debuginfo-2.2.7-21.fc33.riscv64 Provides: debuginfo(build-id) = 41189e98b4f68509db7ea731708f684be3d38b9a libnjb-debuginfo = 2.2.7-21.fc33 libnjb-debuginfo(riscv-64) = 2.2.7-21.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libnjb-debugsource(riscv-64) = 2.2.7-21.fc33 Processing files: libnjb-examples-debuginfo-2.2.7-21.fc33.riscv64 Provides: debuginfo(build-id) = 1688ccff5701c431f4b35779da23cfe8a0764e9f debuginfo(build-id) = 1c786073a6254b079edb22616aa936948da7cacc debuginfo(build-id) = 2064c0607c641007c13c73f5edca34e48409035a debuginfo(build-id) = 3835478bbf41b61a671aa98ee1b3b9df6ee080eb debuginfo(build-id) = 5bf7709085f17fae55d33db477d62199d338ea28 debuginfo(build-id) = 61656213bf28c5fc548ab2b21717443235e79c3c debuginfo(build-id) = 62c3669fa660d779ff74da7381804eeaeaacb3b3 debuginfo(build-id) = 644ce10c8f27200e75ceabf07f8d3a1e4201f40d debuginfo(build-id) = 68739a7470f22994597c393e21b820f02124c34b debuginfo(build-id) = 702ee6d8b49f778075b9b068e5c1bcfc6366f907 debuginfo(build-id) = 71a906448cfa2661c26836df1e42180db44597e1 debuginfo(build-id) = 8e574e7766c80cac3ed1a6637c7500388e8c96a6 debuginfo(build-id) = 98e66c4bae835ea234c18628e7670e2e82918c72 debuginfo(build-id) = ab2f0e99c36b4b14f68ee537f8c5d6b8f7ff7ec5 debuginfo(build-id) = ab495fb1385a3bc336fc00e35d62d3b4ca45e1ec debuginfo(build-id) = ba69cc3a986bbd95e7d74608dc15ea8c926aa404 debuginfo(build-id) = c3e631efa7e7516cfcdc3bd8d74bcd8be6603130 debuginfo(build-id) = dc20584221010ed5254f81b0d60157ea380e1175 debuginfo(build-id) = ee121932fc2ad8a8fb4d3bb6de7b9d05f318fbf4 debuginfo(build-id) = f0785201910b2dd09c25beae90063e594f872726 debuginfo(build-id) = f07d2377c8848ac85cdf0c4856d5f80ba3e074b3 debuginfo(build-id) = f350910d0bcc7ea2ad4b125210c3a4034b037166 libnjb-examples-debuginfo = 2.2.7-21.fc33 libnjb-examples-debuginfo(riscv-64) = 2.2.7-21.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libnjb-debugsource(riscv-64) = 2.2.7-21.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64 Wrote: /builddir/build/RPMS/libnjb-debuginfo-2.2.7-21.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/libnjb-debugsource-2.2.7-21.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/libnjb-examples-debuginfo-2.2.7-21.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/libnjb-2.2.7-21.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/libnjb-examples-2.2.7-21.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/libnjb-devel-2.2.7-21.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jdQj2T + umask 022 + cd /builddir/build/BUILD + cd libnjb-2.2.7 + /usr/bin/rm -rf /builddir/build/BUILDROOT/libnjb-2.2.7-21.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0