Mock Version: 3.0 Mock Version: 3.0 Mock Version: 3.0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target sw_64 --nodeps /builddir/build/SPECS/xfsdump.spec'], chrootPath='/mnt/koji-mock/dist-an23-sw8a-build-456260-73648/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': 'C.UTF-8'}shell=Falselogger=timeout=2592000uid=994gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target sw_64 --nodeps /builddir/build/SPECS/xfsdump.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': 'C.UTF-8'} and shell False Building target platforms: sw_64 Building for target sw_64 setting SOURCE_DATE_EPOCH=1740700800 Wrote: /builddir/build/SRPMS/xfsdump-3.2.0-1.an23_sw8a.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target sw_64 --nodeps /builddir/build/SPECS/xfsdump.spec'], chrootPath='/mnt/koji-mock/dist-an23-sw8a-build-456260-73648/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': 'C.UTF-8'}shell=Falselogger=timeout=2592000uid=994gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target sw_64 --nodeps /builddir/build/SPECS/xfsdump.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': 'C.UTF-8'} and shell False Building target platforms: sw_64 Building for target sw_64 setting SOURCE_DATE_EPOCH=1740700800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.27Yp4v + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf xfsdump-3.2.0 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/xfsdump-3.2.0.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd xfsdump-3.2.0 + /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.gRUerc + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -g -mieee' + export CFLAGS + CXXFLAGS='-O2 -g -mieee' + export CXXFLAGS + FFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd xfsdump-3.2.0 + CFLAGS='-O2 -g -mieee' + export CFLAGS + CXXFLAGS='-O2 -g -mieee' + export CXXFLAGS + FFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 ' + 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 2024-09-02 12:22:10.000000000 +0000 +++ ./configure 2025-07-31 04:07:59.204751031 +0000 @@ -1697,7 +1697,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 2025-07-31 04:07:59.204751031 +0000 +++ ./configure 2025-07-31 04:07:59.240751592 +0000 @@ -6081,7 +6081,7 @@ # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" @@ -15522,7 +15522,7 @@ compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/anolis/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/anolis/config.guess ./config.guess '/usr/lib/rpm/anolis/config.guess' -> './config.guess' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/anolis/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/anolis/config.sub ./config.sub '/usr/lib/rpm/anolis/config.sub' -> './config.sub' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-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/anolis/anolis-hardened-ld"~' ./ltmain.sh ++ dirname ./configure + /usr/lib/rpm/anolis/force-as-needed-for-shared-lib-in-libtool . Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/anolis/fix-libtool-ltmain-from-overlinking Fixing libtool's ltmain.sh to prevent overlinking ++ dirname ./configure + /usr/lib/rpm/anolis/fix-libtool-from-moving-options-after-libs . Fixing libtool inside configure to pass -Wl,xxx options before libraries + /usr/lib/rpm/anolis/fix-dlsearch-path-in-libtool . lib64 + ./configure --build=sw_64-koji-linux-gnu --host=sw_64-koji-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 configure: WARNING: unrecognized options: --disable-dependency-tracking checking for sw_64-koji-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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking build system type... sw_64-koji-linux-gnu checking host system type... sw_64-koji-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert sw_64-koji-linux-gnu file names to sw_64-koji-linux-gnu format... func_convert_file_noop checking how to convert sw_64-koji-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for sw_64-koji-linux-gnu-file... no checking for file... file checking for sw_64-koji-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for sw_64-koji-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for sw_64-koji-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for sw_64-koji-linux-gnu-strip... no checking for strip... strip checking for sw_64-koji-linux-gnu-ranlib... no checking for ranlib... ranlib checking for gawk... gawk checking command to parse /usr/bin/nm -B output from gcc object... ./configure: line 6087: -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p': No such file or directory ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for sw_64-koji-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for sw_64-koji-linux-gnu-gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking for sw_64-koji-linux-gnu-gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking for gmake... /usr/bin/gmake checking for tar... /bin/tar checking for gzip... /bin/gzip checking whether gcc -MM is supported... yes checking for sort... /bin/sort checking whether ln -s works... yes checking for msgfmt... /usr/bin/msgfmt checking for msgmerge... /usr/bin/msgmerge checking for xgettext... /usr/bin/xgettext checking for rpm... /bin/rpm checking for rpmbuild... /usr/bin/rpmbuild checking for uuid.h... no checking for sys/uuid.h... no checking for uuid/uuid.h... yes checking for uuid_compare... no checking for uuid_compare in -luuid... yes checking for pthread.h... yes checking for pthread_mutex_init in -lpthread... yes checking for ncurses.h... yes checking for initscr in -lncurses... yes checking for bad glibc/ncurses header interaction... ok checking for xfs/xfs.h... yes checking for xfs/handle.h... yes checking for open_by_fshandle in -lhandle... yes checking for attr/attributes.h... yes checking for sys/attributes.h... no checking macros in attr/attributes.h... ok checking for attr_get in -lattr... yes checking for fallocate... yes configure: creating ./config.status config.status: creating include/builddefs config.status: creating include/config.h config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-dependency-tracking + /usr/bin/make -O -j256 V=1 VERBOSE=1 /usr/bin/gmake --no-print-directory Q= include librmt common inventory invutil dump restore m4 man doc po debian Building include /usr/bin/gmake --no-print-directory Q= -q -C include || /usr/bin/gmake --no-print-directory Q= -C include Building librmt /usr/bin/gmake --no-print-directory Q= -q -C librmt || /usr/bin/gmake --no-print-directory Q= -C librmt Building common /usr/bin/gmake --no-print-directory Q= -q -C common || /usr/bin/gmake --no-print-directory Q= -C common Building inventory /usr/bin/gmake --no-print-directory Q= -q -C inventory || /usr/bin/gmake --no-print-directory Q= -C inventory Building m4 /usr/bin/gmake --no-print-directory Q= -q -C m4 || /usr/bin/gmake --no-print-directory Q= -C m4 Building man /usr/bin/gmake --no-print-directory Q= -q -C man || /usr/bin/gmake --no-print-directory Q= -C man Building doc /usr/bin/gmake --no-print-directory Q= -q -C doc || /usr/bin/gmake --no-print-directory Q= -C doc Building po /usr/bin/gmake --no-print-directory Q= -q -C po || /usr/bin/gmake --no-print-directory Q= -C po Building debian /usr/bin/gmake --no-print-directory Q= -q -C debian || /usr/bin/gmake --no-print-directory Q= -C debian Building man8 /usr/bin/gmake --no-print-directory Q= -q -C man8 || /usr/bin/gmake --no-print-directory Q= -C man8 [ZIP] CHANGES.gz /bin/gzip --best -c < CHANGES > CHANGES.gz [MSGFMT] de.mo /usr/bin/msgfmt -c --statistics -o de.mo de.po 762 translated messages. [MSGFMT] pl.mo /usr/bin/msgfmt -c --statistics -o pl.mo pl.po 765 translated messages, 1 untranslated message. [GETTXT] xfsdump.pot /usr/bin/xgettext --language=C --keyword=_ --keyword=N_ -o xfsdump.pot .././common/arch_xlate.c .././common/cldmgr.c .././common/cleanup.c .././common/content_common.c .././common/dlog.c .././common/drive.c .././common/drive_minrmt.c .././common/drive_scsitape.c .././common/drive_simple.c .././common/fs.c .././common/getdents.c .././common/global.c .././common/hsmapi.c .././common/inventory.c .././common/lock.c .././common/main.c .././common/media.c .././common/mlog.c .././common/openutil.c .././common/path.c .././common/qlock.c .././common/ring.c .././common/stream.c .././common/timeutil.c .././common/util.c .././dump/content.c .././dump/inomap.c .././dump/var.c .././inventory/inv_api.c .././inventory/inv_core.c .././inventory/inv_files.c .././inventory/inv_fstab.c .././inventory/inv_idx.c .././inventory/inv_mgr.c .././inventory/inv_oref.c .././inventory/inv_stobj.c .././inventory/testmain.c .././invutil/cmenu.c .././invutil/fstab.c .././invutil/invidx.c .././invutil/invutil.c .././invutil/list.c .././invutil/menu.c .././invutil/screen.c .././invutil/stobj.c .././librmt/isrmt.c .././librmt/rmtabort.c .././librmt/rmtaccess.c .././librmt/rmtclose.c .././librmt/rmtcommand.c .././librmt/rmtcreat.c .././librmt/rmtdev.c .././librmt/rmtfstat.c .././librmt/rmtioctl.c .././librmt/rmtisatty.c .././librmt/rmtlseek.c .././librmt/rmtmsg.c .././librmt/rmtopen.c .././librmt/rmtread.c .././librmt/rmtstatus.c .././librmt/rmtwrite.c .././restore/bag.c .././restore/content.c .././restore/dirattr.c .././restore/inomap.c .././restore/mmap.c .././restore/namreg.c .././restore/node.c .././restore/tree.c .././restore/win.c [LTDEP] gcc -MM -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall isrmt.c rmtclose.c rmtdev.c rmtisatty.c rmtread.c rmtabort.c rmtcommand.c rmtfstat.c rmtlseek.c rmtstatus.c rmtaccess.c rmtcreat.c rmtioctl.c rmtopen.c rmtwrite.c rmtmsg.c | /usr/bin/sed -e 's,^\([^:]*\)\.o,\1.lo,' > .ltdep [CC] isrmt.lo /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c isrmt.c [CC] rmtdev.lo /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c rmtdev.c [CC] rmtisatty.lo /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c rmtisatty.c [CC] rmtabort.lo /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c rmtabort.c [CC] rmtaccess.lo /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c rmtaccess.c [CC] rmtclose.lo /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c rmtclose.c [CC] rmtcommand.lo /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c rmtcommand.c [CC] rmtcreat.lo /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c rmtcreat.c [CC] rmtlseek.lo /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c rmtlseek.c [CC] rmtwrite.lo /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c rmtwrite.c [CC] rmtread.lo /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c rmtread.c [CC] rmtfstat.lo /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c rmtfstat.c [CC] rmtstatus.lo /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c rmtstatus.c [CC] rmtmsg.lo /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c rmtmsg.c [CC] rmtopen.lo /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c rmtopen.c [CC] rmtioctl.lo /bin/sh ../libtool --quiet --tag=CC --mode=compile gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c rmtioctl.c [LD] librmt.la /bin/sh ../libtool --quiet --tag=CC --mode=link gcc -o librmt.la isrmt.lo rmtclose.lo rmtdev.lo rmtisatty.lo rmtread.lo rmtabort.lo rmtcommand.lo rmtfstat.lo rmtlseek.lo rmtstatus.lo rmtaccess.lo rmtcreat.lo rmtioctl.lo rmtopen.lo rmtwrite.lo rmtmsg.lo Building invutil /usr/bin/gmake --no-print-directory Q= -q -C invutil || /usr/bin/gmake --no-print-directory Q= -C invutil Building dump /usr/bin/gmake --no-print-directory Q= -q -C dump || /usr/bin/gmake --no-print-directory Q= -C dump Building restore /usr/bin/gmake --no-print-directory Q= -q -C restore || /usr/bin/gmake --no-print-directory Q= -C restore [LN] global.h rm -f global.h; ln -s ../common/global.h global.h [LN] cldmgr.h rm -f cldmgr.h; ln -s ../common/cldmgr.h cldmgr.h [LN] arch_xlate.h rm -f arch_xlate.h; ln -s ../common/arch_xlate.h arch_xlate.h [LN] mlog.h rm -f mlog.h; ln -s ../common/mlog.h mlog.h [LN] content.h rm -f content.h; ln -s ../common/content.h content.h [LN] content_common.h rm -f content_common.h; ln -s ../common/content_common.h content_common.h [LN] content_inode.h rm -f content_inode.h; ln -s ../common/content_inode.h content_inode.h [LN] types.h rm -f types.h; ln -s ../common/types.h types.h [LN] arch_xlate.h rm -f arch_xlate.h; ln -s ../common/arch_xlate.h arch_xlate.h [LN] timeutil.c rm -f timeutil.c; ln -s ../common/timeutil.c timeutil.c [LN] timeutil.h rm -f timeutil.h; ln -s ../common/timeutil.h timeutil.h [LN] content.h rm -f content.h; ln -s ../common/content.h content.h [LN] inventory.h rm -f inventory.h; ln -s ../inventory/inventory.h inventory.h [LN] dlog.h rm -f dlog.h; ln -s ../common/dlog.h dlog.h [LN] cldmgr.h rm -f cldmgr.h; ln -s ../common/cldmgr.h cldmgr.h [LN] content_inode.h rm -f content_inode.h; ln -s ../common/content_inode.h content_inode.h [LN] inv_priv.h rm -f inv_priv.h; ln -s ../inventory/inv_priv.h inv_priv.h [LN] dlog.h rm -f dlog.h; ln -s ../common/dlog.h dlog.h [LN] drive.h rm -f drive.h; ln -s ../common/drive.h drive.h [LN] drive.h rm -f drive.h; ln -s ../common/drive.h drive.h [LN] exit.h rm -f exit.h; ln -s ../common/exit.h exit.h [LN] inv_files.c rm -f inv_files.c; ln -s ../inventory/inv_files.c inv_files.c [LN] exit.h rm -f exit.h; ln -s ../common/exit.h exit.h [LN] fs.h rm -f fs.h; ln -s ../common/fs.h fs.h [LN] getdents.h rm -f getdents.h; ln -s ../common/getdents.h getdents.h [LN] fs.h rm -f fs.h; ln -s ../common/fs.h fs.h [LN] getdents.h rm -f getdents.h; ln -s ../common/getdents.h getdents.h [LN] global.h rm -f global.h; ln -s ../common/global.h global.h [LN] global.h rm -f global.h; ln -s ../common/global.h global.h [LN] hsmapi.h rm -f hsmapi.h; ln -s ../common/hsmapi.h hsmapi.h [LN] hsmapi.h rm -f hsmapi.h; ln -s ../common/hsmapi.h hsmapi.h [LN] lock.h rm -f lock.h; ln -s ../common/lock.h lock.h [LN] mlog.h rm -f mlog.h; ln -s ../common/mlog.h mlog.h [LN] media.h rm -f media.h; ln -s ../common/media.h media.h [LN] lock.h rm -f lock.h; ln -s ../common/lock.h lock.h [LN] openutil.h rm -f openutil.h; ln -s ../common/openutil.h openutil.h [LN] mlog.h rm -f mlog.h; ln -s ../common/mlog.h mlog.h [LN] openutil.h rm -f openutil.h; ln -s ../common/openutil.h openutil.h [LN] path.h rm -f path.h; ln -s ../common/path.h path.h [LN] media.h rm -f media.h; ln -s ../common/media.h media.h [LN] qlock.h rm -f qlock.h; ln -s ../common/qlock.h qlock.h [LN] path.h rm -f path.h; ln -s ../common/path.h path.h [LN] rec_hdr.h rm -f rec_hdr.h; ln -s ../common/rec_hdr.h rec_hdr.h [LN] ring.h rm -f ring.h; ln -s ../common/ring.h ring.h [LN] ring.h rm -f ring.h; ln -s ../common/ring.h ring.h [LN] stream.h rm -f stream.h; ln -s ../common/stream.h stream.h [LN] stream.h rm -f stream.h; ln -s ../common/stream.h stream.h [LN] timeutil.h rm -f timeutil.h; ln -s ../common/timeutil.h timeutil.h [LN] qlock.h rm -f qlock.h; ln -s ../common/qlock.h qlock.h [LN] timeutil.h rm -f timeutil.h; ln -s ../common/timeutil.h timeutil.h [LN] ts_mtio.h rm -f ts_mtio.h; ln -s ../common/ts_mtio.h ts_mtio.h [LN] ts_mtio.h rm -f ts_mtio.h; ln -s ../common/ts_mtio.h ts_mtio.h [LN] types.h rm -f types.h; ln -s ../common/types.h types.h [LN] types.h rm -f types.h; ln -s ../common/types.h types.h [LN] util.h rm -f util.h; ln -s ../common/util.h util.h [LN] rec_hdr.h rm -f rec_hdr.h; ln -s ../common/rec_hdr.h rec_hdr.h [LN] arch_xlate.c rm -f arch_xlate.c; ln -s ../common/arch_xlate.c arch_xlate.c [LN] arch_xlate.c rm -f arch_xlate.c; ln -s ../common/arch_xlate.c arch_xlate.c [LN] cldmgr.c rm -f cldmgr.c; ln -s ../common/cldmgr.c cldmgr.c [LN] cldmgr.c rm -f cldmgr.c; ln -s ../common/cldmgr.c cldmgr.c [LN] content_common.c rm -f content_common.c; ln -s ../common/content_common.c content_common.c [LN] dlog.c rm -f dlog.c; ln -s ../common/dlog.c dlog.c [LN] util.h rm -f util.h; ln -s ../common/util.h util.h [LN] drive.c rm -f drive.c; ln -s ../common/drive.c drive.c [LN] dlog.c rm -f dlog.c; ln -s ../common/dlog.c dlog.c [LN] drive.c rm -f drive.c; ln -s ../common/drive.c drive.c [LN] drive_scsitape.c rm -f drive_scsitape.c; ln -s ../common/drive_scsitape.c drive_scsitape.c [LN] drive_simple.c rm -f drive_simple.c; ln -s ../common/drive_simple.c drive_simple.c [LN] drive_minrmt.c rm -f drive_minrmt.c; ln -s ../common/drive_minrmt.c drive_minrmt.c [LN] fs.c rm -f fs.c; ln -s ../common/fs.c fs.c [LN] drive_scsitape.c rm -f drive_scsitape.c; ln -s ../common/drive_scsitape.c drive_scsitape.c [LN] drive_simple.c rm -f drive_simple.c; ln -s ../common/drive_simple.c drive_simple.c [LN] drive_minrmt.c rm -f drive_minrmt.c; ln -s ../common/drive_minrmt.c drive_minrmt.c [LN] fs.c rm -f fs.c; ln -s ../common/fs.c fs.c [LN] getdents.c rm -f getdents.c; ln -s ../common/getdents.c getdents.c [LN] global.c rm -f global.c; ln -s ../common/global.c global.c [LN] getdents.c rm -f getdents.c; ln -s ../common/getdents.c getdents.c [LN] hsmapi.c rm -f hsmapi.c; ln -s ../common/hsmapi.c hsmapi.c [LN] global.c rm -f global.c; ln -s ../common/global.c global.c [LN] lock.c rm -f lock.c; ln -s ../common/lock.c lock.c [LN] hsmapi.c rm -f hsmapi.c; ln -s ../common/hsmapi.c hsmapi.c [LN] lock.c rm -f lock.c; ln -s ../common/lock.c lock.c [LN] main.c rm -f main.c; ln -s ../common/main.c main.c [LN] mlog.c rm -f mlog.c; ln -s ../common/mlog.c mlog.c [LN] openutil.c rm -f openutil.c; ln -s ../common/openutil.c openutil.c [LN] main.c rm -f main.c; ln -s ../common/main.c main.c [LN] openutil.c rm -f openutil.c; ln -s ../common/openutil.c openutil.c [LN] path.c rm -f path.c; ln -s ../common/path.c path.c [LN] qlock.c rm -f qlock.c; ln -s ../common/qlock.c qlock.c [LN] ring.c rm -f ring.c; ln -s ../common/ring.c ring.c [LN] qlock.c rm -f qlock.c; ln -s ../common/qlock.c qlock.c [LN] path.c rm -f path.c; ln -s ../common/path.c path.c [LN] mlog.c rm -f mlog.c; ln -s ../common/mlog.c mlog.c [LN] stream.c rm -f stream.c; ln -s ../common/stream.c stream.c [LN] timeutil.c rm -f timeutil.c; ln -s ../common/timeutil.c timeutil.c [LN] stream.c rm -f stream.c; ln -s ../common/stream.c stream.c [LN] ring.c rm -f ring.c; ln -s ../common/ring.c ring.c [LN] timeutil.c rm -f timeutil.c; ln -s ../common/timeutil.c timeutil.c [LN] util.c rm -f util.c; ln -s ../common/util.c util.c [LN] util.c rm -f util.c; ln -s ../common/util.c util.c [LN] inventory.h rm -f inventory.h; ln -s ../inventory/inventory.h inventory.h [LN] inv_priv.h rm -f inv_priv.h; ln -s ../inventory/inv_priv.h inv_priv.h [LN] inv_api.c rm -f inv_api.c; ln -s ../inventory/inv_api.c inv_api.c [LN] inventory.h rm -f inventory.h; ln -s ../inventory/inventory.h inventory.h [LN] inv_api.c rm -f inv_api.c; ln -s ../inventory/inv_api.c inv_api.c [LN] inv_files.c rm -f inv_files.c; ln -s ../inventory/inv_files.c inv_files.c [LN] inv_fstab.c rm -f inv_fstab.c; ln -s ../inventory/inv_fstab.c inv_fstab.c [LN] inv_core.c rm -f inv_core.c; ln -s ../inventory/inv_core.c inv_core.c [LN] inv_core.c rm -f inv_core.c; ln -s ../inventory/inv_core.c inv_core.c [LN] inv_priv.h rm -f inv_priv.h; ln -s ../inventory/inv_priv.h inv_priv.h [LN] inv_idx.c rm -f inv_idx.c; ln -s ../inventory/inv_idx.c inv_idx.c [LN] inv_fstab.c rm -f inv_fstab.c; ln -s ../inventory/inv_fstab.c inv_fstab.c [LN] inv_idx.c rm -f inv_idx.c; ln -s ../inventory/inv_idx.c inv_idx.c [LN] inv_mgr.c rm -f inv_mgr.c; ln -s ../inventory/inv_mgr.c inv_mgr.c [LN] inv_mgr.c rm -f inv_mgr.c; ln -s ../inventory/inv_mgr.c inv_mgr.c [LN] inv_files.c rm -f inv_files.c; ln -s ../inventory/inv_files.c inv_files.c [LN] inv_stobj.c rm -f inv_stobj.c; ln -s ../inventory/inv_stobj.c inv_stobj.c [LN] inv_stobj.c rm -f inv_stobj.c; ln -s ../inventory/inv_stobj.c inv_stobj.c [DEP] [ -n "content.c inomap.c var.c" ] && gcc -MM -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP content.c inomap.c var.c > .dep [CC] lock.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c lock.c [CC] getdents.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c getdents.c [CC] timeutil.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c timeutil.c [CC] content_common.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c content_common.c [CC] inv_files.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c inv_files.c [CC] openutil.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c openutil.c [CC] qlock.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c qlock.c [DEP] [ -n "invutil.c cmenu.c fstab.c invidx.c list.c menu.c screen.c stobj.c" ] && gcc -MM -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -DHAVE_CURSES invutil.c cmenu.c fstab.c invidx.c list.c menu.c screen.c stobj.c > .dep [CC] var.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c var.c [CC] cldmgr.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c cldmgr.c [CC] inv_core.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c inv_core.c [CC] timeutil.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -DHAVE_CURSES -c timeutil.c [CC] drive.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c drive.c [DEP] [ -n "bag.c content.c dirattr.c inomap.c mmap.c namreg.c node.c tree.c win.c" ] && gcc -MM -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE bag.c content.c dirattr.c inomap.c mmap.c namreg.c node.c tree.c win.c > .dep [CC] global.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c global.c global.c: In function 'global_hdr_alloc': global.c:85:9: warning: 'strncpy' output truncated before terminating nul copying 8 bytes from a string of the same length [-Wstringop-truncation] 85 | strncpy(ghdrp->gh_magic, GLOBAL_HDR_MAGIC, GLOBAL_HDR_MAGIC_SZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [CC] fs.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c fs.c [CC] inv_fstab.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c inv_fstab.c [CC] stream.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c stream.c [CC] inv_files.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -DHAVE_CURSES -c inv_files.c [CC] hsmapi.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c hsmapi.c hsmapi.c: In function 'HsmBeginRestoreFile': hsmapi.c:802:17: warning: 'attr_setf' is deprecated: Use fsetxattr instead [-Wdeprecated-declarations] 802 | rv = attr_setf(fd, | ^~ In file included from hsmapi.c:28: /usr/include/attr/attributes.h:143:12: note: declared here 143 | extern int attr_setf (int __fd, const char *__attrname, | ^~~~~~~~~ hsmapi.c: In function 'HsmEndRestoreFile': hsmapi.c:874:17: warning: 'attr_removef' is deprecated: Use fremovexattr instead [-Wdeprecated-declarations] 874 | rv = attr_removef(fd, DMF_ATTR_NAME, ATTR_ROOT); | ^~ /usr/include/attr/attributes.h:155:12: note: declared here 155 | extern int attr_removef (int __fd, const char *__attrname, int __flags) | ^~~~~~~~~~~~ [CC] path.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c path.c [CC] lock.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c lock.c [CC] getdents.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c getdents.c [CC] timeutil.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c timeutil.c [CC] inv_idx.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c inv_idx.c [CC] screen.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -DHAVE_CURSES -c screen.c [CC] mmap.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c mmap.c [CC] inv_files.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c inv_files.c [CC] util.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c util.c [CC] bag.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c bag.c [CC] list.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -DHAVE_CURSES -c list.c [CC] openutil.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c openutil.c [CC] dlog.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c dlog.c [CC] qlock.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c qlock.c [CC] ring.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c ring.c [CC] cldmgr.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c cldmgr.c [CC] menu.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -DHAVE_CURSES -c menu.c [CC] global.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c global.c global.c: In function 'global_hdr_alloc': global.c:85:9: warning: 'strncpy' output truncated before terminating nul copying 8 bytes from a string of the same length [-Wstringop-truncation] 85 | strncpy(ghdrp->gh_magic, GLOBAL_HDR_MAGIC, GLOBAL_HDR_MAGIC_SZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [CC] inv_mgr.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c inv_mgr.c [CC] inv_core.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c inv_core.c [CC] fs.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c fs.c [CC] drive.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c drive.c [CC] inv_fstab.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c inv_fstab.c [CC] win.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c win.c [CC] hsmapi.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c hsmapi.c hsmapi.c: In function 'HsmBeginRestoreFile': hsmapi.c:802:17: warning: 'attr_setf' is deprecated: Use fsetxattr instead [-Wdeprecated-declarations] 802 | rv = attr_setf(fd, | ^~ In file included from hsmapi.c:28: /usr/include/attr/attributes.h:143:12: note: declared here 143 | extern int attr_setf (int __fd, const char *__attrname, | ^~~~~~~~~ hsmapi.c: In function 'HsmEndRestoreFile': hsmapi.c:874:17: warning: 'attr_removef' is deprecated: Use fremovexattr instead [-Wdeprecated-declarations] 874 | rv = attr_removef(fd, DMF_ATTR_NAME, ATTR_ROOT); | ^~ /usr/include/attr/attributes.h:155:12: note: declared here 155 | extern int attr_removef (int __fd, const char *__attrname, int __flags) | ^~~~~~~~~~~~ [CC] ring.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c ring.c [CC] namreg.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c namreg.c [CC] path.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c path.c [CC] mlog.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c mlog.c [CC] node.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c node.c [CC] inv_api.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c inv_api.c [CC] inv_idx.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c inv_idx.c [CC] fstab.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -DHAVE_CURSES -c fstab.c fstab.c: In function 'fstab_highlight': fstab.c:167:41: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 248 [-Wformat-truncation=] 167 | snprintf(txt, sizeof(txt), "device: %s", fstabentry->ft_devpath); | ^~ fstab.c:167:5: note: 'snprintf' output between 9 and 264 bytes into a destination of size 256 167 | snprintf(txt, sizeof(txt), "device: %s", fstabentry->ft_devpath); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [CC] stream.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c stream.c [CC] cmenu.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -DHAVE_CURSES -c cmenu.c [CC] util.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c util.c [CC] stobj.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -DHAVE_CURSES -c stobj.c stobj.c: In function 'stobjstrm_highlight': stobj.c:227:58: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 230 and 231 [-Wformat-truncation=] 227 | snprintf(txt, sizeof(txt), "interrupted: %s, cmdarg: %s", | ^~ stobj.c:227:5: note: 'snprintf' output between 26 and 282 bytes into a destination of size 256 227 | snprintf(txt, sizeof(txt), "interrupted: %s, cmdarg: %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 228 | (stobjstrm->st_interrupted == BOOL_TRUE) ? "yes" : "no", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 229 | stobjstrm->st_cmdarg); | ~~~~~~~~~~~~~~~~~~~~~ stobj.c: In function 'stobjsess_highlight': stobj.c:199:42: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 247 [-Wformat-truncation=] 199 | snprintf(txt, sizeof(txt), "mountpt: %s, fsid: %s", stobjses->s_mountpt, uuidstr); | ^~ stobj.c:199:5: note: 'snprintf' output between 18 and 310 bytes into a destination of size 256 199 | snprintf(txt, sizeof(txt), "mountpt: %s, fsid: %s", stobjses->s_mountpt, uuidstr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stobj.c:203:42: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 247 [-Wformat-truncation=] 203 | snprintf(txt, sizeof(txt), "device: %s, sesid: %s", stobjses->s_devpath, uuidstr); | ^~ stobj.c:203:5: note: 'snprintf' output between 19 and 311 bytes into a destination of size 256 203 | snprintf(txt, sizeof(txt), "device: %s, sesid: %s", stobjses->s_devpath, uuidstr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [CC] drive_simple.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c drive_simple.c [CC] inomap.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c inomap.c [CC] mlog.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c mlog.c [CC] inv_mgr.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c inv_mgr.c [CC] dlog.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c dlog.c [CC] inv_api.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c inv_api.c [CC] inomap.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c inomap.c [CC] invutil.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -DHAVE_CURSES -c invutil.c [CC] dirattr.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c dirattr.c [CC] inv_stobj.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c inv_stobj.c [CC] drive_simple.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c drive_simple.c [CC] invidx.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -DHAVE_CURSES -c invidx.c invidx.c: In function 'invidx_highlight': invidx.c:705:40: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 249 [-Wformat-truncation=] 705 | snprintf(txt, sizeof(txt), "path: %s", invtentry->ie_filename); | ^~ invidx.c:705:5: note: 'snprintf' output between 8 and 263 bytes into a destination of size 256 705 | snprintf(txt, sizeof(txt), "path: %s", invtentry->ie_filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invidx.c: In function 'invidx_commit': invidx.c:253:51: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1020 [-Wformat-truncation=] 253 | snprintf(cmd, sizeof(cmd), "cp %s %s", stobjfile, dst_stobjfile); | ^~ ~~~~~~~~~~~~~ invidx.c:253:17: note: 'snprintf' output 5 or more bytes (assuming 4100) into a destination of size 1024 253 | snprintf(cmd, sizeof(cmd), "cp %s %s", stobjfile, dst_stobjfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invidx.c:323:47: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1020 [-Wformat-truncation=] 323 | snprintf(cmd, sizeof(cmd), "cp %s %s", stobjfile, dst_stobjfile); | ^~ ~~~~~~~~~~~~~ invidx.c:323:13: note: 'snprintf' output 5 or more bytes (assuming 4100) into a destination of size 1024 323 | snprintf(cmd, sizeof(cmd), "cp %s %s", stobjfile, dst_stobjfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [CC] inv_stobj.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c inv_stobj.c [CC] main.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c main.c [CC] arch_xlate.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c arch_xlate.c [LD] xfsinvutil /bin/sh ../libtool --quiet --tag=CC --mode=link gcc -o xfsinvutil -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 timeutil.o inv_files.o invutil.o cmenu.o fstab.o invidx.o list.o menu.o screen.o stobj.o -luuid -lncurses [CC] main.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c main.c [CC] arch_xlate.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c arch_xlate.c [CC] drive_minrmt.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c drive_minrmt.c [CC] drive_minrmt.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c drive_minrmt.c [CC] drive_scsitape.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c drive_scsitape.c [CC] drive_scsitape.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c drive_scsitape.c [CC] tree.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c tree.c [CC] content.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DDUMP -c content.c content.c: In function 'Media_prompt_erase': content.c:6379:18: warning: 'sprintf' writing a terminating nul past the end of the destination [-Wformat-overflow=] 6379 | "pre-erase (-%c) option specified " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ content.c:6382:29: note: format string is defined here 6382 | "drive %u\n", | ^ content.c:6378:9: note: 'sprintf' output between 101 and 110 bytes into a destination of size 100 6378 | sprintf(question, | ^~~~~~~~~~~~~~~~~ 6379 | "pre-erase (-%c) option specified " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6380 | "and non-blank media encountered:\n" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6381 | "please confirm media erase " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6382 | "drive %u\n", | ~~~~~~~~~~~~~ 6383 | GETOPT_ERASE, | ~~~~~~~~~~~~~ 6384 | (unsigned int)drivep->d_index); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [LD] xfsdump /bin/sh ../libtool --quiet --tag=CC --mode=link gcc -o xfsdump -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 arch_xlate.o cldmgr.o content_common.o dlog.o drive.o drive_scsitape.o drive_simple.o drive_minrmt.o fs.o getdents.o global.o hsmapi.o lock.o main.o mlog.o openutil.o qlock.o path.o ring.o stream.o timeutil.o util.o inv_api.o inv_core.o inv_files.o inv_fstab.o inv_idx.o inv_mgr.o inv_stobj.o content.o inomap.o var.o -luuid -lhandle -lattr ../librmt/librmt.la -lpthread [CC] content.o gcc -O2 -g -mieee -D_GNU_SOURCE -O2 -g -mieee -I/usr/lib64/gfortran/modules -g -O2 -DDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -I../include -DENABLE_GETTEXT -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DRESTORE -DHAVE_FALLOCATE -c content.c content.c: In function 'restore_extattr': content.c:8635:27: warning: unused variable 'strctxp' [-Wunused-variable] 8635 | stream_context_t *strctxp = (stream_context_t *)drivep->d_strmcontextp; | ^~~~~~~ content.c: In function 'setextattr': content.c:8771:9: warning: 'attr_set' is deprecated: Use setxattr or lsetxattr instead [-Wdeprecated-declarations] 8771 | rval = attr_set(path, | ^~~~ In file included from content.c:27: /usr/include/attr/attributes.h:139:12: note: declared here 139 | extern int attr_set (const char *__path, const char *__attrname, | ^~~~~~~~ content.c: In function 'pi_insertfile.constprop': content.c:5080:17: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 5080 | strncpy(DH2O(objh)->o_lab, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 5081 | medialabel, | ~~~~~~~~~~~ 5082 | sizeof(DH2O(objh)->o_lab)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ content.c:5110:17: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 5110 | strncpy(DH2O(prevobjh)->o_lab, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5111 | prevmedialabel, | ~~~~~~~~~~~~~~~ 5112 | sizeof(DH2O(prevobjh)->o_lab)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [LD] xfsrestore /bin/sh ../libtool --quiet --tag=CC --mode=link gcc -o xfsrestore -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 arch_xlate.o cldmgr.o dlog.o drive.o drive_scsitape.o drive_simple.o drive_minrmt.o fs.o getdents.o global.o hsmapi.o lock.o main.o mlog.o openutil.o path.o qlock.o ring.o stream.o timeutil.o util.o inv_api.o inv_core.o inv_files.o inv_fstab.o inv_idx.o inv_mgr.o inv_stobj.o bag.o content.o dirattr.o inomap.o mmap.o namreg.o node.o tree.o win.o -luuid -lhandle -lattr ../librmt/librmt.la -lpthread + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vcOfKg + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64 ++ dirname /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64 + CFLAGS='-O2 -g -mieee' + export CFLAGS + CXXFLAGS='-O2 -g -mieee' + export CXXFLAGS + FFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd xfsdump-3.2.0 + rm -rf /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64 + make DIST_ROOT=/builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64 install Building include Building librmt Building common Building inventory Building invutil Building dump Building restore Building m4 Building man Building man8 Building doc Building po Building debian gmake[1]: Entering directory '/builddir/build/BUILD/xfsdump-3.2.0/include' gmake[1]: Nothing to be done for 'install'. gmake[1]: Leaving directory '/builddir/build/BUILD/xfsdump-3.2.0/include' gmake[1]: Entering directory '/builddir/build/BUILD/xfsdump-3.2.0/librmt' gmake[1]: Nothing to be done for 'install'. gmake[1]: Leaving directory '/builddir/build/BUILD/xfsdump-3.2.0/librmt' gmake[1]: Entering directory '/builddir/build/BUILD/xfsdump-3.2.0/common' gmake[1]: Nothing to be done for 'install'. gmake[1]: Leaving directory '/builddir/build/BUILD/xfsdump-3.2.0/common' gmake[1]: Entering directory '/builddir/build/BUILD/xfsdump-3.2.0/inventory' gmake[1]: Nothing to be done for 'install'. gmake[1]: Leaving directory '/builddir/build/BUILD/xfsdump-3.2.0/inventory' gmake[1]: Entering directory '/builddir/build/BUILD/xfsdump-3.2.0/invutil' ../install-sh -o mockbuild -g mock -m 755 -d /usr/sbin /bin/sh ../libtool --quiet --mode=install ../install-sh -o mockbuild -g mock -m 755 xfsinvutil /usr/sbin gmake[1]: Leaving directory '/builddir/build/BUILD/xfsdump-3.2.0/invutil' gmake[1]: Entering directory '/builddir/build/BUILD/xfsdump-3.2.0/dump' ../install-sh -o mockbuild -g mock -m 755 -d /sbin /bin/sh ../libtool --quiet --mode=install ../install-sh -o mockbuild -g mock -m 755 xfsdump /sbin ../install-sh -o mockbuild -g mock -m 755 -d /usr/sbin # skip symlink when /sbin is alread symlinked to /usr/sbin, like on Fedora test /sbin -ef /usr/sbin || \ ../install-sh -o mockbuild -g mock -S /sbin/xfsdump /usr/sbin/xfsdump gmake[1]: Leaving directory '/builddir/build/BUILD/xfsdump-3.2.0/dump' gmake[1]: Entering directory '/builddir/build/BUILD/xfsdump-3.2.0/restore' ../install-sh -o mockbuild -g mock -m 755 -d /sbin /bin/sh ../libtool --quiet --mode=install ../install-sh -o mockbuild -g mock -m 755 xfsrestore /sbin ../install-sh -o mockbuild -g mock -m 755 -d /usr/sbin # skip symlink when /sbin is alread symlinked to /usr/sbin, like on Fedora test /sbin -ef /usr/sbin || \ ../install-sh -o mockbuild -g mock -S /sbin/xfsrestore /usr/sbin/xfsrestore gmake[1]: Leaving directory '/builddir/build/BUILD/xfsdump-3.2.0/restore' gmake[1]: Entering directory '/builddir/build/BUILD/xfsdump-3.2.0/m4' gmake[1]: Nothing to be done for 'install'. gmake[1]: Leaving directory '/builddir/build/BUILD/xfsdump-3.2.0/m4' gmake[1]: Entering directory '/builddir/build/BUILD/xfsdump-3.2.0/man' /usr/bin/gmake -C man8 install gmake[2]: Entering directory '/builddir/build/BUILD/xfsdump-3.2.0/man/man8' ../../install-sh -o mockbuild -g mock -m 755 -d /usr/share/man/man8 ../../install-sh -o mockbuild -g mock -m 644 xfsdump.8 /usr/share/man/man8/xfsdump.8 ../../install-sh -o mockbuild -g mock -m 644 xfsinvutil.8 /usr/share/man/man8/xfsinvutil.8 ../../install-sh -o mockbuild -g mock -m 644 xfsrestore.8 /usr/share/man/man8/xfsrestore.8 gmake[2]: Leaving directory '/builddir/build/BUILD/xfsdump-3.2.0/man/man8' gmake[1]: Leaving directory '/builddir/build/BUILD/xfsdump-3.2.0/man' gmake[1]: Entering directory '/builddir/build/BUILD/xfsdump-3.2.0/doc' ../install-sh -o mockbuild -g mock -m 755 -d /usr/share/doc/xfsdump ../install-sh -o mockbuild -g mock -m 644 CHANGES.gz README.xfsdump /usr/share/doc/xfsdump ../install-sh -o mockbuild -g mock -m 644 COPYING /usr/share/doc/xfsdump gmake[1]: Leaving directory '/builddir/build/BUILD/xfsdump-3.2.0/doc' gmake[1]: Entering directory '/builddir/build/BUILD/xfsdump-3.2.0/po' gmake[1]: Leaving directory '/builddir/build/BUILD/xfsdump-3.2.0/po' gmake[1]: Entering directory '/builddir/build/BUILD/xfsdump-3.2.0/debian' gmake[1]: Nothing to be done for 'install'. gmake[1]: Leaving directory '/builddir/build/BUILD/xfsdump-3.2.0/debian' ./install-sh -o mockbuild -g mock -m 755 -d /usr/share/doc/xfsdump ./install-sh -o mockbuild -g mock -m 644 README /usr/share/doc/xfsdump + rm -rf /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64//usr/share/doc/xfsdump/ + cd /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64//usr/sbin + mv ../../sbin/xfsdump . + cd /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64//usr/sbin + mv ../../sbin/xfsrestore . + mkdir -p /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64//var/lib/xfsdump/inventory + /usr/lib/rpm/anolis/generate-compatibility-deps xfsdump ~/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64/usr/lib/compatibility/xfsdump ~/build/BUILD/xfsdump-3.2.0 ~/build/BUILD/xfsdump-3.2.0 ~/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64/usr/lib/compatibility/xfsdump ~/build/BUILD/xfsdump-3.2.0 /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64//usr/sbin/xfsdump: usage: xfsdump [ -a (dump DMF dualstate files as offline) ] [ -b ] [ -c ] [ -d ] [ -e (allow files to be excluded) ] [ -f ... ] [ -h (help) ] [ -l ] [ -m (force usage of minimal rmt) ] [ -o (overwrite tape) ] [ -p ] [ -q ] [ -s ... ] [ -t (use file mtime for dump time ] [ -v ] [ -z ] [ -A (don't dump extended file attributes) ] [ -B ] [ -D (skip unchanged directories) ] [ -E (pre-erase media) ] [ -F (don't prompt) ] [ -I (display dump inventory) ] [ -J (inhibit inventory update) ] [ -K (generate format 2 dump) ] [ -L ] [ -M ... ] [ -O ] [ -R (resume) ] [ -T (don't timeout dialogs) ] [ -Y ] [ - (stdout) ] [ ] /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64//usr/sbin/xfsrestore: usage: xfsrestore [ -a ... ] [ -b ] [ -c ] [ -e (don't overwrite existing files) ] [ -f ... ] [ -h (help) ] [ -i (interactive) ] [ -m (force usage of minimal rmt) ] [ -n (restore only if newer than) ] [ -o (restore owner/group even if not root) ] [ -p ] [ -q ] [ -r (cumulative restore) ] [ -s ... ] ~/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64/usr/lib/compatibility/xfsdump ~/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64/usr/lib/compatibility/xfsdump ~/build/BUILD/xfsdump-3.2.0 [ -t (contents only) ] [ -v ] [ -w (use small tree window) ] [ -x (try to fix rootdir due to xfsdump issue) ] [ -A (don't restore extended file attributes) ] [ -B (restore root dir owner/permissions) ] [ -D (restore DMAPI event settings) ] [ -E (don't overwrite if changed) ] [ -F (don't prompt) ] [ -I (display dump inventory) ] [ -J (inhibit inventory update) ] [ -K (force use of format 2 generation numbers) ] [ -L ] [ -O ] [ -Q (force interrupted session completion) ] [ -R (resume) ] [ -S ] [ -T (don't timeout dialogs) ] [ -X ... ] [ -Y ] [ - (stdin) ] [ ] ~/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64/usr/lib/compatibility/xfsdump ~/build/BUILD/xfsdump-3.2.0 + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64 xfsdump + /usr/bin/find-debuginfo -j256 --strict-build-id -m -i --build-id-seed 3.2.0-1.an23_sw8a --unique-debug-suffix -3.2.0-1.an23_sw8a.sw_64 --unique-debug-src-base xfsdump-3.2.0-1.an23_sw8a.sw_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/xfsdump-3.2.0 find-debuginfo: starting Extracting debug info from 3 files DWARF-compressing 3 files sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/xfsdump-3.2.0-1.an23_sw8a.sw_64 find-debuginfo: done + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/anolis/brp-ldconfig + COMPRESS='zstd -f --rm -19 -T0' + COMPRESS_EXT=.zst + /usr/lib/rpm/brp-compress + /usr/lib/rpm/anolis/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/anolis/clean_perl + /usr/lib/rpm/anolis/check_elf_files + /usr/lib/rpm/anolis/brp-mangle-shebangs + /usr/lib/rpm/anolis/remove-info-dir + /usr/lib/rpm/anolis/check-desktop-files + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/anolis/brp-python-bytecompile '' 1 0 -j256 + /usr/lib/rpm/anolis/brp-python-hardlink Processing files: xfsdump-3.2.0-1.an23_sw8a.sw_64 Provides: api(xfsdump) = 3.2.0 xfsdump = 3.2.0-1.an23_sw8a xfsdump(sw_64-64) = 3.2.0-1.an23_sw8a Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libattr.so.1 libattr.so.1(ATTR_1.0) libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.10) libc.so.6(GLIBC_2.27) libc.so.6(GLIBC_2.28) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.32) libc.so.6(GLIBC_2.33) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.38) libc.so.6(GLIBC_2.4) libhandle.so.1 libhandle.so.1(LIBHANDLE_1.0.3) libncurses.so.6 libtinfo.so.6 libuuid.so.1 libuuid.so.1(UUID_1.0) rtld(GNU_HASH) Processing files: xfsdump-doc-3.2.0-1.an23_sw8a.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1GZPj7 + umask 022 + cd /builddir/build/BUILD + cd xfsdump-3.2.0 + DOCDIR=/builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64/usr/share/doc/xfsdump-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64/usr/share/doc/xfsdump-doc + cp -pr README /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64/usr/share/doc/xfsdump-doc + cp -pr doc/COPYING /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64/usr/share/doc/xfsdump-doc + cp -pr doc/CHANGES /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64/usr/share/doc/xfsdump-doc + cp -pr doc/README.xfsdump /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64/usr/share/doc/xfsdump-doc + cp -pr doc/xfsdump_ts.txt /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64/usr/share/doc/xfsdump-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: xfsdump-doc = 3.2.0-1.an23_sw8a Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: xfsdump-debugsource-3.2.0-1.an23_sw8a.sw_64 Provides: xfsdump-debugsource = 3.2.0-1.an23_sw8a xfsdump-debugsource(sw_64-64) = 3.2.0-1.an23_sw8a Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: xfsdump-debuginfo-3.2.0-1.an23_sw8a.sw_64 Provides: debuginfo(build-id) = 4026eb34a762f900689ea098577f673286f18a1e debuginfo(build-id) = 6b78de272ffadaf5d959a81d109b7512815d5866 debuginfo(build-id) = ce2c25afc35d09904c0db34fb750b95dfcde7c11 xfsdump-debuginfo = 3.2.0-1.an23_sw8a xfsdump-debuginfo(sw_64-64) = 3.2.0-1.an23_sw8a Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: xfsdump-debugsource(sw_64-64) = 3.2.0-1.an23_sw8a Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64 Wrote: /builddir/build/RPMS/xfsdump-doc-3.2.0-1.an23_sw8a.noarch.rpm Wrote: /builddir/build/RPMS/xfsdump-3.2.0-1.an23_sw8a.sw_64.rpm Wrote: /builddir/build/RPMS/xfsdump-debuginfo-3.2.0-1.an23_sw8a.sw_64.rpm Wrote: /builddir/build/RPMS/xfsdump-debugsource-3.2.0-1.an23_sw8a.sw_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YaELpl + umask 022 + cd /builddir/build/BUILD + cd xfsdump-3.2.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/xfsdump-3.2.0-1.an23_sw8a.sw_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.cyvcVl + umask 022 + cd /builddir/build/BUILD + rm -rf xfsdump-3.2.0 xfsdump-3.2.0.gemspec + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0