>>> Building on exopi-6 under sysutils/sshfs-fuse BDEPENDS = [devel/glib2] DIST = [sysutils/sshfs-fuse:sshfs-2.10.tar.gz] FULLPKGNAME = sshfs-fuse-2.10 RDEPENDS = [devel/glib2] Avoided depends for glib2-2.80.0 distfiles size=163076 >>> Running build in sysutils/sshfs-fuse at 1713353941.33 ===> sysutils/sshfs-fuse ===> Building from scratch sshfs-fuse-2.10 ===> sshfs-fuse-2.10 depends on: glib2-*-!bootstrap -> glib2-2.80.0 ===> Verifying specs: c fuse glib-2.0 gthread-2.0 intl pthread ===> found c.100.0 fuse.2.0 glib-2.0.4201.12 gthread-2.0.4200.19 intl.8.0 pthread.27.1 ===> Checking files for sshfs-fuse-2.10 `/exopi-cvs/ports/distfiles/sshfs-2.10.tar.gz' is up to date. >> (SHA256) sshfs-2.10.tar.gz: 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.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... x86_64-unknown-openbsd7.5 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/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:3857:6: warning: unused variable 'libver' [-Wunused-variable] int libver; ^ 1 warning 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/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/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 -L/usr/local/lib -pthread -lfuse -lgthread-2.0 -lglib-2.0 -lintl sshfs.c(sshfs-sshfs.o:(sshfs_readlink)): warning: strcpy() is almost always misused, please use strlcpy() 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 1713353947.92 ===> 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 1713353952.03 ===> sysutils/sshfs-fuse ===> Cleaning for sshfs-fuse-2.10 >>> Ended at 1713353952.33 max_stuck=0.00/build=6.61/package=4.10/clean=0.35