=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for lambdamoo-1.8.1nb2 mv -f /tmp/net/lambdamoo/work/MOO-1.8.1/restart.sh /tmp/net/lambdamoo/work/MOO-1.8.1/restart.sh.in /usr/bin/sed /tmp/net/lambdamoo/work/MOO-1.8.1/restart.sh "s|__PREFIX__|/usr/pkg|g" --- configure --- --- net_mp_fake.o --- --- configure --- Not running autoconf; you must do this by hand. touch configure --- net_mp_fake.o --- touch net_mp_fake.o --- config.status --- env CC= YACC= ./configure --no-create checking for bison checking for byacc checking for gcc checking how to run the C preprocessor checking whether -traditional is needed checking how to run the C preprocessor checking for NeXT checking for the DEC Alpha running OSF/1 checking for the SGI compiler checking for AIX checking for POSIXized ISC checking for minix/config.h checking for -lintl checking for A/UX checking for HP/UX checking that the C compiler handles important ANSI C constructs checking for a working const keyword checking how to run the C preprocessor checking whether stdlib.h declares malloc and friends checking for sys/bsdtypes.h checking for sys/select.h checking for memory.h checking for pid_t in sys/types.h checking for mode_t in sys/types.h checking for size_t in sys/types.h checking for struct tm in time.h checking for tm_zone in struct tm checking for sqrt checking for sqrt checking for mkfifo checking for waitpid checking for sigemptyset checking for accept checking for t_open checking for t_open checking for t_open checking for crypt checking for crypt checking for unistd.h checking for sys/cdefs.h checking for stdlib.h checking for tiuser.h checking for machine/endian.h checking for remove checking for rename checking for poll checking for select checking for strerror checking for strftime checking for strtoul checking for matherr checking for random checking for lrand48 checking for wait3 checking for wait2 checking for sigsetmask checking for sigprocmask checking for sigrelse checking whether tolower is declared in ctype.h checking whether fcntl is declared in fcntl.h checking whether htonl is declared in netinet/in.h checking whether ioctl is declared in sys/ioctl.h checking whether poll is declared in poll.h checking whether kill is declared in signal.h checking whether sigemptyset is declared in signal.h checking whether sigprocmask is declared in signal.h checking whether sigrelse is declared in signal.h checking whether accept is declared in sys/socket.h checking whether bind is declared in sys/socket.h checking whether shutdown is declared in sys/socket.h checking whether fstat is declared in sys/stat.h checking whether fclose is declared in stdio.h checking whether perror is declared in stdio.h checking whether remove is declared in stdio.h checking whether vfprintf is declared in stdio.h checking whether random is declared in stdlib.h checking whether srandom is declared in stdlib.h checking whether strtod is declared in stdlib.h checking whether strtol is declared in stdlib.h checking whether strtoul is declared in stdlib.h checking whether bzero is declared in string.h checking whether memcpy is declared in string.h checking whether memset is declared in string.h checking whether strerror is declared in string.h checking for bzero being declared in stdlib.h checking whether getitimer is declared in sys/time.h checking whether setitimer is declared in sys/time.h checking whether select is declared in sys/time.h checking whether strftime is declared in time.h checking whether time is declared in time.h checking whether tzname is declared in time.h checking whether t_open is declared in tiuser.h checking whether t_errlist is declared in tiuser.h checking whether fork is declared in unistd.h checking whether waitpid is declared in sys/wait.h checking for self-sufficiency of arpa/inet.h checking for self-sufficiency of signal.h checking for self-sufficiency of sys/socket.h checking for self-sufficiency of sys/stat.h checking for self-sufficiency of time.h checking for string.h declaring some functions incorrectly checking for incompatibility between and checking whether or not fstat() can tell how much data is in a FIFO checking whether or not select() can be used on FIFOs checking whether or not poll() can be used on FIFOs checking whether POSIX-style non-blocking I/O works checking which MOO networking configurations are likely to work... checking for sys/socket.h checking for telnet ---------------------------------------------------------------------- | The following networking configurations will probably work on your | system; any configuration *not* listed here almost certainly will | *not* work on your system: | | NP_SINGLE NS_BSD/NP_LOCAL NS_BSD/NP_TCP NS_SYSV/NP_LOCAL ---------------------------------------------------------------------- creating config.status creating Makefile creating config.h config.h is unchanged --- config.h --- [ config.h : config.status ] ./config.status creating Makefile creating config.h config.h is unchanged --- parser.o --- --- ast.o --- --- code_gen.o --- --- db_file.o --- --- parser.o --- /usr/bin/yacc -d parser.y --- ast.o --- gcc -g -O -c ast.c --- code_gen.o --- gcc -g -O -c code_gen.c --- db_file.o --- gcc -g -O -c db_file.c --- parser.o --- gcc -g -O -c -o parser.o y.tab.c --- db_file.o --- db_file.c: In function 'read_object': db_file.c:118:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (strcmp(s, " recycled\n") == 0) { ^~~~~~ --- db_io.o --- gcc -g -O -c db_io.c db_io.c: In function 'dbio_read_string': db_io.c:178:11: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] len = strlen(buffer); ^~~~~~ db_io.c:178:11: warning: incompatible implicit declaration of built-in function 'strlen' db_io.c:178:11: note: include '' or provide a declaration of 'strlen' --- db_objects.o --- gcc -g -O -c db_objects.c --- db_properties.o --- gcc -g -O -c db_properties.c --- db_objects.o --- db_objects.c: In function 'db_object_bytes': db_objects.c:292:14: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] count += strlen(o->name) + 1; ^~~~~~ db_objects.c:292:14: warning: incompatible implicit declaration of built-in function 'strlen' db_objects.c:292:14: note: include '' or provide a declaration of 'strlen' --- db_verbs.o --- gcc -g -O -c db_verbs.c --- parser.o --- rm -f y.tab.c --- decompile.o --- gcc -g -O -c decompile.c --- db_verbs.o --- db_verbs.c: In function 'db_match_prep': db_verbs.c:169:32: warning: comparison between pointer and zero character constant [-Wpointer-compare] if ((ptr = strchr(s, '/')) != '\0') ^~ db_verbs.c:169:9: note: did you mean to dereference the pointer? if ((ptr = strchr(s, '/')) != '\0') ^ --- disassemble.o --- gcc -g -O -c disassemble.c --- eval_env.o --- gcc -g -O -c eval_env.c --- eval_vm.o --- gcc -g -O -c eval_vm.c --- exceptions.o --- gcc -g -O -c exceptions.c --- execute.o --- gcc -g -O -c execute.c --- extensions.o --- gcc -g -O -c extensions.c --- functions.o --- gcc -g -O -c functions.c functions.c: In function 'read_bi_func_data': functions.c:293:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] && strcmp(bf_table[f_id].name, "eval") != 0) { ^~~~~~ --- list.o --- gcc -g -O -c list.c --- log.o --- gcc -g -O -c log.c --- malloc.o --- gcc -g -O -c malloc.c --- match.o --- gcc -g -O -c match.c --- md5.o --- gcc -g -O -c md5.c --- name_lookup.o --- gcc -g -O -c name_lookup.c --- numbers.o --- gcc -g -O -c numbers.c --- objects.o --- gcc -g -O -c objects.c --- parse_cmd.o --- gcc -g -O -c parse_cmd.c --- pattern.o --- gcc -g -O -c pattern.c --- program.o --- gcc -g -O -c program.c program.c: In function 'program_bytes': program.c:81:11: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] count += strlen(p->var_names[i]) + 1; ^~~~~~ program.c:81:11: warning: incompatible implicit declaration of built-in function 'strlen' program.c:81:11: note: include '' or provide a declaration of 'strlen' --- property.o --- gcc -g -O -c property.c --- quota.o --- gcc -g -O -c quota.c --- ref_count.o --- gcc -g -O -c ref_count.c --- regexpr.o --- gcc -g -O -c regexpr.c --- server.o --- gcc -g -O -c server.c --- storage.o --- gcc -g -O -c storage.c storage.c: In function 'str_dup': storage.c:111:24: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] r = (char *) mymalloc(strlen(s) + 1, M_STRING); ^~~~~~ storage.c:111:24: warning: incompatible implicit declaration of built-in function 'strlen' storage.c:111:24: note: include '' or provide a declaration of 'strlen' storage.c:112:2: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(r, s); ^~~~~~ storage.c:112:2: warning: incompatible implicit declaration of built-in function 'strcpy' storage.c:112:2: note: include '' or provide a declaration of 'strcpy' --- streams.o --- gcc -g -O -c streams.c --- str_intern.o --- gcc -g -O -c str_intern.c str_intern.c: In function 'find_interned_string': str_intern.c:159:18: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (!strcmp(s, p->s)) { ^~~~~~ str_intern.c: In function 'str_intern': str_intern.c:244:31: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] intern_bytes_saved += strlen(s); ^~~~~~ str_intern.c:244:31: warning: incompatible implicit declaration of built-in function 'strlen' str_intern.c:244:31: note: include '' or provide a declaration of 'strlen' --- sym_table.o --- gcc -g -O -c sym_table.c --- tasks.o --- gcc -g -O -c tasks.c --- timers.o --- gcc -g -O -c timers.c --- unparse.o --- gcc -g -O -c unparse.c --- utils.o --- gcc -g -O -c utils.c --- verbs.o --- gcc -g -O -c verbs.c --- version.o --- gcc -g -O -c version.c --- net_single.o --- touch net_single.o --- net_multi.o --- touch net_multi.o --- net_mp_selct.o --- touch net_mp_selct.o --- net_mp_poll.o --- touch net_mp_poll.o --- net_bsd_tcp.o --- touch net_bsd_tcp.o --- net_bsd_lcl.o --- touch net_bsd_lcl.o --- net_sysv_tcp.o --- touch net_sysv_tcp.o --- net_sysv_lcl.o --- touch net_sysv_lcl.o --- y.tab.h --- touch y.tab.h --- network.o --- gcc -g -O -c network.c --- net_mplex.o --- gcc -g -O -c net_mplex.c --- net_proto.o --- gcc -g -O -c net_proto.c --- keywords.o --- gcc -g -O -c keywords.c --- moo --- gcc -g -O ast.o code_gen.o db_file.o db_io.o db_objects.o db_properties.o db_verbs.o decompile.o disassemble.o eval_env.o eval_vm.o exceptions.o execute.o extensions.o functions.o keywords.o list.o log.o malloc.o match.o md5.o name_lookup.o network.o net_mplex.o net_proto.o numbers.o objects.o parse_cmd.o pattern.o program.o property.o quota.o ref_count.o regexpr.o server.o storage.o streams.o str_intern.o sym_table.o tasks.o timers.o unparse.o utils.o verbs.o version.o parser.o -lintl -lm -lcrypt -lm -o moo