+ 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/fuse-pod-0.5.1nb48/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fuse-pod-0.5.1nb48/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for fuse-pod-0.5.1nb48
Making all in src
make[1]: Entering directory '/home/pbulk/build/filesystems/fuse-pod/work/fusepod-0.5.1/src'
if c++ -DPACKAGE_NAME=\"fusepod\" -DPACKAGE_TARNAME=\"fusepod\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"fusepod\ 0.5.1\" -DPACKAGE_BUGREPORT=\"Keegan\ Carruthers-Smith\ \<keegan.csmith@gmail.com\>\" -DPACKAGE=\"fusepod\" -DVERSION=\"0.5.1\"  -I. -I.   -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/taglib -Wall -O2 -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=25  -I/usr/pkg/include/gpod-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include/taglib  -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/taglib -MT fusepod.o -MD -MP -MF ".deps/fusepod.Tpo" -c -o fusepod.o fusepod.cpp; \
then mv -f ".deps/fusepod.Tpo" ".deps/fusepod.Po"; else rm -f ".deps/fusepod.Tpo"; exit 1; fi
if c++ -DPACKAGE_NAME=\"fusepod\" -DPACKAGE_TARNAME=\"fusepod\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"fusepod\ 0.5.1\" -DPACKAGE_BUGREPORT=\"Keegan\ Carruthers-Smith\ \<keegan.csmith@gmail.com\>\" -DPACKAGE=\"fusepod\" -DVERSION=\"0.5.1\"  -I. -I.   -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/taglib -Wall -O2 -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=25  -I/usr/pkg/include/gpod-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include/taglib  -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/taglib -MT fusepod_ipod.o -MD -MP -MF ".deps/fusepod_ipod.Tpo" -c -o fusepod_ipod.o fusepod_ipod.cpp; \
then mv -f ".deps/fusepod_ipod.Tpo" ".deps/fusepod_ipod.Po"; else rm -f ".deps/fusepod_ipod.Tpo"; exit 1; fi
fusepod_ipod.cpp: In member function 'void FUSEPod::add_orphaned_tracks()':
fusepod_ipod.cpp:641:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  641 |     while (dir_ent = readdir (music)) {
      |            ~~~~~~~~^~~~~~~~~~~~~~~~~
fusepod_ipod.cpp:653:27: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  653 |         while (subdir_ent = readdir (subdir)) {
      |                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
fusepod_ipod.cpp: In member function 'bool FUSEPod::move_file(const string&, Track*)':
fusepod_ipod.cpp:684:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  684 |         if (found = !stat (tmp, &st))
      |             ~~~~~~^~~~~~~~~~~~~~~~~~
fusepod_ipod.cpp:691:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  691 |         if (found = !stat (tmp, &st))
      |             ~~~~~~^~~~~~~~~~~~~~~~~~
fusepod.cpp: In function 'int fusepod_read_string(const string&, char*, size_t, off_t)':
fusepod.cpp:258:16: warning: comparison of integer expressions of different signedness: 'off_t' {aka 'long int'} and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  258 |     if (offset >= str.length ())
      |         ~~~~~~~^~~~~~~~~~~~~~~~
fusepod.cpp: In function 'void* fusepod_init()':
fusepod.cpp:693:13: warning: ignoring return value of 'int mkstemp(char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
  693 |     mkstemp (add_songs);
      |     ~~~~~~~~^~~~~~~~~~~
fusepod.cpp:748:12: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
  748 |     system (("rm -rf '" + transfer_dir + "'").c_str ());
      |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fusepod.cpp: In function 'void fusepod_destroy(void*)':
fusepod.cpp:773:12: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
  773 |     system (("rm -rf '" + transfer_dir + "'").c_str ());
      |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fusepod.cpp: In function 'int fusepod_mknod(const char*, mode_t, dev_t)':
fusepod.cpp:339:18: warning: ignoring return value of 'int truncate(const char*, __off64_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
  339 |         truncate (add_songs, 0);
      |         ~~~~~~~~~^~~~~~~~~~~~~~
if c++ -DPACKAGE_NAME=\"fusepod\" -DPACKAGE_TARNAME=\"fusepod\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"fusepod\ 0.5.1\" -DPACKAGE_BUGREPORT=\"Keegan\ Carruthers-Smith\ \<keegan.csmith@gmail.com\>\" -DPACKAGE=\"fusepod\" -DVERSION=\"0.5.1\"  -I. -I.   -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/taglib -Wall -O2 -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=25  -I/usr/pkg/include/gpod-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include/taglib  -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/taglib -MT fusepod_util.o -MD -MP -MF ".deps/fusepod_util.Tpo" -c -o fusepod_util.o fusepod_util.cpp; \
then mv -f ".deps/fusepod_util.Tpo" ".deps/fusepod_util.Po"; else rm -f ".deps/fusepod_util.Tpo"; exit 1; fi
fusepod_util.cpp: In function 'std::string fusepod_int_to_string(int)':
fusepod_util.cpp:80:5: error: 'sprintf' was not declared in this scope
   80 |     sprintf (tmp, "%d", i);
      |     ^~~~~~~
fusepod_util.cpp:19:1: note: 'sprintf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
   18 | #include <set>
  +++ |+#include <cstdio>
   19 | 
make[1]: *** [Makefile:222: fusepod_util.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/home/pbulk/build/filesystems/fuse-pod/work/fusepod-0.5.1/src'
make: *** [Makefile:195: all-recursive] Error 1
*** Error code 2

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

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/filesystems/fuse-pod