+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xfsprogs-2.7.3nb3/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xfsprogs-2.7.3nb3/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for xfsprogs-2.7.3nb3
=== include ===
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
rm -f xfs disk
ln -s . xfs
ln -s . disk
=== libxfs ===
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c bit.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c bit.c  -fPIC -DPIC -o .libs/bit.o
bit.c:118:19: warning: 'xfs_countbit' defined but not used [-Wunused-const-variable=]
  118 | static const char xfs_countbit[256] = {
      |                   ^~~~~~~~~~~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c bit.c -o bit.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c init.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c init.c  -fPIC -DPIC -o .libs/init.o
init.c: In function 'libxfs_init':
init.c:239:15: warning: ignoring return value of 'getcwd' declared with attribute 'warn_unused_result' [-Wunused-result]
  239 |         (void)getcwd(curdir,MAXPATHLEN);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
init.c:325:25: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  325 |                         chdir(curdir);
      |                         ^~~~~~~~~~~~~
init.c:344:25: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  344 |                         chdir(curdir);
      |                         ^~~~~~~~~~~~~
init.c:363:25: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  363 |                         chdir(curdir);
      |                         ^~~~~~~~~~~~~
init.c:396:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  396 |                 chdir(curdir);
      |                 ^~~~~~~~~~~~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c init.c -o init.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c logitem.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c logitem.c  -fPIC -DPIC -o .libs/logitem.o
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c logitem.c -o logitem.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c rdwr.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c rdwr.c  -fPIC -DPIC -o .libs/rdwr.o
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c rdwr.c -o rdwr.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c trans.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c trans.c  -fPIC -DPIC -o .libs/trans.o
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c trans.c -o trans.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c util.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c util.c  -fPIC -DPIC -o .libs/util.o
util.c: In function 'libxfs_dir_bogus_removename':
util.c:454:19: warning: pointer targets in assignment from 'char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  454 |         args.name = name;
      |                   ^
util.c: In function 'libxfs_dir2_bogus_removename':
util.c:515:19: warning: pointer targets in assignment from 'char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  515 |         args.name = name;
      |                   ^
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c util.c -o util.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_alloc.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_alloc.c  -fPIC -DPIC -o .libs/xfs_alloc.o
xfs_alloc.c: In function 'xfs_alloc_ag_vextent_near':
xfs_alloc.c:681:25: warning: variable 'ltend' set but not used [-Wunused-but-set-variable]
  681 |         xfs_agblock_t   ltend;          /* end bno of left side entry */
      |                         ^~~~~
xfs_alloc.c: In function 'libxfs_free_extent':
xfs_alloc.c:2383:26: warning: variable 'agf' set but not used [-Wunused-but-set-variable]
 2383 |         xfs_agf_t       *agf;   /* a.g. freespace header */
      |                          ^~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_alloc.c -o xfs_alloc.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_ialloc.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_ialloc.c  -fPIC -DPIC -o .libs/xfs_ialloc.o
xfs_ialloc.c: In function 'xfs_ialloc_ag_select':
xfs_ialloc.c:359:21: warning: implicit declaration of function 'S_ISDIR'; did you mean 'S_IFDIR'? [-Wimplicit-function-declaration]
  359 |         needspace = S_ISDIR(mode) || S_ISREG(mode) || S_ISLNK(mode);
      |                     ^~~~~~~
      |                     S_IFDIR
xfs_ialloc.c:359:38: warning: implicit declaration of function 'S_ISREG'; did you mean 'S_IFREG'? [-Wimplicit-function-declaration]
  359 |         needspace = S_ISDIR(mode) || S_ISREG(mode) || S_ISLNK(mode);
      |                                      ^~~~~~~
      |                                      S_IFREG
xfs_ialloc.c:359:55: warning: implicit declaration of function 'S_ISLNK'; did you mean 'S_IFLNK'? [-Wimplicit-function-declaration]
  359 |         needspace = S_ISDIR(mode) || S_ISREG(mode) || S_ISLNK(mode);
      |                                                       ^~~~~~~
      |                                                       S_IFLNK
In file included from xfs_ialloc.c:33:
xfs_ialloc.c: In function 'xfs_dilocate':
xfs_ialloc.c:951:41: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'xfs_ino_t' {aka 'long unsigned int'} [-Wformat=]
  951 |                                         "xfs_dilocate: ino (0x%llx) != "
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
  954 |                                         ino, XFS_AGINO_TO_INO(mp, agno, agino));
      |                                         ~~~
      |                                         |
      |                                         xfs_ino_t {aka long unsigned int}
./xfs.h:336:59: note: in definition of macro 'xfs_fs_cmn_err'
  336 | # define xfs_fs_cmn_err(a,b,...)        ( fprintf(stderr, __VA_ARGS__) )
      |                                                           ^~~~~~~~~~~
xfs_ialloc.c:951:66: note: format string is defined here
  951 |                                         "xfs_dilocate: ino (0x%llx) != "
      |                                                               ~~~^
      |                                                                  |
      |                                                                  long long unsigned int
      |                                                               %lx
In file included from xfs_ialloc.c:33:
xfs_ialloc.c:951:41: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=]
  951 |                                         "xfs_dilocate: ino (0x%llx) != "
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./xfs.h:336:59: note: in definition of macro 'xfs_fs_cmn_err'
  336 | # define xfs_fs_cmn_err(a,b,...)        ( fprintf(stderr, __VA_ARGS__) )
      |                                                           ^~~~~~~~~~~
xfs_ialloc.c: In function 'xfs_ialloc_log_agi':
xfs_ialloc.c:1090:34: warning: variable 'agi' set but not used [-Wunused-but-set-variable]
 1090 |         xfs_agi_t               *agi;   /* allocation group header */
      |                                  ^~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_ialloc.c -o xfs_ialloc.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_rtalloc.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_rtalloc.c  -fPIC -DPIC -o .libs/xfs_rtalloc.o
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_rtalloc.c -o xfs_rtalloc.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_inode.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_inode.c  -fPIC -DPIC -o .libs/xfs_inode.o
In file included from xfs_inode.c:33:
xfs_inode.c: In function 'libxfs_itobp':
xfs_inode.c:121:54: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'xfs_drfsbno_t' {aka 'long unsigned int'} [-Wformat=]
  121 |                         xfs_fs_cmn_err(CE_ALERT, mp, "xfs_itobp: "
      |                                                      ^~~~~~~~~~~~~
./xfs.h:336:59: note: in definition of macro 'xfs_fs_cmn_err'
  336 | # define xfs_fs_cmn_err(a,b,...)        ( fprintf(stderr, __VA_ARGS__) )
      |                                                           ^~~~~~~~~~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_inode.c -o xfs_inode.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_btree.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_btree.c  -fPIC -DPIC -o .libs/xfs_btree.o
xfs_btree.c: In function 'xfs_btree_check_key':
xfs_btree.c:125:34: warning: variable 'k2' set but not used [-Wunused-but-set-variable]
  125 |                 xfs_alloc_key_t *k2;
      |                                  ^~
xfs_btree.c:124:34: warning: variable 'k1' set but not used [-Wunused-but-set-variable]
  124 |                 xfs_alloc_key_t *k1;
      |                                  ^~
xfs_btree.c:134:34: warning: variable 'k2' set but not used [-Wunused-but-set-variable]
  134 |                 xfs_alloc_key_t *k2;
      |                                  ^~
xfs_btree.c:133:34: warning: variable 'k1' set but not used [-Wunused-but-set-variable]
  133 |                 xfs_alloc_key_t *k1;
      |                                  ^~
xfs_btree.c:145:34: warning: variable 'k2' set but not used [-Wunused-but-set-variable]
  145 |                 xfs_bmbt_key_t  *k2;
      |                                  ^~
xfs_btree.c:144:34: warning: variable 'k1' set but not used [-Wunused-but-set-variable]
  144 |                 xfs_bmbt_key_t  *k1;
      |                                  ^~
xfs_btree.c:154:34: warning: variable 'k2' set but not used [-Wunused-but-set-variable]
  154 |                 xfs_inobt_key_t *k2;
      |                                  ^~
xfs_btree.c:153:34: warning: variable 'k1' set but not used [-Wunused-but-set-variable]
  153 |                 xfs_inobt_key_t *k1;
      |                                  ^~
xfs_btree.c: In function 'xfs_btree_check_rec':
xfs_btree.c:236:34: warning: variable 'r2' set but not used [-Wunused-but-set-variable]
  236 |                 xfs_alloc_rec_t *r2;
      |                                  ^~
xfs_btree.c:235:34: warning: variable 'r1' set but not used [-Wunused-but-set-variable]
  235 |                 xfs_alloc_rec_t *r1;
      |                                  ^~
xfs_btree.c:246:34: warning: variable 'r2' set but not used [-Wunused-but-set-variable]
  246 |                 xfs_alloc_rec_t *r2;
      |                                  ^~
xfs_btree.c:245:34: warning: variable 'r1' set but not used [-Wunused-but-set-variable]
  245 |                 xfs_alloc_rec_t *r1;
      |                                  ^~
xfs_btree.c:257:34: warning: variable 'r2' set but not used [-Wunused-but-set-variable]
  257 |                 xfs_bmbt_rec_t  *r2;
      |                                  ^~
xfs_btree.c:256:34: warning: variable 'r1' set but not used [-Wunused-but-set-variable]
  256 |                 xfs_bmbt_rec_t  *r1;
      |                                  ^~
xfs_btree.c:268:34: warning: variable 'r2' set but not used [-Wunused-but-set-variable]
  268 |                 xfs_inobt_rec_t *r2;
      |                                  ^~
xfs_btree.c:267:34: warning: variable 'r1' set but not used [-Wunused-but-set-variable]
  267 |                 xfs_inobt_rec_t *r1;
      |                                  ^~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_btree.c -o xfs_btree.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_alloc_btree.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_alloc_btree.c  -fPIC -DPIC -o .libs/xfs_alloc_btree.o
xfs_alloc_btree.c: In function 'xfs_alloc_log_recs':
xfs_alloc_btree.c:885:34: warning: variable 'agf' set but not used [-Wunused-but-set-variable]
  885 |                 xfs_agf_t       *agf;
      |                                  ^~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_alloc_btree.c -o xfs_alloc_btree.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_ialloc_btree.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_ialloc_btree.c  -fPIC -DPIC -o .libs/xfs_ialloc_btree.o
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_ialloc_btree.c -o xfs_ialloc_btree.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_bmap_btree.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_bmap_btree.c  -fPIC -DPIC -o .libs/xfs_bmap_btree.o
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_bmap_btree.c -o xfs_bmap_btree.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_da_btree.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_da_btree.c  -fPIC -DPIC -o .libs/xfs_da_btree.o
xfs_da_btree.c: In function 'xfs_da_root_join':
xfs_da_btree.c:698:27: warning: variable 'blkinfo' set but not used [-Wunused-but-set-variable]
  698 |         xfs_da_blkinfo_t *blkinfo;
      |                           ^~~~~~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_da_btree.c -o xfs_da_btree.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_dir.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_dir.c  -fPIC -DPIC -o .libs/xfs_dir.o
xfs_dir.c: In function 'xfs_dir_startup':
xfs_dir.c:51:44: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
   51 |         xfs_dir_hash_dot = xfs_da_hashname(".", 1);
      |                                            ^~~
      |                                            |
      |                                            char *
In file included from ./xfs.h:59,
                 from xfs_dir.c:33:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
xfs_dir.c:52:47: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
   52 |         xfs_dir_hash_dotdot = xfs_da_hashname("..", 2);
      |                                               ^~~~
      |                                               |
      |                                               char *
In file included from ./xfs.h:59,
                 from xfs_dir.c:33:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
xfs_dir.c: In function 'libxfs_dir_createname':
xfs_dir.c:133:19: warning: pointer targets in assignment from 'char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  133 |         args.name = name;
      |                   ^
xfs_dir.c:135:40: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
  135 |         args.hashval = xfs_da_hashname(name, namelen);
      |                                        ^~~~
      |                                        |
      |                                        char *
In file included from ./xfs.h:59,
                 from xfs_dir.c:33:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
xfs_dir.c: In function 'libxfs_dir_removename':
xfs_dir.c:195:19: warning: pointer targets in assignment from 'char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  195 |         args.name = name;
      |                   ^
xfs_dir.c:197:40: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
  197 |         args.hashval = xfs_da_hashname(name, namelen);
      |                                        ^~~~
      |                                        |
      |                                        char *
In file included from ./xfs.h:59,
                 from xfs_dir.c:33:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
xfs_dir.c: In function 'libxfs_dir_lookup':
xfs_dir.c:239:19: warning: pointer targets in assignment from 'char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  239 |         args.name = name;
      |                   ^
xfs_dir.c:241:40: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
  241 |         args.hashval = xfs_da_hashname(name, namelen);
      |                                        ^~~~
      |                                        |
      |                                        char *
In file included from ./xfs.h:59,
                 from xfs_dir.c:33:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
xfs_dir.c: In function 'libxfs_dir_replace':
xfs_dir.c:284:19: warning: pointer targets in assignment from 'char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  284 |         args.name = name;
      |                   ^
xfs_dir.c:286:40: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
  286 |         args.hashval = xfs_da_hashname(name, namelen);
      |                                        ^~~~
      |                                        |
      |                                        char *
In file included from ./xfs.h:59,
                 from xfs_dir.c:33:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_dir.c -o xfs_dir.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_dir_leaf.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_dir_leaf.c  -fPIC -DPIC -o .libs/xfs_dir_leaf.o
xfs_dir_leaf.c: In function 'libxfs_dir_shortform_to_leaf':
xfs_dir_leaf.c:304:19: warning: pointer targets in assignment from 'char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  304 |         args.name = ".";
      |                   ^
xfs_dir_leaf.c:320:19: warning: pointer targets in assignment from 'char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  320 |         args.name = "..";
      |                   ^
xfs_dir_leaf.c:330:27: warning: pointer targets in assignment from 'char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  330 |                 args.name = (char *)(sfe->name);
      |                           ^
xfs_dir_leaf.c:332:48: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
  332 |                 args.hashval = xfs_da_hashname((char *)(sfe->name),
      |                                                ^~~~~~~~~~~~~~~~~~~
      |                                                |
      |                                                char *
In file included from ./xfs.h:59,
                 from xfs_dir_leaf.c:33:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
xfs_dir_leaf.c: In function 'xfs_dir_leaf_to_shortform':
xfs_dir_leaf.c:466:27: warning: pointer targets in assignment from 'char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  466 |                 args.name = (char *)(namest->name);
      |                           ^
xfs_dir_leaf.c: In function 'xfs_dir_leaf_add_work':
xfs_dir_leaf.c:716:22: warning: variable 'mp' set but not used [-Wunused-but-set-variable]
  716 |         xfs_mount_t *mp;
      |                      ^~
xfs_dir_leaf.c: In function 'xfs_dir_leaf_to_shortform':
xfs_dir_leaf.c:446:18: warning: 'parent' may be used uninitialized in this function [-Wmaybe-uninitialized]
  446 |         retval = xfs_dir_shortform_create(iargs, parent);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_dir_leaf.c -o xfs_dir_leaf.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_dir2.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_dir2.c  -fPIC -DPIC -o .libs/xfs_dir2.o
xfs_dir2.c: In function 'libxfs_dir2_createname':
xfs_dir2.c:113:19: warning: pointer targets in assignment from 'char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  113 |         args.name = name;
      |                   ^
xfs_dir2.c:115:40: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
  115 |         args.hashval = xfs_da_hashname(name, namelen);
      |                                        ^~~~
      |                                        |
      |                                        char *
In file included from ./xfs.h:59,
                 from xfs_dir2.c:38:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
xfs_dir2.c: In function 'libxfs_dir2_lookup':
xfs_dir2.c:164:19: warning: pointer targets in assignment from 'char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  164 |         args.name = name;
      |                   ^
xfs_dir2.c:166:40: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
  166 |         args.hashval = xfs_da_hashname(name, namelen);
      |                                        ^~~~
      |                                        |
      |                                        char *
In file included from ./xfs.h:59,
                 from xfs_dir2.c:38:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
xfs_dir2.c: In function 'libxfs_dir2_removename':
xfs_dir2.c:221:19: warning: pointer targets in assignment from 'char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  221 |         args.name = name;
      |                   ^
xfs_dir2.c:223:40: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
  223 |         args.hashval = xfs_da_hashname(name, namelen);
      |                                        ^~~~
      |                                        |
      |                                        char *
In file included from ./xfs.h:59,
                 from xfs_dir2.c:38:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
xfs_dir2.c: In function 'libxfs_dir2_replace':
xfs_dir2.c:276:19: warning: pointer targets in assignment from 'char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  276 |         args.name = name;
      |                   ^
xfs_dir2.c:278:40: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
  278 |         args.hashval = xfs_da_hashname(name, namelen);
      |                                        ^~~~
      |                                        |
      |                                        char *
In file included from ./xfs.h:59,
                 from xfs_dir2.c:38:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_dir2.c -o xfs_dir2.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_dir2_leaf.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_dir2_leaf.c  -fPIC -DPIC -o .libs/xfs_dir2_leaf.o
xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_check':
xfs_dir2_leaf.c:543:34: warning: variable 'ltp' set but not used [-Wunused-but-set-variable]
  543 |         xfs_dir2_leaf_tail_t    *ltp;           /* leaf tail pointer */
      |                                  ^~~
xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_trim_data':
xfs_dir2_leaf.c:1281:34: warning: variable 'data' set but not used [-Wunused-but-set-variable]
 1281 |         xfs_dir2_data_t         *data;          /* data block structure */
      |                                  ^~~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_dir2_leaf.c -o xfs_dir2_leaf.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_attr_leaf.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_attr_leaf.c  -fPIC -DPIC -o .libs/xfs_attr_leaf.o
xfs_attr_leaf.c: In function 'xfs_sbversion_add_attr2':
xfs_attr_leaf.c:100:23: warning: variable 's' set but not used [-Wunused-but-set-variable]
  100 |         unsigned long s;
      |                       ^
xfs_attr_leaf.c: In function 'xfs_attr_shortform_to_leaf':
xfs_attr_leaf.c:383:28: warning: pointer targets in assignment from 'char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  383 |                 nargs.name = (char *)sfe->nameval;
      |                            ^
xfs_attr_leaf.c:385:29: warning: pointer targets in assignment from 'char *' to 'uchar_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
  385 |                 nargs.value = (char *)&sfe->nameval[nargs.namelen];
      |                             ^
xfs_attr_leaf.c:387:49: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
  387 |                 nargs.hashval = xfs_da_hashname((char *)sfe->nameval,
      |                                                 ^~~~~~~~~~~~~~~~~~~~
      |                                                 |
      |                                                 char *
In file included from ./xfs.h:59,
                 from xfs_attr_leaf.c:33:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
xfs_attr_leaf.c: In function 'xfs_attr_leaf_to_shortform':
xfs_attr_leaf.c:518:28: warning: pointer targets in assignment from 'char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  518 |                 nargs.name = (char *)name_loc->nameval;
      |                            ^
xfs_attr_leaf.c:520:29: warning: pointer targets in assignment from 'char *' to 'uchar_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
  520 |                 nargs.value = (char *)&name_loc->nameval[nargs.namelen];
      |                             ^
xfs_attr_leaf.c: In function 'xfs_attr_leaf_clearflag':
xfs_attr_leaf.c:2050:15: warning: variable 'name' set but not used [-Wunused-but-set-variable]
 2050 |         char *name;
      |               ^~~~
xfs_attr_leaf.c:2049:13: warning: variable 'namelen' set but not used [-Wunused-but-set-variable]
 2049 |         int namelen;
      |             ^~~~~~~
xfs_attr_leaf.c: In function 'xfs_attr_leaf_flipflags':
xfs_attr_leaf.c:2176:23: warning: variable 'name2' set but not used [-Wunused-but-set-variable]
 2176 |         char *name1, *name2;
      |                       ^~~~~
xfs_attr_leaf.c:2176:15: warning: variable 'name1' set but not used [-Wunused-but-set-variable]
 2176 |         char *name1, *name2;
      |               ^~~~~
xfs_attr_leaf.c:2175:23: warning: variable 'namelen2' set but not used [-Wunused-but-set-variable]
 2175 |         int namelen1, namelen2;
      |                       ^~~~~~~~
xfs_attr_leaf.c:2175:13: warning: variable 'namelen1' set but not used [-Wunused-but-set-variable]
 2175 |         int namelen1, namelen2;
      |             ^~~~~~~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_attr_leaf.c -o xfs_attr_leaf.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_dir2_block.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_dir2_block.c  -fPIC -DPIC -o .libs/xfs_dir2_block.o
In file included from ../include/xfs/libxfs.h:42,
                 from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
xfs_dir2_block.c: In function 'libxfs_dir2_sf_to_block':
xfs_dir2_block.c:1063:75: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                                                                           ^~~~~~~~~~~~~~~~~~
      |                                                                           |
      |                                                                           char *
../include/xfs/xfs_arch.h:99:27: note: in definition of macro 'INT_SET'
   99 |     (__builtin_constant_p(valueref) ? \
      |                           ^~~~~~~~
In file included from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
In file included from ../include/xfs/linux.h:44,
                 from ../include/xfs/platform_defs.h:51,
                 from ../include/xfs/libxfs.h:38,
                 from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
xfs_dir2_block.c:1063:75: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                                                                           ^~~~~~~~~~~~~~~~~~
      |                                                                           |
      |                                                                           char *
../include/xfs/swab.h:106:31: note: in definition of macro '__swab64'
  106 | (__builtin_constant_p((__u64)(x)) ? \
      |                               ^
../include/xfs/xfs_arch.h:70:28: note: in expansion of macro 'INT_SWAP64'
   70 |     ((sizeof(type) == 8) ? INT_SWAP64(type,var) : \
      |                            ^~~~~~~~~~
../include/xfs/xfs_arch.h:100:63: note: in expansion of macro 'INT_SWAP'
  100 |         (void)( (reference) = ( ((arch) != ARCH_NOCONVERT) ? (INT_SWAP((reference),(valueref))) : (valueref)) ) : \
      |                                                               ^~~~~~~~
xfs_dir2_block.c:1063:17: note: in expansion of macro 'INT_SET'
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                 ^~~~~~~
In file included from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
In file included from ../include/xfs/linux.h:44,
                 from ../include/xfs/platform_defs.h:51,
                 from ../include/xfs/libxfs.h:38,
                 from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
xfs_dir2_block.c:1063:75: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                                                                           ^~~~~~~~~~~~~~~~~~
      |                                                                           |
      |                                                                           char *
../include/xfs/swab.h:27:22: note: in definition of macro '___swab64'
   27 |         __u64 __x = (x); \
      |                      ^
../include/xfs/xfs_arch.h:66:46: note: in expansion of macro '__swab64'
   66 | #define INT_SWAP64(type,var) ((typeof(type))(__swab64((__u64)(var))))
      |                                              ^~~~~~~~
../include/xfs/xfs_arch.h:70:28: note: in expansion of macro 'INT_SWAP64'
   70 |     ((sizeof(type) == 8) ? INT_SWAP64(type,var) : \
      |                            ^~~~~~~~~~
../include/xfs/xfs_arch.h:100:63: note: in expansion of macro 'INT_SWAP'
  100 |         (void)( (reference) = ( ((arch) != ARCH_NOCONVERT) ? (INT_SWAP((reference),(valueref))) : (valueref)) ) : \
      |                                                               ^~~~~~~~
xfs_dir2_block.c:1063:17: note: in expansion of macro 'INT_SET'
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                 ^~~~~~~
In file included from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
In file included from ../include/xfs/linux.h:44,
                 from ../include/xfs/platform_defs.h:51,
                 from ../include/xfs/libxfs.h:38,
                 from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
xfs_dir2_block.c:1063:75: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                                                                           ^~~~~~~~~~~~~~~~~~
      |                                                                           |
      |                                                                           char *
../include/xfs/swab.h:108:13: note: in definition of macro '__swab64'
  108 |  __fswab64((x)))
      |             ^
../include/xfs/xfs_arch.h:70:28: note: in expansion of macro 'INT_SWAP64'
   70 |     ((sizeof(type) == 8) ? INT_SWAP64(type,var) : \
      |                            ^~~~~~~~~~
../include/xfs/xfs_arch.h:100:63: note: in expansion of macro 'INT_SWAP'
  100 |         (void)( (reference) = ( ((arch) != ARCH_NOCONVERT) ? (INT_SWAP((reference),(valueref))) : (valueref)) ) : \
      |                                                               ^~~~~~~~
xfs_dir2_block.c:1063:17: note: in expansion of macro 'INT_SET'
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                 ^~~~~~~
In file included from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
In file included from ../include/xfs/linux.h:44,
                 from ../include/xfs/platform_defs.h:51,
                 from ../include/xfs/libxfs.h:38,
                 from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
xfs_dir2_block.c:1063:75: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                                                                           ^~~~~~~~~~~~~~~~~~
      |                                                                           |
      |                                                                           char *
../include/xfs/swab.h:102:31: note: in definition of macro '__swab32'
  102 | (__builtin_constant_p((__u32)(x)) ? \
      |                               ^
../include/xfs/xfs_arch.h:71:28: note: in expansion of macro 'INT_SWAP32'
   71 |     ((sizeof(type) == 4) ? INT_SWAP32(type,var) : \
      |                            ^~~~~~~~~~
../include/xfs/xfs_arch.h:100:63: note: in expansion of macro 'INT_SWAP'
  100 |         (void)( (reference) = ( ((arch) != ARCH_NOCONVERT) ? (INT_SWAP((reference),(valueref))) : (valueref)) ) : \
      |                                                               ^~~~~~~~
xfs_dir2_block.c:1063:17: note: in expansion of macro 'INT_SET'
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                 ^~~~~~~
In file included from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
In file included from ../include/xfs/linux.h:44,
                 from ../include/xfs/platform_defs.h:51,
                 from ../include/xfs/libxfs.h:38,
                 from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
xfs_dir2_block.c:1063:75: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                                                                           ^~~~~~~~~~~~~~~~~~
      |                                                                           |
      |                                                                           char *
../include/xfs/swab.h:17:22: note: in definition of macro '___swab32'
   17 |         __u32 __x = (x); \
      |                      ^
../include/xfs/xfs_arch.h:65:46: note: in expansion of macro '__swab32'
   65 | #define INT_SWAP32(type,var) ((typeof(type))(__swab32((__u32)(var))))
      |                                              ^~~~~~~~
../include/xfs/xfs_arch.h:71:28: note: in expansion of macro 'INT_SWAP32'
   71 |     ((sizeof(type) == 4) ? INT_SWAP32(type,var) : \
      |                            ^~~~~~~~~~
../include/xfs/xfs_arch.h:100:63: note: in expansion of macro 'INT_SWAP'
  100 |         (void)( (reference) = ( ((arch) != ARCH_NOCONVERT) ? (INT_SWAP((reference),(valueref))) : (valueref)) ) : \
      |                                                               ^~~~~~~~
xfs_dir2_block.c:1063:17: note: in expansion of macro 'INT_SET'
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                 ^~~~~~~
In file included from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
In file included from ../include/xfs/linux.h:44,
                 from ../include/xfs/platform_defs.h:51,
                 from ../include/xfs/libxfs.h:38,
                 from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
xfs_dir2_block.c:1063:75: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                                                                           ^~~~~~~~~~~~~~~~~~
      |                                                                           |
      |                                                                           char *
../include/xfs/swab.h:104:13: note: in definition of macro '__swab32'
  104 |  __fswab32((x)))
      |             ^
../include/xfs/xfs_arch.h:71:28: note: in expansion of macro 'INT_SWAP32'
   71 |     ((sizeof(type) == 4) ? INT_SWAP32(type,var) : \
      |                            ^~~~~~~~~~
../include/xfs/xfs_arch.h:100:63: note: in expansion of macro 'INT_SWAP'
  100 |         (void)( (reference) = ( ((arch) != ARCH_NOCONVERT) ? (INT_SWAP((reference),(valueref))) : (valueref)) ) : \
      |                                                               ^~~~~~~~
xfs_dir2_block.c:1063:17: note: in expansion of macro 'INT_SET'
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                 ^~~~~~~
In file included from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
In file included from ../include/xfs/linux.h:44,
                 from ../include/xfs/platform_defs.h:51,
                 from ../include/xfs/libxfs.h:38,
                 from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
xfs_dir2_block.c:1063:75: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                                                                           ^~~~~~~~~~~~~~~~~~
      |                                                                           |
      |                                                                           char *
../include/xfs/swab.h:98:31: note: in definition of macro '__swab16'
   98 | (__builtin_constant_p((__u16)(x)) ? \
      |                               ^
../include/xfs/xfs_arch.h:72:28: note: in expansion of macro 'INT_SWAP16'
   72 |     ((sizeof(type) == 2) ? INT_SWAP16(type,var) : \
      |                            ^~~~~~~~~~
../include/xfs/xfs_arch.h:100:63: note: in expansion of macro 'INT_SWAP'
  100 |         (void)( (reference) = ( ((arch) != ARCH_NOCONVERT) ? (INT_SWAP((reference),(valueref))) : (valueref)) ) : \
      |                                                               ^~~~~~~~
xfs_dir2_block.c:1063:17: note: in expansion of macro 'INT_SET'
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                 ^~~~~~~
In file included from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
In file included from ../include/xfs/linux.h:44,
                 from ../include/xfs/platform_defs.h:51,
                 from ../include/xfs/libxfs.h:38,
                 from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
xfs_dir2_block.c:1063:75: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                                                                           ^~~~~~~~~~~~~~~~~~
      |                                                                           |
      |                                                                           char *
../include/xfs/swab.h:9:22: note: in definition of macro '___swab16'
    9 |         __u16 __x = (x); \
      |                      ^
../include/xfs/xfs_arch.h:64:46: note: in expansion of macro '__swab16'
   64 | #define INT_SWAP16(type,var) ((typeof(type))(__swab16((__u16)(var))))
      |                                              ^~~~~~~~
../include/xfs/xfs_arch.h:72:28: note: in expansion of macro 'INT_SWAP16'
   72 |     ((sizeof(type) == 2) ? INT_SWAP16(type,var) : \
      |                            ^~~~~~~~~~
../include/xfs/xfs_arch.h:100:63: note: in expansion of macro 'INT_SWAP'
  100 |         (void)( (reference) = ( ((arch) != ARCH_NOCONVERT) ? (INT_SWAP((reference),(valueref))) : (valueref)) ) : \
      |                                                               ^~~~~~~~
xfs_dir2_block.c:1063:17: note: in expansion of macro 'INT_SET'
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                 ^~~~~~~
In file included from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
In file included from ../include/xfs/linux.h:44,
                 from ../include/xfs/platform_defs.h:51,
                 from ../include/xfs/libxfs.h:38,
                 from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
xfs_dir2_block.c:1063:75: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                                                                           ^~~~~~~~~~~~~~~~~~
      |                                                                           |
      |                                                                           char *
../include/xfs/swab.h:100:13: note: in definition of macro '__swab16'
  100 |  __fswab16((x)))
      |             ^
../include/xfs/xfs_arch.h:72:28: note: in expansion of macro 'INT_SWAP16'
   72 |     ((sizeof(type) == 2) ? INT_SWAP16(type,var) : \
      |                            ^~~~~~~~~~
../include/xfs/xfs_arch.h:100:63: note: in expansion of macro 'INT_SWAP'
  100 |         (void)( (reference) = ( ((arch) != ARCH_NOCONVERT) ? (INT_SWAP((reference),(valueref))) : (valueref)) ) : \
      |                                                               ^~~~~~~~
xfs_dir2_block.c:1063:17: note: in expansion of macro 'INT_SET'
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                 ^~~~~~~
In file included from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
In file included from ../include/xfs/libxfs.h:42,
                 from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
xfs_dir2_block.c:1063:75: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                                                                           ^~~~~~~~~~~~~~~~~~
      |                                                                           |
      |                                                                           char *
../include/xfs/xfs_arch.h:73:6: note: in definition of macro 'INT_SWAP'
   73 |     (var))))
      |      ^~~
xfs_dir2_block.c:1063:17: note: in expansion of macro 'INT_SET'
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                 ^~~~~~~
In file included from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
In file included from ../include/xfs/libxfs.h:42,
                 from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
xfs_dir2_block.c:1063:75: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                                                                           ^~~~~~~~~~~~~~~~~~
      |                                                                           |
      |                                                                           char *
../include/xfs/xfs_arch.h:100:100: note: in definition of macro 'INT_SET'
  100 |         (void)( (reference) = ( ((arch) != ARCH_NOCONVERT) ? (INT_SWAP((reference),(valueref))) : (valueref)) ) : \
      |                                                                                                    ^~~~~~~~
In file included from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
In file included from ../include/xfs/libxfs.h:42,
                 from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
xfs_dir2_block.c:1063:75: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
 1063 |                 INT_SET(blp[2 + i].hashval, ARCH_CONVERT, xfs_da_hashname((char *)sfep->name, sfep->namelen));
      |                                                                           ^~~~~~~~~~~~~~~~~~
      |                                                                           |
      |                                                                           char *
../include/xfs/xfs_arch.h:102:29: note: in definition of macro 'INT_SET'
  102 |             ((reference) = (valueref)), \
      |                             ^~~~~~~~
In file included from ./xfs.h:59,
                 from xfs_dir2_block.c:39:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
xfs_dir2_block.c:893:33: warning: variable 'buf_len' set but not used [-Wunused-but-set-variable]
  893 |         int                     buf_len;
      |                                 ^~~~~~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_dir2_block.c -o xfs_dir2_block.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_dir2_node.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_dir2_node.c  -fPIC -DPIC -o .libs/xfs_dir2_node.o
xfs_dir2_node.c: In function 'xfs_dir2_leafn_check':
xfs_dir2_node.c:325:26: warning: variable 'mp' set but not used [-Wunused-but-set-variable]
  325 |         xfs_mount_t     *mp;                    /* filesystem mount point */
      |                          ^~
xfs_dir2_node.c: In function 'xfs_dir2_leafn_rebalance':
xfs_dir2_node.c:728:33: warning: variable 'oldstale' set but not used [-Wunused-but-set-variable]
  728 |         int                     oldstale;       /* old count of stale leaves */
      |                                 ^~~~~~~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_dir2_node.c -o xfs_dir2_node.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_dir2_data.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_dir2_data.c  -fPIC -DPIC -o .libs/xfs_dir2_data.o
xfs_dir2_data.c: In function 'xfs_dir2_data_check':
xfs_dir2_data.c:143:48: warning: pointer targets in passing argument 1 of 'libxfs_da_hashname' differ in signedness [-Wpointer-sign]
  143 |                         hash = xfs_da_hashname((char *)dep->name, dep->namelen);
      |                                                ^~~~~~~~~~~~~~~~~
      |                                                |
      |                                                char *
In file included from ./xfs.h:59,
                 from xfs_dir2_data.c:39:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'char *'
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_dir2_data.c -o xfs_dir2_data.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_dir2_sf.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_dir2_sf.c  -fPIC -DPIC -o .libs/xfs_dir2_sf.o
xfs_dir2_sf.c: In function 'xfs_dir2_sf_check':
xfs_dir2_sf.c:590:33: warning: variable 'offset' set but not used [-Wunused-but-set-variable]
  590 |         int                     offset;         /* data offset */
      |                                 ^~~~~~
In file included from ../include/xfs/libxfs.h:42,
                 from ./xfs.h:59,
                 from xfs_dir2_sf.c:38:
xfs_dir2_sf.c: In function 'xfs_dir2_block_sfsize':
../include/xfs/xfs_arch.h:204:55: warning: 'parent' may be used uninitialized in this function [-Wmaybe-uninitialized]
  204 |         (di).i[1] = (((from) & 0x00ff000000000000ULL) >> 48); \
      |                                                       ^~
xfs_dir2_sf.c:64:33: note: 'parent' was declared here
   64 |         xfs_ino_t               parent;         /* parent inode number */
      |                                 ^~~~~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_dir2_sf.c -o xfs_dir2_sf.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_bmap.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_bmap.c  -fPIC -DPIC -o .libs/xfs_bmap.o
xfs_bmap.c: In function 'xfs_bmap_add_extent':
xfs_bmap.c:301:17: warning: implicit declaration of function 'xfs_bmap_check_leaf_extents'; did you mean 'xfs_bmap_check_extents'? [-Wimplicit-function-declaration]
  301 |                 xfs_bmap_check_leaf_extents(*curp, ip, whichfork);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 xfs_bmap_check_extents
xfs_bmap.c: In function 'xfs_bmap_del_extent':
xfs_bmap.c:2432:33: warning: variable 'nextents' set but not used [-Wunused-but-set-variable]
 2432 |         xfs_extnum_t            nextents;       /* number of extents in list */
      |                                 ^~~~~~~~
In file included from xfs_bmap.c:33:
xfs_bmap.c: In function 'xfs_bmap_search_extents':
xfs_bmap.c:3184:34: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'xfs_fsblock_t' {aka 'long unsigned int'} [-Wformat=]
 3184 |                 cmn_err(CE_PANIC,"Access to block zero: fs: <%s> inode: %lld "
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
 3188 |                         gotp->br_startblock, gotp->br_startoff,
      |                         ~~~~~~~~~~~~~~~~~~~
      |                             |
      |                             xfs_fsblock_t {aka long unsigned int}
./xfs.h:337:59: note: in definition of macro 'cmn_err'
  337 | # define cmn_err(a,...)                 ( fprintf(stderr, __VA_ARGS__) )
      |                                                           ^~~~~~~~~~~
xfs_bmap.c:3184:34: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'xfs_fileoff_t' {aka 'long unsigned int'} [-Wformat=]
 3184 |                 cmn_err(CE_PANIC,"Access to block zero: fs: <%s> inode: %lld "
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
 3188 |                         gotp->br_startblock, gotp->br_startoff,
      |                                              ~~~~~~~~~~~~~~~~~
      |                                                  |
      |                                                  xfs_fileoff_t {aka long unsigned int}
./xfs.h:337:59: note: in definition of macro 'cmn_err'
  337 | # define cmn_err(a,...)                 ( fprintf(stderr, __VA_ARGS__) )
      |                                                           ^~~~~~~~~~~
xfs_bmap.c:3184:34: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 7 has type 'xfs_filblks_t' {aka 'long unsigned int'} [-Wformat=]
 3184 |                 cmn_err(CE_PANIC,"Access to block zero: fs: <%s> inode: %lld "
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
 3189 |                         gotp->br_blockcount,gotp->br_state);
      |                         ~~~~~~~~~~~~~~~~~~~
      |                             |
      |                             xfs_filblks_t {aka long unsigned int}
./xfs.h:337:59: note: in definition of macro 'cmn_err'
  337 | # define cmn_err(a,...)                 ( fprintf(stderr, __VA_ARGS__) )
      |                                                           ^~~~~~~~~~~
xfs_bmap.c: In function 'xfs_bmap_add_attrfork':
xfs_bmap.c:3239:33: warning: variable 's' set but not used [-Wunused-but-set-variable]
 3239 |         unsigned long           s;              /* spinlock spl value */
      |                                 ^
xfs_bmap.c: In function 'xfs_bmap_add_free':
xfs_bmap.c:3386:33: warning: variable 'agbno' set but not used [-Wunused-but-set-variable]
 3386 |         xfs_agblock_t           agbno;
      |                                 ^~~~~
xfs_bmap.c:3385:33: warning: variable 'agno' set but not used [-Wunused-but-set-variable]
 3385 |         xfs_agnumber_t          agno;
      |                                 ^~~~
xfs_bmap.c: In function 'libxfs_bmapi':
xfs_bmap.c:3877:25: warning: variable 'orig_nmap' set but not used [-Wunused-but-set-variable]
 3877 |         int             orig_nmap;      /* original value of *nmap */
      |                         ^~~~~~~~~
xfs_bmap.c:3876:26: warning: variable 'orig_mval' set but not used [-Wunused-but-set-variable]
 3876 |         xfs_bmbt_irec_t *orig_mval;     /* original value of mval */
      |                          ^~~~~~~~~
xfs_bmap.c:3875:25: warning: variable 'orig_len' set but not used [-Wunused-but-set-variable]
 3875 |         xfs_filblks_t   orig_len;       /* original value of len arg */
      |                         ^~~~~~~~
xfs_bmap.c:3874:25: warning: variable 'orig_flags' set but not used [-Wunused-but-set-variable]
 3874 |         int             orig_flags;     /* original flags arg value */
      |                         ^~~~~~~~~~
xfs_bmap.c:3873:25: warning: variable 'orig_bno' set but not used [-Wunused-but-set-variable]
 3873 |         xfs_fileoff_t   orig_bno;       /* original block number value */
      |                         ^~~~~~~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_bmap.c -o xfs_bmap.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_mount.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_mount.c  -fPIC -DPIC -o .libs/xfs_mount.o
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_mount.c -o xfs_mount.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_trans.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_trans.c  -fPIC -DPIC -o .libs/xfs_trans.o
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_trans.c -o xfs_trans.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c xfs_attr.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_attr.c  -fPIC -DPIC -o .libs/xfs_attr.o
xfs_attr.c: In function 'libxfs_attr_set_int':
xfs_attr.c:120:19: warning: pointer targets in assignment from 'const char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  120 |         args.name = name;
      |                   ^
xfs_attr.c:122:20: warning: pointer targets in assignment from 'char *' to 'uchar_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
  122 |         args.value = value;
      |                    ^
xfs_attr.c:125:44: warning: passing argument 1 of 'libxfs_da_hashname' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  125 |         args.hashval = xfs_da_hashname(args.name, args.namelen);
      |                                        ~~~~^~~~~
In file included from ./xfs.h:59,
                 from xfs_attr.c:33:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'const uchar_t *' {aka 'const unsigned char *'}
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
xfs_attr.c: In function 'libxfs_attr_remove_int':
xfs_attr.c:330:19: warning: pointer targets in assignment from 'const char *' to 'const uchar_t *' {aka 'const unsigned char *'} differ in signedness [-Wpointer-sign]
  330 |         args.name = name;
      |                   ^
xfs_attr.c:333:44: warning: passing argument 1 of 'libxfs_da_hashname' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  333 |         args.hashval = xfs_da_hashname(args.name, args.namelen);
      |                                        ~~~~^~~~~
In file included from ./xfs.h:59,
                 from xfs_attr.c:33:
../include/xfs/libxfs.h:472:45: note: expected 'uchar_t *' {aka 'unsigned char *'} but argument is of type 'const uchar_t *' {aka 'const unsigned char *'}
  472 | extern xfs_dahash_t     libxfs_da_hashname (uchar_t *, int);
      |                                             ^~~~~~~~~
xfs_attr.c: In function 'xfs_attr_rmtval_set':
xfs_attr.c:1306:13: warning: pointer targets in assignment from 'uchar_t *' {aka 'unsigned char *'} to 'xfs_caddr_t' {aka 'char *'} differ in signedness [-Wpointer-sign]
 1306 |         src = args->value;
      |             ^
xfs_attr.c: In function 'xfs_attr_rmtval_remove':
xfs_attr.c:1430:21: warning: variable 'dblkno' set but not used [-Wunused-but-set-variable]
 1430 |         xfs_daddr_t dblkno;
      |                     ^~~~~~
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c xfs_attr.c -o xfs_attr.o >/dev/null 2>&1
/home/pbulk/build/sysutils/xfsprogs/work/.cwrapper/bin/libtool  --mode=compile cc -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses  -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -c linux.c
libtool: compile:  cc -pipe -O2 -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include -I/home/pbulk/build/sysutils/xfsprogs/work/.buildlink/include/ncurses -O1 -g -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -g -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.7.3\" -DLOCALEDIR=\"/usr/pkg/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c linux.c  -fPIC -DPIC -o .libs/linux.o
linux.c:38:10: fatal error: sys/ustat.h: No such file or directory
   38 | #include <sys/ustat.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [../include/buildrules:55: linux.lo] Error 1
make: *** [Makefile:54: default] Error 2
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/sysutils/xfsprogs
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/sysutils/xfsprogs