>>> Building on octeon-2 under shells/nsh,static BDEPENDS = [databases/sqlite3] DIST = [shells/nsh:nsh-1.2.1.tar.gz] FULLPKGNAME = nsh-1.2.1p0-static RDEPENDS = [databases/sqlite3] (Junk lock obtained for octeon-2 at 1721070010.45) >>> Running depends in shells/nsh,static at 1721070010.50 /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 1721070014.16 ===> shells/nsh,static ===> Building from scratch nsh-1.2.1p0-static ===> nsh-1.2.1p0-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 Still tainted: no >>> Running junk in shells/nsh,static at 1721070016.84 /usr/sbin/pkg_delete -aIXq libiconv-1.17 libogg-1.3.5 sqlite3-3.44.2 xz-5.6.2 --- -tcl-8.5.19p6 ------------------- You may wish to remove /usr/local/lib/tcl/tcl8.5/man from man.conf --- -tcl-8.6.13 ------------------- You may wish to remove /usr/local/lib/tcl/tcl8.6/man from man.conf (Junk lock released for octeon-2 at 1721070029.88) distfiles size=221571 >>> Running build in shells/nsh,static at 1721070029.93 ===> shells/nsh,static ===> Checking files for nsh-1.2.1p0-static `/ports/distfiles/nsh-1.2.1.tar.gz' is up to date. >> (SHA256) nsh-1.2.1.tar.gz: OK ===> Extracting for nsh-1.2.1p0-static ===> Patching for nsh-1.2.1p0-static ===> 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.2.1p0-static ===> Configuring for nsh-1.2.1p0-static ===> Building for nsh-1.2.1p0-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.1 -nostdinc -idirafter /usr/include -c arp.c sh /pobj/nsh-1.2.1-static/nsh-1.2.1/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.1 -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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c commands.c 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); ^ 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], ^ 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, ^ 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)); ^ 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)) { ^ 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)) { ^ commands.c:2148: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); ^ commands.c:2180: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); ^ commands.c:2916: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); ^ commands.c:2918: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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c kroute.c 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) ^ 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) ^ 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) ^ 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) ^ 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) ^ 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.1 -nostdinc -idirafter /usr/include -c ctl.c 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]); ^ 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]); ^ 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]); ^ 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], ^ 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], ^ 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], ^ 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]); ^ 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c 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.1 -nostdinc -idirafter /usr/include -c hashtable.c sh /pobj/nsh-1.2.1-static/nsh-1.2.1/mantab.sh /pobj/nsh-1.2.1-static/nsh-1.2.1/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.1 -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.1-static/nsh-1.2.1 (:126 'nsh') *** Error 2 in shells/nsh (/ports/infrastructure/mk/bsd.port.mk:3061 '/pobj/nsh-1.2.1-static/.build_done': @cd /pobj/nsh-1.2.1-static/nsh-1....) *** Error 2 in shells/nsh (/ports/infrastructure/mk/bsd.port.mk:2704 'build': @lock=nsh-1.2.1p0-static; export _LOCKS_HELD=" nsh-1.2.1p0-st...) ===> Exiting shells/nsh,static with an error *** 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 1721070144.07 max_stuck=3.12/depends=3.66/show-prepare-results=2.53/junk=13.07/build=114.18 Error: job failed with 512 on octeon-2 at 1721070144