=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for fuse-pod-0.5.1nb41 Making all in src gmake[1]: Entering directory '/Users/pbulk/build/filesystems/fuse-pod/work/fusepod-0.5.1/src' if clang++ -DPACKAGE_NAME=\"fusepod\" -DPACKAGE_TARNAME=\"fusepod\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"fusepod\ 0.5.1\" -DPACKAGE_BUGREPORT=\"Keegan\ Carruthers-Smith\ \\" -DPACKAGE=\"fusepod\" -DVERSION=\"0.5.1\" -I. -I. -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/taglib -Wall -O2 -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=25 -I/opt/pkg/include/gpod-1.0 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include -I/opt/pkg/include/taglib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/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 clang++ -DPACKAGE_NAME=\"fusepod\" -DPACKAGE_TARNAME=\"fusepod\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"fusepod\ 0.5.1\" -DPACKAGE_BUGREPORT=\"Keegan\ Carruthers-Smith\ \\" -DPACKAGE=\"fusepod\" -DVERSION=\"0.5.1\" -I. -I. -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/taglib -Wall -O2 -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=25 -I/opt/pkg/include/gpod-1.0 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include -I/opt/pkg/include/taglib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/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 if clang++ -DPACKAGE_NAME=\"fusepod\" -DPACKAGE_TARNAME=\"fusepod\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"fusepod\ 0.5.1\" -DPACKAGE_BUGREPORT=\"Keegan\ Carruthers-Smith\ \\" -DPACKAGE=\"fusepod\" -DVERSION=\"0.5.1\" -I. -I. -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/taglib -Wall -O2 -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=25 -I/opt/pkg/include/gpod-1.0 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include -I/opt/pkg/include/taglib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/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.cpp:21:10: fatal error: 'fuse.h' file not found #include ^~~~~~~~ fusepod_util.cpp:30:11: warning: result of comparison of constant 18446744073709551615 with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare] if (l == string::npos) ~ ^ ~~~~~~~~~~~~ 1 error generated. gmake[1]: *** [Makefile:222: fusepod.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... 1 warning generated. fusepod_ipod.cpp:220:13: warning: result of comparison of constant 18446744073709551615 with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare] if (pos == string::npos) { ~~~ ^ ~~~~~~~~~~~~ fusepod_ipod.cpp:641:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (dir_ent = readdir (music)) { ~~~~~~~~^~~~~~~~~~~~~~~~~ fusepod_ipod.cpp:641:20: note: place parentheses around the assignment to silence this warning while (dir_ent = readdir (music)) { ^ ( ) fusepod_ipod.cpp:641:20: note: use '==' to turn this assignment into an equality comparison while (dir_ent = readdir (music)) { ^ == fusepod_ipod.cpp:653:27: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (subdir_ent = readdir (subdir)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ fusepod_ipod.cpp:653:27: note: place parentheses around the assignment to silence this warning while (subdir_ent = readdir (subdir)) { ^ ( ) fusepod_ipod.cpp:653:27: note: use '==' to turn this assignment into an equality comparison while (subdir_ent = readdir (subdir)) { ^ == fusepod_ipod.cpp:684:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (found = !stat (tmp, &st)) ~~~~~~^~~~~~~~~~~~~~~~~~ fusepod_ipod.cpp:684:19: note: place parentheses around the assignment to silence this warning if (found = !stat (tmp, &st)) ^ ( ) fusepod_ipod.cpp:684:19: note: use '==' to turn this assignment into an equality comparison if (found = !stat (tmp, &st)) ^ == fusepod_ipod.cpp:691:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (found = !stat (tmp, &st)) ~~~~~~^~~~~~~~~~~~~~~~~~ fusepod_ipod.cpp:691:19: note: place parentheses around the assignment to silence this warning if (found = !stat (tmp, &st)) ^ ( ) fusepod_ipod.cpp:691:19: note: use '==' to turn this assignment into an equality comparison if (found = !stat (tmp, &st)) ^ == fusepod_ipod.cpp:696:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete tmp; ^ [] fusepod_ipod.cpp:675:18: note: allocated with 'new[]' here char * tmp = new char [subdir.size () + 3]; ^ fusepod_ipod.cpp:715:9: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete tmp; ^ [] fusepod_ipod.cpp:675:18: note: allocated with 'new[]' here char * tmp = new char [subdir.size () + 3]; ^ fusepod_ipod.cpp:719:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete tmp; ^ [] fusepod_ipod.cpp:675:18: note: allocated with 'new[]' here char * tmp = new char [subdir.size () + 3]; ^ 8 warnings generated. gmake[1]: Leaving directory '/Users/pbulk/build/filesystems/fuse-pod/work/fusepod-0.5.1/src' gmake: *** [Makefile:195: all-recursive] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/filesystems/fuse-pod *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/filesystems/fuse-pod