=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for fuse-sshfs-3.7.3 cd /Users/pbulk/build/filesystems/fuse-sshfs/work/sshfs-3.7.3 && cd . && /usr/bin/env USETOOLS=no GOTMPDIR=/Users/pbulk/build PTHREAD_CFLAGS=\ -D_REENTRANT PTHREAD_LDFLAGS= PTHREAD_LIBS=-lpthread PTHREADBASE= CMAKE=false MACOSX_DEPLOYMENT_TARGET=11.3 PYTHON=/opt/pkg/bin/python3.10 CC=clang CFLAGS=-pipe\ -Os\ -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 CPPFLAGS=-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 CXX=clang++ CXXFLAGS=-pipe\ -Os\ -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 COMPILER_RPATH_FLAG=-L F77=f77 FC=f77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/opt/pkg/lib LINKER_RPATH_FLAG=-L PATH=/Users/pbulk/build/filesystems/fuse-sshfs/work/.cwrapper/bin:/Users/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/bin:/Users/pbulk/build/filesystems/fuse-sshfs/work/.tools/bin:/opt/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/pkg/bin:/opt/pkg/bin PREFIX=/opt/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/opt/pkg/etc CXXCPP=clang\ -E HOME=/Users/pbulk/build/filesystems/fuse-sshfs/work/.home CWRAPPERS_CONFIG_DIR=/Users/pbulk/build/filesystems/fuse-sshfs/work/.cwrapper/config CPP=clang\ -E LOCALBASE=/opt/pkg X11BASE=/opt/pkg PKGMANDIR=share/man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=Mach-O USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ \ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ \ -o\ pbulk\ -g\ staff\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 775 INSTALL_INFO= MAKEINFO=/Users/pbulk/build/filesystems/fuse-sshfs/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/Users/pbulk/build/filesystems/fuse-sshfs/work/.tools/bin/itstool GDBUS_CODEGEN=/Users/pbulk/build/filesystems/fuse-sshfs/work/.tools/bin/gdbus-codegen PKG_CONFIG=/Users/pbulk/build/filesystems/fuse-sshfs/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/Users/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/lib/pkgconfig:/Users/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/Users/pbulk/build/filesystems/fuse-sshfs/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/Users/pbulk/build/filesystems/fuse-sshfs/work/.cwrapper/config ninja -j 3 -C output ninja: Entering directory `output' [1/9] Compiling C object sshfs.p/compat_fuse_opt.c.o [2/9] Compiling C object sshfs.p/cache.c.o FAILED: sshfs.p/cache.c.o clang -Isshfs.p -I. -I.. -I../compat -I/usr/local/include/fuse -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/gio-unix-2.0 -fcolor-diagnostics -Wall -Winvalid-pch -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wmissing-declarations -Wwrite-strings -pipe -Os -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=31 -MD -MQ sshfs.p/cache.c.o -MF sshfs.p/cache.c.o.d -o sshfs.p/cache.c.o -c ../cache.c ../cache.c:261:32: warning: declaration of 'struct fuse_config' will not be visible outside of this function [-Wvisibility] struct fuse_config *cfg) ^ ../cache.c:264:36: error: too many arguments to function call, expected 1, have 2 res = cache.next_oper->init(conn, cfg); ~~~~~~~~~~~~~~~~~~~~~ ^~~ ../cache.c:267:5: error: incomplete definition of type 'struct fuse_config' cfg->nullpath_ok = 0; ~~~^ ../cache.c:261:32: note: forward declaration of 'struct fuse_config' struct fuse_config *cfg) ^ ../cache.c:286:47: error: too many arguments to function call, expected 2, have 3 err = cache.next_oper->getattr(path, stbuf, fi); ~~~~~~~~~~~~~~~~~~~~~~~~ ^~ ../cache.c:355:11: warning: declaration of 'enum fuse_fill_dir_flags' will not be visible outside of this function [-Wvisibility] enum fuse_fill_dir_flags flags) ^ ../cache.c:355:31: error: variable has incomplete type 'enum fuse_fill_dir_flags' enum fuse_fill_dir_flags flags) ^ ../cache.c:355:11: note: forward declaration of 'enum fuse_fill_dir_flags' enum fuse_fill_dir_flags flags) ^ ../cache.c:355:31: warning: unused parameter 'flags' [-Wunused-parameter] enum fuse_fill_dir_flags flags) ^ ../cache.c:387:10: warning: declaration of 'enum fuse_readdir_flags' will not be visible outside of this function [-Wvisibility] enum fuse_readdir_flags flags) ^ ../cache.c:387:29: error: variable has incomplete type 'enum fuse_readdir_flags' enum fuse_readdir_flags flags) ^ ../cache.c:387:10: note: forward declaration of 'enum fuse_readdir_flags' enum fuse_readdir_flags flags) ^ ../cache.c:408:32: error: too many arguments to function call, expected 4, have 5 filler(buf, *dir, NULL, 0, 0); ~~~~~~ ^ ../cache.c:387:29: warning: unused parameter 'flags' [-Wunused-parameter] enum fuse_readdir_flags flags) ^ ../cache.c:510:46: error: too many arguments to function call, expected 2, have 3 int err = cache.next_oper->rename(from, to, flags); ~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~ ../cache.c:539:47: error: too many arguments to function call, expected 2, have 3 int err = cache.next_oper->chmod(path, mode, fi); ~~~~~~~~~~~~~~~~~~~~~~ ^~ ../cache.c:558:51: error: too many arguments to function call, expected 3, have 4 int err = cache.next_oper->chown(path, uid, gid, fi); ~~~~~~~~~~~~~~~~~~~~~~ ^~ ../cache.c:577:47: error: too many arguments to function call, expected 2, have 3 int err = cache.next_oper->utimens(path, tv, fi); ~~~~~~~~~~~~~~~~~~~~~~~~ ^~ ../cache.c:614:50: error: too many arguments to function call, expected 2, have 3 int err = cache.next_oper->truncate(path, size, fi); ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ ../cache.c:625:23: warning: incompatible function pointer types assigning to 'int (*)(const char *, mode_t)' (aka 'int (*)(const char *, unsigned short)') from 'int (*)(const char *, mode_t, struct fuse_file_info *)' (aka 'int (*)(const char *, unsigned short, struct fuse_file_info *)') [-Wincompatible-function-pointer-types] cache_oper->chmod = oper->chmod ? cache_chmod : NULL; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../cache.c:626:23: warning: incompatible function pointer types assigning to 'int (*)(const char *, uid_t, gid_t)' (aka 'int (*)(const char *, unsigned int, unsigned int)') from 'int (*)(const char *, uid_t, gid_t, struct fuse_file_info *)' (aka 'int (*)(const char *, unsigned int, unsigned int, struct fuse_file_info *)') [-Wincompatible-function-pointer-types] cache_oper->chown = oper->chown ? cache_chown : NULL; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../cache.c:630:23: warning: incompatible function pointer types assigning to 'int (*)(const char *, struct stat *)' from 'int (*)(const char *, struct stat *, struct fuse_file_info *)' [-Wincompatible-function-pointer-types] cache_oper->getattr = oper->getattr ? cache_getattr : NULL; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../cache.c:632:23: warning: incompatible function pointer types assigning to 'void *(*)(struct fuse_conn_info *)' from 'void *(struct fuse_conn_info *, struct fuse_config *)' [-Wincompatible-function-pointer-types] cache_oper->init = cache_init; ^ ~~~~~~~~~~ ../cache.c:640:23: warning: incompatible function pointer types assigning to 'int (*)(const char *, void *, fuse_fill_dir_t, off_t, struct fuse_file_info *)' (aka 'int (*)(const char *, void *, int (*)(void *, const char *, const struct stat *, long long), long long, struct fuse_file_info *)') from 'int (*)(const char *, void *, fuse_fill_dir_t, off_t, struct fuse_file_info *, enum fuse_readdir_flags)' (aka 'int (*)(const char *, void *, int (*)(void *, const char *, const struct stat *, long long), long long, struct fuse_file_info *, enum fuse_readdir_flags)') [-Wincompatible-function-pointer-types] cache_oper->readdir = oper->readdir ? cache_readdir : NULL; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../cache.c:645:23: warning: incompatible function pointer types assigning to 'int (*)(const char *, const char *)' from 'int (*)(const char *, const char *, unsigned int)' [-Wincompatible-function-pointer-types] cache_oper->rename = oper->rename ? cache_rename : NULL; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../cache.c:650:23: warning: incompatible function pointer types assigning to 'int (*)(const char *, off_t)' (aka 'int (*)(const char *, long long)') from 'int (*)(const char *, off_t, struct fuse_file_info *)' (aka 'int (*)(const char *, long long, struct fuse_file_info *)') [-Wincompatible-function-pointer-types] cache_oper->truncate = oper->truncate ? cache_truncate : NULL; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../cache.c:652:23: warning: incompatible function pointer types assigning to 'int (*)(const char *, const struct timespec *)' from 'int (*)(const char *, const struct timespec *, struct fuse_file_info *)' [-Wincompatible-function-pointer-types] cache_oper->utimens = oper->utimens ? cache_utimens : NULL; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13 warnings and 11 errors generated. [3/9] Compiling C object sshfs.p/compat_darwin_compat.c.o [4/9] Compiling C object sshfs.p/sshfs.c.o FAILED: sshfs.p/sshfs.c.o clang -Isshfs.p -I. -I.. -I../compat -I/usr/local/include/fuse -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/gio-unix-2.0 -fcolor-diagnostics -Wall -Winvalid-pch -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wmissing-declarations -Wwrite-strings -pipe -Os -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=31 -MD -MQ sshfs.p/sshfs.c.o -MF sshfs.p/sshfs.c.o.d -o sshfs.p/sshfs.c.o -c ../sshfs.c ../sshfs.c:18:12: fatal error: 'fuse_darwin.h' file not found # include ^~~~~~~~~~~~~~~ 1 error generated. ninja: build stopped: subcommand failed. *** Error code 1 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/filesystems/fuse-sshfs *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/filesystems/fuse-sshfs