Last 2000 lines of build log: /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c: In function 'mix_b64_pubkey': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:96:9: warning: 'RSA_get0_e' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 96 | binlen = 1 + BN_num_bytes(RSA_get0_e(key)) + BN_num_bytes(RSA_get0_n(key)); | ^~~~~~ In file included from /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:52: /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:96:9: warning: 'RSA_get0_n' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 96 | binlen = 1 + BN_num_bytes(RSA_get0_e(key)) + BN_num_bytes(RSA_get0_n(key)); | ^~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:99:9: warning: 'RSA_get0_e' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 99 | binbuf[0] = BN_bn2bin(RSA_get0_e(key), (unsigned char *) &binbuf[1]); | ^~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:100:9: warning: 'RSA_get0_n' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 100 | ret = BN_bn2bin(RSA_get0_n(key), (unsigned char *) (&binbuf[binbuf[0] + 1])); | ^~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:232:37: note: declared here 232 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_n(const RSA *d); | ^~~~~~~~~~ --- dependall-usr.bin --- --- dependall-uuencode --- # format uuencode/uuencode.html5 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/uuencode/uuencode.5 > uuencode.html5.tmp && mv -f uuencode.html5.tmp uuencode.html5; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/uuencode/uuencode.5 > uuencode.html5.tmp && mv -f uuencode.html5.tmp uuencode.html5; fi --- dependall-usr.sbin --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c: In function 'print_rsa_key': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:136:9: warning: 'RSA_get0_n' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 136 | fprintf(fp, "\t# RSA %d bits\n", BN_num_bits(RSA_get0_n(key))); | ^~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:138:9: warning: 'RSA_get0_n' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 138 | fprintf(fp, "\tModulus: 0x%s\n", lowercase(BN_bn2hex(RSA_get0_n(key)))); | ^~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:139:9: 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)))); | ^~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:140:9: 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)))); | ^~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:141:9: 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)))); | ^~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:142:9: 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)))); | ^~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:143:9: 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)))); | ^~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:144:9: 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)))); | ^~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:145:9: 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)))); | ^~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c: In function 'convert_rsa_key': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:175:9: warning: 'PEM_read_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 175 | key = PEM_read_RSAPrivateKey(fpin, NULL, NULL, NULL); | ^~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:178:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 178 | RSA_free(key); | ^~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-usr.bin --- --- dependall-uudecode --- --- uudecode --- --- dependall-usr.sbin --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:185:9: warning: 'PEM_read_RSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 185 | key = PEM_read_RSA_PUBKEY(fpin, NULL, NULL, NULL); | ^~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:188:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 188 | RSA_free(key); | ^~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c: In function 'gen_rsa_key': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:211:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 211 | key = RSA_new(); | ^~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:215:9: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 215 | if (1 != RSA_generate_key_ex(key, bits, e, NULL)) { | ^~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.c:221:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 221 | RSA_free(key); | ^~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-racoon --- --- crypto_openssl.d --- --- dependall-pf --- --- dependall-usr.bin --- # link uudecode/uudecode /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o uudecode uudecode.o -Wl,-rpath-link,/tmp/build/2024.09.02.18.56.20-sparc64/destdir/lib -L=/lib --- dependall-usr.sbin --- --- dependall-racoon --- # create racoon/crypto_openssl.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f crypto_openssl.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -Wno-error=deprecated-declarations /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c && mv -f crypto_openssl.d.tmp crypto_openssl.d --- dependall-usr.bin --- --- dependall-uuencode --- --- uuencode.o --- --- dependall-usr.sbin --- --- dependall-pf --- dependall ===> usr.sbin/pf --- dependall-sys --- --- dependall-nandemulator --- --- nandemulator.d --- --- dependall-usr.sbin --- --- dependall-ypserv --- --- ypxfr --- --- dependall-usr.bin --- # compile uuencode/uuencode.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/uuencode/uuencode.c -o uuencode.o --- dependall-sys --- # create nandemulator/nandemulator.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f nandemulator.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/nandemulator -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/nand/nandemulator.c && mv -f nandemulator.d.tmp nandemulator.d --- dependall-usr.sbin --- # link ypxfr/ypxfr /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o ypxfr ypxfr.o -Wl,-rpath-link,/tmp/build/2024.09.02.18.56.20-sparc64/destdir/lib -L=/lib -L/tmp/build/2024.09.02.18.56.20-sparc64/obj/usr.sbin/ypserv/common -lcommon --- dependall-pf --- --- dependall-authpf --- dependall ===> usr.sbin/pf/authpf --- dependall-sys --- --- dependall-msdos --- --- msdosfs_unicode.d --- --- dependall-usr.sbin --- --- dependall-npf --- --- npf_build.d --- --- dependall-sys --- # create msdos/msdosfs_unicode.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/msdos -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/fs/msdosfs/msdosfs_unicode.c && mv -f msdosfs_unicode.d.tmp msdosfs_unicode.d --- dependall-usr.sbin --- # create npfctl/npf_build.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npf_build.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npf_build.c && mv -f npf_build.d.tmp npf_build.d --- dependall-pf --- --- authpf.d --- --- dependall-sys --- --- dependall-ipl --- --- ip_log.o --- --- dependall-usr.sbin --- # create authpf/authpf.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f authpf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/usr.sbin/authpf/authpf.c && mv -f authpf.d.tmp authpf.d --- dependall-sys --- --- ip_lookup.o --- --- ip_log.o --- # compile ipl/ip_log.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/ipl -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/ipf/netinet/ip_log.c -o ip_log.o --- ip_lookup.o --- # compile ipl/ip_lookup.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/ipl -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/ipf/netinet/ip_lookup.c -o ip_lookup.o --- dependall-usr.sbin --- --- dependall-ypserv --- --- dependall --- --- dependall-racoonctl --- --- str2val.d --- # create racoonctl/str2val.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f str2val.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/str2val.c && mv -f str2val.d.tmp str2val.d --- dependall-plainrsa-gen --- --- plog.o --- # compile plainrsa-gen/plog.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/plog.c -o plog.o --- dependall-usr.bin --- --- dependall-uuidgen --- dependall ===> usr.bin/uuidgen --- uuidgen.d --- # create uuidgen/uuidgen.d --- dependall-sys --- --- dependall-nand --- --- nand_crc.d --- --- dependall-usr.bin --- CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f uuidgen.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/uuidgen/uuidgen.c && mv -f uuidgen.d.tmp uuidgen.d --- dependall-sys --- # create nand/nand_crc.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f nand_crc.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/nand -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/nand/nand_crc.c && mv -f nand_crc.d.tmp nand_crc.d --- dependall-external --- --- symtab-thunks.o --- # compile backend/symtab-thunks.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-c++ -frandom-seed=7b66fd94 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/sparc64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"sparc64--netbsd\" -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/sparc64 -c /tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/symtab-thunks.cc -o symtab-thunks.o --- dependall-sys --- --- dependall-nandemulator --- --- .depend --- # create nandemulator/.depend rm -f .depend --- dependall-external --- --- symtab-clones.o --- --- dependall-sys --- CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -s .o\ .d -d -f .depend ioconf.d nandemulator.d --- dependall-external --- # compile backend/symtab-clones.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-c++ -frandom-seed=71919997 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/sparc64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"sparc64--netbsd\" -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/sparc64 -c /tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/symtab-clones.cc -o symtab-clones.o --- dependall-sys --- --- dependall --- --- dependall-usr.sbin --- --- dependall-rtadvd --- --- dump.o --- # compile rtadvd/dump.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DINET6 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/rtadvd/dump.c -o dump.o --- dependall-sys --- --- dependall-msdos --- --- msdosfs_vfsops.d --- # create msdos/msdosfs_vfsops.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/msdos -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/fs/msdosfs/msdosfs_vfsops.c && mv -f msdosfs_vfsops.d.tmp msdosfs_vfsops.d --- dependall-usr.sbin --- --- dependall-npf --- --- npf_cmd.d --- --- dependall-racoonctl --- --- vmbuf.d --- --- dependall-npf --- # create npfctl/npf_cmd.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npf_cmd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npf_cmd.c && mv -f npf_cmd.d.tmp npf_cmd.d --- dependall-racoonctl --- # create racoonctl/vmbuf.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f vmbuf.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c && mv -f vmbuf.d.tmp vmbuf.d --- dependall-npf --- --- dependall-npfd --- dependall ===> usr.sbin/npf/npfd --- dependall-usr.bin --- --- .depend --- # create uuidgen/.depend rm -f .depend --- dependall-usr.sbin --- --- npfd.d --- --- dependall-usr.bin --- CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend uuidgen.d --- dependall-usr.sbin --- --- dependall-pf --- --- .depend --- --- dependall-npf --- # create npfd/npfd.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npfd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfd/npfd.c && mv -f npfd.d.tmp npfd.d --- dependall-pf --- # create authpf/.depend rm -f .depend --- dependall-usr.bin --- --- dependall --- --- dependall-usr.sbin --- CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend authpf.d --- dependall-sys --- --- dependall-nand --- --- nand_micron.d --- # create nand/nand_micron.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f nand_micron.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/nand -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/nand/nand_micron.c && mv -f nand_micron.d.tmp nand_micron.d --- dependall-usr.sbin --- --- dependall --- --- dependall-sys --- --- dependall-nandemulator --- --- nandemulator.o --- # compile nandemulator/nandemulator.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/nandemulator -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/nand/nandemulator.c -o nandemulator.o --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.18.56.20-sparc64/destdir" > .gdbinit --- uuidgen.html1 --- # format uuidgen/uuidgen.html1 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/uuidgen/uuidgen.1 > uuidgen.html1.tmp && mv -f uuidgen.html1.tmp uuidgen.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/uuidgen/uuidgen.1 > uuidgen.html1.tmp && mv -f uuidgen.html1.tmp uuidgen.html1; fi --- dependall-sys --- --- dependall-mqueue --- --- mqueue.kmod --- # link mqueue/mqueue.kmod /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=mqueue.kmod.map -o mqueue.kmod sys_mqueue.o --- dependall-usr.bin --- --- uuidgen.o --- --- dependall-usr.sbin --- --- dependall-racoon --- --- dnssec.d --- --- dependall-usr.bin --- # compile uuidgen/uuidgen.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/uuidgen/uuidgen.c -o uuidgen.o --- dependall-usr.sbin --- --- dependall-pf --- --- .gdbinit --- --- dependall-racoon --- # create racoon/dnssec.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f dnssec.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/dnssec.c && mv -f dnssec.d.tmp dnssec.d --- dependall-pf --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.18.56.20-sparc64/destdir" > .gdbinit --- authpf.html8 --- # format authpf/authpf.html8 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/usr.sbin/authpf/authpf.8 > authpf.html8.tmp && mv -f authpf.html8.tmp authpf.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/usr.sbin/authpf/authpf.8 > authpf.html8.tmp && mv -f authpf.html8.tmp authpf.html8; fi --- dependall-plainrsa-gen --- --- crypto_openssl.o --- # compile plainrsa-gen/crypto_openssl.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c -Wno-error=deprecated-declarations /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c -o crypto_openssl.o --- dependall-pf --- --- authpf.o --- # compile authpf/authpf.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -c /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/usr.sbin/authpf/authpf.c -o authpf.o --- dependall-racoonctl --- --- .depend --- --- dependall-sys --- --- dependall-msdos --- --- msdosfs_vnops.d --- --- dependall-usr.sbin --- # create racoonctl/.depend rm -f .depend --- dependall-sys --- # create msdos/msdosfs_vnops.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/msdos -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tm--- dependall-usr.sbin --- CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend kmpstat.d misc.d racoonctl.d sockmisc.d str2val.d vmbuf.d --- dependall-sys --- p/build/2024.09.02.18.56.20-sparc64/src/sys/fs/msdosfs/msdosfs_vnops.c && mv -f msdosfs_vnops.d.tmp msdosfs_vnops.d --- dependall-usr.sbin --- --- dependall --- --- dependall-npf --- --- dependall-npfctl --- --- npf_data.d --- # create npfctl/npf_data.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npf_data.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npf_data.c && mv -f npf_data.d.tmp npf_data.d --- dependall-sys --- --- dependall-midi_seq --- --- midisyn.o --- # compile midi_seq/midisyn.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DNMIDI=1 -DNSEQUENCER=1 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/midi_seq -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/midisyn.c -o midisyn.o --- dependall-external --- --- dependall-gdb --- --- dbxread.o --- /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-objcopy -x dbxread.o --- dependall-sys --- --- dependall-lfs --- --- lfs_bio.o --- # compile lfs/lfs_bio.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/lfs -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/ufs/lfs/lfs_bio.c -o lfs_bio.o --- dependall-usr.sbin --- --- dependall-racoonctl --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.18.56.20-sparc64/destdir" > .gdbinit --- racoonctl.html8 --- # format racoonctl/racoonctl.html8 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.8 > racoonctl.html8.tmp && mv -f racoonctl.html8.tmp racoonctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.8 > racoonctl.html8.tmp && mv -f racoonctl.html8.tmp racoonctl.html8; fi --- dependall-usr.bin --- --- dependall-uuencode --- --- uuencode --- # link uuencode/uuencode /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o uuencode uuencode.o -Wl,-rpath-link,/tmp/build/2024.09.02.18.56.20-sparc64/destdir/lib -L=/lib --- dependall-usr.sbin --- --- racoonctl.o --- # compile racoonctl/racoonctl.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.c -o racoonctl.o --- dependall-npf --- --- dependall-npfd --- --- npfd_log.d --- # create npfd/npfd_log.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npfd_log.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfd/npfd_log.c && mv -f npfd_log.d.tmp npfd_log.d --- dependall-sys --- --- dependall-nand --- --- nand_samsung.d --- --- dependall-usr.sbin --- --- dependall-racoon --- --- evt.d --- --- dependall-sys --- # create nand/nand_samsung.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f nand_samsung.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/nand -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/nand/nand_samsung.c && mv -f nand_samsung.d.tmp nand_samsung.d --- dependall-usr.sbin --- # create racoon/evt.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f evt.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/evt.c && mv -f evt.d.tmp evt.d --- dependall-sys --- --- dependall-lua --- --- lcode.o --- # compile lua/lcode.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/sys -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/lua -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../external/mit/lua/dist/src/lcode.c -o lcode.o --- lctype.o --- # compile lua/lctype.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/sys -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/lua -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../external/mit/lua/dist/src/lctype.c -o lctype.o --- ldebug.o --- # compile lua/ldebug.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/sys -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/lua -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../external/mit/lua/dist/src/ldebug.c -o ldebug.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_extmod.d --- # create npfctl/npf_extmod.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npf_extmod.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npf_extmod.c && mv -f npf_extmod.d.tmp npf_extmod.d --- dependall-sys --- --- dependall-ipl --- --- ip_nat.o --- # compile ipl/ip_nat.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/ipl -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/ipf/netinet/ip_nat.c -o ip_nat.o --- dependall-msdos --- --- .depend --- # create msdos/.depend rm -f .depend CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/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 --- --- dependall-usr.sbin --- --- dependall-npfd --- --- .depend --- # create npfd/.depend rm -f .depend CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend npfd.d npfd_log.d --- dependall-racoon --- --- genlist.d --- --- dependall-sys --- --- dependall-nand --- --- nand_toshiba.d --- --- dependall-usr.sbin --- # create racoon/genlist.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f genlist.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/genlist.c && mv -f genlist.d.tmp genlist.d --- dependall-npf --- --- dependall --- --- dependall-sys --- # create nand/nand_toshiba.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f nand_toshiba.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/nand -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/nand/nand_toshiba.c && mv -f nand_toshiba.d.tmp nand_toshiba.d --- dependall-usr.sbin --- --- dependall-rtadvd --- --- expandm.o --- # compile rtadvd/expandm.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DINET6 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libwrap/expandm.c -o expandm.o --- dependall-npf --- --- .gdbinit --- --- dependall-plainrsa-gen --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_check_x509sign': --- dependall-npf --- rm -f .gdbinit --- dependall-plainrsa-gen --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:879:9: 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/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/pem.h:22, from /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/evp.h:1348:22: note: declared here 1348 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ --- dependall-sys --- --- dependall-msdos --- --- msdosfs_conv.o --- --- dependall-usr.sbin --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_get_x509sign': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1021:9: 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))); | ^~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/evp.h:1348:22: note: declared here 1348 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_rsa_sign': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1043:9: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1043 | len = RSA_size(rsa); | ^~~ In file included from /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/pem.h:23: /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1049:9: warning: 'RSA_private_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1049 | len = RSA_private_encrypt(src->l, (unsigned char *) src->v, | ^~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_rsa_verify': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1070:9: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1070 | len = RSA_size(rsa); | ^~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1077:9: warning: 'RSA_public_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1077 | len = RSA_public_decrypt(sig->l, (unsigned char *) sig->v, | ^~~ /tmp/build/2024.09.02.18.56.20-sparc64/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, | ^~~~~~~~~~~~~~~~~~ --- dependall-npf --- echo "set solib-absolute-prefix /tmp/build/2024.09.02.18.56.20-sparc64/destdir" > .gdbinit --- dependall-sys --- --- dependall-lua --- --- ldo.o --- --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_strerror': --- dependall-sys --- --- dependall-msdos --- # compile msdos/msdosfs_conv.o --- dependall-usr.sbin --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1110:9: 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){ | ^~~~~ --- dependall-sys --- /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/msdos -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/fs/msdosfs/msdosfs_conv.c -o msdosfs_conv.o --- dependall-usr.sbin --- In file included from /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/engine.h:31, from /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/err.h:424:15: note: declared here 424 | unsigned long ERR_get_error_line_data(const char **file, int *line, | ^~~~~~~~~~~~~~~~~~~~~~~ --- dependall-npf --- --- npfd.html8 --- --- dependall-plainrsa-gen --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_des_weakkey': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1235:9: 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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:61: /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_3des_weakkey': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1433:9: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1433 | return (DES_is_weak_key((void *)key->v) || | ^~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1434:13: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1434 | DES_is_weak_key((void *)(key->v + 8)) || | ^~~~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1435:13: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1435 | DES_is_weak_key((void *)(key->v + 16))); | ^~~~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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); | ^~~~~~~~~~~~~~~ --- dependall-sys --- --- dependall-lua --- # compile lua/ldo.o --- dependall-usr.sbin --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmac_init': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1731:9: 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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/hmac.h:33:33: note: declared here 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); | ^~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1733:9: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1733 | HMAC_Init_ex(c, key->v, key->l, md, NULL); | ^~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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, | ^~~~~~~~~~~~ --- dependall-npf --- # format npfd/npfd.html8 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfd/npfd.8 > npfd.html8.tmp && mv -f npfd.html8.tmp npfd.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfd/npfd.8 > npfd.html8.tmp && mv -f npfd.html8.tmp npfd.html8; fi --- dependall-plainrsa-gen --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_512_update': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1797:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1797 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_512_final': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1811:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1811 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1813:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1813 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_update': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1847:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1847 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_final': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1861:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1861 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1863:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1863 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_update': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1897:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1897 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_final': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1911:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1911 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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-sys --- /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/sys -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/lua -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../external/mit/lua/dist/src/ldo.c -o ldo.o --- dependall-usr.sbin --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1913:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1913 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_update': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1948:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1948 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_final': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1962:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1962 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1964:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1964 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_update': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1998:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1998 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_final': --- dependall-sys --- --- dependall-midi_seq --- --- midi.o --- --- dependall-usr.sbin --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2012:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2012 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2014:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2014 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_init': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2035:9: warning: 'SHA512_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2035 | SHA512_Init(c); | ^~~~~~~~~~~ In file included from /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/x509.h:40: /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/sha.h:127:27: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c); | ^~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_update': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2045:9: warning: 'SHA512_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2045 | SHA512_Update((SHA512_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/sha.h:128:27: note: declared here 128 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_final': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2059:9: warning: 'SHA512_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2059 | SHA512_Final((unsigned char *) res->v, (SHA512_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_init': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2088:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2088 | SHA384_Init(c); | ^~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/sha.h:123:27: note: declared here 123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c); | ^~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_update': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2098:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2098 | SHA384_Update((SHA384_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/sha.h:124:27: note: declared here 124 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_final': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2112:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2112 | SHA384_Final((unsigned char *) res->v, (SHA384_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_init': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2141:9: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2141 | SHA256_Init(c); | ^~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/sha.h:77:27: note: declared here 77 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_update': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2151:9: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2151 | SHA256_Update((SHA256_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/sha.h:78:27: note: declared here 78 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_final': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2165:9: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2165 | SHA256_Final((unsigned char *) res->v, (SHA256_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_init': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2193:9: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2193 | SHA1_Init(c); | ^~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/sha.h:53:27: note: declared here 53 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_update': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2203:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2203 | SHA1_Update((SHA_CTX *)c, data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_final': --- dependall-sys --- # compile midi_seq/midi.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DNMIDI=1 -DNSEQUENCER=1 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/midi_seq -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/midi.c -o midi.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_parse.d --- --- dependall-npfd --- --- npfd.o --- --- dependall-plainrsa-gen --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2217:9: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2217 | SHA1_Final((unsigned char *) res->v, (SHA_CTX *)c); | ^~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_init': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2244:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2244 | MD5_Init(c); | ^~~~~~~~ In file included from /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/md5.h:49:27: note: declared here --- dependall-npf --- --- dependall-npfctl --- # create npfctl/npf_parse.d --- dependall-plainrsa-gen --- 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ --- dependall-npf --- CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npf_parse.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl -D_KERNTYPES npf_parse.c && mv -f npf_parse.d.tmp npf_parse.d --- dependall-plainrsa-gen --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_update': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2254:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2254 | MD5_Update((MD5_CTX *)c, data->v, data->l); | ^~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_final': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2268:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2268 | MD5_Final((unsigned char *) res->v, (MD5_CTX *)c); | ^~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_generate': --- dependall-npf --- --- dependall-npfd --- # compile npfd/npfd.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfd/npfd.c -o npfd.o --- dependall-plainrsa-gen --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2326:9: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2326 | if ((dh = DH_new()) == NULL) | ^~ In file included from /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/x509.h:36: /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/dh.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ --- dependall-usr.bin --- --- dependall-uuidgen --- --- uuidgen --- --- dependall-usr.sbin --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2332:9: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2332 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/dh.h:259:27: note: declared here 259 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2337:17: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2337 | DH_set_length(dh, publen); --- dependall-sys --- --- midi_seq_mod.o --- --- dependall-usr.sbin --- | ^~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/dh.h:273:27: note: declared here 273 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); | ^~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2340:9: warning: 'DH_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2340 | if (!DH_generate_key(dh)) | ^~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/dh.h:227:27: note: declared here 227 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh); | ^~~~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2343:9: warning: 'DH_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2343 | DH_get0_key(dh, &pub_key, &priv_key); | ^~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/dh.h:260:28: note: declared here 260 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2357:17: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2357 | DH_free(dh); | ^~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/dh.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_compute': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2380:9: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2380 | if ((dh = DH_new()) == NULL) | ^~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/dh.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2390:9: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2390 | DH_set_length(dh, pub2->l * 8); | ^~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/dh.h:273:27: note: declared here 273 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); | ^~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2397:9: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2397 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/dh.h:259:27: note: declared here 259 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2401:9: warning: 'DH_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2401 | if (!DH_set0_key(dh, pub_key, priv_key)) | ^~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/dh.h:262:27: note: declared here 262 | OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); | ^~~~~~~~~~~ --- dependall-sys --- # compile midi_seq/midi_seq_mod.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DNMIDI=1 -DNSEQUENCER=1 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/midi_seq -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/midi_seq_mod.c -o midi_seq_mod.o --- dependall-usr.sbin --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2408:9: warning: 'DH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2408 | if ((l = DH_compute_key(v, dh_pub, dh)) == -1) | ^~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/dh.h:228:27: note: declared here 228 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key, | ^~~~~~~~~~~~~~ --- dependall-usr.bin --- # link uuidgen/uuidgen /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o uuidgen uuidgen.o -Wl,-rpath-link,/tmp/build/2024.09.02.18.56.20-sparc64/destdir/lib -L=/lib --- dependall-usr.sbin --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2421:17: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2421 | DH_free(dh); | ^~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/dh.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_init': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2471:9: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2471 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/engine.h:358:28: note: declared here 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2472:9: warning: 'ENGINE_register_all_complete' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2472 | ENGINE_register_all_complete(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/engine.h:415:27: note: declared here 415 | OSSL_DEPRECATEDIN_3_0 int ENGINE_register_all_complete(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'binbuf_pubkey2rsa': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2558:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2558 | rsa_pub = RSA_new(); | ^~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2565:9: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2565 | if (!RSA_set0_key(rsa_pub, mod, exp, NULL)) | ^~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2571:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2571 | RSA_free(rsa_pub); | ^~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-usr.bin --- --- dependall-vacation --- dependall ===> usr.bin/vacation --- vacation.d --- # create vacation/vacation.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f vacation.d.tmp -- -std=gnu99 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_FORTIFY_SOURCE=2 /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vacation/vacation.c && mv -f vacation.d.tmp vacation.d --- dependall-usr.sbin --- --- dependall-racoon --- --- getcertsbyname.d --- # create racoon/getcertsbyname.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f getcertsbyname.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/getcertsbyname.c && mv -f getcertsbyname.d.tmp getcertsbyname.d --- dependall-sys --- --- dependall-nandemulator --- --- nandemulator.kmod --- # link nandemulator/nandemulator.kmod /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=nandemulator.kmod.map -o nandemulator.kmod nandemulator.o --- dependall-usr.sbin --- --- dependall-racoonctl --- --- str2val.o --- # compile racoonctl/str2val.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/str2val.c -o str2val.o --- dependall-sys --- --- dependall-nand --- --- .depend --- # create nand/.depend rm -f .depend CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -s .o\ .d -d -f .depend flash_mtdparts.d hamming.d ioconf.d nand.d nand_bbt.d nand_crc.d nand_micron.d nand_samsung.d nand_toshiba.d --- dependall --- --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_scan.d --- # create npfctl/npf_scan.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npf_scan.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl -D_KERNTYPES npf_scan.c && mv -f npf_scan.d.tmp npf_scan.d --- dependall-racoon --- --- grabmyaddr.d --- # create racoon/grabmyaddr.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f grabmyaddr.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c && mv -f grabmyaddr.d.tmp grabmyaddr.d --- dependall-sys --- --- nand_bbt.o --- # compile nand/nand_bbt.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/nand -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/nand/nand_bbt.c -o nand_bbt.o --- dependall-usr.bin --- --- .depend --- # create vacation/.depend rm -f .depend CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend vacation.d --- dependall --- --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfd --- --- npfd_log.o --- --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit --- dependall-usr.sbin --- # compile npfd/npfd_log.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfd/npfd_log.c -o npfd_log.o --- dependall-usr.bin --- echo "set solib-absolute-prefix /tmp/build/2024.09.02.18.56.20-sparc64/destdir" > .gdbinit --- vacation.html1 --- # format vacation/vacation.html1 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vacation/vacation.1 > vacation.html1.tmp && mv -f vacation.html1.tmp vacation.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vacation/vacation.1 > vacation.html1.tmp && mv -f vacation.html1.tmp vacation.html1; fi --- dependall-usr.sbin --- --- dependall-rtadvd --- --- rtadvd_hostops.o --- # compile rtadvd/rtadvd_hostops.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DINET6 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/rtadvd/rtadvd_hostops.c -o rtadvd_hostops.o --- dependall-usr.bin --- --- vacation.o --- # compile vacation/vacation.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vacation/vacation.c -o vacation.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_show.d --- # create npfctl/npf_show.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npf_show.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npf_show.c && mv -f npf_show.d.tmp npf_show.d --- dependall-usr.bin --- --- dependall-vgrind --- dependall ===> usr.bin/vgrind --- regexp.d --- # create vgrind/regexp.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f regexp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vgrind/regexp.c && mv -f regexp.d.tmp regexp.d --- dependall-usr.sbin --- --- dependall-pf --- --- authpf --- # link authpf/authpf /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o authpf authpf.o -Wl,-rpath-link,/tmp/build/2024.09.02.18.56.20-sparc64/destdir/lib -L=/lib -lutil --- dependall-racoon --- --- gssapi.d --- # create racoon/gssapi.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f gssapi.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/gssapi.c && mv -f gssapi.d.tmp gssapi.d --- dependall-pf --- --- dependall-ftp-proxy --- dependall ===> usr.sbin/pf/ftp-proxy --- dependall-external --- --- dependall-gcc --- --- cgraph.o --- # compile backend/cgraph.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-c++ -frandom-seed=85a6927a -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/sparc64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"sparc64--netbsd\" -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/sparc64 -c /tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/dist/gcc/cgraph.cc -o cgraph.o --- dependall-usr.sbin --- --- filter.d --- # create ftp-proxy/filter.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f filter.d.tmp -- -std=gnu99 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/pf/ftp-proxy -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/usr.sbin/ftp-proxy/filter.c && mv -f filter.d.tmp filter.d --- dependall-usr.bin --- --- dependall-videoctl --- dependall ===> usr.bin/videoctl --- videoctl.d --- # create videoctl/videoctl.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f videoctl.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/videoctl/videoctl.c && mv -f videoctl.d.tmp videoctl.d --- dependall-vis --- dependall ===> usr.bin/vis --- foldit.d --- # create vis/foldit.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f foldit.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vis/foldit.c && mv -f foldit.d.tmp foldit.d --- dependall-vgrind --- --- vfontedpr.d --- # create vgrind/vfontedpr.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f vfontedpr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vgrind/vfontedpr.c && mv -f vfontedpr.d.tmp vfontedpr.d --- dependall-usr.sbin --- --- dependall-npf --- --- npf_var.d --- # create npfctl/npf_var.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npf_var.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npf_var.c && mv -f npf_var.d.tmp npf_var.d --- dependall-sys --- --- dependall-lfs --- --- lfs_cksum.o --- # compile lfs/lfs_cksum.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/lfs -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/ufs/lfs/lfs_cksum.c -o lfs_cksum.o --- dependall-usr.sbin --- --- dependall-racoonctl --- --- kmpstat.o --- --- dependall-rtadvd --- --- rtadvd_rumpops.o --- --- dependall-racoonctl --- # compile racoonctl/kmpstat.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/kmpstat.c -o kmpstat.o --- dependall-usr.bin --- --- dependall-vis --- --- vis.d --- --- dependall-usr.sbin --- --- dependall-pf --- --- ftp-proxy.d --- --- dependall-rtadvd --- # compile rtadvd/rtadvd_rumpops.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DINET6 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/rtadvd/rtadvd_rumpops.c -o rtadvd_rumpops.o --- dependall-usr.bin --- --- dependall-videoctl --- --- .depend --- --- dependall-vis --- # create vis/vis.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f vis.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vis/vis.c && mv -f vis.d.tmp vis.d --- dependall-usr.sbin --- --- dependall-pf --- # create ftp-proxy/ftp-proxy.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f ftp-proxy.d.tmp -- -std=gnu99 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/pf/ftp-proxy -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c && mv -f ftp-proxy.d.tmp ftp-proxy.d --- dependall-usr.bin --- --- dependall-videoctl --- # create videoctl/.depend rm -f .depend CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend videoctl.d --- dependall-usr.sbin --- --- dependall-racoon --- --- handler.d --- --- dependall-usr.bin --- --- dependall --- --- dependall-usr.sbin --- # create racoon/handler.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f handler.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/handler.c && mv -f handler.d.tmp handler.d --- dependall-external --- --- symtab-clones.o --- /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-objcopy -x symtab-clones.o --- dependall-usr.bin --- --- dependall-vmstat --- dependall ===> usr.bin/vmstat --- drvstats.d --- # create vmstat/drvstats.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f drvstats.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_KMEMUSER -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vmstat/drvstats.c && mv -f drvstats.d.tmp drvstats.d --- dependall-videoctl --- --- .gdbinit --- --- dependall-vgrind --- --- .depend --- --- dependall-videoctl --- rm -f .gdbinit --- dependall-vgrind --- # create vgrind/.depend rm -f .depend --- dependall-videoctl --- echo "set solib-absolute-prefix /tmp/build/2024.09.02.18.56.20-sparc64/destdir" > .gdbinit --- dependall-vgrind --- CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend regexp.d vfontedpr.d --- dependall-videoctl --- --- videoctl.html1 --- # format videoctl/videoctl.html1 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/videoctl/videoctl.1 > videoctl.html1.tmp && mv -f videoctl.html1.tmp videoctl.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/videoctl/videoctl.1 > videoctl.html1.tmp && mv -f videoctl.html1.tmp videoctl.html1; fi --- dependall-vgrind --- --- dependall --- --- dependall-videoctl --- --- videoctl.o --- # compile videoctl/videoctl.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/videoctl/videoctl.c -o videoctl.o --- dependall-usr.sbin --- --- dependall-npf --- --- npfctl.d --- # create npfctl/npfctl.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npfctl.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npfctl.c && mv -f npfctl.d.tmp npfctl.d --- dependall-sys --- --- dependall-nand --- --- nand_crc.o --- # compile nand/nand_crc.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/nand -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/nand/nand_crc.c -o nand_crc.o --- dependall-usr.bin --- --- dependall-vgrind --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.18.56.20-sparc64/destdir" > .gdbinit --- vgrind.html1 --- # format vgrind/vgrind.html1 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vgrind/vgrind.1 > vgrind.html1.tmp && mv -f vgrind.html1.tmp vgrind.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vgrind/vgrind.1 > vgrind.html1.tmp && mv -f vgrind.html1.tmp vgrind.html1; fi --- vgrindefs.html5 --- # format vgrind/vgrindefs.html5 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vgrind/vgrindefs.5 > vgrindefs.html5.tmp && mv -f vgrindefs.html5.tmp vgrindefs.html5; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vgrind/vgrindefs.5 > vgrindefs.html5.tmp && mv -f vgrindefs.html5.tmp vgrindefs.html5; fi --- dependall-vndcompress --- dependall ===> usr.bin/vndcompress --- dependall-vgrind --- --- regexp.o --- # compile vgrind/regexp.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vgrind/regexp.c -o regexp.o --- dependall-vndcompress --- --- main.d --- # create vndcompress/main.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f main.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vndcompress/main.c && mv -f main.d.tmp main.d --- dependall-sys --- --- dependall-lua --- --- ldump.o --- # compile lua/ldump.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/sys -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/lua -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../external/mit/lua/dist/src/ldump.c -o ldump.o --- dependall-msdos --- --- msdosfs_denode.o --- --- dependall-external --- --- dependall-gdb --- --- dcache.o --- /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-objcopy -x dcache.o --- dependall-sys --- # compile msdos/msdosfs_denode.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/msdos -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/fs/msdosfs/msdosfs_denode.c -o msdosfs_denode.o --- dependall-external --- --- debug.o --- # compile libgdb/debug.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_KERNTYPES -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/sparc64/gnulib/import -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/lgpl3/gmp/lib/libgmp/arch/sparc64 -include /tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/debug.c -o debug.o --- dependall-usr.bin --- --- dependall-vis --- --- .depend --- # create vis/.depend rm -f .depend CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend foldit.d vis.d --- dependall-usr.sbin --- --- dependall-pf --- --- ipf.d --- --- dependall-usr.bin --- --- dependall --- --- dependall-usr.sbin --- # create ftp-proxy/ipf.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f ipf.d.tmp -- -std=gnu99 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/pf/ftp-proxy -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/usr.sbin/ftp-proxy/ipf.c && mv -f ipf.d.tmp ipf.d --- dependall-plainrsa-gen --- --- logger.o --- # compile plainrsa-gen/logger.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/logger.c -o logger.o --- dependall-sys --- --- dependall-midi_seq --- --- sequencer.o --- --- dependall-usr.bin --- --- .gdbinit --- --- dependall-sys --- # compile midi_seq/sequencer.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DNMIDI=1 -DNSEQUENCER=1 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/midi_seq -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/sequencer.c -o sequencer.o --- dependall-usr.bin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.18.56.20-sparc64/destdir" > .gdbinit --- vis.html1 --- # format vis/vis.html1 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vis/vis.1 > vis.html1.tmp && mv -f vis.html1.tmp vis.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vis/vis.1 > vis.html1.tmp && mv -f vis.html1.tmp vis.html1; fi --- dependall-usr.sbin --- --- dependall-rtadvd --- --- rtadvd --- # link rtadvd/rtadvd /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o rtadvd rtadvd.o advcap.o if.o config.o timer.o dump.o expandm.o rtadvd_hostops.o -Wl,-rpath-link,/tmp/build/2024.09.02.18.56.20-sparc64/destdir/lib -L=/lib -lutil --- dependall-usr.bin --- --- vis.o --- # compile vis/vis.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vis/vis.c -o vis.o --- dependall-usr.sbin --- --- dependall-racoon --- --- ipsec_doi.d --- # create racoon/ipsec_doi.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f ipsec_doi.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c && mv -f ipsec_doi.d.tmp ipsec_doi.d --- dependall-usr.bin --- --- dependall-vmstat --- --- vmstat.d --- --- dependall-usr.sbin --- --- dependall-npf --- --- .depend --- --- dependall-usr.bin --- # create vmstat/vmstat.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f vmstat.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_KMEMUSER -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys -Wno-format-nonliteral -Wno-error=stack-protector /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vmstat/vmstat.c && mv -f vmstat.d.tmp vmstat.d --- dependall-usr.sbin --- # create npfctl/.depend rm -f .depend --- dependall-npfd --- --- npfd --- --- dependall-rtadvd --- --- rump.rtadvd --- --- dependall-npf --- # link npfd/npfd /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o npfd npfd.o npfd_log.o -Wl,-rpath-link,/tmp/build/2024.09.02.18.56.20-sparc64/destdir/lib -L=/lib -lnpf -lpcap -lutil --- dependall-npfctl --- CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend npf_bpf_comp.d npf_build.d npf_cmd.d npf_data.d npf_extmod.d npf_parse.d npf_scan.d npf_show.d npf_var.d npfctl.d --- dependall-rtadvd --- # link rtadvd/rump.rtadvd /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -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/2024.09.02.18.56.20-sparc64/destdir/lib -L=/lib -lutil -lrumpres -lrumpclient --- dependall-npf --- --- dependall --- --- dependall-usr.bin --- --- dependall-vndcompress --- --- offtab.d --- # create vndcompress/offtab.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f offtab.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vndcompress/offtab.c && mv -f offtab.d.tmp offtab.d --- dependall-sys --- --- dependall-lfs --- --- lfs_debug.o --- # compile lfs/lfs_debug.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/lfs -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/ufs/lfs/lfs_debug.c -o lfs_debug.o --- dependall-usr.sbin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.18.56.20-sparc64/destdir" > .gdbinit --- npfctl.html8 --- --- dependall-racoon --- --- isakmp.d --- --- dependall-npf --- # format npfctl/npfctl.html8 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npfctl.8 > npfctl.html8.tmp && mv -f npfctl.html8.tmp npfctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npfctl.8 > npfctl.html8.tmp && mv -f npfctl.html8.tmp npfctl.html8; fi --- dependall-sys --- --- dependall-nand --- --- hamming.o --- --- dependall-usr.sbin --- --- dependall-racoon --- # create racoon/isakmp.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f isakmp.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/isakmp.c && mv -f isakmp.d.tmp isakmp.d --- dependall-sys --- # compile nand/hamming.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/nand -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/nand/hamming.c -o hamming.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf.conf.html5 --- # format npfctl/npf.conf.html5 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npf.conf.5 > npf.conf.html5.tmp && mv -f npf.conf.html5.tmp npf.conf.html5; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npf.conf.5 > npf.conf.html5.tmp && mv -f npf.conf.html5.tmp npf.conf.html5; fi --- npfctl.o --- # compile npfctl/npfctl.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npfctl.c -o npfctl.o --- dependall-pf --- --- .depend --- # create ftp-proxy/.depend rm -f .depend CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend filter.d ftp-proxy.d ipf.d --- dependall --- --- dependall-external --- --- dependall-gcc --- --- symtab-thunks.o --- /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-objcopy -x symtab-thunks.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- dependall ===> usr.sbin/npf/npftest --- dependall-pf --- --- .gdbinit --- rm -f .gdbinit --- dependall-npf --- --- dependall-libnpftest --- --- dependall-pf --- echo "set solib-absolute-prefix /tmp/build/2024.09.02.18.56.20-sparc64/destdir" > .gdbinit --- dependall-npf --- dependall ===> usr.sbin/npf/npftest/libnpftest --- dependall-pf --- --- ftp-proxy.html8 --- # format ftp-proxy/ftp-proxy.html8 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8 > ftp-proxy.html8.tmp && mv -f ftp-proxy.html8.tmp ftp-proxy.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8 > ftp-proxy.html8.tmp && mv -f ftp-proxy.html8.tmp ftp-proxy.html8; fi --- ftp-proxy.o --- # compile ftp-proxy/ftp-proxy.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/pf/ftp-proxy -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c -o ftp-proxy.o --- dependall-usr.bin --- --- dependall-vacation --- --- vacation --- # link vacation/vacation /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o vacation vacation.o -Wl,-rpath-link,/tmp/build/2024.09.02.18.56.20-sparc64/destdir/lib -L=/lib --- dependall-usr.sbin --- --- dependall-npf --- --- npf_bpf_test.d --- # create libnpftest/npf_bpf_test.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/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 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/npf_bpf_test.c && mv -f npf_bpf_test.d.tmp npf_bpf_test.d --- dependall-usr.bin --- --- dependall-vis --- --- foldit.o --- --- dependall-vndcompress --- --- utils.d --- --- dependall-vis --- # compile vis/foldit.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vis/foldit.c -o foldit.o --- dependall-vndcompress --- # create vndcompress/utils.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f utils.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vndcompress/utils.c && mv -f utils.d.tmp utils.d --- dependall-vmstat --- --- .depend --- # create vmstat/.depend rm -f .depend CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend drvstats.d vmstat.d --- dependall --- --- dependall-usr.sbin --- --- dependall-racoonctl --- --- vmbuf.o --- # compile racoonctl/vmbuf.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-npf --- --- npfstream.d --- --- dependall-sys --- --- dependall-lfs --- --- lfs_inode.o --- --- dependall-usr.sbin --- # create npftest/npfstream.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npfstream.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/libnv/dist -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/npfstream.c && mv -f npfstream.d.tmp npfstream.d --- dependall-sys --- # compile lfs/lfs_inode.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/lfs -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/ufs/lfs/lfs_inode.c -o lfs_inode.o --- dependall-external --- --- dependall-gdb --- --- debuginfod-support.o --- # compile libgdb/debuginfod-support.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_KERNTYPES -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/sparc64/gnulib/import -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/lgpl3/gmp/lib/libgmp/arch/sparc64 -include /tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/debuginfod-support.c -o debuginfod-support.o --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.18.56.20-sparc64/destdir" > .gdbinit --- vmstat.html1 --- # format vmstat/vmstat.html1 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vmstat/vmstat.1 > vmstat.html1.tmp && mv -f vmstat.html1.tmp vmstat.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vmstat/vmstat.1 > vmstat.html1.tmp && mv -f vmstat.html1.tmp vmstat.html1; fi --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_agg.d --- --- dependall-usr.bin --- --- drvstats.o --- --- dependall-usr.sbin --- # create racoon/isakmp_agg.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f isakmp_agg.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_agg.c && mv -f isakmp_agg.d.tmp isakmp_agg.d --- dependall-usr.bin --- # compile vmstat/drvstats.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_KMEMUSER -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vmstat/drvstats.c -o drvstats.o --- dependall-vgrind --- --- vfontedpr.o --- # compile vgrind/vfontedpr.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wconversion -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vgrind/vfontedpr.c -o vfontedpr.o --- dependall-sys --- --- dependall-lua --- --- lfunc.o --- # compile lua/lfunc.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/sys -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/lua -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../external/mit/lua/dist/src/lfunc.c -o lfunc.o --- dependall-usr.bin --- --- dependall-vndcompress --- --- vndcompress.d --- # create vndcompress/vndcompress.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f vndcompress.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vndcompress/vndcompress.c && mv -f vndcompress.d.tmp vndcompress.d --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-libnpftest --- --- npf_gc_test.d --- # create libnpftest/npf_gc_test.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/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 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c && mv -f npf_gc_test.d.tmp npf_gc_test.d --- dependall-pf --- --- filter.o --- --- dependall-plainrsa-gen --- --- vmbuf.o --- --- dependall-pf --- # compile ftp-proxy/filter.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/pf/ftp-proxy -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/usr.sbin/ftp-proxy/filter.c -o filter.o --- dependall-plainrsa-gen --- # compile plainrsa-gen/vmbuf.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-usr.bin --- --- dependall-videoctl --- --- videoctl --- # link videoctl/videoctl /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o videoctl videoctl.o -Wl,-rpath-link,/tmp/build/2024.09.02.18.56.20-sparc64/destdir/lib -L=/lib -lutil --- dependall-sys --- --- dependall-msdos --- --- msdosfs_fat.o --- # compile msdos/msdosfs_fat.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/msdos -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/fs/msdosfs/msdosfs_fat.c -o msdosfs_fat.o --- dependall-usr.sbin --- --- dependall-pf --- --- ipf.o --- # compile ftp-proxy/ipf.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/pf/ftp-proxy -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/usr.sbin/ftp-proxy/ipf.c -o ipf.o --- dependall-racoon --- --- isakmp_base.d --- # create racoon/isakmp_base.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f isakmp_base.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_base.c && mv -f isakmp_base.d.tmp isakmp_base.d --- isakmp_cfg.d --- # create racoon/isakmp_cfg.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f isakmp_cfg.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c && mv -f isakmp_cfg.d.tmp isakmp_cfg.d --- dependall-sys --- --- dependall-nand --- --- nand_micron.o --- # compile nand/nand_micron.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/nand -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/nand/nand_micron.c -o nand_micron.o --- dependall-usr.bin --- --- dependall-vis --- --- vis --- # link vis/vis /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o vis vis.o foldit.o -Wl,-rpath-link,/tmp/build/2024.09.02.18.56.20-sparc64/destdir/lib -L=/lib --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_cmd.o --- # compile npfctl/npf_cmd.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npf_cmd.c -o npf_cmd.o --- dependall-usr.bin --- --- dependall-vndcompress --- --- vnduncompress.d --- # create vndcompress/vnduncompress.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f vnduncompress.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vndcompress/vnduncompress.c && mv -f vnduncompress.d.tmp vnduncompress.d --- dependall-usr.sbin --- --- npf_var.o --- # compile npfctl/npf_var.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npf_var.c -o npf_var.o --- dependall-external --- --- dependall-gcc --- --- symtab.o --- /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-objcopy -x symtab.o --- dependall-usr.sbin --- --- dependall-racoonctl --- --- sockmisc.o --- # compile racoonctl/sockmisc.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-usr.bin --- --- dependall-w --- dependall ===> usr.bin/w --- fmt.d --- # create w/fmt.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f fmt.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX /tmp/build/2024.09.02.18.56.20-sparc64/src/bin/ps/fmt.c && mv -f fmt.d.tmp fmt.d --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- --- npf_mbuf_subr.d --- # create libnpftest/npf_mbuf_subr.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/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 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/npf_mbuf_subr.c && mv -f npf_mbuf_subr.d.tmp npf_mbuf_subr.d --- dependall-sys --- --- dependall-lfs --- --- lfs_pages.o --- # compile lfs/lfs_pages.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/lfs -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/ufs/lfs/lfs_pages.c -o lfs_pages.o --- dependall-usr.bin --- --- dependall-vndcompress --- --- .depend --- # create vndcompress/.depend rm -f .depend CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend main.d offtab.d utils.d vndcompress.d vnduncompress.d --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_frag.d --- --- dependall-usr.bin --- --- dependall --- --- dependall-usr.sbin --- # create racoon/isakmp_frag.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f isakmp_frag.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c && mv -f isakmp_frag.d.tmp isakmp_frag.d --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.18.56.20-sparc64/destdir" > .gdbinit --- vndcompress.html1 --- # format vndcompress/vndcompress.html1 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vndcompress/vndcompress.1 > vndcompress.html1.tmp && mv -f vndcompress.html1.tmp vndcompress.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vndcompress/vndcompress.1 > vndcompress.html1.tmp && mv -f vndcompress.html1.tmp vndcompress.html1; fi --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- misc.o --- # compile plainrsa-gen/misc.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-usr.bin --- --- main.o --- --- dependall-w --- --- pr_time.d --- --- dependall-vndcompress --- # compile vndcompress/main.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vndcompress/main.c -o main.o --- dependall-w --- # create w/pr_time.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f pr_time.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -Wno-format-y2k /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/w/pr_time.c && mv -f pr_time.d.tmp pr_time.d --- dependall-vmstat --- --- vmstat.o --- --- dependall-sys --- --- dependall-midi_seq --- --- midi_seq.kmod --- --- dependall-usr.bin --- # compile vmstat/vmstat.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_KMEMUSER -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys -c -Wno-format-nonliteral -Wno-error=stack-protector /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vmstat/vmstat.c -o vmstat.o --- dependall-sys --- # link midi_seq/midi_seq.kmod /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=midi_seq.kmod.map -o midi_seq.kmod midi_seq_mod.o midi.o midictl.o midisyn.o sequencer.o --- dependall-msdos --- --- msdosfs_lookup.o --- # compile msdos/msdosfs_lookup.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/msdos -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/fs/msdosfs/msdosfs_lookup.c -o msdosfs_lookup.o --- dependall-external --- --- dependall-gdb --- --- debug.o --- /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-objcopy -x debug.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_nat_test.d --- --- dependall-racoonctl --- --- misc.o --- --- dependall-npf --- # create libnpftest/npf_nat_test.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npf_nat_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/npf_nat_test.c && mv -f npf_nat_test.d.tmp npf_nat_test.d --- dependall-racoonctl --- # compile racoonctl/misc.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-sys --- --- dependall-lua --- --- lgc.o --- # compile lua/lgc.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/sys -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/lua -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../external/mit/lua/dist/src/lgc.c -o lgc.o --- dependall-lfs --- --- lfs_segment.o --- # compile lfs/lfs_segment.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/lfs -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/ufs/lfs/lfs_segment.c -o lfs_segment.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_ident.d --- # create racoon/isakmp_ident.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f isakmp_ident.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_ident.c && mv -f isakmp_ident.d.tmp isakmp_ident.d --- dependall-external --- --- dictionary.o --- # compile libgdb/dictionary.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_KERNTYPES -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/sparc64/gnulib/import -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/sparc64 -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/lgpl3/gmp/lib/libgmp/arch/sparc64 -include /tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/dictionary.c -o dictionary.o --- dependall-usr.bin --- --- dependall-w --- --- w.d --- # create w/w.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f w.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -Wno-format-truncation /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/w/w.c && mv -f w.d.tmp w.d --- dependall-usr.sbin --- --- dependall-pf --- --- ftp-proxy --- # link ftp-proxy/ftp-proxy /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o ftp-proxy ftp-proxy.o filter.o ipf.o -Wl,-rpath-link,/tmp/build/2024.09.02.18.56.20-sparc64/destdir/lib -L=/lib -levent --- dependall-pfctl --- dependall ===> usr.sbin/pf/pfctl --- parse.c --- # yacc pfctl/parse.c /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbyacc -o parse.c /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pfctl/parse.y --- dependall-npf --- --- dependall-npfctl --- --- npf_data.o --- # compile npfctl/npf_data.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npf_data.c -o npf_data.o --- dependall-pf --- --- parse.d --- # create pfctl/parse.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f parse.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES parse.c && mv -f parse.d.tmp parse.d --- dependall-usr.bin --- --- dependall-vgrind --- --- vgrindefs.src.db --- # create vgrind/vgrindefs.src.db /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbcap_mkdb -b -f vgrindefs.src /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vgrind/vgrindefs.src --- vfontedpr --- # link vgrind/vfontedpr /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o vfontedpr regexp.o vfontedpr.o -Wl,-rpath-link,/tmp/build/2024.09.02.18.56.20-sparc64/destdir/lib -L=/lib --- dependall-sys --- --- dependall-nand --- --- nand_samsung.o --- # compile nand/nand_samsung.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/nand -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/nand/nand_samsung.c -o nand_samsung.o --- dependall-usr.sbin --- --- dependall-pflogd --- dependall ===> usr.sbin/pf/pflogd --- dependall-npf --- --- dependall-npftest --- --- npf_nbuf_test.d --- # create libnpftest/npf_nbuf_test.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npf_nbuf_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c && mv -f npf_nbuf_test.d.tmp npf_nbuf_test.d --- dependall-pf --- --- pflogd.d --- # create pflogd/pflogd.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f pflogd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd/pflogd.c && mv -f pflogd.d.tmp pflogd.d --- dependall-usr.bin --- --- dependall-w --- --- .depend --- # create w/.depend rm -f .depend CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend fmt.d pr_time.d w.d --- dependall --- --- dependall-vndcompress --- --- offtab.o --- # compile vndcompress/offtab.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vndcompress/offtab.c -o offtab.o --- utils.o --- # compile vndcompress/utils.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vndcompress/utils.c -o utils.o --- dependall-usr.sbin --- --- dependall-pfctl --- --- pf_print_state.d --- # create pfctl/pf_print_state.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f pf_print_state.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pfctl/pf_print_state.c && mv -f pf_print_state.d.tmp pf_print_state.d --- dependall-usr.bin --- --- dependall-w --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.18.56.20-sparc64/destdir" > .gdbinit --- w.html1 --- --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_inf.d --- --- dependall-usr.bin --- # format w/w.html1 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/w/w.1 > w.html1.tmp && mv -f w.html1.tmp w.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/w/w.1 > w.html1.tmp && mv -f w.html1.tmp w.html1; fi --- dependall-usr.sbin --- # create racoon/isakmp_inf.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f isakmp_inf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c && mv -f isakmp_inf.d.tmp isakmp_inf.d --- dependall-usr.bin --- --- uptime.html1 --- # format w/uptime.html1 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/w/uptime.1 > uptime.html1.tmp && mv -f uptime.html1.tmp uptime.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/w/uptime.1 > uptime.html1.tmp && mv -f uptime.html1.tmp uptime.html1; fi --- fmt.o --- # compile w/fmt.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -c /tmp/build/2024.09.02.18.56.20-sparc64/src/bin/ps/fmt.c -o fmt.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- rsalist.o --- # compile plainrsa-gen/rsalist.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c -Wno-error=deprecated-declarations /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c -o rsalist.o --- dependall-pf --- --- dependall-pflogd --- --- privsep.d --- # create pflogd/privsep.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f privsep.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd/privsep.c && mv -f privsep.d.tmp privsep.d --- dependall-npf --- --- dependall-npfctl --- --- npf_build.o --- # compile npfctl/npf_build.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npf_build.c -o npf_build.o --- dependall-plainrsa-gen --- --- sockmisc.o --- --- dependall-racoonctl --- --- racoonctl --- --- dependall-pf --- --- dependall-pfs --- --- dependall-npf --- --- dependall-npftest --- --- npf_perf_test.d --- --- dependall-pf --- dependall ===> usr.sbin/pf/pfs --- dependall-plainrsa-gen --- # compile plainrsa-gen/sockmisc.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-racoonctl --- # link racoonctl/racoonctl /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o racoonctl racoonctl.o str2val.o kmpstat.o vmbuf.o sockmisc.o misc.o -Wl,-rpath-link,/tmp/build/2024.09.02.18.56.20-sparc64/destdir/lib -L=/lib -lipsec --- dependall-npf --- # create libnpftest/npf_perf_test.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npf_perf_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.c && mv -f npf_perf_test.d.tmp npf_perf_test.d --- dependall-pf --- --- token.c --- # lex pfs/token.c /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nblex -otoken.c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/pf/pfs/token.l --- parse.c --- --- dependall-pflogd --- --- privsep_fdpass.d --- --- dependall-pfs --- # yacc pfs/parse.c /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbyacc -d -o parse.c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/pf/pfs/parse.y --- dependall-pflogd --- # create pflogd/privsep_fdpass.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f privsep_fdpass.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-stack-protector /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd/privsep_fdpass.c && mv -f privsep_fdpass.d.tmp privsep_fdpass.d --- dependall-pfs --- --- parse.d --- # create pfs/parse.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/sys/dist/pf -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/pf/pfs -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir parse.c && mv -f parse.d.tmp parse.d --- dependall-sys --- --- dependall-ipl --- --- ip_nat6.o --- # compile ipl/ip_nat6.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/ipl -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/ipf/netinet/ip_nat6.c -o ip_nat6.o --- dependall-usr.sbin --- --- dependall-pfctl --- --- pf_ruleset.d --- # create pfctl/pf_ruleset.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f pf_ruleset.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dist/pf/net/pf_ruleset.c && mv -f pf_ruleset.d.tmp pf_ruleset.d --- dependall-sys --- --- dependall-nand --- --- nand_toshiba.o --- # compile nand/nand_toshiba.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/nand -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/nand/nand_toshiba.c -o nand_toshiba.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_newg.d --- # create racoon/isakmp_newg.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f isakmp_newg.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_newg.c && mv -f isakmp_newg.d.tmp isakmp_newg.d --- dependall-usr.bin --- --- dependall-vndcompress --- --- vndcompress.o --- # compile vndcompress/vndcompress.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vndcompress/vndcompress.c -o vndcompress.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pflogd --- --- .depend --- # create pflogd/.depend rm -f .depend CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend pflogd.d privsep.d privsep_fdpass.d --- dependall --- --- dependall-npf --- --- npf_rule_test.d --- # create libnpftest/npf_rule_test.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npf_rule_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/npf_rule_test.c && mv -f npf_rule_test.d.tmp npf_rule_test.d --- dependall-pf --- --- dependall-pfs --- --- pfs.d --- # create pfs/pfs.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/sys/dist/pf -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/pf/pfs -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/pf/pfs/pfs.c && mv -f pfs.d.tmp pfs.d --- dependall-pflogd --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.02.18.56.20-sparc64/destdir" > .gdbinit --- pflogd.html8 --- # format pflogd/pflogd.html8 if test "" != "yes"; then /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd/pflogd.8 > pflogd.html8.tmp && mv -f pflogd.html8.tmp pflogd.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-font:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/site-tmac:/tmp/build/2024.09.02.18.56.20-sparc64/tools/share/groff/tmac /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd/pflogd.c -o pflogd.o --- dependall-pfctl --- --- pfctl.d --- # create pfctl/pfctl.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f pfctl.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pfctl/pfctl.c && mv -f pfctl.d.tmp pfctl.d --- dependall-usr.bin --- --- vnduncompress.o --- # compile vndcompress/vnduncompress.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/vndcompress/vnduncompress.c -o vnduncompress.o --- dependall-sys --- --- dependall-msdos --- --- msdosfs_rename.o --- # compile msdos/msdosfs_rename.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/msdos -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/fs/msdosfs/msdosfs_rename.c -o msdosfs_rename.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- rsalist.o --- /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dup': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:102:17: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 102 | RSA_get0_key(key->rsa, NULL, NULL, &d); | ^~~~~~~~~~~~ In file included from /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:103:17: warning: 'RSAPrivateKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 103 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ In file included from /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:21: /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:449:1: note: declared here 449 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPrivateKey) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:103:17: warning: 'RSAPublicKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 103 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:448:1: note: declared here 448 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPublicKey) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:125:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 125 | RSA_free(new->rsa); | ^~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_free': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:147:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 147 | RSA_free(rsa_key->rsa); | ^~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dump_one': /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:161:17: warning: 'RSA_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 161 | RSA_print_fp(stdout, key->rsa, 4); | ^~~~~~~~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/destdir/usr/include/openssl/rsa.h:339:27: note: declared here 339 | OSSL_DEPRECATEDIN_3_0 int RSA_print_fp(FILE *fp, const RSA *r, int offset); | ^~~~~~~~~~~~ --- dependall-sys --- --- dependall-lfs --- --- lfs_rename.o --- # compile lfs/lfs_rename.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/lfs -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/ufs/lfs/lfs_rename.c -o lfs_rename.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_quick.d --- --- dependall-usr.bin --- --- dependall-w --- --- pr_time.o --- --- dependall-usr.sbin --- # create racoon/isakmp_quick.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f isakmp_quick.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.02.18.56.20-sparc64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c && mv -f isakmp_quick.d.tmp isakmp_quick.d --- dependall-usr.bin --- # compile w/pr_time.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -c -Wno-format-y2k /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.bin/w/pr_time.c -o pr_time.o --- dependall-sys --- --- dependall-ipl --- --- ip_pool.o --- # compile ipl/ip_pool.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/ipl -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/ipf/netinet/ip_pool.c -o ip_pool.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pfs --- --- token.d --- # create pfs/token.d --- dependall-npf --- --- npf_state_test.d --- --- dependall-pf --- CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/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/2024.09.02.18.56.20-sparc64/src/sys/dist/pf -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/pf/pfs -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir token.c && mv -f token.d.tmp token.d --- dependall-npf --- # create libnpftest/npf_state_test.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npf_state_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/npf_state_test.c && mv -f npf_state_test.d.tmp npf_state_test.d --- dependall-pf --- --- dependall-pfctl --- --- pfctl_altq.d --- # create pfctl/pfctl_altq.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f pfctl_altq.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pfctl/pfctl_altq.c && mv -f pfctl_altq.d.tmp pfctl_altq.d --- dependall-npf --- --- dependall-npfctl --- --- npf_bpf_comp.o --- # compile npfctl/npf_bpf_comp.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl/npf_bpf_comp.c -o npf_bpf_comp.o --- dependall-sys --- --- dependall-nand --- --- flash_mtdparts.o --- # compile nand/flash_mtdparts.o /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -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 -mcmodel=medlow -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/modules/nand -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/arch -isystem /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.02.18.56.20-sparc64/src/sys/dev/flash/flash_mtdparts.c -o flash_mtdparts.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pflogd --- /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd/pflogd.c: In function 'scan_dump': /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd/pflogd.c:386:31: error: storage size of 'ph' isn't known 386 | struct pcap_sf_pkthdr ph; | ^~ /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd/pflogd.c:386:31: error: unused variable 'ph' [-Werror=unused-variable] /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd/pflogd.c: In function 'dump_packet_nobuf': /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd/pflogd.c:456:31: error: storage size of 'sf_hdr' isn't known 456 | struct pcap_sf_pkthdr sf_hdr; | ^~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd/pflogd.c:456:31: error: unused variable 'sf_hdr' [-Werror=unused-variable] /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd/pflogd.c: In function 'dump_packet': /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd/pflogd.c:557:31: error: storage size of 'sf_hdr' isn't known 557 | struct pcap_sf_pkthdr sf_hdr; | ^~~~~~ /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd/pflogd.c:557:31: error: unused variable 'sf_hdr' [-Werror=unused-variable] --- dependall-npf --- --- dependall-npftest --- --- npf_table_test.d --- --- dependall-pf --- cc1: all warnings being treated as errors --- dependall-npf --- # create libnpftest/npf_table_test.d CC=/tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/nbmkdep -f npf_table_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.02.18.56.20-sparc64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npftest/libnpftest/npf_table_test.c && mv -f npf_table_test.d.tmp npf_table_test.d --- dependall-pf --- *** Failed target: pflogd.o *** In directory: /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/pf/pflogd *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " pflogd/pflogd.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.02.18.56.20-sparc64/tools/bin/sparc64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.02.18.56.20-sparc64/destdir -I/tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.02.18.56.20-sparc64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.02.18.56.20-sparc64/src/dist/pf/sbin/pflogd/pflogd.c -o pflogd.o ${CTFCONVERT_RUN} => *** [pflogd.o] Error code 1 nbmake[8]: stopped making "realall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/pf/pflogd --- dependall-usr.bin --- nbmake[4]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src --- dependall-usr.sbin --- --- dependall-racoon --- nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin --- dependall-pf --- nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin --- dependall-npf --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf --- dependall-plainrsa-gen --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/plainrsa-gen --- dependall-npf --- --- dependall-npfctl --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf/npfctl --- dependall-sys --- nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/sys nbmake[4]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin --- dependall-external --- --- dependall-gcc --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc/usr.bin --- dependall-usr.sbin --- --- dependall-npf --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin/npf --- dependall-external --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gcc --- dependall-usr.sbin --- nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/usr.sbin --- dependall-external --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3 --- dependall-usr.sbin --- nbmake[4]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src --- dependall-external --- --- dependall-gdb --- nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib/libgdb nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb/lib nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3/gdb nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/external/gpl3 nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src/external nbmake[4]: stopped making "dependall" in /tmp/build/2024.09.02.18.56.20-sparc64/src nbmake[3]: stopped making "do-build" in /tmp/build/2024.09.02.18.56.20-sparc64/src nbmake[2]: stopped making "build" in /tmp/build/2024.09.02.18.56.20-sparc64/src nbmake[1]: stopped making "distribution" in /tmp/build/2024.09.02.18.56.20-sparc64/src nbmake: stopped making "release" in /tmp/build/2024.09.02.18.56.20-sparc64/src ERROR: Failed to make release *** BUILD ABORTED *** 1991.50 real 10318.13 user 20686.60 sys