>>> Building on octeon-2 under shells/nsh,static BDEPENDS = [databases/sqlite3] DIST = [shells/nsh:nsh-1.2.tar.gz] FULLPKGNAME = nsh-1.2p0-static RDEPENDS = [databases/sqlite3] (Junk lock obtained for octeon-2 at 1716740115.04) >>> Running depends in shells/nsh,static at 1716740115.10 last junk was in x11/numlockx /usr/sbin/pkg_add -aI -Drepair sqlite3-3.44.2 was: /usr/sbin/pkg_add -aI -Drepair sqlite3-3.44.2 /usr/sbin/pkg_add -aI -Drepair sqlite3-3.44.2 >>> Running show-prepare-results in shells/nsh,static at 1716740118.70 ===> shells/nsh,static ===> Building from scratch nsh-1.2p0-static ===> nsh-1.2p0-static depends on: sqlite3-* -> sqlite3-3.44.2 ===> Verifying specs: c curses edit sqlite3 util ===> found c.100.1 curses.15.0 edit.6.0 sqlite3.37.26 util.18.0 sqlite3-3.44.2 (Junk lock released for octeon-2 at 1716740121.14) Woken up audio/speex distfiles size=218922 >>> Running build in shells/nsh,static at 1716740121.22 ===> shells/nsh,static ===> Checking files for nsh-1.2p0-static `/ports/distfiles/nsh-1.2.tar.gz' is up to date. >> (SHA256) nsh-1.2.tar.gz: OK ===> Extracting for nsh-1.2p0-static ===> Patching for nsh-1.2p0-static ===> Applying OpenBSD patch patch-utf8_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: utf8.c |--- utf8.c.orig |+++ utf8.c -------------------------- Patching file utf8.c using Plan A... Hunk #1 succeeded at 16. 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 nsh-1.2p0-static ===> Configuring for nsh-1.2p0-static /usr/bin/make LDFLAGS="-L/usr/local/lib -ledit -ltermcap -lsqlite3 -lm -lpthread -static" BSDSRCDIR=/pobj/nsh-1.2-static/nsh-1.2 BSDOBJDIR=/pobj/nsh-1.2-static/nsh-1.2/obj LIBTOOL="/usr/bin/libtool" SHARED_LIBS_LOG=/pobj/nsh-1.2-static/nsh-1.2/shared_libs.log -C /pobj/nsh-1.2-static/nsh-1.2 obj making /pobj/nsh-1.2-static/nsh-1.2/obj ===> bgpnsh /pobj/nsh-1.2-static/nsh-1.2/bgpnsh/obj -> /pobj/nsh-1.2-static/nsh-1.2/obj/bgpnsh ===> nshdoas /pobj/nsh-1.2-static/nsh-1.2/nshdoas/obj -> /pobj/nsh-1.2-static/nsh-1.2/obj/nshdoas ===> Building for nsh-1.2p0-static cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/arp.c sh /pobj/nsh-1.2-static/nsh-1.2/compile.sh cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c compile.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/main.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/genget.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/commands.c /pobj/nsh-1.2-static/nsh-1.2/commands.c:534:24: 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] error = (*s->handler)(argc, argv, f); ^ /pobj/nsh-1.2-static/nsh-1.2/commands.c:947:26: 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] success = (*i->handler)(set, argv[1], ^ /pobj/nsh-1.2-static/nsh-1.2/commands.c:1032:16: 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] (*f->handler)((f->maxarg > 0) ? argv[2] : 0, ^ /pobj/nsh-1.2-static/nsh-1.2/commands.c:1465:19: 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] ((*i->handler) (ifname, ifs, argc, argv)); ^ /pobj/nsh-1.2-static/nsh-1.2/commands.c:1532:22: 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] if ((*i->handler) (ifname, ifs, margc, margv)) { ^ /pobj/nsh-1.2-static/nsh-1.2/commands.c:1979:21: 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] if ((*c->handler) (margc, margv, 0)) { ^ /pobj/nsh-1.2-static/nsh-1.2/commands.c:2147:22: 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] return (*c->handler)(argc, argv, 0); ^ /pobj/nsh-1.2-static/nsh-1.2/commands.c:2179:23: 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] return (*c->handler)(argc, argv, 0); ^ /pobj/nsh-1.2-static/nsh-1.2/commands.c:2915:18: 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] (*c->handler) (margc, margv, modhvar); ^ /pobj/nsh-1.2-static/nsh-1.2/commands.c:2917:18: 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] (*c->handler) (margc, margv, 0); ^ 10 warnings generated. cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/bgpcommands.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/stats.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/kroute.c /pobj/nsh-1.2-static/nsh-1.2/kroute.c:375:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_rtmsg(rtm) ^ /pobj/nsh-1.2-static/nsh-1.2/kroute.c:414:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_getmsg(rtm, msglen) ^ /pobj/nsh-1.2-static/nsh-1.2/kroute.c:506:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pmsg_common(rtm) ^ /pobj/nsh-1.2-static/nsh-1.2/kroute.c:518:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pmsg_addrs(cp, addrs) ^ /pobj/nsh-1.2-static/nsh-1.2/kroute.c:541:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bprintf(fp, b, s) ^ /pobj/nsh-1.2-static/nsh-1.2/kroute.c:689:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rtmsg(cmd, flags, proxy, export, tableid) ^ 6 warnings generated. cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/ctl.c /pobj/nsh-1.2-static/nsh-1.2/ctl.c:775:15: 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] (*xhandler)(tmp_args[0]); ^ /pobj/nsh-1.2-static/nsh-1.2/ctl.c:778:15: 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] (*xhandler)(tmp_args[0], tmp_args[1]); ^ /pobj/nsh-1.2-static/nsh-1.2/ctl.c:781:15: 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] (*xhandler)(tmp_args[0], tmp_args[1], tmp_args[2]); ^ /pobj/nsh-1.2-static/nsh-1.2/ctl.c:784:15: 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] (*xhandler)(tmp_args[0], tmp_args[1], tmp_args[2], ^ /pobj/nsh-1.2-static/nsh-1.2/ctl.c:788:15: 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] (*xhandler)(tmp_args[0], tmp_args[1], tmp_args[2], ^ /pobj/nsh-1.2-static/nsh-1.2/ctl.c:792:15: 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] (*xhandler)(tmp_args[0], tmp_args[1], tmp_args[2], ^ /pobj/nsh-1.2-static/nsh-1.2/ctl.c:805:15: 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] (*xhandler)(fillargs[0], tmp_args, fillargs[2]); ^ /pobj/nsh-1.2-static/nsh-1.2/ctl.c:807:15: 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] (*xhandler)(fillargs[0], xtest_args, fillargs[2]); ^ 8 warnings generated. cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/show.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/if.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/version.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/route.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/conf.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/complete.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/ieee80211.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/bridge.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/tunnel.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/media.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/sysctl.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/passwd.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/pfsync.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/carp.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/trunk.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/who.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/more.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/stringlist.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/utils.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/sqlite3.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/ppp.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/prompt.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/nopt.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/pflow.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/wg.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/nameserver.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/ndp.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/umb.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/utf8.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/cmdargs.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/ctlargs.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/helpcommands.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/makeargv.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c /pobj/nsh-1.2-static/nsh-1.2/hashtable.c sh /pobj/nsh-1.2-static/nsh-1.2/mantab.sh /pobj/nsh-1.2-static/nsh-1.2/nsh.8 > mantab.c cc -O2 -pipe -Wmissing-prototypes -Wformat -Wall -Wbad-function-cast -I/usr/local/include -MD -MP -I/usr/local/include -DNSH_REXEC_PATH=/usr/local/bin/nsh -DNSH_VERSION=1.2 -nostdinc -idirafter /usr/include -c mantab.c cc -L/usr/local/lib -ledit -ltermcap -lsqlite3 -lm -lpthread -static -o nsh arp.o compile.o main.o genget.o commands.o bgpcommands.o stats.o kroute.o ctl.o show.o if.o version.o route.o conf.o complete.o ieee80211.o bridge.o tunnel.o media.o sysctl.o passwd.o pfsync.o carp.o trunk.o who.o more.o stringlist.o utils.o sqlite3.o ppp.o prompt.o nopt.o pflow.o wg.o nameserver.o ndp.o umb.o utf8.o cmdargs.o ctlargs.o helpcommands.o makeargv.o hashtable.o mantab.o -lutil -ledit -ltermcap -lsqlite3 -L/usr/local/lib /usr/local/lib/libsqlite3.a(sqlite3.o): In function `no symbol': sqlite3.c:(.text+0x35994): undefined reference to `pthread_mutexattr_init' sqlite3.c:(.text+0x359a0): undefined reference to `pthread_mutexattr_settype' sqlite3.c:(.text+0x35998): undefined reference to `pthread_mutexattr_init' sqlite3.c:(.text+0x359a8): undefined reference to `pthread_mutexattr_settype' sqlite3.c:(.text+0x359c0): undefined reference to `pthread_mutexattr_destroy' sqlite3.c:(.text+0x359c4): undefined reference to `pthread_mutexattr_destroy' sqlite3.c:(.text+0x5cd50): undefined reference to `pthread_join' sqlite3.c:(.text+0x5cd58): undefined reference to `pthread_join' sqlite3.c:(.text+0x5d018): undefined reference to `pthread_join' sqlite3.c:(.text+0x5d01c): undefined reference to `pthread_join' sqlite3.c:(.text+0x690e8): undefined reference to `pthread_join' /usr/local/lib/libsqlite3.a(sqlite3.o):sqlite3.c:(.text+0x690ec): more undefined references to `pthread_join' follow /usr/local/lib/libsqlite3.a(sqlite3.o): In function `no symbol': sqlite3.c:(.text+0x87ca0): undefined reference to `pthread_create' sqlite3.c:(.text+0x87cb0): undefined reference to `pthread_create' sqlite3.c:(.text+0x87d58): undefined reference to `pthread_join' sqlite3.c:(.text+0x87d5c): undefined reference to `pthread_join' sqlite3.c:(.text+0x892b8): undefined reference to `pthread_create' sqlite3.c:(.text+0x892c8): undefined reference to `pthread_create' sqlite3.c:(.text+0x8a0b8): undefined reference to `pthread_join' sqlite3.c:(.text+0x8a0bc): undefined reference to `pthread_join' sqlite3.c:(.text+0x8a218): undefined reference to `pthread_create' sqlite3.c:(.text+0x8a228): undefined reference to `pthread_create' sqlite3.c:(.text+0x13f644): undefined reference to `ceil' sqlite3.c:(.text+0x13f648): undefined reference to `ceil' sqlite3.c:(.text+0x13f9bc): undefined reference to `floor' sqlite3.c:(.text+0x13f9c0): undefined reference to `floor' sqlite3.c:(.text+0x13fb24): undefined reference to `log' sqlite3.c:(.text+0x13fb98): undefined reference to `log10' sqlite3.c:(.text+0x13fb28): undefined reference to `log' sqlite3.c:(.text+0x13fb9c): undefined reference to `log10' sqlite3.c:(.text+0x13fbd0): undefined reference to `log2' sqlite3.c:(.text+0x13fbe4): undefined reference to `log' sqlite3.c:(.text+0x13fbd4): undefined reference to `log2' sqlite3.c:(.text+0x13fbe8): undefined reference to `log' sqlite3.c:(.text+0x13fc3c): undefined reference to `log' sqlite3.c:(.text+0x13fc40): undefined reference to `log' sqlite3.c:(.text+0x1ca714): undefined reference to `log' sqlite3.c:(.text+0x1ca718): undefined reference to `log' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x1e38): undefined reference to `trunc' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x1fe8): undefined reference to `exp' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x2030): undefined reference to `pow' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x2078): undefined reference to `pow' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x20c0): undefined reference to `fmod' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x2108): undefined reference to `acos' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x2150): undefined reference to `asin' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x2198): undefined reference to `atan' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x21e0): undefined reference to `atan2' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x2228): undefined reference to `cos' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x2270): undefined reference to `sin' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x22b8): undefined reference to `tan' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x2300): undefined reference to `cosh' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x2348): undefined reference to `sinh' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x2390): undefined reference to `tanh' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x23d8): undefined reference to `acosh' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x2420): undefined reference to `asinh' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x2468): undefined reference to `atanh' /usr/local/lib/libsqlite3.a(sqlite3.o):(.data+0x24b0): undefined reference to `sqrt' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error 1 in /pobj/nsh-1.2-static/nsh-1.2 (:126 'nsh') *** Error 2 in shells/nsh (/ports/infrastructure/mk/bsd.port.mk:3061 '/pobj/nsh-1.2-static/.build_done': @cd /pobj/nsh-1.2-static/nsh-1.2 &&...) ===> Exiting shells/nsh,static with an error *** Error 2 in shells/nsh (/ports/infrastructure/mk/bsd.port.mk:2704 'build': @lock=nsh-1.2p0-static; export _LOCKS_HELD=" nsh-1.2p0-static...) *** Error 1 in /ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval ${e...) >>> Ended at 1716740237.93 max_stuck=3.30/depends=3.59/show-prepare-results=2.52/build=116.76 Error: job failed with 512 on octeon-2 at 1716740238