>>> Building on exopi-4 under net/nylon DIST = [net/nylon:nylon-1.21.tar.gz] FULLPKGNAME = nylon-1.21p0 distfiles size=115954 >>> Running build in net/nylon at 1713856222.27 ===> net/nylon ===> Building from scratch nylon-1.21p0 ===> Verifying specs: c event ===> found c.100.0 event.4.1 ===> Checking files for nylon-1.21p0 `/exopi-cvs/ports/distfiles/nylon-1.21.tar.gz' is up to date. >> (SHA256) nylon-1.21.tar.gz: OK ===> Extracting for nylon-1.21p0 ===> Patching for nylon-1.21p0 ===> 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 nylon-1.21p0 ===> Configuring for nylon-1.21p0 Using /exopi-obj/pobj/nylon-1.21/config.site (generated) configure: loading site script /exopi-obj/pobj/nylon-1.21/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/nylon-1.21/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make sets $(MAKE)... (cached) yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of cc... none checking for ranlib... (cached) ranlib checking for a BSD-compatible install... /exopi-obj/pobj/nylon-1.21/bin/install -c checking for socket in -lsocket... no checking for gethostbyname in -lnsl... no checking for hstrerror in -lresolv... no checking how to run the C preprocessor... cc -E checking for egrep... (cached) grep -E checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking if libc defines __progname... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking sys/queue.h usability... yes checking sys/queue.h presence... yes checking for sys/queue.h... yes checking for TAILQ_FOREACH in sys/queue.h... yes checking for LIST_FIRST sys/queue.h... yes checking for an ANSI C-conforming const... (cached) yes checking for pid_t... (cached) yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for u_int64_t... yes checking for u_int32_t... yes checking for u_int16_t... yes checking for u_int8_t... yes checking for in_addr_t... no checking for socklen_t... no checking whether cc needs -traditional... no checking return type of signal handlers... (cached) void checking for socket... (cached) yes checking for strlcpy... (cached) yes checking for strlcat... (cached) yes checking for strsep... (cached) yes checking for setproctitle... (cached) yes checking for daemon... (cached) yes checking for libevent... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating include/Makefile config.status: creating include/config.h config.status: executing depfiles commands ===> Building for nylon-1.21p0 Making all in include /usr/bin/make all-am Making all in man Making all in src cc -DHAVE_CONFIG_H -I. -I. -I../include -Wall -g -O2 -pipe -c `test -f 'nylon.c' || echo './'`nylon.c cc -DHAVE_CONFIG_H -I. -I. -I../include -Wall -g -O2 -pipe -c `test -f 'print.c' || echo './'`print.c cc -DHAVE_CONFIG_H -I. -I. -I../include -Wall -g -O2 -pipe -c `test -f 'cfg.c' || echo './'`cfg.c cc -DHAVE_CONFIG_H -I. -I. -I../include -Wall -g -O2 -pipe -c `test -f 'expanda.c' || echo './'`expanda.c expanda.c:29:11: warning: variable 'ac' set but not used [-Wunused-but-set-variable] u_int i, ac; ^ 1 warning generated. cc -DHAVE_CONFIG_H -I. -I. -I../include -Wall -g -O2 -pipe -c `test -f 'net.c' || echo './'`net.c cc -DHAVE_CONFIG_H -I. -I. -I../include -Wall -g -O2 -pipe -c `test -f 'access.c' || echo './'`access.c cc -DHAVE_CONFIG_H -I. -I. -I../include -Wall -g -O2 -pipe -c `test -f 'atomicio.c' || echo './'`atomicio.c atomicio.c:41:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] atomicio(f, fd, _s, n) ^ atomicio.c:51:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] res = (f) (fd, s + pos, n - pos); ^ 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I. -I../include -Wall -g -O2 -pipe -c `test -f 'socks4.c' || echo './'`socks4.c cc -DHAVE_CONFIG_H -I. -I. -I../include -Wall -g -O2 -pipe -c `test -f 'socks5.c' || echo './'`socks5.c cc -DHAVE_CONFIG_H -I. -I. -I../include -Wall -g -O2 -pipe -c `test -f 'mirror.c' || echo './'`mirror.c cc -DHAVE_CONFIG_H -I. -I. -I../include -Wall -g -O2 -pipe -c `test -f 'cleanup.c' || echo './'`cleanup.c cc -DHAVE_CONFIG_H -I. -I. -I../include -Wall -g -O2 -pipe -c `test -f 'misc.c' || echo './'`misc.c cc -Wall -g -O2 -pipe -o nylon nylon.o print.o cfg.o expanda.o net.o access.o atomicio.o socks4.o socks5.o mirror.o cleanup.o misc.o -levent cfg.c:814(cfg.o:(conf_report)): warning: sprintf() is often misused, please use snprintf() >>> Running package in net/nylon at 1713856238.80 ===> net/nylon ===> Faking installation for nylon-1.21p0 Making install in include Making install in man /bin/sh ../mkinstalldirs /exopi-obj/pobj/nylon-1.21/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/nylon-1.21/bin/install -c -m 644 ./nylon.1 /exopi-obj/pobj/nylon-1.21/fake-amd64/usr/local/man/man1/nylon.1 Making install in src /bin/sh ../mkinstalldirs /exopi-obj/pobj/nylon-1.21/fake-amd64/usr/local/bin /exopi-obj/pobj/nylon-1.21/bin/install -c -s -m 755 nylon /exopi-obj/pobj/nylon-1.21/fake-amd64/usr/local/bin/nylon ===> Building package for nylon-1.21p0 Create /exopi-cvs/ports/packages/amd64/all/nylon-1.21p0.tgz Creating package nylon-1.21p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|********************************************************* | 89% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/nylon-1.21p0.tgz >>> Running clean in net/nylon at 1713856242.19 ===> net/nylon ===> Cleaning for nylon-1.21p0 >>> Ended at 1713856242.86 max_stuck=0.00/build=16.51/package=3.41/clean=0.71