jfsutils 1.1.15-9 riscv64, from core done
done 2026-09-11T12:44:32Z on jonny-ryzen9-riscv64-1, attempt 1
- job
- 5-1789130344-hegjon-test,jfsutils,1.1.15-9,riscv64
- commit
- fec331a68dbe98bf2443f8ee31da4ad228c333fe
- log
- /var/lib/archci/logs/hegjon-test/jfsutils/1.1.15-9/riscv64/attempt-1.log
log 789 lines
1==> archci-build 5-1789130344-hegjon-test,jfsutils,1.1.15-9,riscv64 on jonny-ryzen9 at 2026-09-11T12:39:04Z2 repo=hegjon-test arch=riscv64 profile=extra chroot=/var/lib/archbuild/extra-riscv64 copy=archci-1 commit=fec331a68dbe98bf2443f8ee31da4ad228c333fe3 pacman.conf=/var/lib/archci-worker/chroot-conf/hegjon-test-extra-riscv64.conf makepkg.conf=/usr/lib/archci/arch/riscv64/makepkg.conf cache=/var/cache/archci/pkg/hegjon-test-riscv64/4==> Fetching pkgbuilds/jfsutils at fec331a68dbe98bf2443f8ee31da4ad228c333fe from https://github.com/hegjon/omarchy-pkgs.git5==> Building jfsutils 1.1.15-9 in archci-16pam_unix(runuser:session): session opened for user archci(uid=955) by archci(uid=0)7pam_unix(runuser:session): session closed for user archci8==> Building riscv64 under emulation: check() skipped (ARCHCI_EMULATED_NOCHECK)9==> Synchronizing chroot copy [/var/lib/archbuild/extra-riscv64/root] -> [archci-1]...done10Note: in a future version of systemd-nspawn the default set of permitted socket address families will be restricted to AF_INET, AF_INET6 and AF_UNIX. Use --restrict-address-families= to configure the set of permitted socket address families, or set RestrictAddressFamilies= in a .nspawn file.11:: Synchronizing package databases...12 hegjon-test downloading...13 core downloading...14 extra downloading...15:: Starting full system upgrade...16 there is nothing to do17 root : PWD=/var/lib/archci-worker/build/riscv64-1/jfsutils ; USER=archci ; ENV=GNUPGHOME=/var/lib/archci-worker/gnupg ; COMMAND=/usr/bin/env SRCDEST=/var/lib/archci-worker/srcdest BUILDDIR=/tmp/makechrootpkg.3iXbKt1T9y makepkg --config=/var/lib/archbuild/extra-riscv64/archci-1/etc/makepkg.conf --verifysource -o --ignorearch18pam_unix(sudo:session): session opened for user archci(uid=955) by (uid=0)19==> Making package: jfsutils 1.1.15-9 (Fri Sep 11 14:39:09 2026)20==> Retrieving sources...21 -> Found jfsutils-1.1.15.tar.gz22 -> Found jfsutils-1.1.15-missing-includes.patch23 -> Found jfsutils-1.1.15-sysmacros.patch24 -> Found jfsutils-1.1.15-gcc10.patch25 -> Found jfsutils-1.1.15-format-security-errors.patch26==> Validating source files with sha256sums...27 jfsutils-1.1.15.tar.gz ... Passed28 jfsutils-1.1.15-missing-includes.patch ... Passed29 jfsutils-1.1.15-sysmacros.patch ... Passed30 jfsutils-1.1.15-gcc10.patch ... Passed31 jfsutils-1.1.15-format-security-errors.patch ... Passed32pam_unix(sudo:session): session closed for user archci33 root : PWD=/var/lib/archci-worker/build/riscv64-1/jfsutils ; USER=archci ; COMMAND=/usr/bin/bash -c '#012#011#011source PKGBUILD#012#011#011printf "%s\\n" "${pkgbase:-${pkgname}}" "${pkgname[@]}"#012'34pam_unix(sudo:session): session opened for user archci(uid=955) by (uid=0)35pam_unix(sudo:session): session closed for user archci36Note: in a future version of systemd-nspawn the default set of permitted socket address families will be restricted to AF_INET, AF_INET6 and AF_UNIX. Use --restrict-address-families= to configure the set of permitted socket address families, or set RestrictAddressFamilies= in a .nspawn file.37==> Making package: jfsutils 1.1.15-9 (Fri Sep 11 12:39:19 2026)38==> Checking runtime dependencies...39==> Checking buildtime dependencies...40==> Retrieving sources...41 -> Found jfsutils-1.1.15.tar.gz42 -> Found jfsutils-1.1.15-missing-includes.patch43 -> Found jfsutils-1.1.15-sysmacros.patch44 -> Found jfsutils-1.1.15-gcc10.patch45 -> Found jfsutils-1.1.15-format-security-errors.patch46==> WARNING: Skipping all source file integrity checks.47==> Extracting sources...48 -> Extracting jfsutils-1.1.15.tar.gz with bsdtar49==> Starting prepare()...50patching file fscklog/extract.c51patching file libfs/devices.c52patching file fscklog/display.c53patching file libfs/logredo.c54patching file fscklog/display.c55patching file fscklog/fscklog.c56patching file logdump/helpers.c57==> Starting build()...58checking for a BSD-compatible install... /usr/bin/install -c59checking whether build environment is sane... yes60checking for a thread-safe mkdir -p... /usr/bin/mkdir -p61checking for gawk... gawk62checking whether make sets $(MAKE)... yes63checking whether to enable maintainer-specific portions of Makefiles... no64checking for gawk... (cached) gawk65checking for gcc... gcc66checking whether the C compiler works... yes67checking for C compiler default output file name... a.out68checking for suffix of executables...69checking whether we are cross compiling... no70checking for suffix of object files... o71checking whether we are using the GNU C compiler... yes72checking whether gcc accepts -g... yes73checking for gcc option to accept ISO C89... none needed74checking for style of include used by make... GNU75checking dependency style of gcc... gcc376checking for ln... /usr/bin/ln77checking whether ln -s works... yes78checking for ranlib... ranlib79checking how to run the C preprocessor... gcc -E80checking for grep that handles long lines and -e... /usr/bin/grep81checking for egrep... /usr/bin/grep -E82checking for ANSI C header files... yes83checking for sys/types.h... yes84checking for sys/stat.h... yes85checking for stdlib.h... yes86checking for string.h... yes87checking for memory.h... yes88checking for strings.h... yes89checking for inttypes.h... yes90checking for stdint.h... yes91checking for unistd.h... yes92checking endian.h usability... yes93checking endian.h presence... yes94checking for endian.h... yes95checking fcntl.h usability... yes96checking fcntl.h presence... yes97checking for fcntl.h... yes98checking mntent.h usability... yes99checking mntent.h presence... yes100checking for mntent.h... yes101checking for unistd.h... (cached) yes102checking stdbool.h usability... yes103checking stdbool.h presence... yes104checking for stdbool.h... yes105checking for stdint.h... (cached) yes106checking machine/endian.h usability... no107checking machine/endian.h presence... no108checking for machine/endian.h... no109checking sys/byteorder.h usability... no110checking sys/byteorder.h presence... no111checking for sys/byteorder.h... no112checking sys/mount.h usability... yes113checking sys/mount.h presence... yes114checking for sys/mount.h... yes115checking sys/param.h usability... yes116checking sys/param.h presence... yes117checking for sys/param.h... yes118checking sys/statvfs.h usability... yes119checking sys/statvfs.h presence... yes120checking for sys/statvfs.h... yes121checking sys/sysmacros.h usability... yes122checking sys/sysmacros.h presence... yes123checking for sys/sysmacros.h... yes124checking sys/disklabel.h usability... no125checking sys/disklabel.h presence... no126checking for sys/disklabel.h... no127checking uuid/uuid.h usability... yes128checking uuid/uuid.h presence... yes129checking for uuid/uuid.h... yes130checking for an ANSI C-conforming const... yes131checking for inline... inline132checking for mode_t... yes133checking for off_t... yes134checking for size_t... yes135checking for struct stat.st_rdev... yes136checking whether struct tm is in sys/time.h or time.h... time.h137checking for working memcmp... yes138checking for getcwd... yes139checking for getmntinfo... no140checking for strtol... yes141checking for strtoul... yes142checking for posix_memalign... yes143checking for memalign... yes144checking for special C compiler options needed for large files... no145checking for _FILE_OFFSET_BITS value needed for large files... no146checking for _LARGEFILE_SOURCE value needed for large files... no147configure: creating ./config.status148config.status: creating Makefile149config.status: creating libfs/Makefile150config.status: creating include/Makefile151config.status: creating fsck/Makefile152config.status: creating fscklog/Makefile153config.status: creating logdump/Makefile154config.status: creating mkfs/Makefile155config.status: creating tune/Makefile156config.status: creating xpeek/Makefile157config.status: creating jfsutils.spec158config.status: creating config.h159config.status: executing depfiles commands160make all-recursive161make[1]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15'162Making all in libfs163make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/libfs'164gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fssubs.o -MD -MP -MF .deps/fssubs.Tpo -c -o fssubs.o fssubs.c165mv -f .deps/fssubs.Tpo .deps/fssubs.Po166gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT unicode_to_utf8.o -MD -MP -MF .deps/unicode_to_utf8.Tpo -c -o unicode_to_utf8.o unicode_to_utf8.c167mv -f .deps/unicode_to_utf8.Tpo .deps/unicode_to_utf8.Po168gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT devices.o -MD -MP -MF .deps/devices.Tpo -c -o devices.o devices.c169devices.c: In function ???ujfs_rw_diskblocks???:170devices.c:445:86: warning: format ???%lld??? expects argument of type ???long long int???, but argument 6 has type ???int64_t??? {aka ???long int???} [-Wformat=]171 445 | "ujfs_rw_diskblocks: %s %zd of %d bytes at offset %lld\n",172 | ~~~^173 | |174 | long long int175 | %ld176 446 | (mode == GET) ? "read" : "wrote",177 447 | Bytes_Transferred, disk_count, disk_offset);178 | ~~~~~~~~~~~179 | |180 | int64_t {aka long int}181mv -f .deps/devices.Tpo .deps/devices.Po182gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT utilsubs.o -MD -MP -MF .deps/utilsubs.Tpo -c -o utilsubs.o utilsubs.c183utilsubs.c: In function ???prompt???:184utilsubs.c:60:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]185 60 | fgets(cmd, 81, stdin);186 | ^~~~~~~~~~~~~~~~~~~~~187utilsubs.c: In function ???more???:188utilsubs.c:76:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]189 76 | fgets(cmd, 80, stdin);190 | ^~~~~~~~~~~~~~~~~~~~~191mv -f .deps/utilsubs.Tpo .deps/utilsubs.Po192gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT super.o -MD -MP -MF .deps/super.Tpo -c -o super.o super.c193mv -f .deps/super.Tpo .deps/super.Po194gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT inode.o -MD -MP -MF .deps/inode.Tpo -c -o inode.o inode.c195mv -f .deps/inode.Tpo .deps/inode.Po196gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT diskmap.o -MD -MP -MF .deps/diskmap.Tpo -c -o diskmap.o diskmap.c197mv -f .deps/diskmap.Tpo .deps/diskmap.Po198gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT message.o -MD -MP -MF .deps/message.Tpo -c -o message.o message.c199mv -f .deps/message.Tpo .deps/message.Po200gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT uniupr.o -MD -MP -MF .deps/uniupr.Tpo -c -o uniupr.o uniupr.c201mv -f .deps/uniupr.Tpo .deps/uniupr.Po202gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT jfs_endian.o -MD -MP -MF .deps/jfs_endian.Tpo -c -o jfs_endian.o jfs_endian.c203mv -f .deps/jfs_endian.Tpo .deps/jfs_endian.Po204gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT open_by_label.o -MD -MP -MF .deps/open_by_label.Tpo -c -o open_by_label.o open_by_label.c205open_by_label.c: In function ???open_check_label???:206open_by_label.c:72:46: warning: pointer targets in passing argument 1 of ???strncmp??? differ in signedness [-Wpointer-sign]207 72 | if (!strncmp(uuid, logsup.label, 16))208 | ^~~~209 | |210 | unsigned char *211In file included from open_by_label.c:21:212/usr/include/string.h:174:33: note: expected ???const char *??? but argument is of type ???unsigned char *???213 174 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)214 | ~~~~~~~~~~~~^~~~215open_by_label.c:84:46: warning: pointer targets in passing argument 1 of ???strncmp??? differ in signedness [-Wpointer-sign]216 84 | if (!strncmp(uuid, super.s_label, 16))217 | ^~~~218 | |219 | unsigned char *220/usr/include/string.h:174:33: note: expected ???const char *??? but argument is of type ???unsigned char *???221 174 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)222 | ~~~~~~~~~~~~^~~~223mv -f .deps/open_by_label.Tpo .deps/open_by_label.Po224gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT log_dump.o -MD -MP -MF .deps/log_dump.Tpo -c -o log_dump.o log_dump.c225log_dump.c: In function ???jfs_logdump???:226log_dump.c:333:58: warning: pointer targets in passing argument 3 of ???logRead??? differ in signedness [-Wpointer-sign]227 333 | nextaddr = logRead(logaddr, &ld, afterdata);228 | ^~~~~~~~~229 | |230 | uint8_t * {aka unsigned char *}231log_dump.c:167:43: note: expected ???char *??? but argument is of type ???uint8_t *??? {aka ???unsigned char *???}232 167 | extern int logRead(int32_t, struct lrd *, char *);233 | ^~~~~~234log_dump.c: In function ???ldmp_xdump???:235log_dump.c:652:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]236 652 | i = (int) saddr % 4;237 | ^238mv -f .deps/log_dump.Tpo .deps/log_dump.Po239gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT logform.o -MD -MP -MF .deps/logform.Tpo -c -o logform.o logform.c240mv -f .deps/logform.Tpo .deps/logform.Po241gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT logredo.o -MD -MP -MF .deps/logredo.Tpo -c -o logredo.o logredo.c242logredo.c: In function ???jfs_logredo???:243logredo.c:618:50: warning: pointer targets in passing argument 3 of ???logRead??? differ in signedness [-Wpointer-sign]244 618 | nextaddr = logRead(logaddr, &ld, afterdata);245 | ^~~~~~~~~246 | |247 | uint8_t * {aka unsigned char *}248logredo.c:174:43: note: expected ???char *??? but argument is of type ???uint8_t *??? {aka ???unsigned char *???}249 174 | extern int logRead(int32_t, struct lrd *, char *);250 | ^~~~~~251logredo.c: At top level:252logredo.c:159:16: warning: ???prog??? defined but not used [-Wunused-variable]253 159 | static caddr_t prog; /* Program name */254 | ^~~~255mv -f .deps/logredo.Tpo .deps/logredo.Po256gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT log_work.o -MD -MP -MF .deps/log_work.Tpo -c -o log_work.o log_work.c257log_work.c: In function ???updatePage???:258log_work.c:2397:44: warning: variable ???segnum??? set but not used [-Wunused-but-set-variable=]259 2397 | int32_t i, j, k, seglen, linesize, segnum, inonum = 0;260 | ^~~~~~261mv -f .deps/log_work.Tpo .deps/log_work.Po262gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT log_read.o -MD -MP -MF .deps/log_read.Tpo -c -o log_read.o log_read.c263mv -f .deps/log_read.Tpo .deps/log_read.Po264gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT log_map.o -MD -MP -MF .deps/log_map.Tpo -c -o log_map.o log_map.c265log_map.c: In function ???writeBmap???:266log_map.c:1258:15: warning: variable ???p??? set but not used [-Wunused-but-set-variable=]267 1258 | char *p;268 | ^269mv -f .deps/log_map.Tpo .deps/log_map.Po270gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fsckmsgdef.o -MD -MP -MF .deps/fsckmsgdef.Tpo -c -o fsckmsgdef.o fsckmsgdef.c271mv -f .deps/fsckmsgdef.Tpo .deps/fsckmsgdef.Po272rm -f libfs.a273ar cru libfs.a fssubs.o unicode_to_utf8.o devices.o utilsubs.o super.o inode.o diskmap.o message.o uniupr.o jfs_endian.o open_by_label.o log_dump.o logform.o logredo.o log_work.o log_read.o log_map.o fsckmsgdef.o274ar: `u' modifier ignored since `D' is the default (see `U')275ranlib libfs.a276make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/libfs'277Making all in include278make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/include'279make[2]: Nothing to be done for 'all'.280make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/include'281Making all in fsck282make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/fsck'283gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fsckbmap.o -MD -MP -MF .deps/fsckbmap.Tpo -c -o fsckbmap.o fsckbmap.c284fsckbmap.c: In function ???dmap_pwmap_rebuild???:285fsckbmap.c:391:43: warning: pointer targets in passing argument 1 of ???ujfs_maxbuddy??? differ in signedness [-Wpointer-sign]286 391 | ujfs_maxbuddy((char *) &(wsp_bits[map_wordidx]));287 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~288 | |289 | char *290In file included from fsckbmap.c:22:291../libfs/diskmap.h:25:22: note: expected ???unsigned char *??? but argument is of type ???char *???292 25 | int8_t ujfs_maxbuddy(unsigned char *);293 | ^~~~~~~~~~~~~~~294fsckbmap.c: In function ???dmap_pmap_verify???:295fsckbmap.c:478:43: warning: pointer targets in passing argument 1 of ???ujfs_maxbuddy??? differ in signedness [-Wpointer-sign]296 478 | max_buddy = ujfs_maxbuddy((char *) &(wsp_bits[map_wordidx]));297 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~298 | |299 | char *300../libfs/diskmap.h:25:22: note: expected ???unsigned char *??? but argument is of type ???char *???301 25 | int8_t ujfs_maxbuddy(unsigned char *);302 | ^~~~~~~~~~~~~~~303mv -f .deps/fsckbmap.Tpo .deps/fsckbmap.Po304gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fsckconn.o -MD -MP -MF .deps/fsckconn.Tpo -c -o fsckconn.o fsckconn.c305mv -f .deps/fsckconn.Tpo .deps/fsckconn.Po306gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fsckdire.o -MD -MP -MF .deps/fsckdire.Tpo -c -o fsckdire.o fsckdire.c307fsckdire.c: In function ???dtSplitPage???:308fsckdire.c:940:22: warning: pointer targets in assignment from ???int8_t *??? {aka ???signed char *???} to ???uint8_t *??? {aka ???unsigned char *???} differ in signedness [-Wpointer-sign]309 940 | stbl = DT_GETSTBL(rp);310 | ^311mv -f .deps/fsckdire.Tpo .deps/fsckdire.Po312gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fsckdtre.o -MD -MP -MF .deps/fsckdtre.Tpo -c -o fsckdtre.o fsckdtre.c313fsckdtre.c: In function ???dTree_key_extract_cautiously???:314fsckdtre.c:1641:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]315 1641 | (unsigned short) NULL) {316 | ^317fsckdtre.c: In function ???dTree_key_extract_record???:318fsckdtre.c:1777:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]319 1777 | (unsigned short) NULL) {320 | ^321fsckdtre.c: In function ???reconnect_fs_inodes???:322fsckdtre.c:3917:63: warning: pointer targets in passing argument 2 of ???UTF8_String_To_Unicode_String??? differ in signedness [-Wpointer-sign]323 3917 | ino_name,324 | ^~~~~~~~325 | |326 | char *327In file included from fsckdtre.c:30:328../libfs/unicode_to_utf8.h:18:68: note: expected ???const uint8_t *??? {aka ???const unsigned char *???} but argument is of type ???char *???329 18 | int UTF8_String_To_Unicode_String(uint16_t * pwcs, const uint8_t * s, int maxLen);330 | ~~~~~~~~~~~~~~~~^331mv -f .deps/fsckdtre.Tpo .deps/fsckdtre.Po332gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fsckea.o -MD -MP -MF .deps/fsckea.Tpo -c -o fsckea.o fsckea.c333mv -f .deps/fsckea.Tpo .deps/fsckea.Po334gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fsckimap.o -MD -MP -MF .deps/fsckimap.Tpo -c -o fsckimap.o fsckimap.c335fsckimap.c: In function ???AIS_redundancy_check???:336fsckimap.c:1001:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]337 1001 | tree_offset = (int32_t) &(((struct dinode *)0)->di_btroot);338 | ^339mv -f .deps/fsckimap.Tpo .deps/fsckimap.Po340gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fsckino.o -MD -MP -MF .deps/fsckino.Tpo -c -o fsckino.o fsckino.c341fsckino.c: In function ???validate_record_fileset_inode???:342fsckino.c:1844:13: warning: variable ???intermed_rc??? set but not used [-Wunused-but-set-variable=]343 1844 | int intermed_rc = FSCK_OK;344 | ^~~~~~~~~~~345mv -f .deps/fsckino.Tpo .deps/fsckino.Po346gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fsckmeta.o -MD -MP -MF .deps/fsckmeta.Tpo -c -o fsckmeta.o fsckmeta.c347mv -f .deps/fsckmeta.Tpo .deps/fsckmeta.Po348gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fsckpfs.o -MD -MP -MF .deps/fsckpfs.Tpo -c -o fsckpfs.o fsckpfs.c349fsckpfs.c: In function ???blkmap_flush???:350fsckpfs.c:347:35: warning: variable ???fsck_bmpt_ptr??? set but not used [-Wunused-but-set-variable=]351 347 | struct fsck_blk_map_page *fsck_bmpt_ptr;352 | ^~~~~~~~~~~~~353fsckpfs.c: In function ???blkmap_get_page???:354fsckpfs.c:490:35: warning: variable ???fsck_bmpt_ptr??? set but not used [-Wunused-but-set-variable=]355 490 | struct fsck_blk_map_page *fsck_bmpt_ptr;356 | ^~~~~~~~~~~~~357fsckpfs.c: In function ???blktbl_dmap_get???:358fsckpfs.c:768:22: warning: variable ???dmap_t_ptr??? set but not used [-Wunused-but-set-variable=]359 768 | struct dmap *dmap_t_ptr;360 | ^~~~~~~~~~361fsckpfs.c: In function ???blktbl_dmaps_flush???:362fsckpfs.c:918:22: warning: variable ???dmap_t_ptr??? set but not used [-Wunused-but-set-variable=]363 918 | struct dmap *dmap_t_ptr;364 | ^~~~~~~~~~365fsckpfs.c: In function ???imapleaf_get???:366fsckpfs.c:2125:19: warning: variable ???xtpage_t_ptr??? set but not used [-Wunused-but-set-variable=]367 2125 | xtpage_t *xtpage_t_ptr;368 | ^~~~~~~~~~~~369fsckpfs.c: In function ???node_get???:370fsckpfs.c:3090:19: warning: variable ???xtpage_t_ptr??? set but not used [-Wunused-but-set-variable=]371 3090 | xtpage_t *xtpage_t_ptr;372 | ^~~~~~~~~~~~373mv -f .deps/fsckpfs.Tpo .deps/fsckpfs.Po374gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT dirindex.o -MD -MP -MF .deps/dirindex.Tpo -c -o dirindex.o dirindex.c375mv -f .deps/dirindex.Tpo .deps/dirindex.Po376gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fsckwsp.o -MD -MP -MF .deps/fsckwsp.Tpo -c -o fsckwsp.o fsckwsp.c377mv -f .deps/fsckwsp.Tpo .deps/fsckwsp.Po378gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fsckxtre.o -MD -MP -MF .deps/fsckxtre.Tpo -c -o fsckxtre.o fsckxtre.c379mv -f .deps/fsckxtre.Tpo .deps/fsckxtre.Po380gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT xchkdsk.o -MD -MP -MF .deps/xchkdsk.Tpo -c -o xchkdsk.o xchkdsk.c381xchkdsk.c: In function ???initial_processing???:382xchkdsk.c:1432:13: warning: variable ???iml_rc??? set but not used [-Wunused-but-set-variable=]383 1432 | int iml_rc = FSCK_OK;384 | ^~~~~~385mv -f .deps/xchkdsk.Tpo .deps/xchkdsk.Po386gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fsckruns.o -MD -MP -MF .deps/fsckruns.Tpo -c -o fsckruns.o fsckruns.c387mv -f .deps/fsckruns.Tpo .deps/fsckruns.Po388gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fsck_message.o -MD -MP -MF .deps/fsck_message.Tpo -c -o fsck_message.o fsck_message.c389mv -f .deps/fsck_message.Tpo .deps/fsck_message.Po390gcc -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -flto=auto -o jfs_fsck fsckbmap.o fsckconn.o fsckdire.o fsckdtre.o fsckea.o fsckimap.o fsckino.o fsckmeta.o fsckpfs.o dirindex.o fsckwsp.o fsckxtre.o xchkdsk.o fsckruns.o fsck_message.o ../libfs/libfs.a -luuid391../libfs/log_work.c:329:16: warning: type of ???afterdata??? does not match original declaration [-Wlto-type-mismatch]392 329 | extern uint8_t afterdata[LOGPSIZE]; /* buffer to read in redopage data */393 | ^394../libfs/log_dump.c:149:9: note: array types have different bounds395 149 | uint8_t afterdata[LOGPSIZE * 2]; /* buffer to read in redopage data */396 | ^397../libfs/log_dump.c:149:9: note: ???afterdata??? was previously declared here398make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/fsck'399Making all in fscklog400make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/fscklog'401gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -I../fsck -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fscklog.o -MD -MP -MF .deps/fscklog.Tpo -c -o fscklog.o fscklog.c402mv -f .deps/fscklog.Tpo .deps/fscklog.Po403gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -I../fsck -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT display.o -MD -MP -MF .deps/display.Tpo -c -o display.o display.c404mv -f .deps/display.Tpo .deps/display.Po405gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -I../fsck -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT extract.o -MD -MP -MF .deps/extract.Tpo -c -o extract.o extract.c406mv -f .deps/extract.Tpo .deps/extract.Po407gcc -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -flto=auto -o jfs_fscklog fscklog.o display.o extract.o ../libfs/libfs.a408make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/fscklog'409Making all in logdump410make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/logdump'411gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT logdump.o -MD -MP -MF .deps/logdump.Tpo -c -o logdump.o logdump.c412mv -f .deps/logdump.Tpo .deps/logdump.Po413gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT helpers.o -MD -MP -MF .deps/helpers.Tpo -c -o helpers.o helpers.c414mv -f .deps/helpers.Tpo .deps/helpers.Po415gcc -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -flto=auto -o jfs_logdump logdump.o helpers.o ../libfs/libfs.a -luuid416../libfs/log_work.c:329:16: warning: type of ???afterdata??? does not match original declaration [-Wlto-type-mismatch]417 329 | extern uint8_t afterdata[LOGPSIZE]; /* buffer to read in redopage data */418 | ^419../libfs/log_dump.c:149:9: note: array types have different bounds420 149 | uint8_t afterdata[LOGPSIZE * 2]; /* buffer to read in redopage data */421 | ^422../libfs/log_dump.c:149:9: note: ???afterdata??? was previously declared here423make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/logdump'424Making all in mkfs425make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/mkfs'426gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -DONE_FILESET_PER_AGGR -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT initmap.o -MD -MP -MF .deps/initmap.Tpo -c -o initmap.o initmap.c427initmap.c: In function ???dbAlloc???:428initmap.c:735:47: warning: pointer targets in passing argument 1 of ???ujfs_maxbuddy??? differ in signedness [-Wpointer-sign]429 735 | leafw = ujfs_maxbuddy((char *) &p1->wmap[word]);430 | ^~~~~~~~~~~~~~~~~~~~~~~~431 | |432 | char *433In file included from initmap.c:34:434../libfs/diskmap.h:25:22: note: expected ???unsigned char *??? but argument is of type ???char *???435 25 | int8_t ujfs_maxbuddy(unsigned char *);436 | ^~~~~~~~~~~~~~~437mv -f .deps/initmap.Tpo .deps/initmap.Po438gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -DONE_FILESET_PER_AGGR -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT inodemap.o -MD -MP -MF .deps/inodemap.Tpo -c -o inodemap.o inodemap.c439mv -f .deps/inodemap.Tpo .deps/inodemap.Po440gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -DONE_FILESET_PER_AGGR -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT inodes.o -MD -MP -MF .deps/inodes.Tpo -c -o inodes.o inodes.c441mv -f .deps/inodes.Tpo .deps/inodes.Po442gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -DONE_FILESET_PER_AGGR -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT mkfs.o -MD -MP -MF .deps/mkfs.Tpo -c -o mkfs.o mkfs.c443mkfs.c: In function ???parse_journal_opts???:444mkfs.c:601:61: warning: pointer targets in passing argument 1 of ???open_by_label??? differ in signedness [-Wpointer-sign]445 601 | open_by_label((char *) opts + 7 + 6, 1, 1,446 | ~~~~~~~~~~~~~~~~~~^~~447 | |448 | char *449mkfs.c:52:21: note: expected ???unsigned char *??? but argument is of type ???char *???450 52 | FILE *open_by_label(uuid_t, int, int, char *, int *);451 | ^~~~~~452mkfs.c: In function ???main???:453mkfs.c:898:88: warning: format ???%lld??? expects argument of type ???long long int???, but argument 2 has type ???int64_t??? {aka ???long int???} [-Wformat=]454 898 | printf("Requested blocks exceed number of blocks on device: %lld.\n",455 | ~~~^456 | |457 | long long int458 | %ld459 899 | number_of_blocks);460 | ~~~~~~~~~~~~~~~~461 | |462 | int64_t {aka long int}463mkfs.c:990:29: warning: the address of ???volume_label??? will always evaluate as ???true??? [-Waddress]464 990 | && volume_label) {465 | ^~466mv -f .deps/mkfs.Tpo .deps/mkfs.Po467gcc -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -flto=auto -o jfs_mkfs initmap.o inodemap.o inodes.o mkfs.o ../libfs/libfs.a -luuid468make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/mkfs'469Making all in tune470make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/tune'471gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT tune.o -MD -MP -MF .deps/tune.Tpo -c -o tune.o tune.c472tune.c: In function ???parse_journal_opts???:473tune.c:92:66: warning: pointer targets in passing argument 1 of ???open_by_label??? differ in signedness [-Wpointer-sign]474 92 | log_fd = open_by_label((char *) opts + 7 + 6, 1, 1,475 | ~~~~~~~~~~~~~~~~~~^~~476 | |477 | char *478tune.c:47:29: note: expected ???unsigned char *??? but argument is of type ???char *???479 47 | extern FILE * open_by_label(uuid_t, int, int, char *, int *);480 | ^~~~~~481tune.c:96:29: warning: the address of ???logdev??? will always evaluate as ???true??? [-Waddress]482 96 | if (logdev)483 | ^~~~~~484mv -f .deps/tune.Tpo .deps/tune.Po485gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT super.o -MD -MP -MF .deps/super.Tpo -c -o super.o super.c486mv -f .deps/super.Tpo .deps/super.Po487gcc -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -flto=auto -o jfs_tune tune.o super.o ../libfs/libfs.a -luuid488make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/tune'489Making all in xpeek490make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/xpeek'491gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT alter.o -MD -MP -MF .deps/alter.Tpo -c -o alter.o alter.c492alter.c: In function ???alter???:493alter.c:87:16: warning: pointer targets in assignment from ???char *??? to ???uint8_t *??? {aka ???unsigned char *???} differ in signedness [-Wpointer-sign]494 87 | buffer = (char *) malloc(length);495 | ^496alter.c:44:17: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]497 44 | fgets(cmdline, 512, stdin);498 | ^~~~~~~~~~~~~~~~~~~~~~~~~~499mv -f .deps/alter.Tpo .deps/alter.Po500gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT display.o -MD -MP -MF .deps/display.Tpo -c -o display.o display.c501display.c: In function ???display???:502display.c:51:17: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]503 51 | fgets(cmdline, 512, stdin);504 | ^~~~~~~~~~~~~~~~~~~~~~~~~~505mv -f .deps/display.Tpo .deps/display.Po506gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT fsckcbbl.o -MD -MP -MF .deps/fsckcbbl.Tpo -c -o fsckcbbl.o fsckcbbl.c507fsckcbbl.c: In function ???display_cbblfsck???:508fsckcbbl.c:166:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]509 166 | fgets(cmdline, 512, stdin);510 | ^~~~~~~~~~~~~~~~~~~~~~~~~~511fsckcbbl.c: In function ???display_fsck_wsphdr???:512fsckcbbl.c:292:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]513 292 | fgets(cmdline, 512, stdin);514 | ^~~~~~~~~~~~~~~~~~~~~~~~~~515fsckcbbl.c: In function ???display_logsuper???:516fsckcbbl.c:429:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]517 429 | fgets(cmdline, 512, stdin);518 | ^~~~~~~~~~~~~~~~~~~~~~~~~~519mv -f .deps/fsckcbbl.Tpo .deps/fsckcbbl.Po520gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT iag.o -MD -MP -MF .deps/iag.Tpo -c -o iag.o iag.c521iag.c: In function ???iag???:522iag.c:52:17: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]523 52 | fgets(cmd_line, 80, stdin);524 | ^~~~~~~~~~~~~~~~~~~~~~~~~~525iag.c: In function ???change_iag???:526iag.c:161:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]527 161 | fgets(cmdline, 80, stdin);528 | ^~~~~~~~~~~~~~~~~~~~~~~~~529iag.c: In function ???display_map???:530iag.c:350:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]531 350 | fgets(cmdline, 80, stdin);532 | ^~~~~~~~~~~~~~~~~~~~~~~~~533iag.c: In function ???display_ext???:534iag.c:382:17: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]535 382 | fgets(cmdline, 80, stdin);536 | ^~~~~~~~~~~~~~~~~~~~~~~~~537iag.c:400:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]538 400 | fgets(cmdline, 80, stdin);539 | ^~~~~~~~~~~~~~~~~~~~~~~~~540mv -f .deps/iag.Tpo .deps/iag.Po541gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT io.o -MD -MP -MF .deps/io.Tpo -c -o io.o io.c542mv -f .deps/io.Tpo .deps/io.Po543gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT super2.o -MD -MP -MF .deps/super2.Tpo -c -o super2.o super2.c544super2.c: In function ???display_super2???:545super2.c:220:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]546 220 | fgets(cmdline, 512, stdin);547 | ^~~~~~~~~~~~~~~~~~~~~~~~~~548mv -f .deps/super2.Tpo .deps/super2.Po549gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT xpeek.o -MD -MP -MF .deps/xpeek.Tpo -c -o xpeek.o xpeek.c550mv -f .deps/xpeek.Tpo .deps/xpeek.Po551gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT directory.o -MD -MP -MF .deps/directory.Tpo -c -o directory.o directory.c552directory.c: In function ???print_direntry???:553directory.c:199:39: warning: pointer targets in passing argument 1 of ???Unicode_String_to_UTF8_String??? differ in signedness [-Wpointer-sign]554 199 | Unicode_String_to_UTF8_String(UTF8_Buffer, name, entry->namlen);555 | ^~~~~~~~~~~556 | |557 | char *558In file included from directory.c:31:559../libfs/unicode_to_utf8.h:16:45: note: expected ???uint8_t *??? {aka ???unsigned char *???} but argument is of type ???char *???560 16 | int Unicode_String_to_UTF8_String(uint8_t * s, const uint16_t * pwcs, int maxlen);561 | ~~~~~~~~~~^562directory.c: In function ???display_leaf_slots???:563directory.c:593:47: warning: pointer targets in passing argument 1 of ???Unicode_String_to_UTF8_String??? differ in signedness [-Wpointer-sign]564 593 | Unicode_String_to_UTF8_String(UTF8_Buffer, leaf->name, leaf->namlen);565 | ^~~~~~~~~~~566 | |567 | char *568../libfs/unicode_to_utf8.h:16:45: note: expected ???uint8_t *??? {aka ???unsigned char *???} but argument is of type ???char *???569 16 | int Unicode_String_to_UTF8_String(uint8_t * s, const uint16_t * pwcs, int maxlen);570 | ~~~~~~~~~~^571directory.c: In function ???display_slot???:572directory.c:652:39: warning: pointer targets in passing argument 1 of ???Unicode_String_to_UTF8_String??? differ in signedness [-Wpointer-sign]573 652 | Unicode_String_to_UTF8_String(UTF8_Buffer, slot[index].name, JFS_PATH_MAX);574 | ^~~~~~~~~~~575 | |576 | char *577../libfs/unicode_to_utf8.h:16:45: note: expected ???uint8_t *??? {aka ???unsigned char *???} but argument is of type ???char *???578 16 | int Unicode_String_to_UTF8_String(uint8_t * s, const uint16_t * pwcs, int maxlen);579 | ~~~~~~~~~~^580directory.c: In function ???display_internal_slots???:581directory.c:694:47: warning: pointer targets in passing argument 1 of ???Unicode_String_to_UTF8_String??? differ in signedness [-Wpointer-sign]582 694 | Unicode_String_to_UTF8_String(UTF8_Buffer, entry->name, entry->namlen);583 | ^~~~~~~~~~~584 | |585 | char *586../libfs/unicode_to_utf8.h:16:45: note: expected ???uint8_t *??? {aka ???unsigned char *???} but argument is of type ???char *???587 16 | int Unicode_String_to_UTF8_String(uint8_t * s, const uint16_t * pwcs, int maxlen);588 | ~~~~~~~~~~^589directory.c: In function ???directory???:590directory.c:72:17: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]591 72 | fgets(cmd_line, 80, stdin);592 | ^~~~~~~~~~~~~~~~~~~~~~~~~~593directory.c: In function ???dtree???:594directory.c:222:17: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]595 222 | fgets(cmd_line, 80, stdin);596 | ^~~~~~~~~~~~~~~~~~~~~~~~~~597directory.c:303:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]598 303 | fgets(cmd_line, 80, stdin);599 | ^~~~~~~~~~~~~~~~~~~~~~~~~~600directory.c: In function ???xtree???:601directory.c:410:17: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]602 410 | fgets(cmd_line, 80, stdin);603 | ^~~~~~~~~~~~~~~~~~~~~~~~~~604directory.c:463:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]605 463 | fgets(cmd_line, 80, stdin);606 | ^~~~~~~~~~~~~~~~~~~~~~~~~~607directory.c: In function ???display_leaf_slots???:608directory.c:601:17: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]609 601 | fgets(cmd_line, 512, stdin);610 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~611directory.c: In function ???display_internal_xtpage???:612directory.c:795:17: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]613 795 | fgets(cmd_line, 80, stdin);614 | ^~~~~~~~~~~~~~~~~~~~~~~~~~615mv -f .deps/directory.Tpo .deps/directory.Po616gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT dmap.o -MD -MP -MF .deps/dmap.Tpo -c -o dmap.o dmap.c617dmap.c: In function ???display_dbmap???:618dmap.c:168:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]619 168 | fgets(cmdline, 80, stdin);620 | ^~~~~~~~~~~~~~~~~~~~~~~~~621dmap.c: In function ???display_cpage???:622dmap.c:324:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]623 324 | fgets(cmdline, 80, stdin);624 | ^~~~~~~~~~~~~~~~~~~~~~~~~625dmap.c: In function ???display_leaf???:626dmap.c:523:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]627 523 | fgets(cmdline, 80, stdin);628 | ^~~~~~~~~~~~~~~~~~~~~~~~~629dmap.c: In function ???display_tree???:630dmap.c:721:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]631 721 | fgets(cmdline, 80, stdin);632 | ^~~~~~~~~~~~~~~~~~~~~~~~~633dmap.c:745:25: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]634 745 | fgets(cmdline, 80, stdin);635 | ^~~~~~~~~~~~~~~~~~~~~~~~~636dmap.c:796:25: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]637 796 | fgets(cmdline, 80, stdin);638 | ^~~~~~~~~~~~~~~~~~~~~~~~~639dmap.c:826:17: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]640 826 | fgets(cmdline, 80, stdin);641 | ^~~~~~~~~~~~~~~~~~~~~~~~~642dmap.c: In function ???display_agfree???:643dmap.c:895:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]644 895 | fgets(cmdline, 80, stdin);645 | ^~~~~~~~~~~~~~~~~~~~~~~~~646mv -f .deps/dmap.Tpo .deps/dmap.Po647gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT help.o -MD -MP -MF .deps/help.Tpo -c -o help.o help.c648mv -f .deps/help.Tpo .deps/help.Po649gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT inode.o -MD -MP -MF .deps/inode.Tpo -c -o inode.o inode.c650inode.c: In function ???inode???:651inode.c:52:17: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]652 52 | fgets(cmd_line, 80, stdin);653 | ^~~~~~~~~~~~~~~~~~~~~~~~~~654inode.c: In function ???change_inode???:655inode.c:192:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]656 192 | fgets(cmdline, 512, stdin);657 | ^~~~~~~~~~~~~~~~~~~~~~~~~~658mv -f .deps/inode.Tpo .deps/inode.Po659gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT super.o -MD -MP -MF .deps/super.Tpo -c -o super.o super.c660super.c: In function ???display_super???:661super.c:229:9: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]662 229 | fgets(cmdline, 512, stdin);663 | ^~~~~~~~~~~~~~~~~~~~~~~~~~664mv -f .deps/super.Tpo .deps/super.Po665gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -MT ui.o -MD -MP -MF .deps/ui.Tpo -c -o ui.o ui.c666ui.c: In function ???m_parse???:667ui.c:40:17: warning: ignoring return value of ???fgets??? declared with attribute ???warn_unused_result??? [-Wunused-result]668 40 | fgets(cmd_line, 80, stdin);669 | ^~~~~~~~~~~~~~~~~~~~~~~~~~670mv -f .deps/ui.Tpo .deps/ui.Po671gcc -Wall -Wstrict-prototypes -fno-strict-aliasing -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -g -ffile-prefix-map=/build/jfsutils/src=/usr/src/debug/jfsutils -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -flto=auto -o jfs_debugfs alter.o display.o fsckcbbl.o iag.o io.o super2.o xpeek.o directory.o dmap.o help.o inode.o super.o ui.o ../libfs/libfs.a -luuid672make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/xpeek'673make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15'674make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15'675make[1]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15'676==> Entering fakeroot environment...677==> Starting package()...678Making install in libfs679make[1]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/libfs'680make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/libfs'681make[2]: Nothing to be done for 'install-exec-am'.682make[2]: Nothing to be done for 'install-data-am'.683make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/libfs'684make[1]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/libfs'685Making install in include686make[1]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/include'687make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/include'688make[2]: Nothing to be done for 'install-exec-am'.689make[2]: Nothing to be done for 'install-data-am'.690make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/include'691make[1]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/include'692Making install in fsck693make[1]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/fsck'694make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/fsck'695test -z "/usr/bin" || /usr/bin/mkdir -p "/build/jfsutils/pkg/jfsutils/usr/bin"696 /usr/bin/install -c jfs_fsck '/build/jfsutils/pkg/jfsutils/usr/bin'697make install-exec-hook698make[3]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/fsck'699/usr/bin/ln -f /build/jfsutils/pkg/jfsutils/usr/bin/jfs_fsck /build/jfsutils/pkg/jfsutils/usr/bin/fsck.jfs700make[3]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/fsck'701test -z "/usr/share/man/man8" || /usr/bin/mkdir -p "/build/jfsutils/pkg/jfsutils/usr/share/man/man8"702 /usr/bin/install -c -m 644 jfs_fsck.8 '/build/jfsutils/pkg/jfsutils/usr/share/man/man8'703make install-data-hook704make[3]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/fsck'705/usr/bin/ln -f /build/jfsutils/pkg/jfsutils/usr/share/man/man8/jfs_fsck.8 /build/jfsutils/pkg/jfsutils/usr/share/man/man8/fsck.jfs.8706make[3]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/fsck'707make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/fsck'708make[1]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/fsck'709Making install in fscklog710make[1]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/fscklog'711make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/fscklog'712test -z "/usr/bin" || /usr/bin/mkdir -p "/build/jfsutils/pkg/jfsutils/usr/bin"713 /usr/bin/install -c jfs_fscklog '/build/jfsutils/pkg/jfsutils/usr/bin'714test -z "/usr/share/man/man8" || /usr/bin/mkdir -p "/build/jfsutils/pkg/jfsutils/usr/share/man/man8"715 /usr/bin/install -c -m 644 jfs_fscklog.8 '/build/jfsutils/pkg/jfsutils/usr/share/man/man8'716make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/fscklog'717make[1]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/fscklog'718Making install in logdump719make[1]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/logdump'720make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/logdump'721test -z "/usr/bin" || /usr/bin/mkdir -p "/build/jfsutils/pkg/jfsutils/usr/bin"722 /usr/bin/install -c jfs_logdump '/build/jfsutils/pkg/jfsutils/usr/bin'723test -z "/usr/share/man/man8" || /usr/bin/mkdir -p "/build/jfsutils/pkg/jfsutils/usr/share/man/man8"724 /usr/bin/install -c -m 644 jfs_logdump.8 '/build/jfsutils/pkg/jfsutils/usr/share/man/man8'725make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/logdump'726make[1]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/logdump'727Making install in mkfs728make[1]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/mkfs'729make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/mkfs'730test -z "/usr/bin" || /usr/bin/mkdir -p "/build/jfsutils/pkg/jfsutils/usr/bin"731 /usr/bin/install -c jfs_mkfs '/build/jfsutils/pkg/jfsutils/usr/bin'732make install-exec-hook733make[3]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/mkfs'734/usr/bin/ln -f /build/jfsutils/pkg/jfsutils/usr/bin/jfs_mkfs /build/jfsutils/pkg/jfsutils/usr/bin/mkfs.jfs735make[3]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/mkfs'736test -z "/usr/share/man/man8" || /usr/bin/mkdir -p "/build/jfsutils/pkg/jfsutils/usr/share/man/man8"737 /usr/bin/install -c -m 644 jfs_mkfs.8 '/build/jfsutils/pkg/jfsutils/usr/share/man/man8'738make install-data-hook739make[3]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/mkfs'740/usr/bin/ln -f /build/jfsutils/pkg/jfsutils/usr/share/man/man8/jfs_mkfs.8 /build/jfsutils/pkg/jfsutils/usr/share/man/man8/mkfs.jfs.8741make[3]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/mkfs'742make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/mkfs'743make[1]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/mkfs'744Making install in tune745make[1]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/tune'746make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/tune'747test -z "/usr/bin" || /usr/bin/mkdir -p "/build/jfsutils/pkg/jfsutils/usr/bin"748 /usr/bin/install -c jfs_tune '/build/jfsutils/pkg/jfsutils/usr/bin'749test -z "/usr/share/man/man8" || /usr/bin/mkdir -p "/build/jfsutils/pkg/jfsutils/usr/share/man/man8"750 /usr/bin/install -c -m 644 jfs_tune.8 '/build/jfsutils/pkg/jfsutils/usr/share/man/man8'751make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/tune'752make[1]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/tune'753Making install in xpeek754make[1]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/xpeek'755make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15/xpeek'756test -z "/usr/bin" || /usr/bin/mkdir -p "/build/jfsutils/pkg/jfsutils/usr/bin"757 /usr/bin/install -c jfs_debugfs '/build/jfsutils/pkg/jfsutils/usr/bin'758test -z "/usr/share/man/man8" || /usr/bin/mkdir -p "/build/jfsutils/pkg/jfsutils/usr/share/man/man8"759 /usr/bin/install -c -m 644 jfs_debugfs.8 '/build/jfsutils/pkg/jfsutils/usr/share/man/man8'760make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/xpeek'761make[1]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15/xpeek'762make[1]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15'763make[2]: Entering directory '/build/jfsutils/src/jfsutils-1.1.15'764make[2]: Nothing to be done for 'install-exec-am'.765make[2]: Nothing to be done for 'install-data-am'.766make[2]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15'767make[1]: Leaving directory '/build/jfsutils/src/jfsutils-1.1.15'768==> Tidying install...769 -> Removing libtool files...770 -> Removing static library files...771 -> Purging unwanted files...772 -> Stripping unneeded symbols from binaries and libraries...773 -> Compressing man and info pages...774==> Checking for packaging issues...775==> Creating package "jfsutils"...776 -> Generating .PKGINFO file...777 -> Generating .BUILDINFO file...778 -> Generating .MTREE file...779 -> Compressing package...780==> Creating package "jfsutils-debug"...781 -> Generating .PKGINFO file...782 -> Generating .BUILDINFO file...783 -> Generating .MTREE file...784 -> Compressing package...785==> Leaving fakeroot environment.786==> Finished making: jfsutils 1.1.15-9 (Fri Sep 11 12:44:27 2026)787==> builder-signed jfsutils-1.1.15-9-riscv64.pkg.tar.zst788==> builder-signed jfsutils-debug-1.1.15-9-riscv64.pkg.tar.zst789==> archci-build finished with 0 at 2026-09-11T12:44:27Z: jfsutils-1.1.15-9-riscv64.pkg.tar.zst jfsutils-debug-1.1.15-9-riscv64.pkg.tar.zst