===> Building for fuse-loggedfs-0.4nb16 mkdir build g++ -o build/Filter.o -c src/Filter.cpp -Wall -ansi -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -DRLOG_COMPONENT="loggedfs" `xml2-config --cflags` -I/opt/pkg/include -I/opt/pkg/include/libxml2 g++ -o build/Config.o -c src/Config.cpp -Wall -ansi -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -DRLOG_COMPONENT="loggedfs" `xml2-config --cflags` -I/opt/pkg/include -I/opt/pkg/include/libxml2 In file included from src/Config.cpp:19: src/Config.h:22:17: warning: using directive refers to implicitly-defined namespace 'std' using namespace std; ^ src/Config.cpp:99:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(buffer,"%s",attr->children->content); // I guess there's another way to do that ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 2 warnings generated. g++ -o build/loggedfs.o -c src/loggedfs.cpp -Wall -ansi -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -DRLOG_COMPONENT="loggedfs" `xml2-config --cflags` -I/opt/pkg/include -I/opt/pkg/include/libxml2 src/loggedfs.cpp:26:10: fatal error: 'fuse.h' file not found #include ^~~~~~~~ 1 error generated. *** [build/loggedfs.o] Error code 1 bmake: stopped making "all" in /Users/pbulk/build/filesystems/fuse-loggedfs/work/loggedfs-0.4 bmake: 1 error bmake: stopped making "all" in /Users/pbulk/build/filesystems/fuse-loggedfs/work/loggedfs-0.4 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/filesystems/fuse-loggedfs *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/filesystems/fuse-loggedfs