>>> Building on exopi-1 under sysutils/sshfs-fuse BDEPENDS = [devel/glib2] DIST = [sysutils/sshfs-fuse:sshfs-2.10.tar.gz] FULLPKGNAME = sshfs-fuse-2.10 RDEPENDS = [devel/glib2] (Junk lock obtained for exopi-1 at 1771758198.08) >>> Running depends in sysutils/sshfs-fuse at 1771758198.13 last junk was in devel/py-buildslave /usr/sbin/pkg_add -aI -Drepair glib2-2.86.4 was: /usr/sbin/pkg_add -aI -Drepair glib2-2.86.4 /usr/sbin/pkg_add -aI -Drepair glib2-2.86.4 >>> Running show-prepare-results in sysutils/sshfs-fuse at 1771758200.84 ===> sysutils/sshfs-fuse ===> Building from scratch sshfs-fuse-2.10 ===> sshfs-fuse-2.10 depends on: glib2-*-!bootstrap -> glib2-2.86.4 ===> Verifying specs: c fuse glib-2.0 gthread-2.0 intl pthread ===> found c.102.2 fuse.4.0 glib-2.0.4201.15 gthread-2.0.4200.22 intl.8.1 pthread.28.1 glib2-2.86.4 Still tainted: no >>> Running junk in sysutils/sshfs-fuse at 1771758201.71 /usr/sbin/pkg_delete -aIXq autoconf-2.71p0 automake-1.16.5p0 bzip2-1.0.8p0 cairo-1.18.4 dwz-0.16p1 glib2-2.86.4 gmake-4.4.1p0 gmp-6.3.0p0 gobject-introspection-1.86.0 graphite2-1.3.14 groff-1.22.4p4 gtar-1.35p1 icu4c-78.2v0 libffi-3.5.2 libiconv-1.17 libtool-2.4.2p3 meson-1.10.1v0 metaauto-1.0p4 python-3.13.11p2 xz-5.8.2 --- -libxml-2.15.1p1 ------------------- You should also remove /var/db/xmlcatalog (Junk lock released for exopi-1 at 1771758211.31) distfiles size=163076 >>> Running build in sysutils/sshfs-fuse at 1771758211.34 ===> sysutils/sshfs-fuse ===> Checking files for sshfs-fuse-2.10 `/exopi-cvs/ports/distfiles/sshfs-2.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for sshfs-fuse-2.10 ===> Patching for sshfs-fuse-2.10 ===> Applying OpenBSD patch patch-sshfs_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sshfs.c |--- sshfs.c.orig |+++ sshfs.c -------------------------- Patching file sshfs.c using Plan A... Hunk #1 succeeded at 12. Hunk #2 succeeded at 38. Hunk #3 succeeded at 3302. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for sshfs-fuse-2.10 ===> Configuring for sshfs-fuse-2.10 Using /exopi-obj/pobj/sshfs-fuse-2.10/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/sshfs-fuse-2.10/config.site checking build system type... x86_64-unknown-openbsd7.8 checking host system type... x86_64-unknown-openbsd7.8 checking target system type... x86_64-unknown-openbsd7.8 checking for a BSD-compatible install... /exopi-obj/pobj/sshfs-fuse-2.10/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for library containing dlsym... none required checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for SSHFS... yes checking for fuse_opt_parse... yes checking for fusermount... umount checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for sshfs-fuse-2.10 /usr/bin/make all-recursive Making all in test cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/sshfs-fuse-2.10/sshfs-2.10 -D_REENTRANT -DFUSE_USE_VERSION=26 -DLIBDIR=\"/usr/local/lib\" -DIDMAP_DEFAULT="\"none\"" -I/usr/include/fuse -I/usr/local/include -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe -Wall -W -MT sshfs-sshfs.o -MD -MP -MF .deps/sshfs-sshfs.Tpo -c -o sshfs-sshfs.o `test -f 'sshfs.c' || echo '/exopi-obj/pobj/sshfs-fuse-2.10/sshfs-2.10/'`sshfs.c /exopi-obj/pobj/sshfs-fuse-2.10/sshfs-2.10/sshfs.c:1385:44: warning: cast from 'int (*)(void *, struct request *)' to 'GHRFunc' (aka 'int (*)(void *, void *, void *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1385 | g_hash_table_foreach_remove(sshfs.reqtab, (GHRFunc) clean_req, NULL); | ^~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/sshfs-fuse-2.10/sshfs-2.10/sshfs.c:4054:15: warning: call to undeclared function 'fuse_chan_fd'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 4054 | res = fcntl(fuse_chan_fd(ch), F_SETFD, FD_CLOEXEC); | ^ /exopi-obj/pobj/sshfs-fuse-2.10/sshfs-2.10/sshfs.c:3857:6: warning: unused variable 'libver' [-Wunused-variable] 3857 | int libver; | ^~~~~~ 3 warnings generated. mv -f .deps/sshfs-sshfs.Tpo .deps/sshfs-sshfs.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/sshfs-fuse-2.10/sshfs-2.10 -D_REENTRANT -DFUSE_USE_VERSION=26 -DLIBDIR=\"/usr/local/lib\" -DIDMAP_DEFAULT="\"none\"" -I/usr/include/fuse -I/usr/local/include -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe -Wall -W -MT sshfs-cache.o -MD -MP -MF .deps/sshfs-cache.Tpo -c -o sshfs-cache.o `test -f 'cache.c' || echo '/exopi-obj/pobj/sshfs-fuse-2.10/sshfs-2.10/'`cache.c mv -f .deps/sshfs-cache.Tpo .deps/sshfs-cache.Po cc -I/usr/include/fuse -I/usr/local/include -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe -Wall -W -o sshfs sshfs-sshfs.o sshfs-cache.o -lfuse -L/usr/local/lib -lgthread-2.0 -pthread -lglib-2.0 -lintl ld: warning: sshfs.c(sshfs-sshfs.o:(sshfs_readlink)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: sshfs.c(sshfs-sshfs.o:(sshfs_rename)): warning: rand_r() is not random, it is deterministic. sed -e 's/[@]IDMAP_DEFAULT@/none/g' -e 's/[@]UNMOUNT_COMMAND@/umount/g' sshfs.1.tmp || exit 1; mv sshfs.1.tmp sshfs.1 >>> Running package in sysutils/sshfs-fuse at 1771758217.07 ===> sysutils/sshfs-fuse ===> Faking installation for sshfs-fuse-2.10 Making install in test mkdir -p '/exopi-obj/pobj/sshfs-fuse-2.10/fake-amd64/usr/local/bin' /exopi-obj/pobj/sshfs-fuse-2.10/bin/install -c -s -m 755 sshfs '/exopi-obj/pobj/sshfs-fuse-2.10/fake-amd64/usr/local/bin' mkdir -p '/exopi-obj/pobj/sshfs-fuse-2.10/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/sshfs-fuse-2.10/bin/install -c -m 644 sshfs.1 '/exopi-obj/pobj/sshfs-fuse-2.10/fake-amd64/usr/local/man/man1' ===> Building package for sshfs-fuse-2.10 Create /exopi-cvs/ports/packages/amd64/all/sshfs-fuse-2.10.tgz Creating package sshfs-fuse-2.10 reading plist| checking dependencies| checking dependencies|devel/glib2 checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*********************************************************** | 93% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/sshfs-fuse-2.10.tgz >>> Running clean in sysutils/sshfs-fuse at 1771758223.28 ===> sysutils/sshfs-fuse ===> Cleaning for sshfs-fuse-2.10 >>> Ended at 1771758223.76 max_stuck=3.87/depends=2.73/show-prepare-results=0.86/junk=9.63/build=5.74/package=6.21/clean=0.50