Last 2000 lines of build log: --- foldit.d --- # create vis/foldit.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f foldit.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vis/foldit.c && mv -f foldit.d.tmp foldit.d --- dependall-usr.sbin --- --- dependall-rtadvd --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o rump.rtadvd rtadvd.o advcap.o if.o config.o timer.o dump.o expandm.o rtadvd_rumpops.o --- dependall-sys --- touch ioconf.c ioconf.h locators.h --- if_sl.d --- # create if_sl/if_sl.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f if_sl.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DINET -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/if_sl -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/arch -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2024.09.02.15.34.08-amd64/src/sys/net/if_sl.c && mv -f if_sl.d.tmp if_sl.d --- dependall-if_smsc --- dependall ===> sys/modules/if_smsc --- dependall-external --- --- dependall-atf --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o build_test build_test.o test_helpers.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dup': /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:102:17: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 102 | RSA_get0_key(key->rsa, NULL, NULL, &d); | ^~~~~~~~~~~~ In file included from /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2024.09.02.15.34.08-amd64/destdir/usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:103:17: warning: 'RSAPrivateKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 103 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ In file included from /tmp/build/2024.09.02.15.34.08-amd64/destdir/usr/include/openssl/rsa.h:21: /tmp/build/2024.09.02.15.34.08-amd64/destdir/usr/include/openssl/rsa.h:449:1: note: declared here 449 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPrivateKey) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:103:17: warning: 'RSAPublicKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 103 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ /tmp/build/2024.09.02.15.34.08-amd64/destdir/usr/include/openssl/rsa.h:448:1: note: declared here 448 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPublicKey) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:125:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 125 | RSA_free(new->rsa); | ^~~~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_free': /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:147:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 147 | RSA_free(rsa_key->rsa); | ^~~~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dump_one': /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:161:17: warning: 'RSA_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 161 | RSA_print_fp(stdout, key->rsa, 4); | ^~~~~~~~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/destdir/usr/include/openssl/rsa.h:339:27: note: declared here 339 | OSSL_DEPRECATEDIN_3_0 int RSA_print_fp(FILE *fp, const RSA *r, int offset); | ^~~~~~~~~~~~ --- dependall-external --- --- check_test --- # link atf-c++/check_test /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-c++ --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -Wl,-z,relro -pie -shared-libgcc -o check_test check_test.o test_helpers.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib -latf-c++ -latf-c --- dependall-usr.bin --- --- vis.d --- # create vis/vis.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f vis.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vis/vis.c && mv -f vis.d.tmp vis.d --- dependall-vmstat --- dependall ===> usr.bin/vmstat --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb --- --- cp-name-parser.d --- --- dependall-bsd --- --- dependall-tmux --- --- window-client.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o window-client.o window-client.o.o && rm -f window-client.o.o --- dependall-usr.bin --- --- drvstats.d --- --- dependall-external --- --- dependall-gpl3 --- # create libgdb/cp-name-parser.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f cp-name-parser.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -D_KERNTYPES -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64/gnulib/import -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 -include /tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES cp-name-parser.c && mv -f cp-name-parser.d.tmp cp-name-parser.d --- dependall-usr.bin --- # create vmstat/drvstats.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f drvstats.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -D_KMEMUSER -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vmstat/drvstats.c && mv -f drvstats.d.tmp drvstats.d --- dependall-external --- --- dependall-bsd --- --- dependall-nvi --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o v_search.o v_search.o.o && rm -f v_search.o.o --- dependall-usr.sbin --- --- dependall-npf --- dependall ===> usr.sbin/npf --- dependall-external --- --- v_section.o --- # compile nvi/v_section.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/vi/v_section.c -o v_section.o.o --- dependall-sys --- --- ioconf.c --- --- dependall-usr.sbin --- --- dependall-npfctl --- --- dependall-sys --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbconfig -b /tmp/build/2024.09.02.15.34.08-amd64/obj/sys/modules/if_smsc -s /tmp/build/2024.09.02.15.34.08-amd64/src/sys /tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/if_smsc/if_smsc.ioconf --- dependall-usr.bin --- --- dependall-vis --- --- .depend --- # create vis/.depend rm -f .depend --- dependall-usr.sbin --- dependall ===> usr.sbin/npf/npfctl --- dependall-usr.bin --- CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend foldit.d vis.d --- dependall --- --- dependall-usr.sbin --- --- dependall-racoon --- --- policy.d --- # create racoon/policy.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f policy.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/policy.c && mv -f policy.d.tmp policy.d --- dependall-npf --- --- npf_scan.c --- # lex npfctl/npf_scan.c /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nblex -onpf_scan.c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf_scan.l --- dependall-ypserv --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o ypserv_db.o ypserv_db.o.o && rm -f ypserv_db.o.o --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- vis.html1 --- # format vis/vis.html1 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vis/vis.1 > vis.html1.tmp && mv -f vis.html1.tmp vis.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vis/vis.1 > vis.html1.tmp && mv -f vis.html1.tmp vis.html1; fi --- vis.o --- # compile vis/vis.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vis/vis.c -o vis.o.o --- dependall-usr.sbin --- --- ypserv_xdr.o --- --- dependall-sys --- touch ioconf.c ioconf.h locators.h --- dependall-usr.sbin --- # compile ypserv/ypserv_xdr.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DOPTIMIZE_DB -DLIBWRAP -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libc/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/ypserv/ypserv/../common -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/ypserv/ypserv/ypserv_xdr.c -o ypserv_xdr.o.o --- dependall-npf --- --- npf_parse.c --- --- dependall-external --- --- dependall-wpa --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o eap_sake_common.o eap_sake_common.o.o && rm -f eap_sake_common.o.o --- dependall-usr.sbin --- # yacc npfctl/npf_parse.c /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbyacc -d -o npf_parse.c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf_parse.y --- dependall-sys --- --- if_smsc.d --- --- dependall-external --- --- dependall-atf --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o check_test check_test.o test_helpers.o --- dependall-sys --- # create if_smsc/if_smsc.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f if_smsc.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DINET -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/if_smsc -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/arch -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2024.09.02.15.34.08-amd64/src/sys/dev/usb/if_smsc.c && mv -f if_smsc.d.tmp if_smsc.d --- dependall-external --- --- dependall-wpa --- --- eap_sim_common.o --- --- dependall-atf --- --- config_test --- --- dependall-wpa --- # compile hostapd/eap_sim_common.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -Diphdr=ip -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/eap_common/eap_sim_common.c -o eap_sim_common.o.o --- dependall-atf --- # link atf-c++/config_test /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-c++ --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -Wl,-z,relro -pie -shared-libgcc -o config_test config_test.o test_helpers.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib -latf-c++ -latf-c --- dependall-usr.sbin --- --- npf_bpf_comp.d --- # create npfctl/npf_bpf_comp.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_bpf_comp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf_bpf_comp.c && mv -f npf_bpf_comp.d.tmp npf_bpf_comp.d --- dependall-usr.bin --- --- dependall-vmstat --- --- vmstat.d --- --- dependall-sys --- --- dependall-if_sl --- --- ioconf.d --- --- dependall-usr.bin --- # create vmstat/vmstat.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f vmstat.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -D_KMEMUSER -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys -Wno-format-nonliteral -Wno-error=stack-protector /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vmstat/vmstat.c && mv -f vmstat.d.tmp vmstat.d --- dependall-sys --- # create if_sl/ioconf.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DINET -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/if_sl -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/arch -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-usr.sbin --- --- dependall-racoon --- --- privsep.d --- # create racoon/privsep.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f privsep.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/privsep.c && mv -f privsep.d.tmp privsep.d --- dependall-plainrsa-gen --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o rsalist.o rsalist.o.o && rm -f rsalist.o.o --- sockmisc.o --- # compile plainrsa-gen/sockmisc.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o.o --- dependall-sys --- --- .depend --- # create if_sl/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .d -d -f .depend if_sl.d ioconf.d --- dependall --- --- dependall-usr.sbin --- --- dependall-ypserv --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o ypserv_xdr.o ypserv_xdr.o.o && rm -f ypserv_xdr.o.o --- dependall-sys --- --- dependall-if_smsc --- --- ioconf.d --- --- dependall-usr.sbin --- --- dependall-npf --- --- npf_build.d --- # create npfctl/npf_build.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_build.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf_build.c && mv -f npf_build.d.tmp npf_build.d --- dependall-sys --- # create if_smsc/ioconf.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DINET -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/if_smsc -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/arch -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-usr.sbin --- --- dependall-ypserv --- --- gethnamaddr.o --- # compile ypserv/gethnamaddr.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DOPTIMIZE_DB -DLIBWRAP -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libc/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/ypserv/ypserv/../common -D_KERNTYPES -c -UYP -D_LIBC /tmp/build/2024.09.02.15.34.08-amd64/src/lib/libc/net/gethnamaddr.c -o gethnamaddr.o.o --- dependall-usr.bin --- --- .depend --- # create vmstat/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend drvstats.d vmstat.d --- dependall-external --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o config_test config_test.o test_helpers.o --- dependall-usr.bin --- --- dependall --- --- dependall-vndcompress --- dependall ===> usr.bin/vndcompress --- main.d --- # create vndcompress/main.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f main.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vndcompress/main.c && mv -f main.d.tmp main.d --- dependall-external --- --- dependall-nvi --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o v_section.o v_section.o.o && rm -f v_section.o.o --- v_sentence.o --- --- dependall-sys --- --- .depend --- --- dependall-external --- # compile nvi/v_sentence.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/vi/v_sentence.c -o v_sentence.o.o --- dependall-sys --- # create if_smsc/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .d -d -f .depend if_smsc.d ioconf.d --- dependall-usr.sbin --- --- dependall-npf --- --- npf_cmd.d --- --- dependall-sys --- --- dependall --- --- dependall-usr.sbin --- # create npfctl/npf_cmd.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_cmd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf_cmd.c && mv -f npf_cmd.d.tmp npf_cmd.d --- dependall-usr.bin --- --- dependall-vmstat --- --- .gdbinit --- rm -f .gdbinit --- dependall-sys --- --- dependall-if_sl --- --- if_sl.o --- --- dependall-usr.bin --- echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- dependall-sys --- # compile if_sl/if_sl.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -g -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mcmodel=kernel -fno-omit-frame-pointer -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DINET -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/if_sl -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/arch -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2024.09.02.15.34.08-amd64/src/sys/net/if_sl.c -o if_sl.o.o --- dependall-usr.bin --- --- vmstat.html1 --- # format vmstat/vmstat.html1 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vmstat/vmstat.1 > vmstat.html1.tmp && mv -f vmstat.html1.tmp vmstat.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vmstat/vmstat.1 > vmstat.html1.tmp && mv -f vmstat.html1.tmp vmstat.html1; fi --- dependall-vndcompress --- --- offtab.d --- --- dependall-vis --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o vis.o vis.o.o && rm -f vis.o.o --- dependall-vmstat --- --- drvstats.o --- --- dependall-vndcompress --- # create vndcompress/offtab.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f offtab.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vndcompress/offtab.c && mv -f offtab.d.tmp offtab.d --- dependall-vmstat --- # compile vmstat/drvstats.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -D_KMEMUSER -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vmstat/drvstats.c -o drvstats.o.o --- dependall-vis --- --- foldit.o --- # compile vis/foldit.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vis/foldit.c -o foldit.o.o --- dependall-usr.sbin --- --- dependall-racoon --- --- proposal.d --- # create racoon/proposal.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f proposal.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/proposal.c && mv -f proposal.d.tmp proposal.d --- dependall-sys --- --- dependall-if_run --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -L VERSION -o if_run.o if_run.o.o && rm -f if_run.o.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_data.d --- # create npfctl/npf_data.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_data.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf_data.c && mv -f npf_data.d.tmp npf_data.d --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-objcopy -x tsan_rtl_proc.pico --- dependall-usr.bin --- --- dependall-vndcompress --- --- utils.d --- # create vndcompress/utils.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f utils.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vndcompress/utils.c && mv -f utils.d.tmp utils.d --- vndcompress.d --- # create vndcompress/vndcompress.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f vndcompress.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vndcompress/vndcompress.c && mv -f vndcompress.d.tmp vndcompress.d --- dependall-sys --- --- dependall-if_smsc --- --- if_smsc.o --- # compile if_smsc/if_smsc.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -g -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mcmodel=kernel -fno-omit-frame-pointer -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DINET -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/if_smsc -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/arch -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2024.09.02.15.34.08-amd64/src/sys/dev/usb/if_smsc.c -o if_smsc.o.o --- dependall-usr.bin --- --- dependall-w --- --- dependall-vis --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o foldit.o foldit.o.o && rm -f foldit.o.o --- dependall-w --- dependall ===> usr.bin/w --- dependall-vis --- --- vis --- --- dependall-sys --- --- dependall-if_run --- --- if_run.kmod --- --- dependall-usr.bin --- # link vis/vis /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o vis vis.o foldit.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib --- dependall-sys --- # link if_run/if_run.kmod /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -Wl,--warn-shared-textrel -Wl,-z,relro -nostdlib -r -Wl,-T,/tmp/build/2024.09.02.15.34.08-amd64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=if_run.kmod.map -o if_run.kmod if_run.o --- dependall-usr.sbin --- --- dependall-racoon --- --- prsa_par.d --- # create racoon/prsa_par.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f prsa_par.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -Wno-error=deprecated-declarations prsa_par.c && mv -f prsa_par.d.tmp prsa_par.d --- dependall-usr.bin --- --- dependall-w --- --- fmt.d --- # create w/fmt.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f fmt.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX /tmp/build/2024.09.02.15.34.08-amd64/src/bin/ps/fmt.c && mv -f fmt.d.tmp fmt.d --- dependall-sys --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -L VERSION -o if_run.kmod if_run.o --- dependall-usr.bin --- --- dependall-vndcompress --- --- vnduncompress.d --- --- dependall-usr.sbin --- --- dependall-npf --- --- npf_extmod.d --- --- dependall-usr.bin --- # create vndcompress/vnduncompress.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f vnduncompress.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vndcompress/vnduncompress.c && mv -f vnduncompress.d.tmp vnduncompress.d --- dependall-usr.sbin --- # create npfctl/npf_extmod.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_extmod.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf_extmod.c && mv -f npf_extmod.d.tmp npf_extmod.d --- dependall-usr.bin --- --- dependall-vis --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o vis vis.o foldit.o --- dependall-wall --- dependall ===> usr.bin/wall --- term_chk.d --- --- dependall-external --- --- tsan_rtl_proc.po --- --- dependall-usr.bin --- --- dependall-w --- --- pr_time.d --- --- dependall-wall --- # create wall/term_chk.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f term_chk.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/write /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/write/term_chk.c && mv -f term_chk.d.tmp term_chk.d --- dependall-external --- # compile libtsan/tsan_rtl_proc.po --- dependall-usr.bin --- --- dependall-w --- # create w/pr_time.d --- dependall-external --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=4ad38f18 -O2 -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -fPIC -fno-builtin -fno-exceptions -fno-rtti -funwind-tables -fvisibility=hidden -fno-ipa-icf -std=gnu++14 --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gcc/dist/libsanitizer/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gcc/dist/libsanitizer -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_NEEDS_SEGV=1 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -DCAN_SANITIZE_UB=0 -c -DGPROF -DPROF -pg -fPIC /tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gcc/dist/libsanitizer/tsan/tsan_rtl_proc.cpp -o tsan_rtl_proc.po --- dependall-usr.bin --- CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f pr_time.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -Wno-format-y2k /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/w/pr_time.c && mv -f pr_time.d.tmp pr_time.d --- dependall-usr.sbin --- --- npf_parse.d --- --- dependall-external --- --- dependall-bsd --- --- dependall-ntp --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o refclock_jupiter.o refclock_jupiter.o.o && rm -f refclock_jupiter.o.o --- dependall-usr.sbin --- # create npfctl/npf_parse.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_parse.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES npf_parse.c && mv -f npf_parse.d.tmp npf_parse.d --- dependall-external --- --- refclock_leitch.o --- # compile ntpd/refclock_leitch.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DHAVE_CONFIG_H -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/unix/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/nothreads/include -DHAVE_DNSREGISTRATION=1 -DOPENSSL -DAUTOKEY -DUSE_OPENSSL_CRYPTO_RAND -DWANT_IPV6 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/sntp/libopts -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/ntpd -I. -c -Wno-format-truncation /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/ntpd/refclock_leitch.c -o refclock_leitch.o.o --- dependall-usr.bin --- --- dependall-vndcompress --- --- .depend --- # create vndcompress/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend main.d offtab.d utils.d vndcompress.d vnduncompress.d --- dependall --- --- dependall-w --- --- w.d --- # create w/w.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f w.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -Wno-format-truncation /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/w/w.c && mv -f w.d.tmp w.d --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb --- --- d-exp.d --- # create libgdb/d-exp.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f d-exp.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -D_KERNTYPES -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64/gnulib/import -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 -include /tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES d-exp.c && mv -f d-exp.d.tmp d-exp.d --- dependall-bsd --- --- dependall-nvi --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o v_sentence.o v_sentence.o.o && rm -f v_sentence.o.o --- dependall-usr.bin --- --- dependall-vndcompress --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- dependall-external --- --- v_status.o --- --- dependall-usr.bin --- --- vndcompress.html1 --- --- dependall-external --- # compile nvi/v_status.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/vi/v_status.c -o v_status.o.o --- dependall-usr.bin --- # format vndcompress/vndcompress.html1 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vndcompress/vndcompress.1 > vndcompress.html1.tmp && mv -f vndcompress.html1.tmp vndcompress.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vndcompress/vndcompress.1 > vndcompress.html1.tmp && mv -f vndcompress.html1.tmp vndcompress.html1; fi --- main.o --- # compile vndcompress/main.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vndcompress/main.c -o main.o.o --- dependall-wall --- --- utmpentry.d --- # create wall/utmpentry.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f utmpentry.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/write /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who/utmpentry.c && mv -f utmpentry.d.tmp utmpentry.d --- dependall-usr.sbin --- --- dependall-racoon --- --- prsa_tok.d --- # create racoon/prsa_tok.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f prsa_tok.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES prsa_tok.c && mv -f prsa_tok.d.tmp prsa_tok.d --- dependall-npf --- --- npf_scan.d --- # create npfctl/npf_scan.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_scan.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES npf_scan.c && mv -f npf_scan.d.tmp npf_scan.d --- dependall-usr.bin --- --- dependall-w --- --- .depend --- # create w/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend fmt.d pr_time.d w.d --- dependall --- --- dependall-wall --- --- wall.d --- # create wall/wall.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f wall.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/write -Wno-format-truncation /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/wall/wall.c && mv -f wall.d.tmp wall.d --- dependall-w --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- w.html1 --- # format w/w.html1 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/w/w.1 > w.html1.tmp && mv -f w.html1.tmp w.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/w/w.1 > w.html1.tmp && mv -f w.html1.tmp w.html1; fi --- dependall-usr.sbin --- --- npf_show.d --- # create npfctl/npf_show.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_show.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf_show.c && mv -f npf_show.d.tmp npf_show.d --- dependall-usr.bin --- --- uptime.html1 --- --- dependall-usr.sbin --- --- dependall-racoon --- --- remoteconf.d --- # create racoon/remoteconf.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f remoteconf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/remoteconf.c && mv -f remoteconf.d.tmp remoteconf.d --- dependall-usr.bin --- # format w/uptime.html1 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/w/uptime.1 > uptime.html1.tmp && mv -f uptime.html1.tmp uptime.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/w/uptime.1 > uptime.html1.tmp && mv -f uptime.html1.tmp uptime.html1; fi --- dependall-external --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o v_status.o v_status.o.o && rm -f v_status.o.o --- dependall-usr.bin --- --- fmt.o --- # compile w/fmt.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -c /tmp/build/2024.09.02.15.34.08-amd64/src/bin/ps/fmt.c -o fmt.o.o --- dependall-external --- --- v_txt.o --- # compile nvi/v_txt.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/vi/v_txt.c -o v_txt.o.o --- dependall-usr.bin --- --- dependall-wall --- --- .depend --- # create wall/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend term_chk.d utmpentry.d wall.d --- dependall --- --- dependall-vndcompress --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o main.o main.o.o && rm -f main.o.o --- offtab.o --- # compile vndcompress/offtab.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vndcompress/offtab.c -o offtab.o.o --- dependall-wall --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- wall.html1 --- # format wall/wall.html1 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/wall/wall.1 > wall.html1.tmp && mv -f wall.html1.tmp wall.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/wall/wall.1 > wall.html1.tmp && mv -f wall.html1.tmp wall.html1; fi --- wall.o --- # compile wall/wall.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/write -c -Wno-format-truncation /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/wall/wall.c -o wall.o.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_var.d --- --- dependall-plainrsa-gen --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o sockmisc.o sockmisc.o.o && rm -f sockmisc.o.o --- dependall-npf --- # create npfctl/npf_var.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_var.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf_var.c && mv -f npf_var.d.tmp npf_var.d --- dependall-plainrsa-gen --- --- genlist.o --- # compile plainrsa-gen/genlist.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/genlist.c -o genlist.o.o --- dependall-usr.bin --- --- dependall-w --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o fmt.o fmt.o.o && rm -f fmt.o.o --- dependall-usr.sbin --- --- dependall-npf --- --- npfctl.d --- --- dependall-usr.bin --- --- pr_time.o --- --- dependall-usr.sbin --- # create npfctl/npfctl.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npfctl.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npfctl.c && mv -f npfctl.d.tmp npfctl.d --- dependall-usr.bin --- # compile w/pr_time.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -c -Wno-format-y2k /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/w/pr_time.c -o pr_time.o.o --- dependall-usr.sbin --- --- dependall-racoon --- --- rsalist.d --- # create racoon/rsalist.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f rsalist.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -Wno-error=deprecated-declarations /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c && mv -f rsalist.d.tmp rsalist.d --- dependall-usr.bin --- --- dependall-vmstat --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o drvstats.o drvstats.o.o && rm -f drvstats.o.o --- vmstat.o --- # compile vmstat/vmstat.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -D_KMEMUSER -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys -c -Wno-format-nonliteral -Wno-error=stack-protector /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vmstat/vmstat.c -o vmstat.o.o --- dependall-usr.sbin --- --- dependall-npf --- --- .depend --- # create npfctl/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend npf_bpf_comp.d npf_build.d npf_cmd.d npf_data.d npf_extmod.d npf_parse.d npf_scan.d npf_show.d npf_var.d npfctl.d --- dependall-plainrsa-gen --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o genlist.o genlist.o.o && rm -f genlist.o.o --- dependall-npf --- --- dependall --- --- dependall-plainrsa-gen --- --- prsa_par.o --- # compile plainrsa-gen/prsa_par.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c -Wno-error=deprecated-declarations prsa_par.c -o prsa_par.o.o --- dependall-npf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- npfctl.html8 --- --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-objcopy -X tsan_rtl_proc.po --- dependall-usr.sbin --- # format npfctl/npfctl.html8 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npfctl.8 > npfctl.html8.tmp && mv -f npfctl.html8.tmp npfctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npfctl.8 > npfctl.html8.tmp && mv -f npfctl.html8.tmp npfctl.html8; fi --- dependall-usr.bin --- --- dependall-w --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o pr_time.o pr_time.o.o && rm -f pr_time.o.o --- dependall-usr.sbin --- --- dependall-npfd --- dependall ===> usr.sbin/npf/npfd --- dependall-npfctl --- --- npf.conf.html5 --- # format npfctl/npf.conf.html5 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf.conf.5 > npf.conf.html5.tmp && mv -f npf.conf.html5.tmp npf.conf.html5; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf.conf.5 > npf.conf.html5.tmp && mv -f npf.conf.html5.tmp npf.conf.html5; fi --- dependall-usr.bin --- --- w.o --- # compile w/w.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -c -Wno-format-truncation /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/w/w.c -o w.o.o --- dependall-usr.sbin --- --- dependall-npfd --- --- npfd.d --- --- dependall-npfctl --- --- npfctl.o --- --- dependall-npfd --- # create npfd/npfd.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npfd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfd/npfd.c && mv -f npfd.d.tmp npfd.d --- dependall-npfctl --- # compile npfctl/npfctl.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npfctl.c -o npfctl.o.o --- dependall-racoon --- --- safefile.d --- # create racoon/safefile.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f safefile.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/safefile.c && mv -f safefile.d.tmp safefile.d --- dependall-ypserv --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o gethnamaddr.o gethnamaddr.o.o && rm -f gethnamaddr.o.o --- getnetnamadr.o --- --- dependall-external --- --- dependall-bsd --- --- dependall-wpa --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o eap_sim_common.o eap_sim_common.o.o && rm -f eap_sim_common.o.o --- dependall-usr.sbin --- # compile ypserv/getnetnamadr.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DOPTIMIZE_DB -DLIBWRAP -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libc/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/ypserv/ypserv/../common -D_KERNTYPES -c -UYP -D_LIBC /tmp/build/2024.09.02.15.34.08-amd64/src/lib/libc/net/getnetnamadr.c -o getnetnamadr.o.o --- dependall-external --- --- ikev2_common.o --- # compile hostapd/ikev2_common.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -Diphdr=ip -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/eap_common/ikev2_common.c -o ikev2_common.o.o --- dependall-ntp --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o refclock_leitch.o refclock_leitch.o.o && rm -f refclock_leitch.o.o --- refclock_local.o --- # compile ntpd/refclock_local.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DHAVE_CONFIG_H -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/unix/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/nothreads/include -DHAVE_DNSREGISTRATION=1 -DOPENSSL -DAUTOKEY -DUSE_OPENSSL_CRYPTO_RAND -DWANT_IPV6 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/sntp/libopts -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/ntpd -I. -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/ntpd/refclock_local.c -o refclock_local.o.o --- dependall-gpl3 --- --- dependall-gdb --- --- f-exp.d --- # create libgdb/f-exp.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f f-exp.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -D_KERNTYPES -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64/gnulib/import -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 -include /tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES f-exp.c && mv -f f-exp.d.tmp f-exp.d --- dependall-gcc --- --- tsan_rtl_mutex.po --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-objcopy -X tsan_rtl_mutex.po --- dependall-usr.sbin --- --- dependall-racoon --- --- sainfo.d --- # create racoon/sainfo.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f sainfo.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/sainfo.c && mv -f sainfo.d.tmp sainfo.d --- dependall-external --- --- tsan_rtl_report.pico --- --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfd --- --- npfd_log.d --- --- dependall-external --- # compile libtsan/tsan_rtl_report.pico /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=fe4cc0a6 -O2 -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -fPIC -fno-builtin -fno-exceptions -fno-rtti -funwind-tables -fvisibility=hidden -fno-ipa-icf -std=gnu++14 --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gcc/dist/libsanitizer/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gcc/dist/libsanitizer -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DASAN_NEEDS_SEGV=1 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 -DCAN_SANITIZE_UB=0 -c -DPIC -fPIC /tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gcc/dist/libsanitizer/tsan/tsan_rtl_report.cpp -o tsan_rtl_report.pico --- dependall-usr.sbin --- # create npfd/npfd_log.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npfd_log.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfd/npfd_log.c && mv -f npfd_log.d.tmp npfd_log.d --- dependall-usr.bin --- --- dependall-wall --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o wall.o wall.o.o && rm -f wall.o.o --- utmpentry.o --- # compile wall/utmpentry.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/write -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who/utmpentry.c -o utmpentry.o.o --- dependall-usr.sbin --- --- .depend --- # create npfd/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend npfd.d npfd_log.d --- dependall-racoon --- --- schedule.d --- --- dependall-npf --- --- dependall --- --- dependall-racoon --- # create racoon/schedule.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f schedule.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/schedule.c && mv -f schedule.d.tmp schedule.d --- dependall-usr.bin --- --- dependall-vndcompress --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o offtab.o offtab.o.o && rm -f offtab.o.o --- utils.o --- # compile vndcompress/utils.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vndcompress/utils.c -o utils.o.o --- dependall-usr.sbin --- --- dependall-npf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- npfd.html8 --- # format npfd/npfd.html8 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfd/npfd.8 > npfd.html8.tmp && mv -f npfd.html8.tmp npfd.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfd/npfd.8 > npfd.html8.tmp && mv -f npfd.html8.tmp npfd.html8; fi --- dependall-sys --- --- dependall-if_sl --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -L VERSION -o if_sl.o if_sl.o.o && rm -f if_sl.o.o --- dependall-usr.sbin --- --- npfd.o --- # compile npfd/npfd.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfd/npfd.c -o npfd.o.o --- dependall-racoon --- --- session.d --- # create racoon/session.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f session.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/session.c && mv -f session.d.tmp session.d --- dependall-sys --- --- if_sl.kmod --- # link if_sl/if_sl.kmod /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -Wl,--warn-shared-textrel -Wl,-z,relro -nostdlib -r -Wl,-T,/tmp/build/2024.09.02.15.34.08-amd64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=if_sl.kmod.map -o if_sl.kmod if_sl.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -L VERSION -o if_sl.kmod if_sl.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsa_parse_file': /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:423:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 423 | rsa_cur = RSA_new(); | ^~~~~~~ In file included from /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2024.09.02.15.34.08-amd64/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:426:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 426 | RSA_free(rsa_cur); | ^~~~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsaparse': /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:192:25: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 192 | } else if (1 != RSA_set0_key(rsa_cur, bn_n, bn_e, NULL)) { | ^ /tmp/build/2024.09.02.15.34.08-amd64/destdir/usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:201:25: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 201 | } else if (1 != RSA_set0_key(rsa_cur, bn_n, bn_e, bn_d)) { | ^ /tmp/build/2024.09.02.15.34.08-amd64/destdir/usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:208:25: warning: 'RSA_set0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 208 | } else if (1 != RSA_set0_factors(rsa_cur, bn_p, bn_q)) { | ^ /tmp/build/2024.09.02.15.34.08-amd64/destdir/usr/include/openssl/rsa.h:208:27: note: declared here 208 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q); | ^~~~~~~~~~~~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:211:25: warning: 'RSA_set0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 211 | } else if (1 != RSA_set0_crt_params(rsa_cur, bn_dmp1, bn_dmq1, bn_iqmp)) { | ^ /tmp/build/2024.09.02.15.34.08-amd64/destdir/usr/include/openssl/rsa.h:209:27: note: declared here 209 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r, | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:218:17: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 218 | rsa_cur = RSA_new(); | ^~~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ --- dependall-sys --- --- dependall-if_smsc --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -L VERSION -o if_smsc.o if_smsc.o.o && rm -f if_smsc.o.o --- dependall-usr.sbin --- --- prsa_tok.o --- # compile plainrsa-gen/prsa_tok.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c prsa_tok.c -o prsa_tok.o.o --- dependall-external --- --- dependall-bsd --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o refclock_local.o refclock_local.o.o && rm -f refclock_local.o.o --- dependall-usr.bin --- --- dependall-wall --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o utmpentry.o utmpentry.o.o && rm -f utmpentry.o.o --- dependall-external --- --- refclock_msfees.o --- --- dependall-usr.bin --- --- term_chk.o --- --- dependall-external --- # compile ntpd/refclock_msfees.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DHAVE_CONFIG_H -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/unix/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/nothreads/include -DHAVE_DNSREGISTRATION=1 -DOPENSSL -DAUTOKEY -DUSE_OPENSSL_CRYPTO_RAND -DWANT_IPV6 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/sntp/libopts -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/ntpd -I. -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/ntpd/refclock_msfees.c -o refclock_msfees.o.o --- dependall-usr.bin --- # compile wall/term_chk.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/write -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/write/term_chk.c -o term_chk.o.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o npfctl.o npfctl.o.o && rm -f npfctl.o.o --- npf_cmd.o --- # compile npfctl/npf_cmd.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf_cmd.c -o npf_cmd.o.o --- dependall-external --- --- dependall-ipf --- --- ip_nat6.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o ip_nat6.o ip_nat6.o.o && rm -f ip_nat6.o.o --- dependall-usr.sbin --- --- dependall-ypserv --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o getnetnamadr.o getnetnamadr.o.o && rm -f getnetnamadr.o.o --- dependall-sys --- --- if_smsc.kmod --- # link if_smsc/if_smsc.kmod /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -Wl,--warn-shared-textrel -Wl,-z,relro -nostdlib -r -Wl,-T,/tmp/build/2024.09.02.15.34.08-amd64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=if_smsc.kmod.map -o if_smsc.kmod if_smsc.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_var.o --- # compile npfctl/npf_var.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf_var.c -o npf_var.o.o --- dependall-ypserv --- --- ypserv --- --- dependall-racoon --- --- sockmisc.d --- --- dependall-ypserv --- # link ypserv/ypserv /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o ypserv ypserv.o ypserv_proc.o ypserv_db.o ypserv_xdr.o gethnamaddr.o getnetnamadr.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib -lwrap -lblocklist -lutil -L/tmp/build/2024.09.02.15.34.08-amd64/obj/usr.sbin/ypserv/common -lcommon --- dependall-racoon --- # create racoon/sockmisc.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f sockmisc.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c && mv -f sockmisc.d.tmp sockmisc.d --- dependall-sys --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -L VERSION -o if_smsc.kmod if_smsc.o --- dependall-usr.bin --- --- dependall-vndcompress --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o utils.o utils.o.o && rm -f utils.o.o --- dependall-external --- --- dependall-ntp --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o refclock_msfees.o refclock_msfees.o.o && rm -f refclock_msfees.o.o --- refclock_mx4200.o --- --- dependall-usr.bin --- --- vndcompress.o --- # compile vndcompress/vndcompress.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vndcompress/vndcompress.c -o vndcompress.o.o --- dependall-external --- # compile ntpd/refclock_mx4200.o --- dependall-sys --- --- dependall-if_srt --- --- dependall-external --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DHAVE_CONFIG_H -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/unix/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/nothreads/include -DHAVE_DNSREGISTRATION=1 -DOPENSSL -DAUTOKEY -DUSE_OPENSSL_CRYPTO_RAND -DWANT_IPV6 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/sntp/libopts -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/ntpd -I. -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/ntpd/refclock_mx4200.c -o refclock_mx4200.o.o --- dependall-sys --- dependall ===> sys/modules/if_srt --- dependall-usr.sbin --- --- dependall-ypserv --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o ypserv ypserv.o ypserv_proc.o ypserv_db.o ypserv_xdr.o gethnamaddr.o getnetnamadr.o --- dependall-npf --- --- dependall-npfd --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o npfd.o npfd.o.o && rm -f npfd.o.o --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb --- --- go-exp.d --- # create libgdb/go-exp.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f go-exp.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -D_KERNTYPES -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64/gnulib/import -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 -include /tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES go-exp.c && mv -f go-exp.d.tmp go-exp.d --- dependall-usr.sbin --- --- npfd_log.o --- # compile npfd/npfd_log.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfd/npfd_log.c -o npfd_log.o.o --- dependall-ypserv --- --- dependall-yptest --- --- dependall-external --- --- dependall-bsd --- --- dependall-atf --- --- tests_test --- --- dependall-usr.sbin --- dependall ===> usr.sbin/ypserv/yptest --- dependall-racoon --- --- str2val.d --- --- dependall-external --- # link atf-c++/tests_test /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-c++ --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -Wl,-z,relro -pie -shared-libgcc -o tests_test tests_test.o test_helpers.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib -latf-c++ -latf-c --- dependall-usr.sbin --- # create racoon/str2val.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f str2val.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/str2val.c && mv -f str2val.d.tmp str2val.d --- dependall-ypserv --- --- yptest.d --- # create yptest/yptest.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f yptest.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/ypserv/yptest/../common -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/ypserv/yptest/yptest.c && mv -f yptest.d.tmp yptest.d --- dependall-external --- --- dependall-ntp --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o refclock_mx4200.o refclock_mx4200.o.o && rm -f refclock_mx4200.o.o --- refclock_neoclock4x.o --- # compile ntpd/refclock_neoclock4x.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DHAVE_CONFIG_H -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/unix/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/nothreads/include -DHAVE_DNSREGISTRATION=1 -DOPENSSL -DAUTOKEY -DUSE_OPENSSL_CRYPTO_RAND -DWANT_IPV6 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/sntp/libopts -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/ntpd -I. -c -Wno-format-truncation /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/ntpd/refclock_neoclock4x.c -o refclock_neoclock4x.o.o --- dependall-sys --- --- ioconf.c --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbconfig -b /tmp/build/2024.09.02.15.34.08-amd64/obj/sys/modules/if_srt -s /tmp/build/2024.09.02.15.34.08-amd64/src/sys /tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/if_srt/srt.ioconf --- dependall-usr.bin --- --- dependall-w --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o w.o w.o.o && rm -f w.o.o --- w --- # link w/w /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o w fmt.o pr_time.o w.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib -lkvm -lutil --- dependall-wall --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o term_chk.o term_chk.o.o && rm -f term_chk.o.o --- dependall-usr.sbin --- --- .depend --- --- dependall-usr.bin --- --- wall --- # link wall/wall /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o wall wall.o utmpentry.o term_chk.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib -lutil --- dependall-usr.sbin --- # create yptest/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend yptest.d --- dependall-racoon --- --- strnames.d --- --- dependall-usr.bin --- --- dependall-w --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o w fmt.o pr_time.o w.o --- dependall-usr.sbin --- # create racoon/strnames.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f strnames.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/strnames.c && mv -f strnames.d.tmp strnames.d --- dependall-ypserv --- --- dependall --- --- dependall-sys --- touch ioconf.c ioconf.h locators.h --- if_srt.d --- # create if_srt/if_srt.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f if_srt.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DINET -DINET6 -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/if_srt -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/arch -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2024.09.02.15.34.08-amd64/src/sys/net/if_srt.c && mv -f if_srt.d.tmp if_srt.d --- dependall-usr.bin --- --- dependall-wc --- dependall ===> usr.bin/wc --- dependall-external --- --- dependall-atf --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o tests_test tests_test.o test_helpers.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-usr.bin --- --- dependall-wall --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o wall wall.o utmpentry.o term_chk.o --- dependall-usr.sbin --- dependall ===> usr.sbin/pf --- dependall-usr.bin --- --- dependall-wc --- --- wc.d --- --- dependall-usr.sbin --- --- dependall-ypserv --- --- .gdbinit --- rm -f .gdbinit --- dependall-usr.bin --- # create wc/wc.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f wc.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/wc/wc.c && mv -f wc.d.tmp wc.d --- dependall-usr.sbin --- echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- dependall-pf --- --- dependall-authpf --- --- dependall-external --- --- dependall-ntp --- --- refclock_nmea.o --- --- dependall-usr.sbin --- --- dependall-ypserv --- --- yptest.html8 --- --- dependall-external --- # compile ntpd/refclock_nmea.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DHAVE_CONFIG_H -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/unix/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/nothreads/include -DHAVE_DNSREGISTRATION=1 -DOPENSSL -DAUTOKEY -DUSE_OPENSSL_CRYPTO_RAND -DWANT_IPV6 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/sntp/libopts -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/ntpd -I. -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/ntpd/refclock_nmea.c -o refclock_nmea.o.o --- dependall-usr.sbin --- --- dependall-pf --- dependall ===> usr.sbin/pf/authpf --- dependall-ypserv --- # format yptest/yptest.html8 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/ypserv/yptest/yptest.8 > yptest.html8.tmp && mv -f yptest.html8.tmp yptest.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/ypserv/yptest/yptest.8 > yptest.html8.tmp && mv -f yptest.html8.tmp yptest.html8; fi --- yptest.o --- # compile yptest/yptest.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/ypserv/yptest/../common -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/ypserv/yptest/yptest.c -o yptest.o.o --- dependall-pf --- --- authpf.d --- # create authpf/authpf.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f authpf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/usr.sbin/authpf/authpf.c && mv -f authpf.d.tmp authpf.d --- dependall-usr.bin --- --- .depend --- # create wc/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend wc.d --- dependall --- --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o npf_var.o npf_var.o.o && rm -f npf_var.o.o --- dependall-sys --- --- ioconf.d --- # create if_srt/ioconf.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DINET -DINET6 -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/if_srt -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/arch -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- prsa_par.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o prsa_par.o prsa_par.o.o && rm -f prsa_par.o.o --- dependall-external --- --- dependall-tmux --- --- tty.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o tty.o tty.o.o && rm -f tty.o.o --- dependall-usr.bin --- --- dependall-what --- --- dependall-external --- --- window-clock.o --- --- dependall-usr.bin --- dependall ===> usr.bin/what --- dependall-external --- # compile tmux/window-clock.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/tmux/dist -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/tmux/usr.bin/tmux -DHAVE_ASPRINTF=1 -DHAVE_B64_NTOP=1 -DHAVE_BITSTRING_H=1 -DHAVE_BSD_GETOPT=1 -DHAVE_CFMAKERAW=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOSEFROM=1 -DHAVE_CURSES_H=1 -DHAVE_DAEMON=1 -DHAVE_DIRENT_H=1 -DENABLE_SIXEL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_FCNTL_CLOSEM=1 -DHAVE_FCNTL_H=1 -DHAVE_FGETLN=1 -DHAVE_FLOCK=1 -DHAVE_FORKPTY=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETLINE=1 -DHAVE_GETPE--- dependall-usr.sbin --- --- dependall-npf --- --- npf_data.o --- --- dependall-external --- EREID=1 -DHAVE_GETPROGNAME=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBM=1 -DHAVE_LIBPROC_H=1 -DHAVE_MEMMEM=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_PROC_PID=1 -DHAVE_QUEUE_H=1 -DHAVE_REALLOCARRAY=1 -DHAVE_SETENV=1 -DHAVE_SETPROCTITLE=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRCASESTR=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 -DHAVE_STRNDUP=1 -DHAVE_STRSEP=1 -DHAVE_STRTONUM=1 -DHAVE_SYSCONF=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_SIGNAME=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TREE_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_TIPARM=1 -DHAVE_TREE_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTIL_H=1 -DHAVE_VIS=1 -DHAVE___PROGNAME=1 -DPACKAGE=\"tmux\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_NAME=\"tmux\" -DPACKAGE_STRING=\"tmux\ 3.4\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_URL=\"\" -DPACKAGE_VERSION=\"3.4\" -DSTDC_HEADERS=1 -DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:DG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' -DTMUX_LOCK_CMD='"lock -np"' -DTMUX_TERM='"tmux-256color"' -DTMUX_VERSION='"3.4"' -DVERSION=\"3.4\" -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_OPENBSD_SOURCE -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/tmux/dist/window-clock.c -o window-clock.o.o --- dependall-usr.bin --- --- dependall-wc --- --- .gdbinit --- --- dependall-usr.sbin --- # compile npfctl/npf_data.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf_data.c -o npf_data.o.o --- dependall-racoon --- --- throttle.d --- --- dependall-usr.bin --- rm -f .gdbinit --- dependall-usr.sbin --- # create racoon/throttle.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f throttle.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/throttle.c && mv -f throttle.d.tmp throttle.d --- dependall-usr.bin --- echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- wc.html1 --- # format wc/wc.html1 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/wc/wc.1 > wc.html1.tmp && mv -f wc.html1.tmp wc.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/wc/wc.1 > wc.html1.tmp && mv -f wc.html1.tmp wc.html1; fi --- dependall-usr.sbin --- --- dependall-pf --- --- .depend --- # create authpf/.depend rm -f .depend --- dependall-usr.bin --- --- dependall-what --- --- what.d --- --- dependall-usr.sbin --- CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend authpf.d --- dependall-usr.bin --- # create what/what.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f what.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/what/what.c && mv -f what.d.tmp what.d --- dependall-usr.sbin --- --- dependall --- --- dependall-usr.bin --- --- dependall-wc --- --- wc.o --- # compile wc/wc.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/wc/wc.c -o wc.o.o --- dependall-external --- --- dependall-wpa --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o ikev2_common.o ikev2_common.o.o && rm -f ikev2_common.o.o --- eap_server_aka.o --- # compile hostapd/eap_server_aka.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -Diphdr=ip -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/eap_server/eap_server_aka.c -o eap_server_aka.o.o --- dependall-usr.sbin --- --- .gdbinit --- rm -f .gdbinit --- dependall-npf --- --- dependall-npfd --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o npfd_log.o npfd_log.o.o && rm -f npfd_log.o.o --- dependall-pf --- echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- dependall-npf --- --- dependall-npfctl --- --- npf_cmd.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o npf_cmd.o npf_cmd.o.o && rm -f npf_cmd.o.o --- dependall-usr.bin --- --- dependall-what --- --- .depend --- # create what/.depend rm -f .depend --- dependall-usr.sbin --- --- dependall-npfd --- --- npfd --- --- dependall-usr.bin --- CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend what.d --- dependall-usr.sbin --- # link npfd/npfd /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o npfd npfd.o npfd_log.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib -lnpf -lpcap -lutil --- dependall-npfctl --- --- npf_build.o --- --- dependall-usr.bin --- --- dependall --- --- dependall-usr.sbin --- --- dependall-pf --- --- authpf.html8 --- --- dependall-npf --- # compile npfctl/npf_build.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf_build.c -o npf_build.o.o --- dependall-pf --- # format authpf/authpf.html8 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/usr.sbin/authpf/authpf.8 > authpf.html8.tmp && mv -f authpf.html8.tmp authpf.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/usr.sbin/authpf/authpf.8 > authpf.html8.tmp && mv -f authpf.html8.tmp authpf.html8; fi --- dependall-sys --- --- .depend --- # create if_srt/.depend rm -f .depend --- dependall-usr.sbin --- --- authpf.o --- --- dependall-racoon --- --- vendorid.d --- --- dependall-pf --- # compile authpf/authpf.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -c /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/usr.sbin/authpf/authpf.c -o authpf.o.o --- dependall-sys --- CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .d -d -f .depend if_srt.d ioconf.d --- dependall-usr.sbin --- --- dependall-racoon --- # create racoon/vendorid.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f vendorid.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/vendorid.c && mv -f vendorid.d.tmp vendorid.d --- dependall-sys --- --- dependall --- --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfd --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o npfd npfd.o npfd_log.o --- dependall-usr.bin --- echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- what.html1 --- # format what/what.html1 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/what/what.1 > what.html1.tmp && mv -f what.html1.tmp what.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/what/what.1 > what.html1.tmp && mv -f what.html1.tmp what.html1; fi --- dependall-usr.sbin --- --- dependall-npftest --- dependall ===> usr.sbin/npf/npftest --- dependall-usr.bin --- --- what.o --- # compile what/what.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/what/what.c -o what.o.o --- dependall-usr.sbin --- --- dependall-ypserv --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o yptest.o yptest.o.o && rm -f yptest.o.o --- yptest --- # link yptest/yptest /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o yptest yptest.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib -L/tmp/build/2024.09.02.15.34.08-amd64/obj/usr.sbin/ypserv/common -lcommon --- dependall-npf --- --- dependall-libnpftest --- dependall ===> usr.sbin/npf/npftest/libnpftest --- dependall-ypserv --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o yptest yptest.o --- dependall-external --- --- dependall-gpl3 --- --- m2-exp.d --- --- dependall-usr.sbin --- --- dependall-ypxfr --- --- dependall-external --- # create libgdb/m2-exp.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f m2-exp.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -D_KERNTYPES -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64/gnulib/import -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 -include /tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES m2-exp.c && mv -f m2-exp.d.tmp m2-exp.d --- dependall-usr.sbin --- dependall ===> usr.sbin/ypserv/ypxfr --- dependall-sys --- --- if_srt.o --- # compile if_srt/if_srt.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -g -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mcmodel=kernel -fno-omit-frame-pointer -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DINET -DINET6 -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/if_srt -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/arch -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2024.09.02.15.34.08-amd64/src/sys/net/if_srt.c -o if_srt.o.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_bpf_test.d --- # create libnpftest/npf_bpf_test.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_bpf_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -Wstack-protector -D_NPF_TESTING -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -D_FORTIFY_SOURCE=2 /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/npf_bpf_test.c && mv -f npf_bpf_test.d.tmp npf_bpf_test.d --- dependall-ypserv --- --- ypxfr.d --- # create ypxfr/ypxfr.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f ypxfr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/ypserv/ypxfr/../common -D_KERNTYPES -Wno-cast-function-type /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/ypserv/ypxfr/ypxfr.c && mv -f ypxfr.d.tmp ypxfr.d --- dependall-racoon --- --- vmbuf.d --- # create racoon/vmbuf.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f vmbuf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c && mv -f vmbuf.d.tmp vmbuf.d --- dependall-ypserv --- --- .depend --- # create ypxfr/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend ypxfr.d --- dependall --- --- dependall-external --- --- dependall-bsd --- --- dependall-tmux --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o window-clock.o window-clock.o.o && rm -f window-clock.o.o --- dependall-usr.bin --- --- dependall-vndcompress --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o vndcompress.o vndcompress.o.o && rm -f vndcompress.o.o --- dependall-external --- --- window-copy.o --- # compile tmux/window-copy.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/tmux/dist -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/tmux/usr.bin/tmux -DHAVE_ASPRINTF=1 -DHAVE_B64_NTOP=1 -DHAVE_BITSTRING_H=1 -DHAVE_BSD_GETOPT=1 -DHAVE_CFMAKERAW=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOSEFROM=1 -DHAVE_CURSES_H=1 -DHAVE_DAEMON=1 -DHAVE_DIRENT_H=1 -DENABLE_SIXEL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_FCNTL_CLOSEM=1 -DHAVE_FCNTL_H=1 -DHAVE_FGETLN=1 -DHAVE_FLOCK=1 -DHAVE_FORKPTY=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETLINE=1 -DHAVE_GETPEEREID=1 -DHAVE_GETPROGNAME=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBM=1 -DHAVE_LIBPROC_H=1 -DHAVE_MEMMEM=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_PROC_PID=1 -DHAVE_QUEUE_H=1 -DHAVE_REALLOCARRAY=1 -DHAVE_SETENV=1 -DHAVE_SETPROCTITLE=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRCASESTR=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 -DHAVE_STRNDUP=1 -DHAVE_STRSEP=1 -DHAVE_STRTONUM=1 -DHAVE_SYSCONF=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_SIGNAME=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TREE_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_TIPARM=1 -DHAVE_TREE_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTIL_H=1 -DHAVE_VIS=1 -DHAVE___PROGNAME=1 -DPACKAGE=\"tmux\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_NAME=\"tmux\" -DPACKAGE_STRING=\"tmux\ 3.4\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_URL=\"\" -DPACKAGE_VERSION=\"3.4\" -DSTDC_HEADERS=1 -DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:DG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' -DTMUX_LOCK_CMD='"lock -np"' -DTMUX_TERM='"tmux-256color"' -DTMUX_VERSION='"3.4"' -DVERSION=\"3.4\" -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_OPENBSD_SOURCE -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -c -Wno-maybe-uninitialized -Wno-pointer-sign /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/tmux/dist/window-copy.c -o window-copy.o.o --- dependall-usr.bin --- --- vnduncompress.o --- --- dependall-usr.sbin --- --- dependall-npf --- --- npf_gc_test.d --- --- dependall-usr.bin --- # compile vndcompress/vnduncompress.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/vndcompress/vnduncompress.c -o vnduncompress.o.o --- dependall-usr.sbin --- # create libnpftest/npf_gc_test.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_gc_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -Wstack-protector -D_NPF_TESTING -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -D_FORTIFY_SOURCE=2 /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c && mv -f npf_gc_test.d.tmp npf_gc_test.d --- dependall-usr.bin --- --- dependall-what --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o what.o what.o.o && rm -f what.o.o --- what --- --- dependall-usr.sbin --- --- dependall-ypserv --- --- .gdbinit --- --- dependall-usr.bin --- # link what/what /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o what what.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib --- dependall-usr.sbin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- ypxfr.html8 --- # format ypxfr/ypxfr.html8 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/ypserv/ypxfr/ypxfr.8 > ypxfr.html8.tmp && mv -f ypxfr.html8.tmp ypxfr.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/ypserv/ypxfr/ypxfr.8 > ypxfr.html8.tmp && mv -f ypxfr.html8.tmp ypxfr.html8; fi --- dependall-usr.bin --- --- dependall-wc --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o wc.o wc.o.o && rm -f wc.o.o --- dependall-usr.sbin --- --- ypxfr.o --- --- dependall-racoon --- --- .depend --- --- dependall-ypserv --- # compile ypxfr/ypxfr.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/ypserv/ypxfr/../common -D_KERNTYPES -c -Wno-cast-function-type /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/ypserv/ypxfr/ypxfr.c -o ypxfr.o.o --- dependall-racoon --- # create racoon/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend admin.d algorithm.d backupsa.d cfparse.d cftoken.d crypto_openssl.d dnssec.d evt.d genlist.d getcertsbyname.d grabmyaddr.d gssapi.d handler.d ipsec_doi.d isakmp.d isakmp_agg.d isakmp_base.d isakmp_cfg.d isakmp_frag.d isakmp_ident.d isakmp_inf.d isakmp_newg.d isakmp_quick.d isakmp_unity.d isakmp_xauth.d localconf.d logger.d main.d misc.d nattraversal.d oakley.d pfkey.d plog.d policy.d privsep.d proposal.d prsa_par.d prsa_tok.d remoteconf.d rsalist.d safefile.d sainfo.d schedule.d session.d sockmisc.d str2val.d strnames.d throttle.d vendorid.d vmbuf.d --- dependall-usr.bin --- --- wc --- # link wc/wc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o wc wc.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib --- dependall-usr.sbin --- --- dependall --- --- dependall-usr.bin --- --- dependall-what --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o what what.o --- dependall-external --- --- dependall-ipf --- --- ip_nat.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o ip_nat.o ip_nat.o.o && rm -f ip_nat.o.o --- dependall-usr.bin --- --- dependall-whereis --- dependall ===> usr.bin/whereis --- dependall-external --- --- dependall-nvi --- --- v_ulcase.o --- # compile nvi/v_ulcase.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/vi/v_ulcase.c -o v_ulcase.o.o --- dependall-usr.bin --- --- dependall-wc --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o wc wc.o --- dependall-whereis --- --- whereis.d --- # create whereis/whereis.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f whereis.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/whereis/whereis.c && mv -f whereis.d.tmp whereis.d --- dependall-external --- --- v_undo.o --- # compile nvi/v_undo.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/vi/v_undo.c -o v_undo.o.o --- dependall-usr.sbin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- racoon.html8 --- # format racoon/racoon.html8 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/racoon.8 > racoon.html8.tmp && mv -f racoon.html8.tmp racoon.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/racoon.8 > racoon.html8.tmp && mv -f racoon.html8.tmp racoon.html8; fi --- dependall-npf --- --- npf_mbuf_subr.d --- # create libnpftest/npf_mbuf_subr.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_mbuf_subr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -Wstack-protector -D_NPF_TESTING -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -D_FORTIFY_SOURCE=2 /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/npf_mbuf_subr.c && mv -f npf_mbuf_subr.d.tmp npf_mbuf_subr.d --- dependall-racoon --- --- racoon.conf.html5 --- # format racoon/racoon.conf.html5 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/racoon.conf.5 > racoon.conf.html5.tmp && mv -f racoon.conf.html5.tmp racoon.conf.html5; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/racoon.conf.5 > racoon.conf.html5.tmp && mv -f racoon.conf.html5.tmp racoon.conf.html5; fi --- main.o --- # compile racoon/main.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/main.c -o main.o.o --- dependall-plainrsa-gen --- --- prsa_tok.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o prsa_tok.o prsa_tok.o.o && rm -f prsa_tok.o.o --- dependall-usr.bin --- --- .depend --- # create whereis/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend whereis.d --- dependall-usr.sbin --- --- plainrsa-gen --- # link plainrsa-gen/plainrsa-gen /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o plainrsa-gen plainrsa-gen.o plog.o crypto_openssl.o logger.o vmbuf.o misc.o rsalist.o sockmisc.o genlist.o prsa_tok.o prsa_par.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib -lcrypto -lipsec --- dependall-usr.bin --- --- dependall --- --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_data.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o npf_data.o npf_data.o.o && rm -f npf_data.o.o --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- whereis.html1 --- --- dependall-usr.sbin --- --- dependall-racoon --- --- session.o --- --- dependall-usr.bin --- # format whereis/whereis.html1 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/whereis/whereis.1 > whereis.html1.tmp && mv -f whereis.html1.tmp whereis.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/whereis/whereis.1 > whereis.html1.tmp && mv -f whereis.html1.tmp whereis.html1; fi --- dependall-usr.sbin --- # compile racoon/session.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/session.c -o session.o.o --- dependall-usr.bin --- --- which.html1 --- # format whereis/which.html1 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/whereis/which.1 > which.html1.tmp && mv -f which.html1.tmp which.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/whereis/which.1 > which.html1.tmp && mv -f which.html1.tmp which.html1; fi --- whereis.o --- # compile whereis/whereis.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/whereis/whereis.c -o whereis.o.o --- dependall-external --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o v_undo.o v_undo.o.o && rm -f v_undo.o.o --- dependall-atf --- --- dependall-tools --- --- pass_helper.o --- # compile tools/pass_helper.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=a519868a -O2 -Werror -fPIE --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DHAVE_CONFIG_H -DATF_ARCH=\"x86_64\" -DATF_BUILD_CC=\"/usr/bin/cc\" -DATF_BUILD_CFLAGS=\"\" -DATF_BUILD_CPP=\"/usr/bin/cpp\" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"/usr/bin/c++\" -DATF_BUILD_CXXFLAGS=\"\" -DATF_CONFDIR=\"/etc/atf\" -DATF_INCLUDEDIR=\"/usr/include\" -DATF_LIBDIR=\"/usr/lib\" -DATF_LIBEXECDIR=\"/usr/libexec\" -DATF_MACHINE=\"amd64\" -DATF_M4=\"/usr/bin/m4\" -DATF_PKGDATADIR=\"/usr/share/atf\" -DATF_SHELL=\"/bin/sh\" -DATF_WORKDIR=\"/tmp\" -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/atf -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/atf/lib/libatf-c -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/atf/dist -I/tmp/build/2024.09.02.15.34.08-amd64/obj/external/bsd/atf/lib/tools -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/atf/dist/tools/pass_helper.cpp --- dependall-gpl3 --- --- p-exp.d --- --- dependall-usr.bin --- --- dependall-vndcompress --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o vnduncompress.o vnduncompress.o.o && rm -f vnduncompress.o.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- --- npf_nat_test.d --- --- dependall-external --- # create libgdb/p-exp.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f p-exp.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -D_KERNTYPES -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64/gnulib/import -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 -include /tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES p-exp.c && mv -f p-exp.d.tmp p-exp.d --- dependall-usr.sbin --- # create libnpftest/npf_nat_test.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_nat_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -Wstack-protector -D_NPF_TESTING -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -D_FORTIFY_SOURCE=2 /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/npf_nat_test.c && mv -f npf_nat_test.d.tmp npf_nat_test.d --- dependall-usr.bin --- --- vndcompress --- # link vndcompress/vndcompress /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o vndcompress main.o offtab.o utils.o vndcompress.o vnduncompress.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib -lz --- dependall-external --- --- dependall-bsd --- --- dependall-nvi --- --- v_ulcase.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o v_ulcase.o v_ulcase.o.o && rm -f v_ulcase.o.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o plainrsa-gen plainrsa-gen.o plog.o crypto_openssl.o logger.o vmbuf.o misc.o rsalist.o sockmisc.o genlist.o prsa_tok.o prsa_par.o --- dependall-external --- --- v_util.o --- # compile nvi/v_util.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/vi/v_util.c -o v_util.o.o --- dependall-usr.sbin --- --- dependall-npf --- --- npfstream.d --- # create npftest/npfstream.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npfstream.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I /tmp/build/2024.09.02.15.34.08-amd64/src/sys/external/bsd/libnv/dist -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/npfstream.c && mv -f npfstream.d.tmp npfstream.d --- dependall-usr.bin --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o vndcompress main.o offtab.o utils.o vndcompress.o vnduncompress.o --- dependall-external --- --- dependall-ntp --- --- refclock_neoclock4x.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o refclock_neoclock4x.o refclock_neoclock4x.o.o && rm -f refclock_neoclock4x.o.o --- dependall-usr.sbin --- --- npftest.d --- --- dependall-usr.bin --- --- dependall-who --- --- dependall-usr.sbin --- # create npftest/npftest.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npftest.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I /tmp/build/2024.09.02.15.34.08-amd64/src/sys/external/bsd/libnv/dist -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/npftest.c && mv -f npftest.d.tmp npftest.d --- dependall-usr.bin --- dependall ===> usr.bin/who --- utmpentry.d --- # create who/utmpentry.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f utmpentry.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DSUPPORT_UTMPX -DSUPPORT_UTMP --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who/utmpentry.c && mv -f utmpentry.d.tmp utmpentry.d --- dependall-usr.sbin --- --- dependall-libnpftest --- --- npf_nbuf_test.d --- # create libnpftest/npf_nbuf_test.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_nbuf_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -Wstack-protector -D_NPF_TESTING -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -D_FORTIFY_SOURCE=2 /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c && mv -f npf_nbuf_test.d.tmp npf_nbuf_test.d --- dependall-external --- --- refclock_oncore.o --- # compile ntpd/refclock_oncore.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DHAVE_CONFIG_H -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/unix/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/libntp/lib/isc/nothreads/include -DHAVE_DNSREGISTRATION=1 -DOPENSSL -DAUTOKEY -DUSE_OPENSSL_CRYPTO_RAND -DWANT_IPV6 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/sntp/libopts -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/ntpd -I. -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/dist/ntpd/refclock_oncore.c -o refclock_oncore.o.o --- dependall-usr.bin --- --- who.d --- --- dependall-usr.sbin --- --- dependall-npfctl --- --- npf_build.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o npf_build.o npf_build.o.o && rm -f npf_build.o.o --- dependall-usr.bin --- # create who/who.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f who.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DSUPPORT_UTMPX -DSUPPORT_UTMP --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who/who.c && mv -f who.d.tmp who.d --- dependall-usr.sbin --- --- npf_bpf_comp.o --- # compile npfctl/npf_bpf_comp.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf_bpf_comp.c -o npf_bpf_comp.o.o --- dependall-usr.bin --- --- dependall-whereis --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o whereis.o whereis.o.o && rm -f whereis.o.o --- dependall-usr.sbin --- --- dependall-npftest --- --- .depend --- # create npftest/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend npfstream.d npftest.d --- dependall-usr.bin --- --- whereis --- # link whereis/whereis /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o whereis whereis.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib --- dependall-usr.sbin --- --- dependall-ypserv --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o ypxfr.o ypxfr.o.o && rm -f ypxfr.o.o --- dependall-external --- --- dependall-nvi --- --- v_word.o --- # compile nvi/v_word.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/vi/v_word.c -o v_word.o.o --- dependall-usr.bin --- --- dependall-who --- --- .depend --- # create who/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend utmpentry.d who.d --- dependall-whereis --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o whereis whereis.o --- dependall-who --- --- dependall --- --- dependall-external --- --- dependall-wpa --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o eap_server_aka.o eap_server_aka.o.o && rm -f eap_server_aka.o.o --- dependall-usr.sbin --- --- dependall-pf --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o authpf.o authpf.o.o && rm -f authpf.o.o --- dependall-ypserv --- --- ypxfr --- # link ypxfr/ypxfr /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o ypxfr ypxfr.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib -L/tmp/build/2024.09.02.15.34.08-amd64/obj/usr.sbin/ypserv/common -lcommon --- dependall-external --- --- eap_server_gpsk.o --- --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-libnpftest --- --- dependall-usr.bin --- --- dependall-whois --- --- dependall-usr.sbin --- --- npf_perf_test.d --- --- dependall-pf --- --- authpf --- --- dependall-npf --- # create libnpftest/npf_perf_test.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_perf_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -Wstack-protector -D_NPF_TESTING -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -D_FORTIFY_SOURCE=2 /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.c && mv -f npf_perf_test.d.tmp npf_perf_test.d --- dependall-pf --- # link authpf/authpf /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o authpf authpf.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib -lutil --- dependall-external --- --- dependall-nvi --- --- v_util.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o v_util.o v_util.o.o && rm -f v_util.o.o --- dependall-wpa --- # compile hostapd/eap_server_gpsk.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -Diphdr=ip -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/eap_server/eap_server_gpsk.c -o eap_server_gpsk.o.o --- dependall-usr.bin --- dependall ===> usr.bin/whois --- dependall-external --- --- dependall-nvi --- --- v_xchar.o --- # compile nvi/v_xchar.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/vi/v_xchar.c -o v_xchar.o.o --- dependall-usr.bin --- --- dependall-who --- --- .gdbinit --- rm -f .gdbinit --- dependall-whois --- --- whois.d --- --- dependall-who --- echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- dependall-usr.sbin --- --- dependall-racoon --- --- main.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o main.o main.o.o && rm -f main.o.o --- dependall-usr.bin --- --- who.html1 --- --- dependall-whois --- # create whois/whois.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f whois.d.tmp -- -std=gnu99 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -D_FORTIFY_SOURCE=2 /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/whois/whois.c && mv -f whois.d.tmp whois.d --- dependall-who --- # format who/who.html1 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who/who.1 > who.html1.tmp && mv -f who.html1.tmp who.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who/who.1 > who.html1.tmp && mv -f who.html1.tmp who.html1; fi --- dependall-external --- --- v_yank.o --- --- dependall-usr.sbin --- --- dependall-ypserv --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o ypxfr ypxfr.o --- dependall-external --- # compile nvi/v_yank.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/dist/vi/v_yank.c -o v_yank.o.o --- dependall-usr.sbin --- --- dependall-pf --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o authpf authpf.o --- dependall-usr.bin --- --- who.o --- # compile who/who.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DSUPPORT_UTMPX -DSUPPORT_UTMP --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who/who.c -o who.o.o --- dependall-usr.sbin --- --- dependall-ftp-proxy --- dependall ===> usr.sbin/pf/ftp-proxy --- dependall-ypserv --- --- dependall --- --- dependall-pf --- --- filter.d --- --- dependall-pfctl --- --- dependall-ftp-proxy --- # create ftp-proxy/filter.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f filter.d.tmp -- -std=gnu99 -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/pf/ftp-proxy -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/usr.sbin/ftp-proxy/filter.c && mv -f filter.d.tmp filter.d --- dependall-pfctl --- dependall ===> usr.sbin/pf/pfctl --- dependall-usr.bin --- --- dependall-whois --- --- .depend --- # create whois/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend whois.d --- dependall --- --- dependall-usr.sbin --- --- parse.c --- # yacc pfctl/parse.c /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbyacc -o parse.c /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pfctl/parse.y --- dependall-sys --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -L VERSION -o if_srt.o if_srt.o.o && rm -f if_srt.o.o --- dependall-external --- --- dependall-ntp --- --- refclock_nmea.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o refclock_nmea.o refclock_nmea.o.o && rm -f refclock_nmea.o.o --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit --- dependall-usr.sbin --- --- parse.d --- --- dependall-usr.bin --- echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- dependall-usr.sbin --- --- dependall-npf --- --- npf_rule_test.d --- --- dependall-pf --- # create pfctl/parse.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f parse.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES parse.c && mv -f parse.d.tmp parse.d --- dependall-usr.bin --- --- whois.html1 --- --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_show.o --- --- dependall-npftest --- # create libnpftest/npf_rule_test.d --- dependall-usr.bin --- # format whois/whois.html1 --- dependall-usr.sbin --- CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_rule_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -Wstack-protector -D_NPF_TESTING -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -D_FORTIFY_SOURCE=2 /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/npf_rule_test.c && mv -f npf_rule_test.d.tmp npf_rule_test.d --- dependall-usr.bin --- if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/whois/whois.1 > whois.html1.tmp && mv -f whois.html1.tmp whois.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/whois/whois.1 > whois.html1.tmp && mv -f whois.html1.tmp whois.html1; fi --- dependall-usr.sbin --- --- dependall-npfctl --- # compile npfctl/npf_show.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf_show.c -o npf_show.o.o --- dependall-sys --- --- if_srt.kmod --- # link if_srt/if_srt.kmod /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -Wl,--warn-shared-textrel -Wl,-z,relro -nostdlib -r -Wl,-T,/tmp/build/2024.09.02.15.34.08-amd64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=if_srt.kmod.map -o if_srt.kmod if_srt.o --- dependall-usr.bin --- --- whois.o --- # compile whois/whois.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/whois/whois.c -o whois.o.o --- dependall-usr.sbin --- --- dependall-racoon --- --- session.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o session.o session.o.o && rm -f session.o.o --- isakmp.o --- # compile racoon/isakmp.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/isakmp.c -o isakmp.o.o --- dependall-sys --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -L VERSION -o if_srt.kmod if_srt.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-ftp-proxy --- --- ftp-proxy.d --- # create ftp-proxy/ftp-proxy.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f ftp-proxy.d.tmp -- -std=gnu99 -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/pf/ftp-proxy -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c && mv -f ftp-proxy.d.tmp ftp-proxy.d --- dependall-sys --- --- dependall-srt --- dependall ===> sys/modules/srt --- dependall-external --- --- dependall-nvi --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o v_yank.o v_yank.o.o && rm -f v_yank.o.o --- dependall-usr.sbin --- --- dependall-pflogd --- dependall ===> usr.sbin/pf/pflogd --- dependall-external --- --- v_xchar.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o v_xchar.o v_xchar.o.o && rm -f v_xchar.o.o --- dependall-usr.sbin --- --- pflogd.d --- # create pflogd/pflogd.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f pflogd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd/pflogd.c && mv -f pflogd.d.tmp pflogd.d --- dependall-external --- --- dependall-gpl3 --- --- ada-exp.d --- # create libgdb/ada-exp.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f ada-exp.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -D_KERNTYPES -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64/gnulib/import -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/x86_64 -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 -include /tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES ada-exp.c && mv -f ada-exp.d.tmp ada-exp.d --- dependall-usr.sbin --- --- dependall-racoon --- --- handler.o --- # compile racoon/handler.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.15.34.08-amd64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/crypto/dist/ipsec-tools/src/racoon/handler.c -o handler.o.o --- dependall-pf --- --- dependall-ftp-proxy --- --- ipf.d --- # create ftp-proxy/ipf.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f ipf.d.tmp -- -std=gnu99 -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/pf/ftp-proxy -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/usr.sbin/ftp-proxy/ipf.c && mv -f ipf.d.tmp ipf.d --- dependall-pfctl --- --- pf_print_state.d --- --- dependall-npf --- --- dependall-npftest --- --- npf_state_test.d --- --- dependall-pf --- # create pfctl/pf_print_state.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f pf_print_state.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pfctl/pf_print_state.c && mv -f pf_print_state.d.tmp pf_print_state.d --- dependall-npf --- # create libnpftest/npf_state_test.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_state_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -Wstack-protector -D_NPF_TESTING -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -D_FORTIFY_SOURCE=2 /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/npf_state_test.c && mv -f npf_state_test.d.tmp npf_state_test.d --- dependall-sys --- --- srt.d --- # create srt/srt.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f srt.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/srt -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/arch -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/srt/srt.c && mv -f srt.d.tmp srt.d --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pflogd --- --- privsep.d --- # create pflogd/privsep.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f privsep.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd/privsep.c && mv -f privsep.d.tmp privsep.d --- dependall-pfctl --- --- pf_ruleset.d --- # create pfctl/pf_ruleset.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f pf_ruleset.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/sys/dist/pf/net/pf_ruleset.c && mv -f pf_ruleset.d.tmp pf_ruleset.d --- dependall-sys --- --- .depend --- # create srt/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .d -d -f .depend srt.d --- dependall --- --- dependall-usr.sbin --- --- dependall-ftp-proxy --- --- .depend --- # create ftp-proxy/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend filter.d ftp-proxy.d ipf.d --- dependall-npf --- --- npf_table_test.d --- # create libnpftest/npf_table_test.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_table_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -Wstack-protector -D_NPF_TESTING -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -D_FORTIFY_SOURCE=2 /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/npf_table_test.c && mv -f npf_table_test.d.tmp npf_table_test.d --- dependall-pf --- --- dependall --- --- dependall-npf --- --- dependall-npfctl --- --- npf_bpf_comp.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o npf_bpf_comp.o npf_bpf_comp.o.o && rm -f npf_bpf_comp.o.o --- npf_extmod.o --- # compile npfctl/npf_extmod.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl/npf_extmod.c -o npf_extmod.o.o --- dependall-pf --- --- .gdbinit --- rm -f .gdbinit --- dependall-pfctl --- --- pfctl.d --- --- dependall-ftp-proxy --- echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- ftp-proxy.html8 --- --- dependall-pfctl --- # create pfctl/pfctl.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f pfctl.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pfctl/pfctl.c && mv -f pfctl.d.tmp pfctl.d --- dependall-ftp-proxy --- # format ftp-proxy/ftp-proxy.html8 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8 > ftp-proxy.html8.tmp && mv -f ftp-proxy.html8.tmp ftp-proxy.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8 > ftp-proxy.html8.tmp && mv -f ftp-proxy.html8.tmp ftp-proxy.html8; fi --- dependall-usr.bin --- --- dependall-who --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o who.o who.o.o && rm -f who.o.o --- dependall-usr.sbin --- --- dependall-pflogd --- --- privsep_fdpass.d --- --- dependall-usr.bin --- --- utmpentry.o --- --- dependall-usr.sbin --- # create pflogd/privsep_fdpass.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f privsep_fdpass.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-stack-protector /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd/privsep_fdpass.c && mv -f privsep_fdpass.d.tmp privsep_fdpass.d --- dependall-ftp-proxy --- --- ftp-proxy.o --- --- dependall-usr.bin --- # compile who/utmpentry.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DSUPPORT_UTMPX -DSUPPORT_UTMP --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who/utmpentry.c -o utmpentry.o.o --- dependall-usr.sbin --- # compile ftp-proxy/ftp-proxy.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/pf/ftp-proxy -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c -o ftp-proxy.o.o --- dependall-sys --- --- srt.o --- # compile srt/srt.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -g -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mcmodel=kernel -fno-omit-frame-pointer -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/srt -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/arch -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/srt/srt.c -o srt.o.o --- dependall-external --- --- dependall-bsd --- --- v_word.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o v_word.o v_word.o.o && rm -f v_word.o.o --- dependall-sys --- --- dependall-if_stf --- dependall ===> sys/modules/if_stf --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- --- npf_test_subr.d --- # create libnpftest/npf_test_subr.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f npf_test_subr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -Wstack-protector -D_NPF_TESTING -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -D_FORTIFY_SOURCE=2 /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/npf_test_subr.c && mv -f npf_test_subr.d.tmp npf_test_subr.d --- dependall-pf --- --- dependall-pfctl --- --- pfctl_altq.d --- --- dependall-external --- --- dependall-ipf --- --- ip_proxy.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o ip_proxy.o ip_proxy.o.o && rm -f ip_proxy.o.o --- dependall-usr.sbin --- --- dependall-pflogd --- --- .depend --- --- dependall-pfctl --- # create pfctl/pfctl_altq.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f pfctl_altq.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pfctl/pfctl_altq.c && mv -f pfctl_altq.d.tmp pfctl_altq.d --- dependall-pflogd --- # create pflogd/.depend rm -f .depend --- dependall-sys --- --- ioconf.c --- --- dependall-usr.sbin --- CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend pflogd.d privsep.d privsep_fdpass.d --- dependall-sys --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbconfig -b /tmp/build/2024.09.02.15.34.08-amd64/obj/sys/modules/if_stf -s /tmp/build/2024.09.02.15.34.08-amd64/src/sys /tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/if_stf/stf.ioconf --- dependall-usr.sbin --- --- dependall --- --- dependall-external --- --- ip_auth.o --- # compile ipftest/ip_auth.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fno-strict-aliasing -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SYNC -DIPFILTER_CKSUM -I. -D_KERNTYPES -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ipf/dist -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/external/bsd/ipf -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.02.15.34.08-amd64/src/sys/external/bsd/ipf/netinet/ip_auth.c -o ip_auth.o.o --- dependall-usr.bin --- --- dependall-whois --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o whois.o whois.o.o && rm -f whois.o.o --- whois --- # link whois/whois /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o whois whois.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib --- dependall-usr.sbin --- --- .gdbinit --- --- dependall-npf --- --- dependall-npfctl --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o npf_extmod.o npf_extmod.o.o && rm -f npf_extmod.o.o --- dependall-pf --- rm -f .gdbinit --- dependall-sys --- --- dependall-srt --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -L VERSION -o srt.o srt.o.o && rm -f srt.o.o --- dependall-usr.sbin --- echo "set solib-absolute-prefix /tmp/build/2024.09.02.15.34.08-amd64/destdir" > .gdbinit --- pflogd.html8 --- # format pflogd/pflogd.html8 if test "" != "yes"; then /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd/pflogd.8 > pflogd.html8.tmp && mv -f pflogd.html8.tmp pflogd.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-font:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.15.34.08-amd64/tools/share/groff/tmac /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd/pflogd.8 > pflogd.html8.tmp && mv -f pflogd.html8.tmp pflogd.html8; fi --- dependall-sys --- --- srt.kmod --- # link srt/srt.kmod /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -Wl,--warn-shared-textrel -Wl,-z,relro -nostdlib -r -Wl,-T,/tmp/build/2024.09.02.15.34.08-amd64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=srt.kmod.map -o srt.kmod srt.o --- dependall-usr.sbin --- --- pflogd.o --- # compile pflogd/pflogd.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd/pflogd.c -o pflogd.o.o --- dependall-npf --- --- npf_parse.o --- # compile npfctl/npf_parse.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c npf_parse.c -o npf_parse.o.o --- dependall-usr.bin --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o whois whois.o --- dependall-sys --- --- dependall-if_stf --- touch ioconf.c ioconf.h locators.h --- if_stf.d --- --- dependall-srt --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -L VERSION -o srt.kmod srt.o --- dependall-usr.bin --- --- dependall-write --- --- dependall-sys --- --- dependall-if_stf --- # create if_stf/if_stf.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f if_stf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DINET -DINET6 -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/if_stf -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/arch -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2024.09.02.15.34.08-amd64/src/sys/net/if_stf.c && mv -f if_stf.d.tmp if_stf.d --- dependall-usr.bin --- dependall ===> usr.bin/write --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pfctl --- --- pfctl_optimize.d --- # create pfctl/pfctl_optimize.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f pfctl_optimize.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pfctl/pfctl_optimize.c && mv -f pfctl_optimize.d.tmp pfctl_optimize.d --- dependall-usr.bin --- --- term_chk.d --- --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- --- .depend --- --- dependall-usr.bin --- # create write/term_chk.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f term_chk.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/write/term_chk.c && mv -f term_chk.d.tmp term_chk.d --- dependall-usr.sbin --- # create libnpftest/.depend rm -f .depend CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .po\ .pico\ .go\ .ln\ .d -d -f .depend npf_bpf_test.d npf_gc_test.d npf_mbuf_subr.d npf_nat_test.d npf_nbuf_test.d npf_perf_test.d npf_rule_test.d npf_state_test.d npf_table_test.d npf_test_subr.d --- dependall --- --- dependall-usr.bin --- --- utmpentry.d --- # create write/utmpentry.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f utmpentry.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who/utmpentry.c && mv -f utmpentry.d.tmp utmpentry.d --- dependall-usr.sbin --- --- dependall-npfctl --- --- npf_show.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o npf_show.o npf_show.o.o && rm -f npf_show.o.o --- npf_scan.o --- # compile npfctl/npf_scan.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c npf_scan.c -o npf_scan.o.o --- dependall-usr.bin --- --- dependall-who --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o utmpentry.o utmpentry.o.o && rm -f utmpentry.o.o --- who --- # link who/who /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o who who.o utmpentry.o -Wl,-rpath-link,/tmp/build/2024.09.02.15.34.08-amd64/destdir/lib -L=/lib --- dependall-write --- --- write.d --- --- dependall-sys --- --- ioconf.d --- --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl_osfp.d --- --- dependall-sys --- # create if_stf/ioconf.d --- dependall-usr.bin --- # create write/write.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f write.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP /tmp/build/2024.09.02.15.34.08-amd64/src/usr.bin/write/write.c && mv -f write.d.tmp write.d --- dependall-usr.sbin --- # create pfctl/pfctl_osfp.d CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f pfctl_osfp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-format-truncation /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pfctl/pfctl_osfp.c && mv -f pfctl_osfp.d.tmp pfctl_osfp.d --- dependall-sys --- CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DINET -DINET6 -I/tmp/build/2024.09.02.15.34.08-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/modules/if_stf -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/arch -isystem /tmp/build/2024.09.02.15.34.08-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-external --- --- dependall-wpa --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o eap_server_gpsk.o eap_server_gpsk.o.o && rm -f eap_server_gpsk.o.o --- dependall-sys --- --- dependall-if_tap --- --- dependall-external --- --- eap_server_gtc.o --- --- dependall-sys --- dependall ===> sys/modules/if_tap --- dependall-external --- # compile hostapd/eap_server_gtc.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -Diphdr=ip -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/eap_server/eap_server_gtc.c -o eap_server_gtc.o.o --- dependall-gpl3 --- --- .depend --- --- dependall-usr.sbin --- --- dependall-pflogd --- /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd/pflogd.c: In function 'scan_dump': /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd/pflogd.c:386:31: error: storage size of 'ph' isn't known 386 | struct pcap_sf_pkthdr ph; | ^~ /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd/pflogd.c:386:31: error: unused variable 'ph' [-Werror=unused-variable] /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd/pflogd.c: In function 'dump_packet_nobuf': --- dependall-external --- # create libgdb/.depend rm -f .depend --- dependall-usr.sbin --- /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd/pflogd.c:456:31: error: storage size of 'sf_hdr' isn't known 456 | struct pcap_sf_pkthdr sf_hdr; | ^~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd/pflogd.c:456:31: error: unused variable 'sf_hdr' [-Werror=unused-variable] /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd/pflogd.c: In function 'dump_packet': /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd/pflogd.c:557:31: error: storage size of 'sf_hdr' isn't known 557 | struct pcap_sf_pkthdr sf_hdr; | ^~~~~~ /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd/pflogd.c:557:31: error: unused variable 'sf_hdr' [-Werror=unused-variable] --- dependall-external --- CC=/tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbmkdep -s .o\ .po\ .pico\ .go\ .ln\ .d -d -f .depend abbrev-cache.d abbrev.d ada-exp.d ada-imported.d ada-lang.d ada-tasks.d ada-typeprint.d ada-valprint.d ada-varobj.d addrmap.d agent.d alloc.d amd64-bsd-nat.d amd64-nat.d amd64-netbsd-nat.d amd64-netbsd-tdep.d amd64-ravenscar-thread.d amd64-tdep.d amd64.d annotate.d aranges.d arch-utils.d async-event.d attribute.d auto-load.d auxv.d ax-gdb.d ax-general.d bcache.d bfd-target.d block.d blockframe.d break-catch-exec.d break-catch-fork.d break-catch-load.d break-catch-sig.d break-catch-syscall.d break-catch-throw.d breakpoint.d bsd-kvm.d bt-utils.d btrace.d build-id.d buildsym-legacy.d buildsym.d c-exp.d c-lang.d c-typeprint.d c-valprint.d c-varobj.d charset.d cli-cmds.d cli-decode.d cli-dump.d cli-interp.d cli-logging.d cli-option.d cli-out.d cli-script.d cli-setshow.d cli-style.d cli-utils.d coff-pe-read.d coffread.d comp-unit-head.d compile-c-support.d compile-c-symbols.d compile-c-types.d compile-cplus-symbols.d compile-cplus-types.d compile-loc2c.d compile-object-load.d compile-object-run.d compile.d complaints.d completer.d cooked-index.d copying.d corefile.d corelow.d cp-abi.d cp-name-parser.d cp-namespace.d cp-support.d cp-valprint.d ctfread.d cu.d d-exp.d d-lang.d d-namespace.d d-valprint.d dbxread.d dcache.d debug.d debuginfod-support.d dictionary.d die.d disasm.d displaced-stepping.d dtrace-probe.d dummy-frame.d dwarf2-frame.d dwz.d elf-none-tdep.d elfread.d eval.d event-top.d exceptions.d exec.d expprint.d expr.d extension.d extract-store-integer.d f-exp.d f-lang.d f-typeprint.d f-valprint.d filename-seen-cache.d filesystem.d findcmd.d findvar.d fork-child.d fork-inferior.d frame-base.d frame-tailcall.d frame-unwind.d frame.d gcore-elf.d gcore.d gdb-demangle.d gdb_bfd.d gdbtypes.d gmp-utils.d gnu-v2-abi.d gnu-v3-abi.d go-exp.d go-lang.d go-typeprint.d go-valprint.d guile.d i386-bsd-tdep.d i386-netbsd-tdep.d i386-tdep.d i386.d i387-tdep.d index-cache.d index-common.d index-write.d inf-child.d inf-loop.d inf-ptrace.d infcall.d infcmd.d inferior.d inflow.d infrun.d init.d inline-frame.d interps.d jit.d language.d leb.d line-header.d linespec.d loc.d location.d m2-exp.d m2-lang.d m2-typeprint.d m2-valprint.d macro.d macrocmd.d macroexp.d macroscope.d macrotab.d main.d maint-test-options.d maint-test-settings.d maint.d mdebugread.d mem-break.d memattr.d memory-map.d memrange.d memtag.d mi-cmd-break.d mi-cmd-catch.d mi-cmd-disas.d mi-cmd-env.d mi-cmd-file.d mi-cmd-info.d mi-cmd-stack.d mi-cmd-target.d mi-cmd-var.d mi-cmds.d mi-common.d mi-console.d mi-getopt.d mi-interp.d mi-main.d mi-out.d mi-parse.d mi-symbol-cmds.d minidebug.d minsyms.d mipsread.d namespace.d netbsd-nat-low.d netbsd-nat.d netbsd-tdep.d objc-lang.d objfiles.d observable.d opencl-lang.d osabi.d osdata.d p-exp.d p-lang.d p-typeprint.d p-valprint.d parse.d posix-hdep.d printcmd.d probe.d process-stratum-target.d producer.d progspace-and-thread.d progspace.d prologue-value.d psymtab.d python.d ravenscar-thread.d read-debug-names.d read-gdb-index.d read.d record-btrace.d record-full.d record.d regcache-dump.d regcache.d reggroups.d remote-fileio.d remote-notif.d remote.d reverse.d run-on-main-thread.d rust-lang.d rust-parse.d section.d sentinel-frame.d ser-base.d ser-event.d ser-pipe.d ser-tcp.d ser-uds.d ser-unix.d serial.d skip.d solib-svr4.d solib-target.d solib.d source-cache.d source.d split-name.d stabsread.d stack.d stap-probe.d std-regs.d stringify.d symfile-debug.d symfile.d symmisc.d symtab.d target-connection.d target-dcache.d target-descriptions.d target-float.d target-low.d target-memory.d target.d test-target.d thread-iter.d thread.d tid-parse.d top.d tracectf.d tracefile-tfile.d tracefile.d tracepoint.d trad-frame.d tramp-frame.d tui-command.d tui-data.d tui-disasm.d tui-file.d tui-hooks.d tui-interp.d tui-io.d tui-layout.d tui-location.d tui-regs.d tui-source.d tui-status.d tui-win.d tui-wingeneral.d tui-winsource.d tui.d type-stack.d typeprint.d ui-file.d ui-out.d ui-style.d ui.d user-regs.d utils.d valarith.d valops.d valprint.d value.d varobj.d version.d waitstatus.d x86-bsd-nat.d x86-dregs.d x86-nat.d x86-tdep.d xml-builtin.d xml-support.d xml-syscall.d xml-tdesc.d --- dependall-usr.bin --- --- dependall-who --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o who who.o utmpentry.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- --- npf_bpf_test.o --- # compile libnpftest/npf_bpf_test.o /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -D_NPF_TESTING -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.15.34.08-amd64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest/npf_bpf_test.c -o npf_bpf_test.o.o --- dependall-pf --- cc1: all warnings being treated as errors *** Failed target: pflogd.o *** In directory: /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/pf/pflogd *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " pflogd/pflogd.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.15.34.08-amd64/destdir -I/tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.02.15.34.08-amd64/src/dist/pf/sbin/pflogd/pflogd.c -o pflogd.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o pflogd.o pflogd.o.o && rm -f pflogd.o.o *** [pflogd.o] Error code 1 nbmake[8]: stopped making "realall" in /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/pf/pflogd nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin --- dependall-external --- --- dependall-bsd --- --- dependall-atf --- nbmake[10]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/atf/tests/atf/tools --- dependall-ipf --- nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ipf/bin/ipftest --- dependall-usr.bin --- nbmake[4]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src --- dependall-sys --- nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/sys --- dependall-external --- --- dependall-atf --- nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/atf/tests/atf --- dependall-ipf --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ipf/bin --- dependall-sys --- nbmake[4]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src --- dependall-usr.sbin --- --- dependall-racoon --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/racoon --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc --- nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gcc/lib/libtsan --- dependall-usr.sbin --- --- dependall-npf --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest/libnpftest --- dependall-external --- --- dependall-bsd --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ipf --- dependall-wpa --- nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin/hostapd --- dependall-usr.sbin --- --- dependall-racoon --- nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin --- dependall-external --- --- dependall-tmux --- nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/tmux/usr.bin/tmux --- dependall-nvi --- nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/usr.bin/nvi --- dependall-ipf --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd --- dependall-gpl3 --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gcc/lib --- dependall-bsd --- --- dependall-usr.sbin --- --- dependall-npf --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npftest --- dependall-external --- --- dependall-wpa --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa/bin --- dependall-ntp --- nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/bin/ntpd --- dependall-tmux --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/tmux/usr.bin --- dependall-gpl3 --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gcc --- dependall-usr.sbin --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf --- dependall-external --- --- dependall-bsd --- --- dependall-wpa --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/wpa --- dependall-nvi --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi/usr.bin --- dependall-tmux --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/tmux --- dependall-ntp --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp/bin --- dependall-wpa --- --- dependall-gpl3 --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3 --- dependall-bsd --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd --- dependall-nvi --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/nvi --- dependall-tmux --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd --- dependall-ntp --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/ntp --- dependall-nvi --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd --- dependall-ntp --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd --- dependall-gpl3 --- --- dependall-gdb --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb/lib nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3/gdb nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/gpl3 nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external --- dependall-bsd --- --- dependall-atf --- --- dependall-atf-c++ --- nbmake[10]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/atf/tests/atf/atf-c++ nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/atf/tests/atf nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/atf/tests nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd/atf nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external/bsd nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/external nbmake[4]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src --- dependall-usr.sbin --- --- dependall-npfctl --- --- npf_parse.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o npf_parse.o npf_parse.o.o && rm -f npf_parse.o.o --- npf_scan.o --- /tmp/build/2024.09.02.15.34.08-amd64/tools/bin/nbctfconvert -g -L VERSION -o npf_scan.o npf_scan.o.o && rm -f npf_scan.o.o nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf/npfctl nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin/npf nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src/usr.sbin nbmake[4]: stopped making "dependall" in /tmp/build/2024.09.02.15.34.08-amd64/src nbmake[3]: stopped making "do-build" in /tmp/build/2024.09.02.15.34.08-amd64/src nbmake[2]: stopped making "build" in /tmp/build/2024.09.02.15.34.08-amd64/src nbmake[1]: stopped making "distribution" in /tmp/build/2024.09.02.15.34.08-amd64/src nbmake: stopped making "release" in /tmp/build/2024.09.02.15.34.08-amd64/src ERROR: Failed to make release *** BUILD ABORTED *** 796.57 real 7406.33 user 1749.59 sys