Last 2000 lines of build log: | ^~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:52: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:232:37: note: declared here 232 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_n(const RSA *d); | ^~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:139:2: warning: 'RSA_get0_e' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 139 | fprintf(fp, "\tPublicExponent: 0x%s\n", lowercase(BN_bn2hex(RSA_get0_e(key)))); | ^~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:52: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:233:37: note: declared here 233 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_e(const RSA *d); | ^~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:140:2: warning: 'RSA_get0_d' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 140 | fprintf(fp, "\tPrivateExponent: 0x%s\n", lowercase(BN_bn2hex(RSA_get0_d(key)))); | ^~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:52: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:234:37: note: declared here 234 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_d(const RSA *d); | ^~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:141:2: warning: 'RSA_get0_p' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 141 | fprintf(fp, "\tPrime1: 0x%s\n", lowercase(BN_bn2hex(RSA_get0_p(key)))); | ^~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:52: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:235:37: note: declared here 235 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_p(const RSA *d); | ^~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:142:2: warning: 'RSA_get0_q' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 142 | fprintf(fp, "\tPrime2: 0x%s\n", lowercase(BN_bn2hex(RSA_get0_q(key)))); | ^~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:52: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:236:37: note: declared here 236 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_q(const RSA *d); | ^~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:143:2: warning: 'RSA_get0_dmp1' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 143 | fprintf(fp, "\tExponent1: 0x%s\n", lowercase(BN_bn2hex(RSA_get0_dmp1(key)))); | ^~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:52: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:237:37: note: declared here 237 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_dmp1(const RSA *r); | ^~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:144:2: warning: 'RSA_get0_dmq1' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 144 | fprintf(fp, "\tExponent2: 0x%s\n", lowercase(BN_bn2hex(RSA_get0_dmq1(key)))); | ^~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:52: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:238:37: note: declared here 238 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_dmq1(const RSA *r); | ^~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:145:2: warning: 'RSA_get0_iqmp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 145 | fprintf(fp, "\tCoefficient: 0x%s\n", lowercase(BN_bn2hex(RSA_get0_iqmp(key)))); | ^~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:52: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:239:37: note: declared here 239 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_iqmp(const RSA *r); | ^~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c: In function 'convert_rsa_key': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:175:2: warning: 'PEM_read_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] --- dependall-usr.bin --- --- .gdbinit --- --- dependall-usr.sbin --- 175 | key = PEM_read_RSAPrivateKey(fpin, NULL, NULL, NULL); | ^~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:52: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:447:1: note: declared here 447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:178:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 178 | RSA_free(key); | ^~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:52: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:185:2: warning: 'PEM_read_RSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 185 | key = PEM_read_RSA_PUBKEY(fpin, NULL, NULL, NULL); | ^~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:52: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:449:1: note: declared here 449 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA) | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:188:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 188 | RSA_free(key); | ^~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:52: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c: In function 'gen_rsa_key': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:211:2: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 211 | key = RSA_new(); | ^~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:52: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:215:2: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 215 | if (1 != RSA_generate_key_ex(key, bits, e, NULL)) { | ^~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:52: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:260:27: note: declared here 260 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:221:2: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 221 | RSA_free(key); | ^~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:52: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-usr.bin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.18.19.00.11-amd64/destdir" > .gdbinit --- dependall-usr.sbin --- --- dependall-pf --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o authpf authpf.o --- dependall-usr.bin --- --- skeyinit.html1 --- # format skeyinit/skeyinit.html1 if test "" != "yes"; then /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/skeyinit/skeyinit.1 > skeyinit.html1.tmp && mv -f skeyinit.html1.tmp skeyinit.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-font:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-tmac:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/tmac /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/skeyinit/skeyinit.1 > skeyinit.html1.tmp && mv -f skeyinit.html1.tmp skeyinit.html1; fi --- dependall-usr.sbin --- --- dependall-ftp-proxy --- --- dependall-usr.bin --- --- skeyinit.o --- --- dependall-usr.sbin --- dependall ===> usr.sbin/pf/ftp-proxy --- dependall-usr.bin --- # compile skeyinit/skeyinit.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libskey -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/skeyinit/skeyinit.c -o skeyinit.o.o --- dependall-usr.sbin --- --- dependall-ypserv --- --- ypserv_db.d --- --- dependall-pf --- --- filter.d --- --- dependall-ypserv --- # create ypserv/ypserv_db.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f ypserv_db.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/2023.08.18.19.00.11-amd64/destdir -DOPTIMIZE_DB -DLIBWRAP -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libc/include -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/../common -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/ypserv_db.c && mv -f ypserv_db.d.tmp ypserv_db.d --- dependall-pf --- # create ftp-proxy/filter.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f filter.d.tmp -- -std=gnu99 -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/sys --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/usr.sbin/ftp-proxy/filter.c && mv -f filter.d.tmp filter.d --- dependall-npf --- --- dependall-npfctl --- /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npfctl/npf_cmd.c -o npf_cmd.o.o --- dependall-external --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-tipc.o print-tipc.o.o && rm -f print-tipc.o.o --- print-token.o --- # compile bin/print-token.o /tmp/build/2023.08.18.19.00.11-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 --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist/print-token.c -o print-token.o.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp.d --- # create racoon/isakmp.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f isakmp.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/isakmp.c && mv -f isakmp.d.tmp isakmp.d --- dependall-sys --- --- dependall-lfs --- --- lfs_inode.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -L VERSION -o lfs_inode.o lfs_inode.o.o && rm -f lfs_inode.o.o --- dependall-usr.sbin --- --- dependall-racoonctl --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o racoonctl.o racoonctl.o.o && rm -f racoonctl.o.o --- dependall-pf --- --- ftp-proxy.d --- --- dependall-ypserv --- --- ypserv_proc.d --- --- dependall-pf --- # create ftp-proxy/ftp-proxy.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f ftp-proxy.d.tmp -- -std=gnu99 -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/sys --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c && mv -f ftp-proxy.d.tmp ftp-proxy.d --- dependall-ypserv --- # create ypserv/ypserv_proc.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f ypserv_proc.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/2023.08.18.19.00.11-amd64/destdir -DOPTIMIZE_DB -DLIBWRAP -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libc/include -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/../common -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/ypserv_proc.c && mv -f ypserv_proc.d.tmp ypserv_proc.d --- dependall-racoonctl --- --- str2val.o --- # compile racoonctl/str2val.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/str2val.c -o str2val.o.o --- kmpstat.o --- # compile racoonctl/kmpstat.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/kmpstat.c -o kmpstat.o.o --- dependall-rtadvd --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o if.o if.o.o && rm -f if.o.o --- config.o --- # compile rtadvd/config.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -DINET6 -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c -Wno-stringop-truncation /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/rtadvd/config.c -o config.o.o --- dependall-sys --- --- dependall-ipl --- --- ip_frag.o --- # compile ipl/ip_frag.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/ipl -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2023.08.18.19.00.11-amd64/src/sys/external/bsd/ipf/netinet/ip_frag.c -o ip_frag.o.o --- dependall-usr.sbin --- --- dependall-ypserv --- --- ypserv_xdr.d --- # create ypserv/ypserv_xdr.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f ypserv_xdr.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/2023.08.18.19.00.11-amd64/destdir -DOPTIMIZE_DB -DLIBWRAP -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libc/include -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/../common -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/ypserv_xdr.c && mv -f ypserv_xdr.d.tmp ypserv_xdr.d --- dependall-pf --- --- ipf.d --- # create ftp-proxy/ipf.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f ipf.d.tmp -- -std=gnu99 -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/sys --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/usr.sbin/ftp-proxy/ipf.c && mv -f ipf.d.tmp ipf.d --- dependall-plainrsa-gen --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o plainrsa-gen.o plainrsa-gen.o.o && rm -f plainrsa-gen.o.o --- plog.o --- # compile plainrsa-gen/plog.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plog.c -o plog.o.o --- dependall-racoon --- --- isakmp_agg.d --- --- dependall-sys --- --- dependall-miiverbose --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -L VERSION -o mii_verbose.o mii_verbose.o.o && rm -f mii_verbose.o.o --- dependall-usr.sbin --- # create racoon/isakmp_agg.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f isakmp_agg.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_agg.c && mv -f isakmp_agg.d.tmp isakmp_agg.d --- dependall-sys --- --- miiverbose.kmod --- # link miiverbose/miiverbose.kmod /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -Wl,--warn-shared-textrel -Wl,-z,relro -nostdlib -r -Wl,-T,/tmp/build/2023.08.18.19.00.11-amd64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=miiverbose.kmod.map -o miiverbose.kmod mii_verbose.o --- dependall-usr.sbin --- --- dependall-route6d --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o route6d.o route6d.o.o && rm -f route6d.o.o --- route6d --- # link route6d/route6d /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o route6d route6d.o -Wl,-rpath-link,/tmp/build/2023.08.18.19.00.11-amd64/destdir/lib -L=/lib -lutil --- dependall-sys --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfmerge -t -L VERSION -o miiverbose.kmod mii_verbose.o --- dependall-miniroot --- dependall ===> sys/modules/miniroot --- dependall-usr.sbin --- --- dependall-ypserv --- --- .depend --- # create ypserv/.depend rm -f .depend CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend gethnamaddr.d getnetnamadr.d ypserv.d ypserv_db.d ypserv_proc.d ypserv_xdr.d --- dependall --- --- dependall-npf --- --- dependall-npfd --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o npfd_log.o npfd_log.o.o && rm -f npfd_log.o.o --- dependall-pf --- --- .depend --- --- dependall-npf --- --- npfd --- --- dependall-pf --- # create ftp-proxy/.depend rm -f .depend --- dependall-npf --- # link npfd/npfd /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o npfd npfd.o npfd_log.o -Wl,-rpath-link,/tmp/build/2023.08.18.19.00.11-amd64/destdir/lib -L=/lib -lnpf -lpcap -lutil --- dependall-pf --- CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend filter.d ftp-proxy.d ipf.d --- dependall --- --- dependall-racoonctl --- --- str2val.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o str2val.o str2val.o.o && rm -f str2val.o.o --- dependall-ypserv --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.18.19.00.11-amd64/destdir" > .gdbinit --- ypserv.html8 --- --- dependall-usr.bin --- --- dependall-ypcat --- --- dependall-usr.sbin --- # format ypserv/ypserv.html8 if test "" != "yes"; then /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/ypserv.8 > ypserv.html8.tmp && mv -f ypserv.html8.tmp ypserv.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-font:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-tmac:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/tmac /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/ypserv.8 > ypserv.html8.tmp && mv -f ypserv.html8.tmp ypserv.html8; fi --- dependall-usr.bin --- dependall ===> usr.bin/ypcat --- dependall-usr.sbin --- --- dependall-route6d --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o route6d route6d.o --- dependall-pf --- --- .gdbinit --- rm -f .gdbinit --- dependall-npf --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o npfd npfd.o npfd_log.o --- dependall-pf --- echo "set solib-absolute-prefix /tmp/build/2023.08.18.19.00.11-amd64/destdir" > .gdbinit --- dependall-ypserv --- --- ypserv.o --- --- dependall-pf --- --- ftp-proxy.html8 --- --- dependall-ypserv --- --- dependall-yptest --- --- dependall-ypserv --- # compile ypserv/ypserv.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -DOPTIMIZE_DB -DLIBWRAP -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libc/include -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/../common -D_KERNTYPES -c -Wno-cast-function-type /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/ypserv.c -o ypserv.o.o --- dependall-usr.bin --- --- dependall-skeyinit --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o skeyinit.o skeyinit.o.o && rm -f skeyinit.o.o --- dependall-usr.sbin --- --- dependall-yptest --- dependall ===> usr.sbin/ypserv/yptest --- dependall-sys --- --- dependall-lua --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -L VERSION -o lgc.o lgc.o.o && rm -f lgc.o.o --- dependall-usr.bin --- --- dependall-ypcat --- --- ypalias_init.d --- --- dependall-usr.sbin --- --- dependall-pf --- # format ftp-proxy/ftp-proxy.html8 if test "" != "yes"; then /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-font:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-tmac:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/tmac /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.18.19.00.11-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-sys --- --- dependall-miniroot --- --- miniroot.d --- --- dependall-usr.bin --- # create ypcat/ypalias_init.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f ypalias_init.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/2023.08.18.19.00.11-amd64/destdir -D_FORTIFY_SOURCE=2 /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypcat/ypalias_init.c && mv -f ypalias_init.d.tmp ypalias_init.d --- dependall-sys --- # create miniroot/miniroot.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f miniroot.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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/miniroot -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/miniroot/miniroot.c && mv -f miniroot.d.tmp miniroot.d --- dependall-external --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-token.o print-token.o.o && rm -f print-token.o.o --- dependall-usr.bin --- --- dependall-skeyinit --- --- skeyinit --- # link skeyinit/skeyinit /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o skeyinit skeyinit.o -Wl,-rpath-link,/tmp/build/2023.08.18.19.00.11-amd64/destdir/lib -L=/lib -lcrypt -lskey --- dependall-usr.sbin --- --- ftp-proxy.o --- # compile ftp-proxy/ftp-proxy.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/sys --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c -o ftp-proxy.o.o --- dependall-external --- --- print-udld.o --- --- dependall-sys --- --- dependall-lua --- --- llex.o --- --- lmem.o --- --- dependall-external --- # compile bin/print-udld.o /tmp/build/2023.08.18.19.00.11-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 --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist/print-udld.c -o print-udld.o.o --- dependall-sys --- --- llex.o --- # compile lua/llex.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -g -std=gnu99 -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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/sys -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/lua -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../external/mit/lua/dist/src/llex.c -o llex.o.o --- lmem.o --- # compile lua/lmem.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -g -std=gnu99 -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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/sys -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/lua -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../external/mit/lua/dist/src/lmem.c -o lmem.o.o --- dependall-usr.sbin --- --- dependall-ypserv --- --- yptest.d --- --- dependall-racoon --- --- isakmp_base.d --- --- dependall-ypserv --- # create yptest/yptest.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/yptest/../common -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/yptest/yptest.c && mv -f yptest.d.tmp yptest.d --- dependall-racoon --- # create racoon/isakmp_base.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f isakmp_base.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_base.c && mv -f isakmp_base.d.tmp isakmp_base.d --- dependall-usr.bin --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o skeyinit skeyinit.o --- dependall-usr.sbin --- --- dependall-racoonctl --- --- vmbuf.o --- # compile racoonctl/vmbuf.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o.o --- dependall-sys --- --- dependall-miniroot --- --- .depend --- # create miniroot/.depend rm -f .depend CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -s .o\ .d -d -f .depend miniroot.d --- dependall --- --- dependall-usr.bin --- --- dependall-ypcat --- --- ypcat.d --- # create ypcat/ypcat.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f ypcat.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/2023.08.18.19.00.11-amd64/destdir -D_FORTIFY_SOURCE=2 /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypcat/ypcat.c && mv -f ypcat.d.tmp ypcat.d --- dependall-usr.sbin --- --- dependall-ypserv --- --- .depend --- # create yptest/.depend rm -f .depend CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend yptest.d --- dependall --- --- dependall-racoonctl --- --- kmpstat.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o kmpstat.o kmpstat.o.o && rm -f kmpstat.o.o --- dependall-npf --- --- dependall-npfctl --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o npf_cmd.o npf_cmd.o.o && rm -f npf_cmd.o.o --- dependall-sys --- --- dependall-ipl --- --- ip_htable.o --- # compile ipl/ip_htable.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/ipl -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c -Wno-address-of-packed-member /tmp/build/2023.08.18.19.00.11-amd64/src/sys/external/bsd/ipf/netinet/ip_htable.c -o ip_htable.o.o --- dependall-usr.sbin --- --- npf_var.o --- # compile npfctl/npf_var.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npfctl/npf_var.c -o npf_var.o.o --- dependall-ypserv --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.18.19.00.11-amd64/destdir" > .gdbinit --- dependall-plainrsa-gen --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o plog.o plog.o.o && rm -f plog.o.o --- dependall-ypserv --- --- yptest.html8 --- # format yptest/yptest.html8 if test "" != "yes"; then /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-font:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-tmac:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/tmac /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/yptest/yptest.8 > yptest.html8.tmp && mv -f yptest.html8.tmp yptest.html8; fi --- dependall-plainrsa-gen --- --- crypto_openssl.o --- # compile plainrsa-gen/crypto_openssl.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c -Wno-error=deprecated-declarations /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c -o crypto_openssl.o.o --- dependall-ypserv --- --- yptest.o --- # compile yptest/yptest.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/yptest/../common -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/yptest/yptest.c -o yptest.o.o --- dependall-usr.bin --- --- .depend --- # create ypcat/.depend rm -f .depend CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend ypalias_init.d ypcat.d --- dependall --- --- dependall-sys --- --- dependall-miniroot --- --- miniroot.o --- # compile miniroot/miniroot.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/miniroot -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/miniroot/miniroot.c -o miniroot.o.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_cfg.d --- # create racoon/isakmp_cfg.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f isakmp_cfg.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c && mv -f isakmp_cfg.d.tmp isakmp_cfg.d --- dependall-sys --- --- dependall-lua --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -L VERSION -o lmem.o lmem.o.o && rm -f lmem.o.o --- lobject.o --- # compile lua/lobject.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -g -std=gnu99 -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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/sys -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/lua -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../external/mit/lua/dist/src/lobject.c -o lobject.o.o --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.18.19.00.11-amd64/destdir" > .gdbinit --- ypcat.html1 --- --- dependall-usr.sbin --- --- dependall-racoonctl --- --- vmbuf.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o vmbuf.o vmbuf.o.o && rm -f vmbuf.o.o --- dependall-usr.bin --- # format ypcat/ypcat.html1 if test "" != "yes"; then /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypcat/ypcat.1 > ypcat.html1.tmp && mv -f ypcat.html1.tmp ypcat.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-font:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-tmac:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/tmac /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypcat/ypcat.1 > ypcat.html1.tmp && mv -f ypcat.html1.tmp ypcat.html1; fi --- dependall-external --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-udld.o print-udld.o.o && rm -f print-udld.o.o --- dependall-usr.bin --- --- nicknames.html5 --- --- dependall-usr.sbin --- --- sockmisc.o --- --- dependall-usr.bin --- # format ypcat/nicknames.html5 if test "" != "yes"; then /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypcat/nicknames.5 > nicknames.html5.tmp && mv -f nicknames.html5.tmp nicknames.html5; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-font:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-tmac:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/tmac /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypcat/nicknames.5 > nicknames.html5.tmp && mv -f nicknames.html5.tmp nicknames.html5; fi --- dependall-usr.sbin --- # compile racoonctl/sockmisc.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o.o --- dependall-external --- --- print-udp.o --- # compile bin/print-udp.o /tmp/build/2023.08.18.19.00.11-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 --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist/print-udp.c -o print-udp.o.o --- dependall-usr.bin --- --- ypalias_init.o --- # compile ypcat/ypalias_init.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -D_FORTIFY_SOURCE=2 -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypcat/ypalias_init.c -o ypalias_init.o.o --- dependall-usr.sbin --- --- dependall-ypserv --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o yptest.o yptest.o.o && rm -f yptest.o.o --- dependall-racoon --- --- isakmp_frag.d --- --- dependall-ypserv --- --- yptest --- --- dependall-racoon --- # create racoon/isakmp_frag.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f isakmp_frag.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c && mv -f isakmp_frag.d.tmp isakmp_frag.d --- dependall-ypserv --- # link yptest/yptest /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o yptest yptest.o -Wl,-rpath-link,/tmp/build/2023.08.18.19.00.11-amd64/destdir/lib -L=/lib -L/tmp/build/2023.08.18.19.00.11-amd64/obj/usr.sbin/ypserv/common -lcommon --- dependall-ypserv --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o ypserv.o ypserv.o.o && rm -f ypserv.o.o --- dependall-sys --- --- dependall-miniroot --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -L VERSION -o miniroot.o miniroot.o.o && rm -f miniroot.o.o --- dependall-usr.sbin --- --- ypserv_proc.o --- --- dependall-sys --- --- miniroot.kmod --- --- dependall-usr.sbin --- # compile ypserv/ypserv_proc.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -DOPTIMIZE_DB -DLIBWRAP -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libc/include -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/../common -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/ypserv_proc.c -o ypserv_proc.o.o --- dependall-sys --- # link miniroot/miniroot.kmod /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -Wl,--warn-shared-textrel -Wl,-z,relro -nostdlib -r -Wl,-T,/tmp/build/2023.08.18.19.00.11-amd64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=miniroot.kmod.map -o miniroot.kmod miniroot.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfmerge -t -L VERSION -o miniroot.kmod miniroot.o --- dependall-external --- --- print-unsupported.o --- # compile bin/print-unsupported.o --- dependall-usr.bin --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o ypalias_init.o ypalias_init.o.o && rm -f ypalias_init.o.o --- dependall-external --- /tmp/build/2023.08.18.19.00.11-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 --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist/print-unsupported.c -o print-unsupported.o.o --- dependall-usr.sbin --- --- dependall-yptest --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o yptest yptest.o --- dependall-sys --- --- dependall-ipl --- --- ip_fil_netbsd.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -L VERSION -o ip_fil_netbsd.o ip_fil_netbsd.o.o && rm -f ip_fil_netbsd.o.o --- dependall-usr.sbin --- --- dependall-npf --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o npf_var.o npf_var.o.o && rm -f npf_var.o.o --- dependall-usr.bin --- --- dependall-ypmatch --- --- dependall-ypcat --- --- ypcat.o --- --- dependall-ypmatch --- dependall ===> usr.bin/ypmatch --- dependall-ypcat --- # compile ypcat/ypcat.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -D_FORTIFY_SOURCE=2 -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypcat/ypcat.c -o ypcat.o.o --- dependall-usr.sbin --- --- npf_data.o --- # compile npfctl/npf_data.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npfctl/npf_data.c -o npf_data.o.o --- dependall-usr.bin --- --- dependall-ypmatch --- --- ypalias_init.d --- --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_check_x509sign': --- dependall-usr.bin --- # create ypmatch/ypalias_init.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f ypalias_init.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 -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypmatch/../ypcat --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -D_FORTIFY_SOURCE=2 /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypmatch/../ypcat/ypalias_init.c && mv -f ypalias_init.d.tmp ypalias_init.d --- dependall-usr.sbin --- /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:879:2: warning: 'EVP_PKEY_get0_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 879 | res = eay_rsa_verify(source, sig, __UNCONST(EVP_PKEY_get0_RSA(evp))); | ^~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:22, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_get_x509sign': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1021:2: warning: 'EVP_PKEY_get0_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1021 | sig = eay_rsa_sign(src, __UNCONST(EVP_PKEY_get0_RSA(evp))); | ^~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:22, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_rsa_sign': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1043:2: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1043 | len = RSA_size(rsa); | ^~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1049:2: warning: 'RSA_private_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1049 | len = RSA_private_encrypt(src->l, (unsigned char *) src->v, | ^~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:285:5: note: declared here 285 | int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_rsa_verify': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1070:2: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1070 | len = RSA_size(rsa); | ^~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1077:2: warning: 'RSA_public_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1077 | len = RSA_public_decrypt(sig->l, (unsigned char *) sig->v, | ^~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:288:5: note: declared here 288 | int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_strerror': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1110:2: warning: 'ERR_get_error_line_data' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1110 | while ((l = ERR_get_error_line_data(&file, &line, &data, &flags)) != 0){ | ^~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/engine.h:31, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/err.h:424:15: note: declared here 424 | unsigned long ERR_get_error_line_data(const char **file, int *line, | ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_des_weakkey': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1235:2: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1235 | return DES_is_weak_key((void *)key->v); | ^~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:61: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/des.h:178:27: note: declared here 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_3des_weakkey': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1433:2: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1433 | return (DES_is_weak_key((void *)key->v) || | ^~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:61: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/des.h:178:27: note: declared here 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1434:6: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1434 | DES_is_weak_key((void *)(key->v + 8)) || | ^~~~~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:61: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/des.h:178:27: note: declared here 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1435:6: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1435 | DES_is_weak_key((void *)(key->v + 16))); | ^~~~~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:61: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/des.h:178:27: note: declared here 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmac_init': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1731:2: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1731 | HMAC_CTX *c = HMAC_CTX_new(); | ^~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:33:33: note: declared here 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); | ^~~~~~~~~~~~ --- dependall-racoon --- --- isakmp_ident.d --- --- dependall-plainrsa-gen --- /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1733:2: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1733 | HMAC_Init_ex(c, key->v, key->l, md, NULL); | ^~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_512_update': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1797:2: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1797 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_512_final': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1811:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1811 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1813:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1813 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_update': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1847:2: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1847 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_final': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1861:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1861 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ --- dependall-racoon --- # create racoon/isakmp_ident.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f isakmp_ident.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_ident.c && mv -f isakmp_ident.d.tmp isakmp_ident.d --- dependall-plainrsa-gen --- /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1863:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1863 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_update': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1897:2: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1897 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_final': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1911:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1911 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1913:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1913 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_update': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1948:2: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1948 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_final': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1962:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1962 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1964:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1964 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_update': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1998:2: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1998 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_final': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2012:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2012 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2014:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2014 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_init': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2035:2: warning: 'SHA512_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2035 | SHA512_Init(c); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/sha.h:127:27: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c); | ^~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_update': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2045:2: warning: 'SHA512_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2045 | SHA512_Update((SHA512_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/sha.h:128:27: note: declared here 128 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_final': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2059:2: warning: 'SHA512_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2059 | SHA512_Final((unsigned char *) res->v, (SHA512_CTX *)c); | ^~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/sha.h:130:27: note: declared here 130 | OSSL_DEPRECATEDIN_3_0 int SHA512_Final(unsigned char *md, SHA512_CTX *c); | ^~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_init': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2088:2: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2088 | SHA384_Init(c); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/sha.h:123:27: note: declared here 123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c); | ^~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_update': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2098:2: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2098 | SHA384_Update((SHA384_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/sha.h:124:27: note: declared here 124 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_final': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2112:2: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2112 | SHA384_Final((unsigned char *) res->v, (SHA384_CTX *)c); | ^~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/sha.h:126:27: note: declared here 126 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c); | ^~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_init': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2141:2: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2141 | SHA256_Init(c); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/sha.h:77:27: note: declared here 77 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_update': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2151:2: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2151 | SHA256_Update((SHA256_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/sha.h:78:27: note: declared here 78 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_final': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2165:2: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2165 | SHA256_Final((unsigned char *) res->v, (SHA256_CTX *)c); | ^~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/sha.h:80:27: note: declared here 80 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_init': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2193:2: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2193 | SHA1_Init(c); | ^~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/sha.h:53:27: note: declared here 53 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_update': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2203:2: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2203 | SHA1_Update((SHA_CTX *)c, data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/sha.h:54:27: note: declared here 54 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_final': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2217:2: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2217 | SHA1_Final((unsigned char *) res->v, (SHA_CTX *)c); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/sha.h:55:27: note: declared here 55 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_init': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2244:2: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2244 | MD5_Init(c); | ^~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_update': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2254:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2254 | MD5_Update((MD5_CTX *)c, data->v, data->l); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_final': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2268:2: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2268 | MD5_Final((unsigned char *) res->v, (MD5_CTX *)c); | ^~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_generate': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2326:2: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2326 | if ((dh = DH_new()) == NULL) | ^~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dh.h:199:27: note: declared here 199 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2332:2: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2332 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dh.h:255:27: note: declared here 255 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2337:3: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2337 | DH_set_length(dh, publen); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dh.h:269:27: note: declared here 269 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); | ^~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2340:2: warning: 'DH_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2340 | if (!DH_generate_key(dh)) | ^~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dh.h:223:27: note: declared here 223 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh); | ^~~~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2343:2: warning: 'DH_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2343 | DH_get0_key(dh, &pub_key, &priv_key); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dh.h:256:28: note: declared here 256 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2357:3: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2357 | DH_free(dh); | ^~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dh.h:200:28: note: declared here 200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_compute': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2380:2: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2380 | if ((dh = DH_new()) == NULL) | ^~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dh.h:199:27: note: declared here 199 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2390:2: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2390 | DH_set_length(dh, pub2->l * 8); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dh.h:269:27: note: declared here 269 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); | ^~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2397:2: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2397 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dh.h:255:27: note: declared here 255 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2401:2: warning: 'DH_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2401 | if (!DH_set0_key(dh, pub_key, priv_key)) | ^~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dh.h:258:27: note: declared here 258 | OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); | ^~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2408:2: warning: 'DH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2408 | if ((l = DH_compute_key(v, dh_pub, dh)) == -1) | ^~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dh.h:224:27: note: declared here 224 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key, | ^~~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2421:3: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2421 | DH_free(dh); | ^~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/dh.h:200:28: note: declared here 200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_init': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2471:2: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2471 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/engine.h:358:28: note: declared here 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2472:2: warning: 'ENGINE_register_all_complete' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2472 | ENGINE_register_all_complete(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/engine.h:415:27: note: declared here 415 | OSSL_DEPRECATEDIN_3_0 int ENGINE_register_all_complete(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'binbuf_pubkey2rsa': /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2558:2: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2558 | rsa_pub = RSA_new(); | ^~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2565:2: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2565 | if (!RSA_set0_key(rsa_pub, mod, exp, NULL)) | ^~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2571:2: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2571 | RSA_free(rsa_pub); | ^~~~~~~~ In file included from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.18.19.00.11-amd64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-sys --- --- ip_log.o --- # compile ipl/ip_log.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/ipl -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2023.08.18.19.00.11-amd64/src/sys/external/bsd/ipf/netinet/ip_log.c -o ip_log.o.o --- dependall-external --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-unsupported.o print-unsupported.o.o && rm -f print-unsupported.o.o --- dependall-usr.bin --- --- dependall-ypwhich --- --- dependall-ypmatch --- --- ypmatch.d --- --- dependall-ypwhich --- dependall ===> usr.bin/ypwhich --- dependall-ypmatch --- # create ypmatch/ypmatch.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f ypmatch.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 -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypmatch/../ypcat --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -D_FORTIFY_SOURCE=2 /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypmatch/ypmatch.c && mv -f ypmatch.d.tmp ypmatch.d --- dependall-ypwhich --- --- ypalias_init.d --- # create ypwhich/ypalias_init.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f ypalias_init.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 -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypwhich/../ypcat --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -D_FORTIFY_SOURCE=2 /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypwhich/../ypcat/ypalias_init.c && mv -f ypalias_init.d.tmp ypalias_init.d --- dependall-ypmatch --- --- .depend --- # create ypmatch/.depend rm -f .depend CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend ypalias_init.d ypmatch.d --- dependall --- --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_inf.d --- # create racoon/isakmp_inf.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f isakmp_inf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c && mv -f isakmp_inf.d.tmp isakmp_inf.d --- dependall-racoonctl --- --- misc.o --- # compile racoonctl/misc.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o.o --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.18.19.00.11-amd64/destdir" > .gdbinit --- dependall-ypwhich --- --- ypwhich.d --- # create ypwhich/ypwhich.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f ypwhich.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 -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypwhich/../ypcat --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -D_FORTIFY_SOURCE=2 /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypwhich/ypwhich.c && mv -f ypwhich.d.tmp ypwhich.d --- dependall-ypmatch --- --- ypmatch.html1 --- # format ypmatch/ypmatch.html1 if test "" != "yes"; then /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypmatch/ypmatch.1 > ypmatch.html1.tmp && mv -f ypmatch.html1.tmp ypmatch.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-font:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-tmac:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/tmac /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypmatch/ypmatch.1 > ypmatch.html1.tmp && mv -f ypmatch.html1.tmp ypmatch.html1; fi --- ypmatch.o --- # compile ypmatch/ypmatch.o /tmp/build/2023.08.18.19.00.11-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 -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypmatch/../ypcat --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -D_FORTIFY_SOURCE=2 -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypmatch/ypmatch.c -o ypmatch.o.o --- dependall-sys --- --- ip_frag.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -L VERSION -o ip_frag.o ip_frag.o.o && rm -f ip_frag.o.o --- dependall-usr.bin --- --- dependall-ypwhich --- --- .depend --- # create ypwhich/.depend rm -f .depend CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend ypalias_init.d ypwhich.d --- dependall-ypcat --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o ypcat.o ypcat.o.o && rm -f ypcat.o.o --- dependall-usr.sbin --- --- dependall-pf --- --- filter.o --- --- dependall-usr.bin --- --- dependall-ypwhich --- --- dependall --- --- dependall-usr.sbin --- # compile ftp-proxy/filter.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/sys --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/usr.sbin/ftp-proxy/filter.c -o filter.o.o --- dependall-usr.bin --- --- dependall-ypcat --- --- ypcat --- # link ypcat/ypcat /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o ypcat ypalias_init.o ypcat.o -Wl,-rpath-link,/tmp/build/2023.08.18.19.00.11-amd64/destdir/lib -L=/lib --- dependall-usr.sbin --- --- ftp-proxy.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o ftp-proxy.o ftp-proxy.o.o && rm -f ftp-proxy.o.o --- ipf.o --- # compile ftp-proxy/ipf.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/sys --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/usr.sbin/ftp-proxy/ipf.c -o ipf.o.o --- dependall-racoon --- --- isakmp_newg.d --- # create racoon/isakmp_newg.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f isakmp_newg.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_newg.c && mv -f isakmp_newg.d.tmp isakmp_newg.d --- dependall-usr.bin --- --- dependall-ypwhich --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.18.19.00.11-amd64/destdir" > .gdbinit --- ypwhich.html1 --- --- dependall-ypcat --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o ypcat ypalias_init.o ypcat.o --- dependall-ypwhich --- # format ypwhich/ypwhich.html1 if test "" != "yes"; then /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypwhich/ypwhich.1 > ypwhich.html1.tmp && mv -f ypwhich.html1.tmp ypwhich.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-font:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-tmac:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/tmac /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypwhich/ypwhich.1 > ypwhich.html1.tmp && mv -f ypwhich.html1.tmp ypwhich.html1; fi --- dependall-bdes --- --- dependall-ypwhich --- --- ypwhich.o --- # compile ypwhich/ypwhich.o /tmp/build/2023.08.18.19.00.11-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 -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypwhich/../ypcat --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -D_FORTIFY_SOURCE=2 -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypwhich/ypwhich.c -o ypwhich.o.o --- dependall-bdes --- dependall ===> usr.bin/bdes --- bdes.d --- # create bdes/bdes.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f bdes.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/2023.08.18.19.00.11-amd64/destdir -D_FORTIFY_SOURCE=2 /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/bdes/bdes.c && mv -f bdes.d.tmp bdes.d --- dependall-sys --- --- dependall-midi_seq --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -L VERSION -o midi.o midi.o.o && rm -f midi.o.o --- dependall-usr.bin --- --- .depend --- # create bdes/.depend rm -f .depend CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend bdes.d --- dependall --- --- dependall-usr.sbin --- --- dependall-racoonctl --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o misc.o misc.o.o && rm -f misc.o.o --- dependall-ypserv --- --- dependall-ypserv --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o ypserv_proc.o ypserv_proc.o.o && rm -f ypserv_proc.o.o --- ypserv_db.o --- --- dependall-rtadvd --- --- timer.o --- --- dependall-ypserv --- # compile ypserv/ypserv_db.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -DOPTIMIZE_DB -DLIBWRAP -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libc/include -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/../common -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/ypserv_db.c -o ypserv_db.o.o --- dependall-usr.bin --- --- dependall-ypmatch --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o ypmatch.o ypmatch.o.o && rm -f ypmatch.o.o --- dependall-usr.sbin --- --- dependall-rtadvd --- # compile rtadvd/timer.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -DINET6 -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/rtadvd/timer.c -o timer.o.o --- dependall-racoonctl --- --- sockmisc.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o sockmisc.o sockmisc.o.o && rm -f sockmisc.o.o --- dependall-sys --- --- midi_seq_mod.o --- --- dependall-usr.bin --- --- ypalias_init.o --- --- dependall-sys --- # compile midi_seq/midi_seq_mod.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -DNMIDI=1 -DNSEQUENCER=1 -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/midi_seq -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2023.08.18.19.00.11-amd64/src/sys/dev/midi_seq_mod.c -o midi_seq_mod.o.o --- dependall-usr.bin --- # compile ypmatch/ypalias_init.o /tmp/build/2023.08.18.19.00.11-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 -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypmatch/../ypcat --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -D_FORTIFY_SOURCE=2 -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypmatch/../ypcat/ypalias_init.c -o ypalias_init.o.o --- dependall-bdes --- --- .gdbinit --- --- dependall-usr.sbin --- --- racoonctl --- # link racoonctl/racoonctl /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o racoonctl racoonctl.o str2val.o kmpstat.o vmbuf.o sockmisc.o misc.o -Wl,-rpath-link,/tmp/build/2023.08.18.19.00.11-amd64/destdir/lib -L=/lib -lipsec --- dependall-usr.bin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.18.19.00.11-amd64/destdir" > .gdbinit --- bdes.html1 --- # format bdes/bdes.html1 if test "" != "yes"; then /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/bdes/bdes.1 > bdes.html1.tmp && mv -f bdes.html1.tmp bdes.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-font:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-tmac:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/tmac /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/bdes/bdes.1 > bdes.html1.tmp && mv -f bdes.html1.tmp bdes.html1; fi --- dependall-sys --- --- dependall-lua --- --- llex.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -L VERSION -o llex.o llex.o.o && rm -f llex.o.o --- dependall-usr.bin --- --- bdes.o --- # compile bdes/bdes.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -D_FORTIFY_SOURCE=2 -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/bdes/bdes.c -o bdes.o.o --- dependall-nbsvtool --- dependall ===> usr.bin/nbsvtool --- dependall-usr.sbin --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o racoonctl racoonctl.o str2val.o kmpstat.o vmbuf.o sockmisc.o misc.o --- dependall-npf --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o npf_data.o npf_data.o.o && rm -f npf_data.o.o --- npf_build.o --- --- dependall-usr.bin --- --- dependall-xlint --- --- tyname.o --- --- dependall-usr.sbin --- # compile npfctl/npf_build.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npfctl/npf_build.c -o npf_build.o.o --- dependall-usr.bin --- # compile lint1/tyname.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -ftrapv -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/2023.08.18.19.00.11-amd64/destdir -DIS_LINT1 -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/xlint/lint1 -I/tmp/build/2023.08.18.19.00.11-amd64/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/xlint/lint1/../arch/x86_64 -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/xlint/lint1/../common/tyname.c -o tyname.o.o --- dependall-sys --- --- lobject.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -L VERSION -o lobject.o lobject.o.o && rm -f lobject.o.o --- dependall-usr.bin --- --- dependall-nbsvtool --- --- nbsvtool.d --- # create nbsvtool/nbsvtool.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f nbsvtool.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 -DOPENSSL_API_COMPAT=0x10100000L --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/nbsvtool/nbsvtool.c && mv -f nbsvtool.d.tmp nbsvtool.d --- dependall-sys --- --- lopcodes.o --- # compile lua/lopcodes.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -g -std=gnu99 -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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/sys -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/lua -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../external/mit/lua/dist/src/lopcodes.c -o lopcodes.o.o --- dependall-usr.sbin --- --- dependall-rtadvd --- --- config.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o config.o config.o.o && rm -f config.o.o --- dump.o --- # compile rtadvd/dump.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -DINET6 -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/rtadvd/dump.c -o dump.o.o --- dependall-racoon --- --- isakmp_quick.d --- # create racoon/isakmp_quick.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f isakmp_quick.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c && mv -f isakmp_quick.d.tmp isakmp_quick.d --- dependall-sys --- --- dependall-ipl --- --- ip_htable.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -L VERSION -o ip_htable.o ip_htable.o.o && rm -f ip_htable.o.o --- dependall-usr.sbin --- --- dependall-pf --- --- filter.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o filter.o filter.o.o && rm -f filter.o.o --- dependall-sys --- --- dependall-mqueue --- dependall ===> sys/modules/mqueue --- dependall-usr.bin --- --- dependall-ypwhich --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o ypwhich.o ypwhich.o.o && rm -f ypwhich.o.o --- dependall-ypmatch --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o ypalias_init.o ypalias_init.o.o && rm -f ypalias_init.o.o --- dependall-ypwhich --- --- ypalias_init.o --- # compile ypwhich/ypalias_init.o /tmp/build/2023.08.18.19.00.11-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 -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypwhich/../ypcat --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -D_FORTIFY_SOURCE=2 -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/ypwhich/../ypcat/ypalias_init.c -o ypalias_init.o.o --- dependall-ypmatch --- --- ypmatch --- # link ypmatch/ypmatch /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o ypmatch ypmatch.o ypalias_init.o -Wl,-rpath-link,/tmp/build/2023.08.18.19.00.11-amd64/destdir/lib -L=/lib --- dependall-usr.sbin --- --- dependall-rtadvd --- --- timer.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o timer.o timer.o.o && rm -f timer.o.o --- dependall-npf --- --- npf_bpf_comp.o --- # compile npfctl/npf_bpf_comp.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npfctl/npf_bpf_comp.c -o npf_bpf_comp.o.o --- dependall-sys --- --- dependall-msdos --- dependall ===> sys/modules/msdos --- dependall-usr.bin --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o ypmatch ypmatch.o ypalias_init.o --- dependall-usr.sbin --- --- dependall-pf --- --- ipf.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o ipf.o ipf.o.o && rm -f ipf.o.o --- dependall-sys --- --- dependall-lua --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -L VERSION -o lopcodes.o lopcodes.o.o && rm -f lopcodes.o.o --- dependall-mqueue --- --- sys_mqueue.d --- # create mqueue/sys_mqueue.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f sys_mqueue.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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/mqueue -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2023.08.18.19.00.11-amd64/src/sys/kern/sys_mqueue.c && mv -f sys_mqueue.d.tmp sys_mqueue.d --- dependall-usr.bin --- --- dependall-nbsvtool --- --- .depend --- --- dependall-usr.sbin --- --- ftp-proxy --- --- dependall-sys --- --- dependall-lua --- --- lparser.o --- --- dependall-usr.sbin --- # link ftp-proxy/ftp-proxy /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o ftp-proxy ftp-proxy.o filter.o ipf.o -Wl,-rpath-link,/tmp/build/2023.08.18.19.00.11-amd64/destdir/lib -L=/lib -levent --- dependall-usr.bin --- # create nbsvtool/.depend rm -f .depend --- dependall-sys --- # compile lua/lparser.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -g -std=gnu99 -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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/sys -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/lua -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../external/mit/lua/dist/src/lparser.c -o lparser.o.o --- dependall-external --- --- dependall-gpl3 --- --- tsan_rtl_proc.o --- --- dependall-usr.bin --- CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend nbsvtool.d --- dependall-external --- # compile libtsan/tsan_rtl_proc.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=94bc2829 -O2 -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -std=gnu++11 -fsized-deallocation -fvisibility=hidden -fno-builtin -fno-exceptions -fno-rtti -funwind-tables --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/include -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/gpl3/gcc.old/dist/libsanitizer -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSANITIZER_HAS_EXCEPTIONS=1 -DSANITIZER_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -c /tmp/build/2023.08.18.19.00.11-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/tsan_rtl_proc.cc -o tsan_rtl_proc.o --- dependall-usr.bin --- --- dependall --- --- dependall-sys --- --- dependall-midi_seq --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -L VERSION -o midi_seq_mod.o midi_seq_mod.o.o && rm -f midi_seq_mod.o.o --- dependall-usr.sbin --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o ftp-proxy ftp-proxy.o filter.o ipf.o --- dependall-external --- --- dependall-bsd --- --- print-udp.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-udp.o print-udp.o.o && rm -f print-udp.o.o --- dependall-sys --- --- dependall-msdos --- --- msdosfs_conv.d --- --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_unity.d --- --- dependall-external --- --- print-usb.o --- --- dependall-usr.bin --- --- .gdbinit --- --- dependall-sys --- # create msdos/msdosfs_conv.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f msdosfs_conv.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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/msdos -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2023.08.18.19.00.11-amd64/src/sys/fs/msdosfs/msdosfs_conv.c && mv -f msdosfs_conv.d.tmp msdosfs_conv.d --- dependall-usr.sbin --- # create racoon/isakmp_unity.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f isakmp_unity.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c && mv -f isakmp_unity.d.tmp isakmp_unity.d --- dependall-usr.bin --- rm -f .gdbinit --- dependall-external --- # compile bin/print-usb.o /tmp/build/2023.08.18.19.00.11-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 --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist/print-usb.c -o print-usb.o.o --- dependall-usr.bin --- echo "set solib-absolute-prefix /tmp/build/2023.08.18.19.00.11-amd64/destdir" > .gdbinit --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pfctl --- --- dependall-usr.bin --- --- nbsvtool.html1 --- --- dependall-usr.sbin --- dependall ===> usr.sbin/pf/pfctl --- dependall-usr.bin --- # format nbsvtool/nbsvtool.html1 --- dependall-sys --- --- dependall-midi_seq --- --- sequencer.o --- --- dependall-usr.bin --- if test "" != "yes"; then /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/nbsvtool/nbsvtool.1 > nbsvtool.html1.tmp && mv -f nbsvtool.html1.tmp nbsvtool.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-font:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-tmac:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/tmac /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/nbsvtool/nbsvtool.1 > nbsvtool.html1.tmp && mv -f nbsvtool.html1.tmp nbsvtool.html1; fi --- nbsvtool.o --- --- dependall-sys --- # compile midi_seq/sequencer.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -DNMIDI=1 -DNSEQUENCER=1 -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/midi_seq -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2023.08.18.19.00.11-amd64/src/sys/dev/sequencer.c -o sequencer.o.o --- dependall-usr.bin --- # compile nbsvtool/nbsvtool.o /tmp/build/2023.08.18.19.00.11-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 -DOPENSSL_API_COMPAT=0x10100000L --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/nbsvtool/nbsvtool.c -o nbsvtool.o.o --- dependall-usr.sbin --- --- parse.c --- # yacc pfctl/parse.c /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbyacc -o parse.c /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl/parse.y --- dependall-usr.bin --- --- dependall-ypwhich --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o ypalias_init.o ypalias_init.o.o && rm -f ypalias_init.o.o --- ypwhich --- # link ypwhich/ypwhich /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o ypwhich ypwhich.o ypalias_init.o -Wl,-rpath-link,/tmp/build/2023.08.18.19.00.11-amd64/destdir/lib -L=/lib --- dependall-sys --- --- dependall-mqueue --- --- .depend --- # create mqueue/.depend rm -f .depend CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -s .o\ .d -d -f .depend sys_mqueue.d --- dependall --- --- dependall-usr.sbin --- --- parse.d --- # create pfctl/parse.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES parse.c && mv -f parse.d.tmp parse.d --- dependall-sys --- --- dependall-msdos --- --- msdosfs_denode.d --- # create msdos/msdosfs_denode.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f msdosfs_denode.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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/msdos -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2023.08.18.19.00.11-amd64/src/sys/fs/msdosfs/msdosfs_denode.c && mv -f msdosfs_denode.d.tmp msdosfs_denode.d --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_xauth.d --- # create racoon/isakmp_xauth.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f isakmp_xauth.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c && mv -f isakmp_xauth.d.tmp isakmp_xauth.d --- dependall-usr.bin --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o ypwhich ypwhich.o ypalias_init.o --- dependall-sys --- --- msdosfs_fat.d --- --- dependall-usr.bin --- --- dependall-xlint --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o tyname.o tyname.o.o && rm -f tyname.o.o --- dependall-sys --- # create msdos/msdosfs_fat.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f msdosfs_fat.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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/msdos -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2023.08.18.19.00.11-amd64/src/sys/fs/msdosfs/msdosfs_fat.c && mv -f msdosfs_fat.d.tmp msdosfs_fat.d --- dependall-usr.sbin --- --- dependall-ypserv --- --- ypserv_xdr.o --- # compile ypserv/ypserv_xdr.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -DOPTIMIZE_DB -DLIBWRAP -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libc/include -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/../common -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/ypserv_xdr.c -o ypserv_xdr.o.o --- dependall-rtadvd --- --- dump.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o dump.o dump.o.o && rm -f dump.o.o --- expandm.o --- # compile rtadvd/expandm.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -DINET6 -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/lib/libwrap/expandm.c -o expandm.o.o --- dependall-pf --- --- pf_print_state.d --- # create pfctl/pf_print_state.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl/pf_print_state.c && mv -f pf_print_state.d.tmp pf_print_state.d --- dependall-sys --- --- dependall-mqueue --- --- sys_mqueue.o --- # compile mqueue/sys_mqueue.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/mqueue -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2023.08.18.19.00.11-amd64/src/sys/kern/sys_mqueue.c -o sys_mqueue.o.o --- dependall-msdos --- --- msdosfs_lookup.d --- # create msdos/msdosfs_lookup.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f msdosfs_lookup.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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/msdos -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2023.08.18.19.00.11-amd64/src/sys/fs/msdosfs/msdosfs_lookup.c && mv -f msdosfs_lookup.d.tmp msdosfs_lookup.d --- dependall-external --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-usb.o print-usb.o.o && rm -f print-usb.o.o --- print-vjc.o --- # compile bin/print-vjc.o /tmp/build/2023.08.18.19.00.11-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 --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist/print-vjc.c -o print-vjc.o.o --- dependall-usr.sbin --- --- pf_ruleset.d --- # create pfctl/pf_ruleset.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf/net/pf_ruleset.c && mv -f pf_ruleset.d.tmp pf_ruleset.d --- dependall-ypserv --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o ypserv_xdr.o ypserv_xdr.o.o && rm -f ypserv_xdr.o.o --- dependall-racoon --- --- localconf.d --- # create racoon/localconf.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f localconf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/localconf.c && mv -f localconf.d.tmp localconf.d --- dependall-ypserv --- --- gethnamaddr.o --- --- dependall-external --- --- dependall-atf --- --- dependall-usr.sbin --- # compile ypserv/gethnamaddr.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -DOPTIMIZE_DB -DLIBWRAP -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libc/include -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/ypserv/ypserv/../common -D_KERNTYPES -c -UYP -D_LIBC /tmp/build/2023.08.18.19.00.11-amd64/src/lib/libc/net/gethnamaddr.c -o gethnamaddr.o.o --- dependall-external --- --- atf-report_test --- # build tools/atf-report_test echo '#! /usr/bin/atf-sh' >atf-report_test.tmp cat /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/atf/dist/tools/atf-report_test.sh >>atf-report_test.tmp chmod +x atf-report_test.tmp mv -f atf-report_test.tmp atf-report_test --- dependall-sys --- --- dependall-ipl --- --- ip_log.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -L VERSION -o ip_log.o ip_log.o.o && rm -f ip_log.o.o --- ip_lookup.o --- # compile ipl/ip_lookup.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/ipl -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2023.08.18.19.00.11-amd64/src/sys/external/bsd/ipf/netinet/ip_lookup.c -o ip_lookup.o.o --- dependall-usr.sbin --- --- dependall-rtadvd --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o expandm.o expandm.o.o && rm -f expandm.o.o --- dependall-sys --- --- dependall-msdos --- --- msdosfs_rename.d --- # create msdos/msdosfs_rename.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f msdosfs_rename.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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/msdos -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2023.08.18.19.00.11-amd64/src/sys/fs/msdosfs/msdosfs_rename.c && mv -f msdosfs_rename.d.tmp msdosfs_rename.d --- dependall-usr.sbin --- --- rtadvd_hostops.o --- # compile rtadvd/rtadvd_hostops.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -DINET6 -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/rtadvd/rtadvd_hostops.c -o rtadvd_hostops.o.o --- rtadvd_rumpops.o --- # compile rtadvd/rtadvd_rumpops.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -DINET6 -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/rtadvd/rtadvd_rumpops.c -o rtadvd_rumpops.o.o --- dependall-ypserv --- --- ypserv_db.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o ypserv_db.o ypserv_db.o.o && rm -f ypserv_db.o.o --- dependall-pf --- --- pfctl.d --- --- dependall-racoon --- --- logger.d --- --- dependall-pf --- --- pfctl_altq.d --- --- pfctl.d --- # create pfctl/pfctl.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl/pfctl.c && mv -f pfctl.d.tmp pfctl.d --- dependall-racoon --- # create racoon/logger.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f logger.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/logger.c && mv -f logger.d.tmp logger.d --- dependall-pf --- --- pfctl_altq.d --- # create pfctl/pfctl_altq.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl/pfctl_altq.c && mv -f pfctl_altq.d.tmp pfctl_altq.d --- dependall-sys --- --- msdosfs_unicode.d --- --- dependall-usr.sbin --- --- dependall-rtadvd --- --- rtadvd_hostops.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o rtadvd_hostops.o rtadvd_hostops.o.o && rm -f rtadvd_hostops.o.o --- dependall-sys --- # create msdos/msdosfs_unicode.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f msdosfs_unicode.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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/msdos -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2023.08.18.19.00.11-amd64/src/sys/fs/msdosfs/msdosfs_unicode.c && mv -f msdosfs_unicode.d.tmp msdosfs_unicode.d --- dependall-usr.sbin --- --- dependall-racoon --- --- main.d --- # create racoon/main.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f main.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/main.c && mv -f main.d.tmp main.d --- dependall-rtadvd --- --- rtadvd --- # link rtadvd/rtadvd /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o rtadvd rtadvd.o advcap.o if.o config.o timer.o dump.o expandm.o rtadvd_hostops.o -Wl,-rpath-link,/tmp/build/2023.08.18.19.00.11-amd64/destdir/lib -L=/lib -lutil --- rtadvd_rumpops.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o rtadvd_rumpops.o rtadvd_rumpops.o.o && rm -f rtadvd_rumpops.o.o --- rump.rtadvd --- --- dependall-npf --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o npf_bpf_comp.o npf_bpf_comp.o.o && rm -f npf_bpf_comp.o.o --- dependall-rtadvd --- # link rtadvd/rump.rtadvd /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o rump.rtadvd rtadvd.o advcap.o if.o config.o timer.o dump.o expandm.o rtadvd_rumpops.o -Wl,-rpath-link,/tmp/build/2023.08.18.19.00.11-amd64/destdir/lib -L=/lib -lutil -lrumpres -lrumpclient --- dependall-sys --- --- dependall-ipl --- --- ip_nat.o --- --- dependall-msdos --- --- msdosfs_vfsops.d --- --- dependall-ipl --- # compile ipl/ip_nat.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/ipl -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c -Wno-address-of-packed-member /tmp/build/2023.08.18.19.00.11-amd64/src/sys/external/bsd/ipf/netinet/ip_nat.c -o ip_nat.o.o --- dependall-msdos --- # create msdos/msdosfs_vfsops.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f msdosfs_vfsops.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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/msdos -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2023.08.18.19.00.11-amd64/src/sys/fs/msdosfs/msdosfs_vfsops.c && mv -f msdosfs_vfsops.d.tmp msdosfs_vfsops.d --- msdosfs_vnops.d --- # create msdos/msdosfs_vnops.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f msdosfs_vnops.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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/msdos -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2023.08.18.19.00.11-amd64/src/sys/fs/msdosfs/msdosfs_vnops.c && mv -f msdosfs_vnops.d.tmp msdosfs_vnops.d --- dependall-usr.sbin --- /tmp/build/2023.08.18.19.00.11-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 --- rtadvd --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o rtadvd rtadvd.o advcap.o if.o config.o timer.o dump.o expandm.o rtadvd_hostops.o --- dependall-external --- --- dependall-tcpdump --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-vjc.o print-vjc.o.o && rm -f print-vjc.o.o --- print-vqp.o --- --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl_optimize.d --- --- dependall-external --- # compile bin/print-vqp.o /tmp/build/2023.08.18.19.00.11-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 --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist/print-vqp.c -o print-vqp.o.o --- dependall-usr.sbin --- --- pfctl_osfp.d --- --- pfctl_optimize.d --- # create pfctl/pfctl_optimize.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl/pfctl_optimize.c && mv -f pfctl_optimize.d.tmp pfctl_optimize.d --- pfctl_osfp.d --- # create pfctl/pfctl_osfp.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-format-truncation /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl/pfctl_osfp.c && mv -f pfctl_osfp.d.tmp pfctl_osfp.d --- dependall-pflogd --- dependall ===> usr.sbin/pf/pflogd --- dependall-usr.bin --- --- dependall-nbsvtool --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o nbsvtool.o nbsvtool.o.o && rm -f nbsvtool.o.o --- nbsvtool --- # link nbsvtool/nbsvtool /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o nbsvtool nbsvtool.o -Wl,-rpath-link,/tmp/build/2023.08.18.19.00.11-amd64/destdir/lib -L=/lib -lcrypto --- dependall-usr.sbin --- --- pflogd.d --- # create pflogd/pflogd.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pflogd -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pflogd/pflogd.c && mv -f pflogd.d.tmp pflogd.d --- dependall-racoon --- --- misc.d --- # create racoon/misc.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f misc.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/misc.c && mv -f misc.d.tmp misc.d --- nattraversal.d --- # create racoon/nattraversal.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f nattraversal.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/nattraversal.c && mv -f nattraversal.d.tmp nattraversal.d --- dependall-npf --- --- dependall-npftest --- dependall ===> usr.sbin/npf/npftest --- dependall-pf --- --- dependall-pfctl --- --- pfctl_parser.d --- # create pfctl/pfctl_parser.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f pfctl_parser.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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl/pfctl_parser.c && mv -f pfctl_parser.d.tmp pfctl_parser.d --- dependall-external --- --- dependall-gpl3 --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-objcopy -x tsan_rtl_proc.o --- tsan_rtl_report.o --- # compile libtsan/tsan_rtl_report.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=5c9a0585 -O2 -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -std=gnu++11 -fsized-deallocation -fvisibility=hidden -fno-builtin -fno-exceptions -fno-rtti -funwind-tables --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/include -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/gpl3/gcc.old/dist/libsanitizer -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSANITIZER_HAS_EXCEPTIONS=1 -DSANITIZER_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -c /tmp/build/2023.08.18.19.00.11-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/tsan_rtl_report.cc -o tsan_rtl_report.o --- dependall-usr.sbin --- --- dependall-pflogd --- --- privsep.d --- --- dependall-npf --- --- dependall-npfctl --- --- npf_build.o --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o npf_build.o npf_build.o.o && rm -f npf_build.o.o --- dependall-pf --- # create pflogd/privsep.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pflogd -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pflogd/privsep.c && mv -f privsep.d.tmp privsep.d --- dependall-pfs --- --- dependall-sys --- --- .depend --- --- dependall-usr.sbin --- dependall ===> usr.sbin/pf/pfs --- dependall-npf --- --- npf_show.o --- --- dependall-npftest --- --- dependall-libnpftest --- --- dependall-sys --- # create msdos/.depend rm -f .depend --- dependall-usr.sbin --- --- dependall-npfctl --- # compile npfctl/npf_show.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npfctl/npf_show.c -o npf_show.o.o --- dependall-sys --- CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -s .o\ .d -d -f .depend msdosfs_conv.d msdosfs_denode.d msdosfs_fat.d msdosfs_lookup.d msdosfs_rename.d msdosfs_unicode.d msdosfs_vfsops.d msdosfs_vnops.d --- dependall-usr.sbin --- --- dependall-npftest --- dependall ===> usr.sbin/npf/npftest/libnpftest --- dependall-sys --- --- dependall --- --- dependall-usr.sbin --- --- dependall-pf --- --- token.c --- # lex pfs/token.c /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nblex -otoken.c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/pf/pfs/token.l --- dependall-usr.bin --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o nbsvtool nbsvtool.o --- dependall-usr.sbin --- --- dependall-pfctl --- --- pfctl_qstats.d --- # create pfctl/pfctl_qstats.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f pfctl_qstats.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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl/pfctl_qstats.c && mv -f pfctl_qstats.d.tmp pfctl_qstats.d --- dependall-tftp-proxy --- dependall ===> usr.sbin/pf/tftp-proxy --- dependall-racoon --- --- oakley.d --- # create racoon/oakley.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f oakley.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/oakley.c && mv -f oakley.d.tmp oakley.d --- dependall-npf --- --- npf_bpf_test.d --- --- dependall-pf --- --- filter.d --- --- dependall-npf --- # create libnpftest/npf_bpf_test.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -D_FORTIFY_SOURCE=2 /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/npf_bpf_test.c && mv -f npf_bpf_test.d.tmp npf_bpf_test.d --- dependall-pf --- # create tftp-proxy/filter.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f filter.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 -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/libexec/tftp-proxy/filter.c && mv -f filter.d.tmp filter.d --- dependall-pflogd --- --- privsep_fdpass.d --- --- dependall-usr.bin --- --- dependall-bdes --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o bdes.o bdes.o.o && rm -f bdes.o.o --- dependall-usr.sbin --- # create pflogd/privsep_fdpass.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pflogd -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-stack-protector /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pflogd/privsep_fdpass.c && mv -f privsep_fdpass.d.tmp privsep_fdpass.d --- dependall-usr.bin --- --- bdes --- # link bdes/bdes /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o bdes bdes.o -Wl,-rpath-link,/tmp/build/2023.08.18.19.00.11-amd64/destdir/lib -L=/lib -lcrypt --- dependall-usr.sbin --- --- dependall-pfs --- --- parse.c --- # yacc pfs/parse.c /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbyacc -d -o parse.c /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/pf/pfs/parse.y --- parse.d --- # create pfs/parse.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-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 -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 -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/pf/pfs -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir parse.c && mv -f parse.d.tmp parse.d --- dependall-pfctl --- --- pfctl_radix.d --- # create pfctl/pfctl_radix.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f pfctl_radix.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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl/pfctl_radix.c && mv -f pfctl_radix.d.tmp pfctl_radix.d --- dependall-usr.bin --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o bdes bdes.o --- dependall-usr.sbin --- --- pfctl_table.d --- # create pfctl/pfctl_table.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f pfctl_table.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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl/pfctl_table.c && mv -f pfctl_table.d.tmp pfctl_table.d --- dependall-pflogd --- --- .depend --- --- dependall-tftp-proxy --- --- tftp-proxy.d --- --- dependall-pflogd --- # create pflogd/.depend rm -f .depend --- dependall-tftp-proxy --- # create tftp-proxy/tftp-proxy.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f tftp-proxy.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 -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/libexec/tftp-proxy/tftp-proxy.c && mv -f tftp-proxy.d.tmp tftp-proxy.d --- dependall-pflogd --- CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend pflogd.d privsep.d privsep_fdpass.d --- dependall --- --- dependall-external --- --- dependall-bsd --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-vqp.o print-vqp.o.o && rm -f print-vqp.o.o --- print-vrrp.o --- # compile bin/print-vrrp.o /tmp/build/2023.08.18.19.00.11-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 --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist/print-vrrp.c -o print-vrrp.o.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_gc_test.d --- # create libnpftest/npf_gc_test.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -D_FORTIFY_SOURCE=2 /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c && mv -f npf_gc_test.d.tmp npf_gc_test.d --- dependall-external --- --- print-vsock.o --- --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbctfconvert -g -L VERSION -o crypto_openssl.o crypto_openssl.o.o && rm -f crypto_openssl.o.o --- dependall-sys --- --- msdosfs_conv.o --- --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pfs --- --- pfs.d --- --- dependall-external --- # compile bin/print-vsock.o /tmp/build/2023.08.18.19.00.11-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 --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin/../dist/print-vsock.c -o print-vsock.o.o --- dependall-sys --- # compile msdos/msdosfs_conv.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/modules/msdos -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/arch -isystem /tmp/build/2023.08.18.19.00.11-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2023.08.18.19.00.11-amd64/src/sys/fs/msdosfs/msdosfs_conv.c -o msdosfs_conv.o.o --- dependall-usr.sbin --- # create pfs/pfs.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f pfs.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 -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/pf/pfs -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/pf/pfs/pfs.c && mv -f pfs.d.tmp pfs.d --- dependall-pflogd --- --- .gdbinit --- --- dependall-plainrsa-gen --- --- logger.o --- --- dependall-pf --- rm -f .gdbinit --- dependall-racoon --- --- pfkey.d --- --- dependall-pf --- echo "set solib-absolute-prefix /tmp/build/2023.08.18.19.00.11-amd64/destdir" > .gdbinit --- dependall-plainrsa-gen --- # compile plainrsa-gen/logger.o /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-amd64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/logger.c -o logger.o.o --- dependall-racoon --- # create racoon/pfkey.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f pfkey.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/pfkey.c && mv -f pfkey.d.tmp pfkey.d --- dependall-pf --- --- pflogd.html8 --- # format pflogd/pflogd.html8 if test "" != "yes"; then /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-font:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-tmac:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/tmac /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pflogd/pflogd.8 > pflogd.html8.tmp && mv -f pflogd.html8.tmp pflogd.html8; fi --- pflogd.o --- # compile pflogd/pflogd.o /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pflogd -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pflogd/pflogd.c -o pflogd.o.o --- dependall-tftp-proxy --- --- .depend --- # create tftp-proxy/.depend rm -f .depend CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend filter.d tftp-proxy.d --- dependall --- --- dependall-pfctl --- --- .depend --- # create pfctl/.depend rm -f .depend CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend parse.d pf_print_state.d pf_ruleset.d pfctl.d pfctl_altq.d pfctl_optimize.d pfctl_osfp.d pfctl_parser.d pfctl_qstats.d pfctl_radix.d pfctl_table.d --- dependall --- --- dependall-tftp-proxy --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.18.19.00.11-amd64/destdir" > .gdbinit --- tftp-proxy.html8 --- # format tftp-proxy/tftp-proxy.html8 if test "" != "yes"; then /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/libexec/tftp-proxy/tftp-proxy.8 > tftp-proxy.html8.tmp && mv -f tftp-proxy.html8.tmp tftp-proxy.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-font:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-tmac:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/tmac /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/libexec/tftp-proxy/tftp-proxy.8 > tftp-proxy.html8.tmp && mv -f tftp-proxy.html8.tmp tftp-proxy.html8; fi --- tftp-proxy.o --- # compile tftp-proxy/tftp-proxy.o --- dependall-pfctl --- --- .gdbinit --- --- dependall-tftp-proxy --- /tmp/build/2023.08.18.19.00.11-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 -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -c /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/libexec/tftp-proxy/tftp-proxy.c -o tftp-proxy.o.o --- dependall-pfctl --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.18.19.00.11-amd64/destdir" > .gdbinit --- pfctl.html8 --- # format pfctl/pfctl.html8 if test "" != "yes"; then /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl/pfctl.8 > pfctl.html8.tmp && mv -f pfctl.html8.tmp pfctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-font:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-tmac:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/tmac /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl/pfctl.8 > pfctl.html8.tmp && mv -f pfctl.html8.tmp pfctl.html8; fi --- dependall-npf --- --- npf_mbuf_subr.d --- # create libnpftest/npf_mbuf_subr.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -D_FORTIFY_SOURCE=2 /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npftest/libnpftest/npf_mbuf_subr.c && mv -f npf_mbuf_subr.d.tmp npf_mbuf_subr.d --- dependall-pf --- --- pfctl.o --- # compile pfctl/pfctl.o /tmp/build/2023.08.18.19.00.11-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 --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pfctl/pfctl.c -o pfctl.o.o --- dependall-pfs --- --- token.d --- # create pfs/token.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f token.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 -I/tmp/build/2023.08.18.19.00.11-amd64/src/sys/dist/pf -I/tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/pf/pfs -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir token.c && mv -f token.d.tmp token.d --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb --- /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-objcopy -x btrace.o --- dependall-usr.sbin --- --- dependall-man --- dependall ===> usr.sbin/pf/man --- dependall-man4 --- dependall ===> usr.sbin/pf/man/man4 --- dependall --- --- pf.html4 --- # format man4/pf.html4 if test "" != "yes"; then /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/share/man/man4/pf.4 > pf.html4.tmp && mv -f pf.html4.tmp pf.html4; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-font:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/site-tmac:/tmp/build/2023.08.18.19.00.11-amd64/tools/share/groff/tmac /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/share/man/man4/pf.4 > pf.html4.tmp && mv -f pf.html4.tmp pf.html4; fi --- dependall-racoon --- --- plog.d --- # create racoon/plog.d CC=/tmp/build/2023.08.18.19.00.11-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2023.08.18.19.00.11-amd64/tools/bin/nbmkdep -f plog.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/src/crypto/dist/ipsec-tools/src/racoon/plog.c && mv -f plog.d.tmp plog.d --- dependall-pf --- --- dependall-pflogd --- /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pflogd/pflogd.c: In function 'try_reset_dump': /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pflogd/pflogd.c:352:23: error: 'pcap_t' {aka 'struct pcap'} has no member named 'tzoff' 352 | hdr.thiszone = hpcap->tzoff; | ^~ --- dependall-man --- --- pflog.html4 --- # format man4/pflog.html4 --- dependall-pflogd --- *** Failed target: pflogd.o *** 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/2023.08.18.19.00.11-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/2023.08.18.19.00.11-amd64/destdir -I/tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pflogd -I/tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.18.19.00.11-amd64/src/dist/pf/sbin/pflogd/pflogd.c -o pflogd.o.o ${CTFCONVERT_RUN} --- dependall-usr.bin --- --- dependall-xlint --- nbmake[7]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/xlint/lint1 --- dependall-external --- --- dependall-bsd --- --- dependall-atf --- nbmake[10]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/atf/tests/atf/tools --- dependall-usr.bin --- nbmake[6]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin/xlint --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- nbmake[6]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/plainrsa-gen nbmake[5]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin --- dependall-sys --- nbmake[5]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/sys --- dependall-usr.sbin --- --- dependall-racoon --- nbmake[5]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin --- dependall-ypserv --- nbmake[5]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin --- dependall-npf --- nbmake[6]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf --- dependall-npfctl --- nbmake[7]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf/npfctl nbmake[6]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin/npf --- dependall-pf --- nbmake[5]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin --- dependall-external --- nbmake[9]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/atf/tests/atf --- dependall-usr.bin --- nbmake[5]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/usr.bin --- dependall-usr.sbin --- --- dependall-npf --- nbmake[5]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/usr.sbin --- dependall-sys --- nbmake[4]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src --- dependall-external --- nbmake[8]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/atf/tests --- dependall-tcpdump --- nbmake[8]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump/bin --- dependall-usr.bin --- nbmake[4]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src --- dependall-usr.sbin --- nbmake[4]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src --- dependall-external --- --- dependall-atf --- nbmake[7]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/atf nbmake[6]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd --- dependall-tcpdump --- nbmake[7]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd/tcpdump nbmake[6]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external/bsd nbmake[5]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external --- dependall-gpl3 --- --- dependall-gcc.old --- nbmake[9]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external/gpl3/gcc.old/lib/libtsan nbmake[8]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external/gpl3/gcc.old/lib nbmake[7]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external/gpl3/gcc.old nbmake[6]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external/gpl3 --- dependall-gdb --- nbmake[9]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external/gpl3/gdb/lib/libgdb nbmake[8]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external/gpl3/gdb/lib nbmake[7]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external/gpl3/gdb nbmake[6]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external/gpl3 nbmake[5]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src/external nbmake[4]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src nbmake[3]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src nbmake[2]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src nbmake[1]: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src nbmake: stopped in /tmp/build/2023.08.18.19.00.11-amd64/src ERROR: Failed to make release *** BUILD ABORTED *** 702.17 real 6649.89 user 1672.13 sys