>>> hfsprogs: Building community/hfsprogs 540.1_p3-r5 (using abuild 3.15.0_rc3-r1) started Sat, 03 May 2025 05:36:38 +0000 >>> hfsprogs: Validating /home/buildozer/aports/community/hfsprogs/APKBUILD... >>> hfsprogs: Analyzing dependencies... >>> hfsprogs: Installing for build: build-base clang libbsd-dev openssl-dev>3 linux-headers util-linux-dev (1/27) Installing clang20-headers (20.1.3-r0) (2/27) Installing libffi (3.4.8-r0) (3/27) Installing xz-libs (5.8.1-r0) (4/27) Installing libxml2 (2.13.7-r1) (5/27) Installing llvm20-libs (20.1.3-r1) (6/27) Installing clang20-libs (20.1.3-r0) (7/27) Installing llvm20-linker-tools (20.1.3-r1) (8/27) Installing clang20 (20.1.3-r0) (9/27) Installing bsd-compat-headers (0.7.2-r6) (10/27) Installing linux-headers (6.14.2-r0) (11/27) Installing libmd (1.1.0-r0) (12/27) Installing libmd-dev (1.1.0-r0) (13/27) Installing libbsd (0.12.2-r0) (14/27) Installing libbsd-dev (0.12.2-r0) (15/27) Installing openssl-dev (3.5.0-r0) (16/27) Installing libeconf (0.6.3-r0) (17/27) Installing libblkid (2.41-r6) (18/27) Installing libuuid (2.41-r6) (19/27) Installing libfdisk (2.41-r6) (20/27) Installing sqlite-libs (3.49.1-r1) (21/27) Installing liblastlog2 (2.41-r6) (22/27) Installing libmount (2.41-r6) (23/27) Installing libsmartcols (2.41-r6) (24/27) Installing sqlite (3.49.1-r1) (25/27) Installing sqlite-dev (3.49.1-r1) (26/27) Installing util-linux-dev (2.41-r6) (27/27) Installing .makedepends-hfsprogs (20250503.053703) Executing busybox-1.37.0-r16.trigger OK: 660 MiB in 131 packages >>> hfsprogs: Cleaning up srcdir >>> hfsprogs: Cleaning up pkgdir >>> hfsprogs: Cleaning up tmpdir >>> hfsprogs: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/diskdev_cmds-540.1.linux3.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.22/diskdev_cmds-540.1.linux3.tar.gz.part' diskdev_cmds-540.1.l 100% |********************************| 401k 0:00:00 ETA '/var/cache/distfiles/v3.22/diskdev_cmds-540.1.linux3.tar.gz.part' saved >>> hfsprogs: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/diskdev_cmds-540.1.linux3.tar.gz >>> hfsprogs: Checking sha512sums... diskdev_cmds-540.1.linux3.tar.gz: OK APSL-2.0.txt: OK fix-stdarg.patch: OK musl-compat.patch: OK >>> hfsprogs: Unpacking /var/cache/distfiles/v3.22/diskdev_cmds-540.1.linux3.tar.gz... >>> hfsprogs: fix-stdarg.patch patching file fsck_hfs.tproj/utilities.c >>> hfsprogs: musl-compat.patch patching file fsck_hfs.tproj/dfalib/Scavenger.h patching file fsck_hfs.tproj/fsck_hfs.c patching file newfs_hfs.tproj/makehfs.c patching file fsck_hfs.tproj/utilities.c patching file fsck_hfs.tproj/dfalib/Scavenger.h patching file fsck_hfs.tproj/utilities.c patching file newfs_hfs.tproj/makehfs.c patching file fsck_hfs.tproj/cache.h patching file newfs_hfs.tproj/makehfs.c patching file newfs_hfs.tproj/newfs_hfs.c patching file fsck_hfs.tproj/fsck_hfs.h patching file fsck_hfs.tproj/utilities.c patching file fsck_hfs.tproj/fsck_messages.c mode of './fsck_hfs.tproj/dfalib/HardLinkCheck.c' changed to 0644 (rw-r--r--) mode of './fsck_hfs.tproj/dfalib/BTreeScanner.c' changed to 0644 (rw-r--r--) mode of './fsck_hfs.tproj/dfalib/SRebuildBTree.c' changed to 0644 (rw-r--r--) mode of './fsck_hfs.tproj/dfalib/hfs_endian.h' changed to 0644 (rw-r--r--) mode of './fsck_hfs.tproj/dfalib/BTreeScanner.h' changed to 0644 (rw-r--r--) mode of './fsck_hfs.tproj/dfalib/hfs_endian.c' changed to 0644 (rw-r--r--) for d in BlocksRunTime newfs_hfs.tproj fsck_hfs.tproj; do make -C $d -f Makefile.lnx all; done make[1]: Entering directory '/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime' clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 data.o data.c clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 runtime.o runtime.c runtime.c:72:22: warning: unused function 'OSAtomicCompareAndSwapLong' [-Wunused-function] 72 | static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. ar rc libBlocksRunTime.a data.o runtime.o make[1]: Leaving directory '/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime' make[1]: Entering directory '/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/newfs_hfs.tproj' clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 In file included from makehfs.c:44: /usr/include/sys/cdefs.h:4:2: warning: usage of non-standard #include is deprecated [-W#warnings] 4 | #warning usage of non-standard #include is deprecated | ^ In file included from newfs_hfs.c:45: /usr/include/sys/cdefs.h:4:2: warning: usage of non-standard #include is deprecated [-W#warnings] 4 | #warning usage of non-standard #include is deprecated | ^ makehfs.c:219newfs_hfs.c::11207:: 17warning: :variable 'sectorsPerNode' set but not used [-Wunused-but-set-variable] warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat] 219 | U206I | n t 3 2 p rsiencttfo(r"s%Pse:r Njooduer;n a l| ^s ize %lldk too small. Reset to %dk.\n", | ~~~~ | %lu 207 | progname, gJournalSize/1024, JOURNAL_DEFAULT_SIZE/1024); | ^~~~~~~~~~~~~~~~~ newfs_hfs.c:176:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 176 | main(argc, argv) | ^ newfs_hfs.c:908:20: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat] 907 | printf("%s: journal size %lldk too small. Reset to %dk.\n", | ~~~~ | %lu 908 | progname, gJournalSize/1024, JOURNAL_DEFAULT_SIZE/1024); | ^~~~~~~~~~~~~~~~~ newfs_hfs.c:1058:51: warning: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat] 1058 | printf("%llu sectors (%u bytes per sector)\n", dip->physTotalSectors, dip->physSectorSize); | ~~~~ ^~~~~~~~~~~~~~~~~~~~~ | %lu makehfs.c:1596:3: warning: 'SHA1_Init' is deprecated [-Wdeprecated-declarations] 1596 | SHA1_Init(&context); | ^ /usr/include/openssl/sha.h:49:1: note: 'SHA1_Init' has been explicitly marked deprecated here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^ /usr/include/openssl/macros.h:217:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' 217 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) | ^ /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated)) | ^ makehfs.c:1602:3: warning: 'SHA1_Update' is deprecated [-Wdeprecated-declarations] 1602 | SHA1_Update(&context, &uptime, sizeof(uptime)); | ^ /usr/include/openssl/sha.h:50:1: note: 'SHA1_Update' has been explicitly marked deprecated here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^ /usr/include/openssl/macros.h:217:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' 217 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) | ^ /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated)) | ^ makehfs.c:1647:3: warning: 'SHA1_Update' is deprecated [-Wdeprecated-declarations] 1647 | SHA1_Update(&context, &sysloadavg, datalen); | ^ /usr/include/openssl/sha.h:50:1: note: 'SHA1_Update' has been explicitly marked deprecated here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^ /usr/include/openssl/macros.h:217:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' 217 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) | ^ /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated)) | ^ makehfs.c:1660:3: warning: 'SHA1_Update' is deprecated [-Wdeprecated-declarations] 1660 | SHA1_Update(&context, randomInputBuffer, 26); | ^ /usr/include/openssl/sha.h:50:1: note: 'SHA1_Update' has been explicitly marked deprecated here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^ /usr/include/openssl/macros.h:217:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' 217 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) | ^ /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated)) | ^ makehfs.c:1663:3: warning: 'SHA1_Final' is deprecated [-Wdeprecated-declarations] 1663 | SHA1_Final(digest, &context); | ^ /usr/include/openssl/sha.h:51:1: note: 'SHA1_Final' has been explicitly marked deprecated here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^ /usr/include/openssl/macros.h:217:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' 217 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) | ^ /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated)) | ^ 5 warnings generated. 7 warnings generated. clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 -L/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -o newfs_hfs hfs_endian.o makehfs.o newfs_hfs.o -lcrypto make[1]: Leaving directory '/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/newfs_hfs.tproj' make[1]: Entering directory '/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 -C dfalib -f Makefile.lnx libdfa.a make[2]: Entering directory '/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 In file included from fsck_debug.c:26: In file included from ./fsck_hfs.h:25: /usr/include/sys/cdefs.h:4:2: warning: usage of non-standard #include is deprecated [-W#warnings] 4 | #warning usage of non-standard #include is deprecated | ^ 1 warning generated. In file included from utilities.c:74In file included from : fsck_hfs.cIn file included from :./fsck_hfs.h49:: 25In file included from : ./fsck_hfs.h/usr/include/sys/cdefs.h::254: :/usr/include/sys/cdefs.h2::4 :warning: 2: warning: usage of non-standard #include is deprecated [-W#warnings] usage of non-standard #include is deprecated [-W#warnings] 44 | | ##wwaarrnniinngg uussaaggee ooff nnoonn--ssttaannddaarrdd ##iinncclluuddee <> iiss ddeepprreeccaatteedd | | ^ ^ fsck_messages.c:533:8: warning: comparison of array 'resp' equal to a null pointer is always false [-Wtautological-pointer-compare] 533 | if (resp == NULL || len == 0) { | ^~~~ ~~~~ utilities.c:114:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 114 | ckfini(markclean) | ^ fsck_hfs.c:111:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 111 | main(argc, argv) | ^ utilities.c:227:29: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size] 227 | (void)strncat(rawbuf, "/", sizeof(rawbuf)); | ^~~~~~~~~~~~~~ utilities.c:227:29: note: change the argument to be the free space in the destination buffer minus the terminating null byte 227 | (void)strncat(rawbuf, "/", sizeof(rawbuf)); | ^~~~~~~~~~~~~~ | sizeof(rawbuf) - strlen(rawbuf) - 1 utilities.c:231:32: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size] 231 | (void)strncat(rawbuf, &dp[1], sizeof(rawbuf)); | ^~~~~~~~~~~~~~ utilities.c:231:32: note: change the argument to be the free space in the destination buffer minus the terminating null byte 231 | (void)strncat(rawbuf, &dp[1], sizeof(rawbuf)); | ^~~~~~~~~~~~~~ | sizeof(rawbuf) - strlen(rawbuf) - 1 utilities.c:258:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 258 | catch(sig) | ^ fsck_hfs.c:314:17: warning: unused variable 'fsinfo' [-Wunused-variable] 314 | struct statfs *fsinfo; | ^~~~~~ fsck_hfs.c:316:6: warning: unused variable 'result' [-Wunused-variable] 316 | int result; | ^~~~~~ fsck_hfs.c:317:6: warning: unused variable 'i' [-Wunused-variable] 317 | int i; | ^ In file included from BTreeNodeOps.c:37: In file included from ./../fsck_hfs.h:25: /usr/include/sys/cdefs.h:4:2: warning: usage of non-standard #include is deprecated [-W#warnings] 4 | #warning usage of non-standard #include is deprecated | ^ In file included from In file included from BlockCache.cSDevice.c::2824: : In file included from In file included from ./Scavenger.h./../fsck_hfs.h::4025: : In file included from /usr/include/sys/cdefs.h./../fsck_hfs.h::425:: 2/usr/include/sys/cdefs.h:: 4warning: :2: usage of non-standard #include is deprecated [-W#warnings]warning: usage of non-standard #include is deprecated [-W#warnings] 4 | 4# | w#awranrinnign gu suasgaeg eo fo fn onno-ns-tsatnadnadradr d# i#nicnlculdued e< sh >i si sd edperperceafsck_hfs.cct:ae357td:e 6d : | ^warning: | variable 'flags' set but not used [-Wunused-but-set-variable] ^ 357 | int flags; | ^ In file included from hfs_endian.c:40: In file included from ./Scavenger.h:40: In file included from ./../fsck_hfs.h:25: /usr/include/sys/cdefs.h:4:2: warning: usage of non-standard #include is deprecated [-W#warnings] 4 | #warning usage of non-standard #include is deprecated | ^ fsck_hfs.c:720:10: warning: unused variable 'dsize' [-Wunused-variable] 720 | size_t dsize = sizeof(memSize); | ^~~~~ fsck_hfs.c:721:7: warning: unused variable 'rv' [-Wunused-variable] 721 | int rv; | ^~ In file included from BTreeScanner.c:28: In file included from ./Scavenger.h:40: In file included from ./../fsck_hfs.h:25: /usr/include/sys/cdefs.h:4:2: warning: usage of non-standard #include is deprecated [-W#warnings] 4 | #warning usage of non-standard #include is deprecated | ^ In file included from CatalogCheck.c:24: In file included from ./Scavenger.h:40: In file included from ./../fsck_hfs.h:25: /usr/include/sys/cdefs.h:4:2: warning: usage of non-standard #include is deprecated [-W#warnings] 4 | #warning usage of non-standard #include is deprecated | ^ In file included from In file included from SBTree.cHardLinkCheck.c::3724: : In file included from In file included from ./Scavenger.h./Scavenger.h::4040: : In file included from In file included from ./../fsck_hfs.h./../fsck_hfs.h::2525: : /usr/include/sys/cdefs.h/usr/include/sys/cdefs.h::44::22:: warning: warning: usage of non-standard #include is deprecated [-W#warnings]usage of non-standard #include is deprecated [-W#warnings] 44 | | ##wwaarrnniinngg uussaaggee ooff nnoonn--ssttaannddaarrdd ##iinncclluuddee <> iiss ddeepprreeccaatteedd | | ^ ^ In file included from In file included from SRebuildBTree.cdirhardlink.c::4324: : In file included from In file included from ./Scavenger.h./Scavenger.h::4040: : In file included from In file included from ./../fsck_hfs.h./../fsck_hfs.h::2525: : /usr/include/sys/cdefs.h/usr/include/sys/cdefs.h::44::22:: warning: warning: usage of non-standard #include is deprecated [-W#warnings]usage of non-standard #include is deprecated [-W#warnings] 44 | | ##wwaarrnniinngg uussaaggee ooff nnoonn--ssttaannddaarrdd ##iinncclIn file included from luSRepair.cud:de34e : 4> : i2is:s dwarning: deepprrusage of non-standard #include is deprecated [-W#warnings]ee ccaatteedd In file included from SControl.c4 | : | | ^43# ^ : w In file included from a./Scavenger.hr:n40i: nIn file included from g./../fsck_hfs.h :u25s: a/usr/include/sys/cdefs.hg:e4 :o2In file included from f:SVerify1.c :nwarning: 34In file included from o: usage of non-standard #include is deprecated [-W#warnings]SKeyCompare.cnIn file included from :-./Scavenger.h26s:: t40 In file included from a: 4./Scavenger.hnIn file included from | :d./../fsck_hfs.h#In file included from 40a:wSUtils.c: r25a:In file included from d: r33./../fsck_hfs.h /usr/include/sys/cdefs.hn: :#:iIn file included from 25i4n./Scavenger.h: n:g:/usr/include/sys/cdefs.hc2 40:l:u: 4u sIn file included from :dwarning: a./../fsck_hfs.h2eg:usage of non-standard #include is deprecated [-W#warnings]: e25 < : warning: so/usr/include/sys/cdefs.h yf:usage of non-standard #include is deprecated [-W#warnings]4s 4 | /n:#co2wd n:ae4- rf | swarning: ns#ti.usage of non-standard #include is deprecated [-W#warnings]wanh ang>rd n auii4rssn | da g# gd w#eeuai psrnorancfegil cenuna gdoto enefu -d sc : : t l#In file included from In file included from aiui./Scavenger.h./Scavenger.hnsdn::d ec4040ad BTreeTreeOps.cl: : re<:uIn file included from In file included from In file included from dps441d./../fsck_hfs.h./../fsck_hfs.hSVerify2.c ry:e:::#es13 252541ic/:<: : : nac s/usr/include/sys/cdefs.h/usr/include/sys/cdefs.hIn file included from ctdwarning: y::./Scavenger.hlees44passing 'char[69]' to parameter of type 'ConstStr255Param' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]:udf/:: 40d sc22: e .d::In file included from | he ./../fsck_hfs.h441< ^>fwarning: warning: : | s s25 usage of non-standard #include is deprecated [-W#warnings]usage of non-standard #include is deprecated [-W#warnings]yi.: ssh/usr/include/sys/cdefs.h / >:D cd 4e44dei:b | | eps2u##fr :gwSwseIn file included from d ata.cSCatalog.cewarning: rrrha:pn(nusage of non-standard #include is deprecated [-W#warnings]>t24ri"i e: enInidIn file included from cgng s ./Scavenger.ha s 4 :tueu | d| 40esrs#In file included from e ^: datawVolumeBitmapCheck.cp In file included from gLga:r./../fsck_hfs.h eeer32e:| v n: c25 ^oeoiIn file included from a: flfn./Scavenger.ht/usr/include/sys/cdefs.h : g:e:n n 40d4oNou: :nensIn file included from 2-w-a./../fsck_hfs.h| :s sg: ^ trte25 warning: aoa : nonusage of non-standard #include is deprecated [-W#warnings]o/usr/include/sys/cdefs.hdtd f:a a 4 rfrn:4drdo2 | o n:##m#- wi iswarning: anpntrcrusage of non-standard #include is deprecated [-W#warnings]canli lniumudndada gerer4 y d | u< < #ssks#wayeyiagsysnre/,/cn c cliodudunfepedg fdfe nsas uo.t. >ygs f setiri/ asoscon m dfdd de aesefnrpepsodrcr.n eoeh-#cnc>siada tntatiaceresnldyd du dad k ere| e| pd ^y ^r < . e#s.BTreeMiscOps.cciy.:ans"498tc/):elc;13dud : de ef| warning: | s ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^<.variable 'didItFit' set but not used [-Wunused-but-set-variable] sh y>s./SRuntime.h /:ic 139sd498: e | 27df :esB p.onote: rhopassing argument to parameter 'debuggerMsg' heree>l c ea iat139sne | dDd ee bp | urd ^gei ScdtaIrtt(eFCdio tn ;s| t ^ S | t ^r 255Param debuggerMsg); | ^ In file included from SStubs.c:32: In file included from ./Scavenger.h:40: In file included from ./../fsck_hfs.h:25: /usr/include/sys/cdefs.h:4:2: warning: usage of non-standard #include is deprecated [-W#warnings] 4 | #warning usage of non-standard #include is deprecated | ^ BTreeTreeOps.c:567:13: warning: variable 'rightNodeNum' set but not used [-Wunused-but-set-variable] 567 | UInt32 rightNodeNum; | ^ SBTree.c:105:13: warning: passing 'char[31]' to parameter of type 'ConstStr255Param' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 105 | DebugStr("SearchBTreeRecord: bad record?"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./SRuntime.h:139:27: note: passing argument to parameter 'debuggerMsg' here SUtils.c :13952 | :D5e:b uwarning: ga function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]S tr(Co n52s | tiSnttr 2u5t5fP_aernacmo ddeesbturg(guecrsMps,g )u;c s l| e ^n , utf8p, utf8len, utf8plen) | ^ 1 warning generated. SUtils.c:106:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 106 | utf_decodestr(utf8p, utf8len, ucsp, ucslen, ucsplen) | ^ SRebuildBTree.c:138:13: warning: variable 'numRecords' set but not used [-Wunused-but-set-variable] 138 | UInt32 numRecords = 0; | ^ BTreeTreeOps.c:1245:13: warning: variable 'didItFit' set but not used [-Wunused-but-set-variable] 1245 | Boolean didItFit; | ^ SBTree.c:213:13: warning: passing 'char[28]' to parameter of type 'ConstStr255Param' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 213 | DebugStr("GetBTreeRecord: bad record?"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./SRuntime.h:139:27: note: passing argument to parameter 'debuggerMsg' here 139 | DebugStr(ConstStr255Param debuggerMsg); | ^ SControl.c:324:78: warning: comparison between pointer and integer ('char *' and 'unsigned long') [-Wpointer-integer-compare] 324 | if (strncpy(dataArea.deviceNode, rdevnode, sizeof(dataArea.deviceNode)) != strlen(rdevnode)) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~ SBTree.c:245:12: warning: passing 'char[31]' to parameter of type 'ConstStr255Param' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 245 | DebugStr("InsertBTreeRecord: bad record?"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./SRuntime.h:139:27: note: passing argument to parameter 'debuggerMsg' here 139 | DebugStr(Cons1t warningS generatedt. r255Param debuggerMsg); | ^ SBTree.c:307:12: warning: passing 'char[32]' to parameter of type 'ConstStr255Param' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 307 | DebugStr("ReplaceBTreeRecord: bad record?"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./SRuntime.h:139:27: note: passing argument to parameter 'debuggerMsg' here 139 | DebugStr(ConstStr255Param debuggerMsg); | ^ SBTree.c:346:13: warning: passing 'char[55]' to parameter of type 'ConstStr255Param' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 346 | DebugStr("SetEndOfForkProc: minEOF is smaller than current size!"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./SRuntime.h:139:27: note: passing argument to parameter 'debuggerMsg' here 139 | DebugStr(ConstStr255Param debuggerMsg); | ^ 8 warnings generated. SUtils.c:448:2: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] 448 | if ( GPtr->RepLevel == repairLevelNoProblemsFound ) | ^ SUtils.c:445:5: note: previous statement is here 445 | else if ( fsckGetVerbosity(GPtr->context) >= kDebugLog ) | ^ 1 warning generated. SRebuildBTree.c:572:13: warning: variable 'isHFSPlus' set but not used [-Wunused-but-set-variable] 572 | Boolean isHFSPlus = false; | ^ SBTree.c:444:13: warning: passing 'char[31]' to parameter of type 'ConstStr255Param' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 444 | DebugStr("CheckBTreeKey: bad key length!"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./SRuntime.h:139:27: note: passing argument to parameter 'debuggerMsg' here 139 | DebugStr(ConstStr255Param debuggerMsg); | ^ SBTree.c:505:46: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] 505 | if ( (catalogRecord->hfsPlusFolder.flags && (kHFSFileLockedMask | kHFSThreadExistsMask)) != 0 ) | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SBTree.c:505:46: note: use '&' for a bitwise operation 505 | if ( (catalogRecord->hfsPlusFolder.flags && (kHFSFileLockedMask | kHFSThreadExistsMask)) != 0 ) | ^~ | & SBTree.c:505:46: note: remove constant to silence this warning 505 | if ( (catalogRecord->hfsPlusFolder.flags && (kHFSFileLockedMask | kHFSThreadExistsMask)) != 0 ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HardLinkCheck.c:557:9: warning: variable 'folderID' set but not used [-Wunused-but-set-variable] 557 | UInt32 folderID; | ^ 1 warning generated. 1 warning generated. 1 warning generated. 1 warning generated. HardLinkCheck.c:901:9: warning: variable 'prefixlen' set but not used [-Wunused-but-set-variable] 901 | size_t prefixlen; | ^ 1 warning generated. VolumeBitmapCheck.c:1091:13: warning: unused function 'TrimInit' [-Wunused-function] 1091 | static void TrimInit(void) | ^~~~~~~~ VolumeBitmapCheck.c:1099:13: warning: unused function 'TrimFlush' [-Wunused-function] 1099 | static void TrimFlush(void) | ^~~~~~~~~ VolumeBitmapCheck.c:1119:13: warning: unused function 'TrimExtent' [-Wunused-function] 1119 | static void TrimExtent(SGlobPtr g, UInt32 startBlock, UInt32 blockCount) | ^~~~~~~~~~ SControl.c:1089:9: warning: variable 'err' set but not used [-Wunused-but-set-variable] 1089 | OSErr err; | ^ SControl.c:1333:10: warning: variable 'err' set but not used [-Wunused-but-set-variable] 1333 | OSErr err; | ^ 1 warning generated. HardLinkCheck.c:1303:6: warning: variable 'p' set but not used [-Wunused-but-set-variable] 1303 | int p = 1; | ^ 5 warnings generated. 8 warnings generated. CatalogCheck.c:1489:2: warning: misleading indentation; statement is not part of the previous 'else' [-Wmisleading-indentation] 1489 | nameLen = strlen((char *) myPtr ); | ^ CatalogCheck.c:1486:5: note: previous statement is here 1486 | else | ^ SVerify2.c:1400:12: warning: variable 'goodValue' set but not used [-Wunused-but-set-variable] 1400 | UInt32 goodValue, badValue; | ^ CatalogCheck.c:1696:29: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat] 1696 | sprintf(oldSizeStr, "%qd", oldSize); | ~~~ ^~~~~~~ | %lu CatalogCheck.c:1697:29: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat] 1697 | sprintf(newSizeStr, "%qd", newSize); | ~~~ ^~~~~~~ | %lu 3 warnings generated. 3 warnings generated. SUtils.c:2009:19: warning: variable 'myVOPtr' set but not used [-Wunused-but-set-variable] 2009 | VolumeObjectPtr myVOPtr; | ^ SRepair.c:3433:28: warning: taking address of packed member 'reserved' of class or structure 'HFSCatalogThread' may result in an unaligned pointer value [-Waddress-of-packed-member] 3433 | reserved = (UInt32*) &(record.hfsThread.reserved); | ^~~~~~~~~~~~~~~~~~~~~~~~~ SUtils.c:2376:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] 2376 | plog( "\n" ); | ^ SUtils.c:2374:5: note: previous statement is here 2374 | for ( i =4 warning0s; generated . i < myCount; i++ ) | ^ 1 warning generated. 4 warnings generated. 1 warning generated. 1 warning generated. 4 warnings generated. 1 warning generated. 2 warnings generated. SVerify1.c:3543:10: warning: variable 'isHFSPlus' set but not used [-Wunused-but-set-variable] 3543 | Boolean isHFSPlus; | ^ 4 warnings generated. 6 warnings generated. 2 warnings generated. 2 warnings generated. 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/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib' clang -g3 -Wall -fblocks -I/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime -I/home/buildozer/aports/community/hfsprogs/src/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 -L/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/BlocksRunTime 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 -lBlocksRunTime -lpthread make[1]: Leaving directory '/home/buildozer/aports/community/hfsprogs/src/diskdev_cmds-540.1.linux3/fsck_hfs.tproj' usage: fsck_hfs [-b [size] B [path] c [size] Edfglx m [mode] npqruy] special-device usage: newfs_hfs [-N [partition-size]] [hfsplus-options] special-device >>> hfsprogs: Entering fakeroot... >>> hfsprogs-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/community/hfsprogs/pkg/hfsprogs-doc/usr/share/man' 'usr/share/licenses' -> '/home/buildozer/aports/community/hfsprogs/pkg/hfsprogs-doc/usr/share/licenses' >>> hfsprogs-doc*: Preparing subpackage hfsprogs-doc... >>> hfsprogs-doc*: Running postcheck for hfsprogs-doc >>> hfsprogs*: Running postcheck for hfsprogs >>> hfsprogs*: Preparing package hfsprogs... >>> hfsprogs*: Stripping binaries >>> hfsprogs-doc*: Scanning shared objects >>> hfsprogs*: Scanning shared objects >>> hfsprogs-doc*: Tracing dependencies... >>> hfsprogs-doc*: Package size: 24.4 KB >>> hfsprogs-doc*: Compressing data... >>> hfsprogs-doc*: Create checksum... >>> hfsprogs-doc*: Create hfsprogs-doc-540.1_p3-r5.apk >>> hfsprogs*: Tracing dependencies... so:libc.musl-aarch64.so.1 so:libcrypto.so.3 >>> hfsprogs*: Package size: 464.9 KB >>> hfsprogs*: Compressing data... >>> hfsprogs*: Create checksum... >>> hfsprogs*: Create hfsprogs-540.1_p3-r5.apk >>> hfsprogs: Build complete at Sat, 03 May 2025 05:37:06 +0000 elapsed time 0h 0m 28s >>> hfsprogs: Cleaning up srcdir >>> hfsprogs: Cleaning up pkgdir >>> hfsprogs: Uninstalling dependencies... (1/27) Purging .makedepends-hfsprogs (20250503.053703) (2/27) Purging libbsd-dev (0.12.2-r0) (3/27) Purging bsd-compat-headers (0.7.2-r6) (4/27) Purging libmd-dev (1.1.0-r0) (5/27) Purging libbsd (0.12.2-r0) (6/27) Purging openssl-dev (3.5.0-r0) (7/27) Purging linux-headers (6.14.2-r0) (8/27) Purging util-linux-dev (2.41-r6) (9/27) Purging libfdisk (2.41-r6) (10/27) Purging liblastlog2 (2.41-r6) (11/27) Purging libmount (2.41-r6) (12/27) Purging libsmartcols (2.41-r6) (13/27) Purging libuuid (2.41-r6) (14/27) Purging clang20 (20.1.3-r0) (15/27) Purging llvm20-linker-tools (20.1.3-r1) (16/27) Purging clang20-headers (20.1.3-r0) (17/27) Purging clang20-libs (20.1.3-r0) (18/27) Purging libblkid (2.41-r6) (19/27) Purging libeconf (0.6.3-r0) (20/27) Purging libmd (1.1.0-r0) (21/27) Purging llvm20-libs (20.1.3-r1) (22/27) Purging sqlite-dev (3.49.1-r1) (23/27) Purging sqlite (3.49.1-r1) (24/27) Purging sqlite-libs (3.49.1-r1) (25/27) Purging libffi (3.4.8-r0) (26/27) Purging libxml2 (2.13.7-r1) (27/27) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 398 MiB in 104 packages >>> hfsprogs: Updating the community/aarch64 repository index... >>> hfsprogs: Signing the index...