D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/hfsplus-tools-540.1.linux3-1.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3ENYdq + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf diskdev_cmds-540.1.linux3 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/diskdev_cmds-540.1.linux3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd diskdev_cmds-540.1.linux3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (hfsplus-tools-no-blocks.patch):' Patch #0 (hfsplus-tools-no-blocks.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file fsck_hfs.tproj/dfalib/SControl.c patching file fsck_hfs.tproj/fsck_messages.c patching file fsck_hfs.tproj/fsck_messages.h patching file fsck_hfs.tproj/Makefile.lnx patching file Makefile + echo 'Patch #1 (hfsplus-tools-learn-to-stdarg.patch):' Patch #1 (hfsplus-tools-learn-to-stdarg.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file fsck_hfs.tproj/utilities.c + echo 'Patch #2 (hfsplus-tools-sysctl.patch):' Patch #2 (hfsplus-tools-sysctl.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file fsck_hfs.tproj/dfalib/Scavenger.h patching file fsck_hfs.tproj/fsck_hfs.c patching file fsck_hfs.tproj/utilities.c patching file newfs_hfs.tproj/makehfs.c + find . -type f -name '*.[ch]' -exec chmod -c -x '{}' + mode of './fsck_hfs.tproj/dfalib/SRebuildBTree.c' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './fsck_hfs.tproj/dfalib/BTreeScanner.c' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './fsck_hfs.tproj/dfalib/BTreeScanner.h' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './fsck_hfs.tproj/dfalib/hfs_endian.c' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './fsck_hfs.tproj/dfalib/hfs_endian.h' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './fsck_hfs.tproj/dfalib/HardLinkCheck.c' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) + cp /home/iurt/rpmbuild/SOURCES/apsl-2.0.txt . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NejWEv + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd diskdev_cmds-540.1.linux3 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + /usr/bin/make -O -j8 V=1 VERBOSE=1 for d in newfs_hfs.tproj fsck_hfs.tproj; do /usr/bin/make -C $d -f Makefile.lnx all; done make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/newfs_hfs.tproj' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o hfs_endian.o hfs_endian.c make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/newfs_hfs.tproj' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/newfs_hfs.tproj' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o newfs_hfs.o newfs_hfs.c newfs_hfs.c: In function 'main': newfs_hfs.c:205:69: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 205 | printf("%s: journal size %lldk too small. Reset to %dk.\n", | ~~~^ | | | long long int | %ld 206 | progname, gJournalSize/1024, JOURNAL_DEFAULT_SIZE/1024); | ~~~~~~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} newfs_hfs.c: In function 'hfsplus_params': newfs_hfs.c:906:69: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 906 | printf("%s: journal size %lldk too small. Reset to %dk.\n", | ~~~^ | | | long long int | %ld 907 | progname, gJournalSize/1024, JOURNAL_DEFAULT_SIZE/1024); | ~~~~~~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} newfs_hfs.c:1057:36: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 1057 | printf("%llu sectors (%u bytes per sector)\n", dip->physTotalSectors, dip->physSectorSize); | ~~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | long long unsigned int uint64_t {aka long unsigned int} | %lu make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/newfs_hfs.tproj' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/newfs_hfs.tproj' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o makehfs.o makehfs.c makehfs.c: In function 'WriteBuffer': makehfs.c:1383:41: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 1383 | err(1, "read (sector %llu)", physSector); | ~~~^ ~~~~~~~~~~ | | | | | off_t {aka long int} | long long unsigned int | %lu makehfs.c:1386:42: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 1386 | err(1, "write (sector %llu)", physSector); | ~~~^ ~~~~~~~~~~ | | | | | off_t {aka long int} | long long unsigned int | %lu make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/newfs_hfs.tproj' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/newfs_hfs.tproj' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -Wl,--build-id -o newfs_hfs hfs_endian.o makehfs.o newfs_hfs.o -lcrypto make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/newfs_hfs.tproj' /usr/bin/make -C dfalib -f Makefile.lnx libdfa.a make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o fsck_strings.o fsck_strings.c make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o fsck_hfs_strings.o fsck_hfs_strings.c make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o fsck_debug.o fsck_debug.c make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o BlockCache.o BlockCache.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o BTreeAllocate.o BTreeAllocate.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o fsck_hfs.o fsck_hfs.c make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o fsck_messages.o fsck_messages.c fsck_messages.c: In function 'fsckAskPrompt': fsck_messages.c:517:25: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 517 | fgets (resp, 80, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~ fsck_messages.c: In function 'fsckPrintToString': fsck_messages.c:719:9: warning: ignoring return value of 'vasprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 719 | vasprintf(&tmpstr, m->msg, ap); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fsck_messages.c:721:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 721 | asprintf(&retval, "%s%s\n", astr, tmpstr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o BTreeMiscOps.o BTreeMiscOps.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o BTreeScanner.o BTreeScanner.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o BTree.o BTree.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o utilities.o utilities.c In file included from /usr/include/string.h:519, from utilities.c:70: In function 'strncat', inlined from 'rawname' at utilities.c:232:8: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound 32 equals destination size [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o cache.o cache.c make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o BTreeNodeOps.o BTreeNodeOps.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SBTree.o SBTree.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o hfs_endian.o hfs_endian.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o BTreeTreeOps.o BTreeTreeOps.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o HardLinkCheck.o HardLinkCheck.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SControl.o SControl.c SControl.c: In function 'CheckHFS': SControl.c:329:81: warning: comparison between pointer and integer 329 | if (strncpy(dataArea.deviceNode, rdevnode, sizeof(dataArea.deviceNode)) != strlen(rdevnode)) { | ^~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SVerify2.o SVerify2.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o CatalogCheck.o CatalogCheck.c CatalogCheck.c: In function 'RecordTruncation': CatalogCheck.c:1696:32: warning: format '%qd' expects argument of type 'long long int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 1696 | sprintf(oldSizeStr, "%qd", oldSize); | ~~^ ~~~~~~~ | | | | | uint64_t {aka long unsigned int} | long long int | %ld CatalogCheck.c:1697:32: warning: format '%qd' expects argument of type 'long long int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 1697 | sprintf(newSizeStr, "%qd", newSize); | ~~^ ~~~~~~~ | | | | | uint64_t {aka long unsigned int} | long long int | %ld make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SKeyCompare.o SKeyCompare.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SRebuildBTree.o SRebuildBTree.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SDevice.o SDevice.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o dirhardlink.o dirhardlink.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SStubs.o SStubs.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SCatalog.o SCatalog.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SExtents.o SExtents.c In file included from /usr/include/strings.h:144, from /usr/include/string.h:446, from SRuntime.h:35, from BTree.h:36, from SExtents.c:36: In function 'bzero', inlined from 'DeallocateFile' at SExtents.c:694:3: /usr/include/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' writing 52 bytes into a region of size 40 overflows the destination [-Wstringop-overflow=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'bzero', inlined from 'DeallocateFile' at SExtents.c:697:3: /usr/include/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' writing 52 bytes into a region of size 40 overflows the destination [-Wstringop-overflow=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SAllocate.o SAllocate.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o VolumeBitmapCheck.o VolumeBitmapCheck.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SVerify1.o SVerify1.c In file included from /usr/include/strings.h:144, from /usr/include/string.h:446, from SRuntime.h:35, from Scavenger.h:30, from SVerify1.c:34: In function 'bcopy', inlined from 'VLockedChk' at SVerify1.c:3457:3: /usr/include/bits/strings_fortified.h:25:10: warning: '__builtin_memcpy' reading 28 bytes from a region of size 15 [-Wstringop-overread] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SUtils.o SUtils.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SRepair.o SRepair.c SRepair.c: In function 'RepairReservedBTreeFields': SRepair.c:3433:54: warning: taking address of packed member of 'struct HFSCatalogThread' may result in an unaligned pointer value [-Waddress-of-packed-member] 3433 | reserved = (UInt32*) &(record.hfsThread.reserved); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from SRuntime.h:36, from Scavenger.h:30, from SRepair.c:34: In function 'snprintf', inlined from 'FixBadLinkChainFirst' at SRepair.c:873:9: /usr/include/bits/stdio2.h:71:10: warning: '__builtin___snprintf_chk' specified bound 18446744073709551608 exceeds maximum object size 9223372036854775807 [-Wstringop-overread] 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' ar rc libdfa.a hfs_endian.o BlockCache.o BTree.o BTreeAllocate.o BTreeMiscOps.o BTreeNodeOps.o BTreeScanner.o BTreeTreeOps.o CatalogCheck.o HardLinkCheck.o SBTree.o SControl.o SVerify1.o SVerify2.o SRepair.o dirhardlink.o SRebuildBTree.o SUtils.o SKeyCompare.o SDevice.o SExtents.o SAllocate.o SCatalog.o SStubs.o VolumeBitmapCheck.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -Wl,--build-id fsck_hfs.o utilities.o cache.o fsck_messages.o fsck_debug.o fsck_hfs_strings.o fsck_strings.o dfalib/libdfa.a -o fsck_hfs -lpthread make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3Ibn0B + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64 + cd diskdev_cmds-540.1.linux3 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64//usr/sbin + cp newfs_hfs.tproj/newfs_hfs /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64//usr/sbin/mkfs.hfsplus + cp fsck_hfs.tproj/fsck_hfs /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64//usr/sbin/fsck.hfsplus + mkdir -p /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64//usr/share/man/man8 + cat fsck_hfs.tproj/fsck_hfs.8 + sed -e 's/[F|f]sck_hfs/fsck.hfsplus/g' + cat newfs_hfs.tproj/newfs_hfs.8 + sed -e 's/[N|n]ewfs_hfs/mkfs.hfsplus/g' + cd /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64//usr/sbin + ln -s mkfs.hfsplus mkfs.hfs + ln -s fsck.hfsplus fsck.hfs + cd /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64//usr/share/man/man8 + ln -s fsck.hfsplus.8 fsck.hfs.8 + ln -s mkfs.hfsplus.8 mkfs.hfs.8 + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 540.1.linux3-1.mga9 --unique-debug-suffix -540.1.linux3-1.mga9.aarch64 --unique-debug-src-base hfsplus-tools-540.1.linux3-1.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/diskdev_cmds-540.1.linux3 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64/usr/sbin/fsck.hfsplus explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64/usr/sbin/mkfs.hfsplus extracting debug info from /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64/usr/sbin/fsck.hfsplus extracting debug info from /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64/usr/sbin/mkfs.hfsplus dwz: ./usr/sbin/fsck.hfsplus-540.1.linux3-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/sbin/mkfs.hfsplus-540.1.linux3-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 1120kB, size after compression: 1120kB /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 2 CRC32s did match. 3095 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: hfsplus-tools-540.1.linux3-1.mga9.aarch64 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.BKvVpe + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd diskdev_cmds-540.1.linux3 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64/usr/share/licenses/hfsplus-tools + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64/usr/share/licenses/hfsplus-tools + cp -pr apsl-2.0.txt /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64/usr/share/licenses/hfsplus-tools + RPM_EC=0 ++ jobs -p + exit 0 Provides: hfsplus-tools = 540.1.linux3-1.mga9 hfsplus-tools(aarch-64) = 540.1.linux3-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.33)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) Conflicts: hfsplusutils Processing files: hfsplus-tools-debugsource-540.1.linux3-1.mga9.aarch64 Provides: hfsplus-tools-debugsource = 540.1.linux3-1.mga9 hfsplus-tools-debugsource(aarch-64) = 540.1.linux3-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: hfsplus-tools-debuginfo-540.1.linux3-1.mga9.aarch64 Provides: debuginfo(build-id) = fdc9e7f8f651c247cd2b9c83a4911802ea58e6af debuginfo(build-id) = feaf1dc6e7411b076da96d535bf783aa231d27fa hfsplus-tools-debuginfo = 540.1.linux3-1.mga9 hfsplus-tools-debuginfo(aarch-64) = 540.1.linux3-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: hfsplus-tools-debugsource(aarch-64) = 540.1.linux3-1.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/hfsplus-tools-540.1.linux3-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/hfsplus-tools-debuginfo-540.1.linux3-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/hfsplus-tools-debugsource-540.1.linux3-1.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8z5s7a + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd diskdev_cmds-540.1.linux3 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/hfsplus-tools-540.1.linux3-1.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0RdzrV + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf diskdev_cmds-540.1.linux3 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!