Last 2000 lines of build log: 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1738:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1738 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_update': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1768:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1768 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_final': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1781:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1781 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1783:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1783 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_update': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1812:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1812 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_final': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1825:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1825 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1827:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1827 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_update': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1858:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1858 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_final': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1871:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1871 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1873:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1873 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_update': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1903:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1903 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_final': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1916:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1916 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1918:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1918 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_init': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1939:9: warning: 'SHA512_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1939 | SHA512_Init(c); | ^~~~~~~~~~~ In file included from /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:42: /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:124:27: note: declared here 124 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c) __RENAME(_OpenSSL_SHA512_Init); | ^~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_update': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1947:9: warning: 'SHA512_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1947 | SHA512_Update((SHA512_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:125:27: note: declared here 125 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ --- dependall-npf --- --- npf_var.d --- --- dependall-plainrsa-gen --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_final': --- dependall-npf --- # create npfctl/npf_var.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f npf_var.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_var.c && mv -f npf_var.d.tmp npf_var.d --- dependall-plainrsa-gen --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1960:9: warning: 'SHA512_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1960 | SHA512_Final((unsigned char *) res->v, (SHA512_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:127:27: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 int SHA512_Final(unsigned char *md, SHA512_CTX *c) __RENAME(_OpenSSL_SHA512_Final); | ^~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_init': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1988:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1988 | SHA384_Init(c); | ^~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:120:27: note: declared here 120 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c) __RENAME(_OpenSSL_SHA384_Init); | ^~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_update': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1996:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1996 | SHA384_Update((SHA384_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:121:27: note: declared here 121 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_final': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2009:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2009 | SHA384_Final((unsigned char *) res->v, (SHA384_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:123:27: note: declared here 123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c) __RENAME(_OpenSSL_SHA384_Final); | ^~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_init': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2037:9: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2037 | SHA256_Init(c); | ^~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c) __RENAME(_OpenSSL_SHA256_Init); | ^~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_update': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2045:9: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2045 | SHA256_Update((SHA256_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_final': --- dependall-racoon --- --- isakmp.d --- --- dependall-plainrsa-gen --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2058:9: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2058 | SHA256_Final((unsigned char *) res->v, (SHA256_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c) __RENAME(_OpenSSL_SHA256_Final); | ^~~~~~~~~~~~ --- dependall-racoon --- # create racoon/isakmp.d --- dependall-plainrsa-gen --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_init': --- dependall-racoon --- CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -Wno-stringop-truncation /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp.c && mv -f isakmp.d.tmp isakmp.d --- dependall-plainrsa-gen --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2085:9: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2085 | SHA1_Init(c); | ^~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_update': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2093:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2093 | SHA1_Update((SHA_CTX *)c, data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_final': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2106:9: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2106 | SHA1_Final((unsigned char *) res->v, (SHA_CTX *)c); | ^~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_init': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2132:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2132 | MD5_Init(c); | ^~~~~~~~ In file included from /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_update': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2140:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2140 | MD5_Update((MD5_CTX *)c, data->v, data->l); | ^~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_final': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2153:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2153 | MD5_Final((unsigned char *) res->v, (MD5_CTX *)c); | ^~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_generate': --- dependall-external --- --- dependall-ipf --- --- ip.d --- # create ipresend/ip.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f ip.d.tmp -- -std=gnu11 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipresend/../ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/ip.c && mv -f ip.d.tmp ip.d --- dependall-usr.sbin --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2207:9: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2207 | if ((dh = DH_new()) == NULL) | ^~ In file included from /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/dsa.h:31, from /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:38: /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:210:27: note: declared here 210 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2213:9: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2213 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:266:27: note: declared here 266 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2218:17: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2218 | DH_set_length(dh, publen); | ^~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:280:27: note: declared here 280 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); | ^~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2221:9: warning: 'DH_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2221 | if (!DH_generate_key(dh)) | ^~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:234:27: note: declared here 234 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh); | ^~~~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2224:9: warning: 'DH_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2224 | DH_get0_key(dh, &pub_key, &priv_key); | ^~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:267:28: note: declared here 267 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ --- dependall-external --- --- dependall-ippool --- --- kmem.o --- --- dependall-usr.sbin --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2238:17: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2238 | DH_free(dh); | ^~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_compute': --- dependall-external --- # compile ippool/kmem.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -Wno-stringop-truncation -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I. --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/lib/kmem.c -o kmem.o --- dependall-usr.sbin --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2260:9: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2260 | if ((dh = DH_new()) == NULL) | ^~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:210:27: note: declared here 210 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2270:9: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2270 | DH_set_length(dh, pub2->l * 8); | ^~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:280:27: note: declared here 280 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); | ^~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2277:9: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2277 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:266:27: note: declared here 266 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2281:9: warning: 'DH_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2281 | if (!DH_set0_key(dh, pub_key, priv_key)) | ^~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:269:27: note: declared here 269 | OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); | ^~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2288:9: warning: 'DH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2288 | if ((l = DH_compute_key(v, dh_pub, dh)) == -1) | ^~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:235:27: note: declared here 235 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key, | ^~~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2301:17: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2301 | DH_free(dh); | ^~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_init': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2347:9: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2347 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/engine.h:358:28: note: declared here 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ --- dependall-npf --- --- npfctl.d --- --- dependall-plainrsa-gen --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2348:9: warning: 'ENGINE_register_all_complete' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2348 | ENGINE_register_all_complete(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/engine.h:415:27: note: declared here 415 | OSSL_DEPRECATEDIN_3_0 int ENGINE_register_all_complete(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- dependall-npf --- # create npfctl/npfctl.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f npfctl.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl/npfctl.c && mv -f npfctl.d.tmp npfctl.d --- dependall-plainrsa-gen --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'binbuf_pubkey2rsa': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2434:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2434 | rsa_pub = RSA_new(); | ^~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:212:28: note: declared here 212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2441:9: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2441 | if (!RSA_set0_key(rsa_pub, mod, exp, NULL)) | ^~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:218:27: note: declared here 218 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2447:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2447 | RSA_free(rsa_pub); | ^~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-rtadvd --- --- rtadvd_hostops.o --- # compile rtadvd/rtadvd_hostops.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/rtadvd/rtadvd_hostops.c -o rtadvd_hostops.o --- dependall-external --- --- dependall-ipresend --- --- ipresend.d --- # create ipresend/ipresend.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f ipresend.d.tmp -- -std=gnu11 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipresend/../ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/ipresend.c && mv -f ipresend.d.tmp ipresend.d --- dependall-usr.sbin --- --- dependall-npf --- --- .depend --- # create npfctl/.depend rm -f .depend CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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-racoon --- --- isakmp_agg.d --- --- dependall-npf --- --- dependall --- --- dependall-racoon --- # create racoon/isakmp_agg.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_agg.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_agg.c && mv -f isakmp_agg.d.tmp isakmp_agg.d --- dependall-usr.bin --- --- units --- # link units/units /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o units units.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib --- dependall-usr.sbin --- --- dependall-rtadvd --- --- rtadvd_rumpops.o --- # compile rtadvd/rtadvd_rumpops.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/rtadvd/rtadvd_rumpops.c -o rtadvd_rumpops.o --- dependall-npf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir" > .gdbinit --- npfctl.html8 --- # format npfctl/npfctl.html8 if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl/npfctl.8 > npfctl.html8.tmp && mv -f npfctl.html8.tmp npfctl.html8; fi --- dependall-usr.bin --- --- dependall-unvis --- dependall ===> usr.bin/unvis --- dependall-usr.sbin --- --- npf.conf.html5 --- # format npfctl/npf.conf.html5 if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl/npfctl.c -o npfctl.o --- dependall-external --- --- resend.d --- --- dependall-usr.bin --- --- unvis.d --- --- dependall-external --- # create ipresend/resend.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f resend.d.tmp -- -std=gnu11 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipresend/../ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/resend.c && mv -f resend.d.tmp resend.d --- dependall-usr.bin --- # create unvis/unvis.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f unvis.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/unvis/unvis.c && mv -f unvis.d.tmp unvis.d --- dependall-usr.sbin --- --- dependall-rtadvd --- --- rtadvd --- # link rtadvd/rtadvd /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -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/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib -lutil --- dependall-external --- --- dependall-ippool --- --- ippool.o --- --- dependall-usr.bin --- --- .depend --- --- dependall-external --- # compile ippool/ippool.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -Wno-stringop-truncation -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I. --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools/ippool.c -o ippool.o --- dependall-usr.bin --- # create unvis/.depend rm -f .depend CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend unvis.d --- dependall --- --- dependall-external --- --- dependall-wpa --- --- dependall-wpa_supplicant --- --- eap_md5.o --- # compile wpa_supplicant/eap_md5.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -Werror -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/wpa_supplicant -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/drivers -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/rsn_supp -DCONFIG_BACKEND_FILE -DCONFIG_PEERKEY -DCONFIG_MATCH_IFACE -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_WIRED -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_SMARTCARD -DCONFIG_DEBUG_FILE -DCONFIG_DEBUG_SYSLOG -DIEEE8021X_EAPOL -DPKCS12_FUNCS -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_PSK -DEAP_TLS_OPENSSL -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/eap_peer/eap_md5.c -o eap_md5.o --- dependall-usr.bin --- --- .gdbinit --- --- dependall-usr.sbin --- --- rump.rtadvd --- --- dependall-usr.bin --- rm -f .gdbinit --- dependall-usr.sbin --- # link rtadvd/rump.rtadvd /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -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/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib -lutil -lrumpres -lrumpclient --- dependall-usr.bin --- echo "set solib-absolute-prefix /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir" > .gdbinit --- dependall-external --- --- dependall-ipf --- --- dependall-ipresend --- --- sbpf.d --- --- dependall-usr.bin --- --- unvis.html1 --- --- dependall-external --- # create ipresend/sbpf.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f sbpf.d.tmp -- -std=gnu11 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipresend/../ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/sbpf.c && mv -f sbpf.d.tmp sbpf.d --- dependall-usr.bin --- # format unvis/unvis.html1 if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/unvis/unvis.1 > unvis.html1.tmp && mv -f unvis.html1.tmp unvis.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/unvis/unvis.1 > unvis.html1.tmp && mv -f unvis.html1.tmp unvis.html1; fi --- unvis.o --- # compile unvis/unvis.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/unvis/unvis.c -o unvis.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_base.d --- # create racoon/isakmp_base.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_base.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_base.c && mv -f isakmp_base.d.tmp isakmp_base.d --- dependall-pf --- dependall ===> usr.sbin/pf --- dependall-external --- --- dependall-wpa --- --- dependall-hostapd --- --- main.o --- --- ctrl_iface.o --- # compile hostapd/ctrl_iface.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -Werror -Wno-address-of-packed-member -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Diphdr=ip -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd/ctrl_iface.c -o ctrl_iface.o --- dependall-usr.sbin --- --- dependall-authpf --- --- dependall-external --- --- dependall-ipf --- --- dependall-ipftest --- --- ippool_l.o --- --- dependall-usr.sbin --- dependall ===> usr.sbin/pf/authpf --- dependall-external --- --- ipf_y.o --- # compile ipftest/ipf_y.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fno-strict-aliasing -Wno-stringop-truncation -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SYNC -DIPFILTER_CKSUM -I. -D_KERNTYPES -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c ipf_y.c -o ipf_y.o --- dependall-usr.sbin --- --- authpf.d --- --- dependall-external --- --- dependall-ipresend --- --- sock.d --- --- dependall-usr.sbin --- # create authpf/authpf.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f authpf.d.tmp -- -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/destdir /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/usr.sbin/authpf/authpf.c && mv -f authpf.d.tmp authpf.d --- dependall-external --- # create ipresend/sock.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f sock.d.tmp -- -std=gnu11 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipresend/../ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/sock.c && mv -f sock.d.tmp sock.d --- dependall-sys --- --- rf_driver.o --- --- rf_engine.o --- # compile raid/rf_engine.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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=medany -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/raid -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/raidframe/rf_engine.c -o rf_engine.o --- dependall-usr.sbin --- --- .depend --- # create authpf/.depend rm -f .depend CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend authpf.d --- dependall --- --- dependall-racoon --- --- isakmp_cfg.d --- # create racoon/isakmp_cfg.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_cfg.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -Wno-stringop-truncation -Wno-error=format-truncation /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c && mv -f isakmp_cfg.d.tmp isakmp_cfg.d --- dependall-external --- --- .depend --- # create ipresend/.depend rm -f .depend CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend 44arp.d ip.d ipresend.d resend.d sbpf.d sock.d --- dependall --- --- dependall-usr.sbin --- --- dependall-pf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir" > .gdbinit --- authpf.html8 --- # format authpf/authpf.html8 if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/usr.sbin/authpf/authpf.8 > authpf.html8.tmp && mv -f authpf.html8.tmp authpf.html8; fi --- authpf.o --- # compile authpf/authpf.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/destdir -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/usr.sbin/authpf/authpf.c -o authpf.o --- dependall-external --- --- dependall-wpa --- --- dependall-wpa_supplicant --- --- eap_mschapv2.o --- # compile wpa_supplicant/eap_mschapv2.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -Werror -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/wpa_supplicant -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/drivers -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/rsn_supp -DCONFIG_BACKEND_FILE -DCONFIG_PEERKEY -DCONFIG_MATCH_IFACE -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_WIRED -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_SMARTCARD -DCONFIG_DEBUG_FILE -DCONFIG_DEBUG_SYSLOG -DIEEE8021X_EAPOL -DPKCS12_FUNCS -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_PSK -DEAP_TLS_OPENSSL -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/eap_peer/eap_mschapv2.c -o eap_mschapv2.o --- dependall-usr.bin --- --- unvis --- # link unvis/unvis /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o unvis unvis.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib --- dependall-external --- --- dependall-ipf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir" > .gdbinit --- ipresend.html1 --- # format ipresend/ipresend.html1 if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/ipresend.1 > ipresend.html1.tmp && mv -f ipresend.html1.tmp ipresend.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/ipresend.1 > ipresend.html1.tmp && mv -f ipresend.html1.tmp ipresend.html1; fi --- dependall-nvi --- --- regcomp.o --- # compile nvi/regcomp.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/nvi/dist/include -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/nvi/dist/regex/regcomp.c -o regcomp.o --- dependall-ipf --- --- ipresend.o --- # compile ipresend/ipresend.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipresend/../ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/ipresend.c -o ipresend.o --- dependall-nvi --- --- vs_smap.o --- --- dependall-usr.bin --- --- dependall-unzip --- dependall ===> usr.bin/unzip --- dependall-users --- dependall ===> usr.bin/users --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_frag.d --- --- dependall-usr.bin --- --- users.d --- --- dependall-unzip --- --- unzip.d --- --- dependall-usr.sbin --- # create racoon/isakmp_frag.d --- dependall-usr.bin --- --- dependall-users --- # create users/users.d --- dependall-usr.sbin --- CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_frag.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c && mv -f isakmp_frag.d.tmp isakmp_frag.d --- dependall-usr.bin --- CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f users.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/users/users.c && mv -f users.d.tmp users.d --- dependall-unzip --- # create unzip/unzip.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f unzip.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -Wno-format-y2k /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/unzip/unzip.c && mv -f unzip.d.tmp unzip.d --- dependall-usr.sbin --- --- dependall-npf --- --- npf_cmd.o --- # compile npfctl/npf_cmd.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_cmd.c -o npf_cmd.o --- dependall-usr.bin --- --- dependall-users --- --- utmpentry.d --- # create users/utmpentry.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f utmpentry.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/who/utmpentry.c && mv -f utmpentry.d.tmp utmpentry.d --- dependall-unzip --- --- .depend --- # create unzip/.depend rm -f .depend CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend unzip.d --- dependall --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir" > .gdbinit --- unzip.html1 --- --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_ident.d --- # create racoon/isakmp_ident.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_ident.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_ident.c && mv -f isakmp_ident.d.tmp isakmp_ident.d --- dependall-usr.bin --- # format unzip/unzip.html1 if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/unzip/unzip.1 > unzip.html1.tmp && mv -f unzip.html1.tmp unzip.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/unzip/unzip.1 > unzip.html1.tmp && mv -f unzip.html1.tmp unzip.html1; fi --- dependall-users --- --- .depend --- # create users/.depend rm -f .depend CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend users.d utmpentry.d --- dependall --- --- dependall-unzip --- --- unzip.o --- # compile unzip/unzip.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -c -Wno-format-y2k /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/unzip/unzip.c -o unzip.o --- dependall-usr.sbin --- --- dependall-racoonctl --- --- str2val.o --- # compile racoonctl/str2val.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/str2val.c -o str2val.o --- dependall-usr.bin --- --- dependall-users --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir" > .gdbinit --- users.html1 --- # format users/users.html1 if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/users/users.1 > users.html1.tmp && mv -f users.html1.tmp users.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/users/users.1 > users.html1.tmp && mv -f users.html1.tmp users.html1; fi --- users.o --- # compile users/users.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/users/users.c -o users.o --- dependall-external --- --- dependall-ipf --- --- ip.o --- # compile ipresend/ip.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipresend/../ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/ip.c -o ip.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_inf.d --- # create racoon/isakmp_inf.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_inf.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c && mv -f isakmp_inf.d.tmp isakmp_inf.d --- dependall-usr.bin --- --- utmpentry.o --- # compile users/utmpentry.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/who/utmpentry.c -o utmpentry.o --- dependall-sys --- --- rf_evenodd.o --- # compile raid/rf_evenodd.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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=medany -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/raid -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/raidframe/rf_evenodd.c -o rf_evenodd.o --- dependall-usr.sbin --- --- dependall-racoonctl --- --- kmpstat.o --- # compile racoonctl/kmpstat.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/kmpstat.c -o kmpstat.o --- dependall-npf --- --- npf_var.o --- # compile npfctl/npf_var.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_var.c -o npf_var.o --- dependall-racoon --- --- isakmp_newg.d --- # create racoon/isakmp_newg.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_newg.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_newg.c && mv -f isakmp_newg.d.tmp isakmp_newg.d --- dependall-pf --- --- authpf --- # link authpf/authpf /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o authpf authpf.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib -lutil --- dependall-external --- --- dependall-wpa --- --- eap_otp.o --- # compile wpa_supplicant/eap_otp.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -Werror -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/wpa_supplicant -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/drivers -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/rsn_supp -DCONFIG_BACKEND_FILE -DCONFIG_PEERKEY -DCONFIG_MATCH_IFACE -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_WIRED -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_SMARTCARD -DCONFIG_DEBUG_FILE -DCONFIG_DEBUG_SYSLOG -DIEEE8021X_EAPOL -DPKCS12_FUNCS -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_PSK -DEAP_TLS_OPENSSL -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/eap_peer/eap_otp.c -o eap_otp.o --- dependall-ipf --- --- dependall-ippool --- --- ippool_l.o --- --- dependall-usr.sbin --- --- dependall-ftp-proxy --- --- dependall-external --- # compile ippool/ippool_l.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -Wno-stringop-truncation -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I. --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c ippool_l.c -o ippool_l.o --- dependall-usr.sbin --- dependall ===> usr.sbin/pf/ftp-proxy --- filter.d --- # create ftp-proxy/filter.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f filter.d.tmp -- -std=gnu11 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/sys --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/filter.c && mv -f filter.d.tmp filter.d --- dependall-usr.bin --- --- users --- # link users/users /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o users users.o utmpentry.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_quick.d --- # create racoon/isakmp_quick.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_quick.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c && mv -f isakmp_quick.d.tmp isakmp_quick.d --- dependall-pf --- --- ftp-proxy.d --- --- dependall-plainrsa-gen --- --- dependall-pf --- # create ftp-proxy/ftp-proxy.d --- dependall-plainrsa-gen --- --- genlist.o --- --- dependall-pf --- CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f ftp-proxy.d.tmp -- -std=gnu11 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/sys --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c && mv -f ftp-proxy.d.tmp ftp-proxy.d --- dependall-plainrsa-gen --- # compile plainrsa-gen/genlist.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c -Wno-calloc-transposed-args /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/genlist.c -o genlist.o --- dependall-pf --- --- ipf.d --- # create ftp-proxy/ipf.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f ipf.d.tmp -- -std=gnu11 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/sys --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/ipf.c && mv -f ipf.d.tmp ipf.d --- dependall-racoonctl --- --- vmbuf.o --- --- dependall-external --- --- dependall-gpl3 --- --- auxv.o --- --- dependall-usr.sbin --- # compile racoonctl/vmbuf.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-external --- # compile libgdb/auxv.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -include /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/auxv.c -o auxv.o --- dependall-usr.sbin --- --- dependall-pf --- --- .depend --- --- dependall-external --- --- dependall-bsd --- --- dependall-wpa --- --- dependall-usr.sbin --- # create ftp-proxy/.depend rm -f .depend --- dependall-external --- --- eap_peap.o --- --- dependall-usr.sbin --- CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend filter.d ftp-proxy.d ipf.d --- dependall-external --- # compile wpa_supplicant/eap_peap.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -Werror -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/wpa_supplicant -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/drivers -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/rsn_supp -DCONFIG_BACKEND_FILE -DCONFIG_PEERKEY -DCONFIG_MATCH_IFACE -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_WIRED -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_SMARTCARD -DCONFIG_DEBUG_FILE -DCONFIG_DEBUG_SYSLOG -DIEEE8021X_EAPOL -DPKCS12_FUNCS -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_PSK -DEAP_TLS_OPENSSL -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/eap_peer/eap_peap.c -o eap_peap.o --- dependall-usr.sbin --- --- dependall --- --- dependall-external --- --- dependall-ipf --- --- dependall-ipresend --- --- resend.o --- # compile ipresend/resend.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipresend/../ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/resend.c -o resend.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_unity.d --- # create racoon/isakmp_unity.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_unity.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c && mv -f isakmp_unity.d.tmp isakmp_unity.d --- dependall-pf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir" > .gdbinit --- ftp-proxy.html8 --- # format ftp-proxy/ftp-proxy.html8 if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/pf/ftp-proxy -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/src/sys --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c -o ftp-proxy.o --- dependall-plainrsa-gen --- --- logger.o --- # compile plainrsa-gen/logger.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/logger.c -o logger.o --- dependall-racoonctl --- --- sockmisc.o --- # compile racoonctl/sockmisc.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-npf --- --- npf_data.o --- # compile npfctl/npf_data.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_data.c -o npf_data.o --- dependall-sys --- --- rf_evenodd_dagfuncs.o --- # compile raid/rf_evenodd_dagfuncs.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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=medany -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/raid -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/raidframe/rf_evenodd_dagfuncs.c -o rf_evenodd_dagfuncs.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_xauth.d --- # create racoon/isakmp_xauth.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_xauth.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c && mv -f isakmp_xauth.d.tmp isakmp_xauth.d --- dependall-usr.bin --- --- dependall-unzip --- --- unzip --- # link unzip/unzip /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o unzip unzip.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib -larchive -lz -lbz2 -llzma -lcrypto -lpthread -L/tmp/build/2026.03.19.06.16.17-riscv-riscv64/obj/external/bsd/zstd/lib -lzstd --- dependall-external --- --- sbpf.o --- # compile ipresend/sbpf.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipresend/../ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/sbpf.c -o sbpf.o --- dependall-usr.sbin --- --- localconf.d --- # create racoon/localconf.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f localconf.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/localconf.c && mv -f localconf.d.tmp localconf.d --- dependall-usr.bin --- --- dependall-utoppya --- --- dependall-external --- --- dependall-ipnat --- --- ipnat_y.o --- --- dependall-usr.bin --- dependall ===> usr.bin/utoppya --- dependall-external --- --- ipnat_l.o --- # compile ipnat/ipnat_l.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -Wno-stringop-truncation -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I. --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c ipnat_l.c -o ipnat_l.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- misc.o --- # compile plainrsa-gen/misc.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-usr.bin --- --- progressbar.d --- # create utoppya/progressbar.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f progressbar.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/ftp -DSTANDALONE_PROGRESS /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/ftp/progressbar.c && mv -f progressbar.d.tmp progressbar.d --- utoppya.d --- # create utoppya/utoppya.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f utoppya.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/ftp -DSTANDALONE_PROGRESS -Wno-stringop-truncation /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/utoppya/utoppya.c && mv -f utoppya.d.tmp utoppya.d --- dependall-usr.sbin --- --- dependall-racoon --- --- logger.d --- # create racoon/logger.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f logger.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/logger.c && mv -f logger.d.tmp logger.d --- dependall-usr.bin --- --- .depend --- # create utoppya/.depend rm -f .depend CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend progressbar.d utoppya.d --- dependall --- --- dependall-usr.sbin --- --- main.d --- # create racoon/main.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f main.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/main.c && mv -f main.d.tmp main.d --- dependall-external --- --- dependall-ipresend --- --- sock.o --- --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit --- dependall-external --- # compile ipresend/sock.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipresend/../ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/sock.c -o sock.o --- dependall-usr.bin --- echo "set solib-absolute-prefix /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir" > .gdbinit --- utoppya.html1 --- # format utoppya/utoppya.html1 if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/utoppya/utoppya.1 > utoppya.html1.tmp && mv -f utoppya.html1.tmp utoppya.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/utoppya/utoppya.1 > utoppya.html1.tmp && mv -f utoppya.html1.tmp utoppya.html1; fi --- utoppya.o --- # compile utoppya/utoppya.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/ftp -DSTANDALONE_PROGRESS -c -Wno-stringop-truncation /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/utoppya/utoppya.c -o utoppya.o --- dependall-external --- --- dependall-nvi --- --- regcomp.o --- --- regerror.o --- # compile nvi/regerror.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/nvi/dist/include -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/nvi/dist/regex/regerror.c -o regerror.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- plog.o --- # compile plainrsa-gen/plog.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/plog.c -o plog.o --- dependall-racoon --- --- misc.d --- # create racoon/misc.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f misc.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/misc.c && mv -f misc.d.tmp misc.d --- dependall-external --- --- dependall-ipf --- --- dependall-ippool --- --- ippool --- # link ippool/ippool /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o ippool ippool_y.o ippool_l.o kmem.o ippool.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib -L/tmp/build/2026.03.19.06.16.17-riscv-riscv64/obj/external/bsd/ipf/lib -lipf -lkvm --- dependall-usr.sbin --- --- nattraversal.d --- # create racoon/nattraversal.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f nattraversal.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/nattraversal.c && mv -f nattraversal.d.tmp nattraversal.d --- dependall-external --- --- dependall-nvi --- --- regexec.o --- # compile nvi/regexec.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/nvi/dist/include -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c -Wno-old-style-definition /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/nvi/dist/regex/regexec.c -o regexec.o --- dependall-wpa --- --- dependall-hostapd --- --- eap_register.o --- # compile hostapd/eap_register.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -Werror -Wno-address-of-packed-member -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Diphdr=ip -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd/eap_register.c -o eap_register.o --- dependall-sys --- --- dependall-sht3xtemp --- dependall ===> sys/modules/sht3xtemp --- dependall-external --- --- config_file.o --- --- dependall-gpl3 --- --- ax-gdb.o --- # compile libgdb/ax-gdb.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -include /tmp/build/2026.03.19.06.16.17-riscv-riscv64/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/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/ax-gdb.c -o ax-gdb.o --- dependall-usr.sbin --- --- dependall-racoonctl --- --- misc.o --- # compile racoonctl/misc.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-sys --- --- ioconf.c --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbconfig -b /tmp/build/2026.03.19.06.16.17-riscv-riscv64/obj/sys/modules/sht3xtemp -s /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/sht3xtemp/sht3xtemp.ioconf --- dependall-external --- --- dependall-bsd --- --- dependall-ipf --- --- dependall-ipresend --- --- 44arp.o --- # compile ipresend/44arp.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipresend/../ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/44arp.c -o 44arp.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_build.o --- # compile npfctl/npf_build.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_build.c -o npf_build.o --- dependall-racoon --- --- oakley.d --- --- dependall-sys --- touch ioconf.c ioconf.h locators.h --- dependall-usr.sbin --- # create racoon/oakley.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f oakley.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/oakley.c && mv -f oakley.d.tmp oakley.d --- dependall-sys --- --- ioconf.d --- # create sht3xtemp/ioconf.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/sht3xtemp -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-external --- --- dependall-atf --- --- test_program_test.o --- # compile tools/test_program_test.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -frandom-seed=7b8812b0 -O2 -Werror --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DHAVE_CONFIG_H -DATF_ARCH=\"riscv64\" -DATF_BUILD_CC=\"/usr/bin/cc\" -DATF_BUILD_CFLAGS=\"\" -DATF_BUILD_CPP=\"/usr/bin/cpp\" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"/usr/bin/c++\" -DATF_BUILD_CXXFLAGS=\"\" -DATF_CONFDIR=\"/etc/atf\" -DATF_INCLUDEDIR=\"/usr/include\" -DATF_LIBDIR=\"/usr/lib\" -DATF_LIBEXECDIR=\"/usr/libexec\" -DATF_MACHINE=\"riscv\" -DATF_M4=\"/usr/bin/m4\" -DATF_PKGDATADIR=\"/usr/share/atf\" -DATF_SHELL=\"/bin/sh\" -DATF_WORKDIR=\"/tmp\" -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/atf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/atf/lib/libatf-c -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/atf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/obj/external/bsd/atf/lib/tools -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/atf/dist/tools/test_program_test.cpp --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- prsa_par.o --- # compile plainrsa-gen/prsa_par.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c -Wno-error=deprecated-declarations -Wno-calloc-transposed-args prsa_par.c -o prsa_par.o --- dependall-external --- --- dependall-wpa --- --- eap_register.o --- --- l2_packet_freebsd.o --- # compile hostapd/l2_packet_freebsd.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -Werror -Wno-address-of-packed-member -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Diphdr=ip -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet/l2_packet_freebsd.c -o l2_packet_freebsd.o --- dependall-sys --- --- sht3x.d --- # create sht3xtemp/sht3x.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f sht3x.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/sht3xtemp -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/i2c/sht3x.c && mv -f sht3x.d.tmp sht3x.d --- dependall-usr.bin --- --- progressbar.o --- # compile utoppya/progressbar.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/ftp -DSTANDALONE_PROGRESS -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/ftp/progressbar.c -o progressbar.o --- dependall-usr.sbin --- --- dependall-racoonctl --- --- racoonctl --- # link racoonctl/racoonctl /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o racoonctl racoonctl.o str2val.o kmpstat.o vmbuf.o sockmisc.o misc.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib -lipsec --- dependall-sys --- --- .depend --- --- dependall-usr.sbin --- --- dependall-racoon --- --- pfkey.d --- --- dependall-sys --- # create sht3xtemp/.depend rm -f .depend --- dependall-usr.sbin --- # create racoon/pfkey.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f pfkey.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/pfkey.c && mv -f pfkey.d.tmp pfkey.d --- dependall-sys --- CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .d -d -f .depend ioconf.d sht3x.d --- dependall --- --- dependall-usr.sbin --- --- dependall-cnwctl --- dependall ===> usr.sbin/cnwctl --- dependall-external --- --- dependall-wpa_supplicant --- --- eap_peap_common.o --- # compile wpa_supplicant/eap_peap_common.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -Werror -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/wpa_supplicant -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/drivers -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/rsn_supp -DCONFIG_BACKEND_FILE -DCONFIG_PEERKEY -DCONFIG_MATCH_IFACE -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_WIRED -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_SMARTCARD -DCONFIG_DEBUG_FILE -DCONFIG_DEBUG_SYSLOG -DIEEE8021X_EAPOL -DPKCS12_FUNCS -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_PSK -DEAP_TLS_OPENSSL -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/eap_common/eap_peap_common.c -o eap_peap_common.o --- dependall-usr.sbin --- --- cnwctl.d --- # create cnwctl/cnwctl.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f cnwctl.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -D_KERNTYPES --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wno-stringop-truncation /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/cnwctl/cnwctl.c && mv -f cnwctl.d.tmp cnwctl.d --- dependall-pf --- --- filter.o --- # compile ftp-proxy/filter.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/pf/ftp-proxy -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/src/sys --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/filter.c -o filter.o --- dependall-sys --- --- sht3x.o --- # compile sht3xtemp/sht3x.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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=medany -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/sht3xtemp -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/i2c/sht3x.c -o sht3x.o --- dependall-usr.sbin --- --- dependall-cnwctl --- --- .depend --- # create cnwctl/.depend rm -f .depend CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend cnwctl.d --- dependall --- --- dependall-external --- --- dependall-ipf --- --- ipresend --- # link ipresend/ipresend /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o ipresend ipresend.o ip.o resend.o sbpf.o sock.o 44arp.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib -L/tmp/build/2026.03.19.06.16.17-riscv-riscv64/obj/external/bsd/ipf/lib -lipf -lkvm -L/tmp/build/2026.03.19.06.16.17-riscv-riscv64/obj/external/bsd/ipf/lib -lipf -lkvm --- dependall-usr.sbin --- --- dependall-racoon --- --- plog.d --- # create racoon/plog.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f plog.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/plog.c && mv -f plog.d.tmp plog.d --- dependall-cnwctl --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir" > .gdbinit --- cnwctl.html8 --- --- dependall-external --- --- dependall-ipsend --- --- dependall-usr.sbin --- # format cnwctl/cnwctl.html8 if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/cnwctl/cnwctl.8 > cnwctl.html8.tmp && mv -f cnwctl.html8.tmp cnwctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/cnwctl/cnwctl.8 > cnwctl.html8.tmp && mv -f cnwctl.html8.tmp cnwctl.html8; fi --- dependall-external --- dependall ===> external/bsd/ipf/bin/ipsend --- dependall-usr.sbin --- --- cnwctl.o --- # compile cnwctl/cnwctl.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -D_KERNTYPES --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -c -Wno-stringop-truncation /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/cnwctl/cnwctl.c -o cnwctl.o --- dependall-plainrsa-gen --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsa_parse_file': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:423:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 423 | rsa_cur = RSA_new(); | ^~~~~~~ In file included from /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:212:28: note: declared here 212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:426:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 426 | RSA_free(rsa_cur); | ^~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-external --- --- iplang_l.c --- --- dependall-usr.sbin --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsaparse': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:192:25: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 192 | } else if (1 != RSA_set0_key(rsa_cur, bn_n, bn_e, NULL)) { | ^ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:218:27: note: declared here 218 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:201:25: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 201 | } else if (1 != RSA_set0_key(rsa_cur, bn_n, bn_e, bn_d)) { | ^ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:218:27: note: declared here 218 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:208:25: warning: 'RSA_set0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 208 | } else if (1 != RSA_set0_factors(rsa_cur, bn_p, bn_q)) { | ^ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:219:27: note: declared here 219 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q); | ^~~~~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:211:25: warning: 'RSA_set0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 211 | } else if (1 != RSA_set0_crt_params(rsa_cur, bn_dmp1, bn_dmq1, bn_iqmp)) { | ^ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:220:27: note: declared here 220 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r, | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:218:17: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 218 | rsa_cur = RSA_new(); | ^~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:212:28: note: declared here 212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ --- dependall-external --- # lex ipsend/iplang_l.c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nblex -oiplang_l.c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/iplang/iplang_l.l --- dependall-ipnat --- --- ipnat --- # link ipnat/ipnat /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o ipnat ipnat.o ipnat_y.o ipnat_l.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib -L/tmp/build/2026.03.19.06.16.17-riscv-riscv64/obj/external/bsd/ipf/lib -lipf -lkvm --- dependall-usr.sbin --- --- dependall-racoon --- --- policy.d --- # create racoon/policy.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f policy.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/policy.c && mv -f policy.d.tmp policy.d --- dependall-external --- --- dependall-ipsend --- --- iplang_y.c --- # create ipsend/iplang_y.c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbyacc -d /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/iplang/iplang_y.y mv y.tab.c iplang_y.c --- dependall-sys --- --- dependall-raid --- --- dependall-external --- mv y.tab.h iplang_y.h --- dependall-sys --- --- rf_evenodd_dags.o --- # compile raid/rf_evenodd_dags.o --- dependall-external --- --- 44arp.d --- --- dependall-sys --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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=medany -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/raid -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/raidframe/rf_evenodd_dags.c -o rf_evenodd_dags.o --- dependall-external --- # create ipsend/44arp.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f 44arp.d.tmp -- -std=gnu11 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/iplang -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/44arp.c && mv -f 44arp.d.tmp 44arp.d --- dependall-wpa --- --- eap_psk.o --- # compile wpa_supplicant/eap_psk.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -Werror -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/wpa_supplicant -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/drivers -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/rsn_supp -DCONFIG_BACKEND_FILE -DCONFIG_PEERKEY -DCONFIG_MATCH_IFACE -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_WIRED -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_SMARTCARD -DCONFIG_DEBUG_FILE -DCONFIG_DEBUG_SYSLOG -DIEEE8021X_EAPOL -DPKCS12_FUNCS -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_PSK -DEAP_TLS_OPENSSL -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/eap_peer/eap_psk.c -o eap_psk.o --- eap_psk_common.o --- # compile wpa_supplicant/eap_psk_common.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -Werror -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/wpa_supplicant -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/drivers -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/rsn_supp -DCONFIG_BACKEND_FILE -DCONFIG_PEERKEY -DCONFIG_MATCH_IFACE -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_WIRED -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_SMARTCARD -DCONFIG_DEBUG_FILE -DCONFIG_DEBUG_SYSLOG -DIEEE8021X_EAPOL -DPKCS12_FUNCS -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_PSK -DEAP_TLS_OPENSSL -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/eap_common/eap_psk_common.c -o eap_psk_common.o --- dependall-usr.bin --- --- utoppya --- # link utoppya/utoppya /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o utoppya utoppya.o progressbar.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib --- dependall-usr.sbin --- --- privsep.d --- # create racoon/privsep.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f privsep.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/privsep.c && mv -f privsep.d.tmp privsep.d --- dependall-usr.bin --- --- dependall-uudecode --- dependall ===> usr.bin/uudecode --- dependall-external --- --- dependall-hostapd --- --- eapol_auth_dump.o --- # compile hostapd/eapol_auth_dump.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -Werror -Wno-address-of-packed-member -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Diphdr=ip -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/eapol_auth/eapol_auth_dump.c -o eapol_auth_dump.o --- dependall-usr.bin --- --- uudecode.d --- # create uudecode/uudecode.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f uudecode.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/uudecode/uudecode.c && mv -f uudecode.d.tmp uudecode.d --- dependall-external --- --- dependall-ipf --- --- ip.d --- # create ipsend/ip.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f ip.d.tmp -- -std=gnu11 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/iplang -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/ip.c && mv -f ip.d.tmp ip.d --- dependall-usr.bin --- --- .depend --- # create uudecode/.depend rm -f .depend CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend uudecode.d --- dependall --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir" > .gdbinit --- dependall-external --- --- iplang_l.d --- --- dependall-usr.sbin --- --- proposal.d --- --- dependall-usr.bin --- --- uudecode.o --- --- dependall-external --- # create ipsend/iplang_l.d --- dependall-usr.sbin --- # create racoon/proposal.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f proposal.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/proposal.c && mv -f proposal.d.tmp proposal.d --- dependall-external --- CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f iplang_l.d.tmp -- -std=gnu11 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/iplang -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 iplang_l.c && mv -f iplang_l.d.tmp iplang_l.d --- dependall-usr.bin --- # compile uudecode/uudecode.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/uudecode/uudecode.c -o uudecode.o --- dependall-usr.sbin --- --- dependall-pf --- --- ipf.o --- # compile ftp-proxy/ipf.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/pf/ftp-proxy -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/src/sys --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/ipf.c -o ipf.o --- dependall-plainrsa-gen --- --- rsalist.o --- # compile plainrsa-gen/rsalist.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c -Wno-error=deprecated-declarations -Wno-calloc-transposed-args /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c -o rsalist.o --- dependall-racoon --- --- prsa_par.d --- # create racoon/prsa_par.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f prsa_par.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -Wno-error=deprecated-declarations -Wno-calloc-transposed-args prsa_par.c && mv -f prsa_par.d.tmp prsa_par.d --- dependall-external --- --- iplang_y.d --- --- dependall-usr.sbin --- --- dependall-cnwctl --- --- dependall-external --- # create ipsend/iplang_y.d --- dependall-usr.sbin --- --- cnwctl --- --- dependall-external --- CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f iplang_y.d.tmp -- -std=gnu11 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/iplang -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 iplang_y.c && mv -f iplang_y.d.tmp iplang_y.d --- dependall-usr.sbin --- # link cnwctl/cnwctl /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o cnwctl cnwctl.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib --- dependall-sys --- --- rf_fifo.o --- # compile raid/rf_fifo.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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=medany -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/raid -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/raidframe/rf_fifo.c -o rf_fifo.o --- dependall-usr.sbin --- --- dependall-iwictl --- dependall ===> usr.sbin/iwictl --- iwictl.d --- # create iwictl/iwictl.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f iwictl.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -D_KERNTYPES --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wno-stringop-truncation /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/iwictl/iwictl.c && mv -f iwictl.d.tmp iwictl.d --- dependall-external --- --- dependall-wpa --- --- dependall-wpa_supplicant --- --- dependall-sys --- --- rf_interdecluster.o --- # compile raid/rf_interdecluster.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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=medany -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/raid -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/raidframe/rf_interdecluster.c -o rf_interdecluster.o --- dependall-usr.sbin --- --- .depend --- # create iwictl/.depend rm -f .depend CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend iwictl.d --- dependall-external --- --- dependall-ipf --- --- ipsend.d --- --- dependall-usr.sbin --- --- dependall --- --- dependall-external --- # create ipsend/ipsend.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f ipsend.d.tmp -- -std=gnu11 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/iplang -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/ipsend.c && mv -f ipsend.d.tmp ipsend.d --- dependall-usr.sbin --- --- .gdbinit --- --- dependall-racoon --- --- prsa_tok.d --- --- dependall-iwictl --- rm -f .gdbinit --- dependall-racoon --- # create racoon/prsa_tok.d --- dependall-iwictl --- echo "set solib-absolute-prefix /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir" > .gdbinit --- dependall-racoon --- CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f prsa_tok.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -Wno-error=unused-function prsa_tok.c && mv -f prsa_tok.d.tmp prsa_tok.d --- dependall-external --- --- dependall-wpa --- --- dependall-hostapd --- --- eapol_auth_sm.o --- --- dependall-usr.sbin --- --- dependall-iwictl --- --- iwictl.html8 --- --- dependall-external --- # compile hostapd/eapol_auth_sm.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -Werror -Wno-address-of-packed-member -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Diphdr=ip -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/eapol_auth/eapol_auth_sm.c -o eapol_auth_sm.o --- dependall-usr.sbin --- # format iwictl/iwictl.html8 if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/iwictl/iwictl.8 > iwictl.html8.tmp && mv -f iwictl.html8.tmp iwictl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/iwictl/iwictl.8 > iwictl.html8.tmp && mv -f iwictl.html8.tmp iwictl.html8; fi --- iwictl.o --- # compile iwictl/iwictl.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -D_KERNTYPES --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -c -Wno-stringop-truncation /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/iwictl/iwictl.c -o iwictl.o --- dependall-racoon --- --- remoteconf.d --- # create racoon/remoteconf.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f remoteconf.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/remoteconf.c && mv -f remoteconf.d.tmp remoteconf.d --- dependall-external --- --- dependall-wpa_supplicant --- --- eap_psk.o --- --- eap_tls.o --- # compile wpa_supplicant/eap_tls.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -Werror -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/wpa_supplicant -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/drivers -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/rsn_supp -DCONFIG_BACKEND_FILE -DCONFIG_PEERKEY -DCONFIG_MATCH_IFACE -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_WIRED -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_SMARTCARD -DCONFIG_DEBUG_FILE -DCONFIG_DEBUG_SYSLOG -DIEEE8021X_EAPOL -DPKCS12_FUNCS -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_PSK -DEAP_TLS_OPENSSL -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/eap_peer/eap_tls.c -o eap_tls.o --- dependall-ipf --- --- ipsopt.d --- # create ipsend/ipsopt.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f ipsopt.d.tmp -- -std=gnu11 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/iplang -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/ipsopt.c && mv -f ipsopt.d.tmp ipsopt.d --- dependall-usr.sbin --- --- dependall-pf --- --- ftp-proxy --- # link ftp-proxy/ftp-proxy /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o ftp-proxy ftp-proxy.o filter.o ipf.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib -levent --- dependall-npf --- --- npf_bpf_comp.o --- # compile npfctl/npf_bpf_comp.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_bpf_comp.c -o npf_bpf_comp.o --- dependall-plainrsa-gen --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dup': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:100:17: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 100 | RSA_get0_key(key->rsa, NULL, NULL, &d); | ^~~~~~~~~~~~ In file included from /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:228:28: note: declared here 228 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:101:17: warning: 'RSAPrivateKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 101 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ In file included from /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:21: /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:459:1: note: declared here 459 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPrivateKey) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:101:17: warning: 'RSAPublicKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 101 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:458:1: note: declared here 458 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPublicKey) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:123:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 123 | RSA_free(new->rsa); | ^~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_free': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:145:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 145 | RSA_free(rsa_key->rsa); | ^~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dump_one': /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:160:17: warning: 'RSA_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 160 | RSA_print_fp(stdout, key->rsa, 4); | ^~~~~~~~~~~~ /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:349:27: note: declared here 349 | OSSL_DEPRECATEDIN_3_0 int RSA_print_fp(FILE *fp, const RSA *r, int offset); | ^~~~~~~~~~~~ --- dependall-pf --- --- dependall-pfctl --- dependall ===> usr.sbin/pf/pfctl --- dependall-usr.bin --- --- uudecode --- --- dependall-sys --- --- rf_fifo.o --- --- dependall-usr.bin --- # link uudecode/uudecode /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o uudecode uudecode.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib --- dependall-usr.sbin --- --- parse.c --- # yacc pfctl/parse.c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbyacc -o parse.c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl/parse.y --- dependall-sys --- --- rf_invertq.o --- # compile raid/rf_invertq.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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=medany -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/raid -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/raidframe/rf_invertq.c -o rf_invertq.o --- dependall-usr.sbin --- --- dependall-racoon --- --- rsalist.d --- --- dependall-external --- --- sbpf.d --- --- dependall-usr.sbin --- # create racoon/rsalist.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f rsalist.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -Wno-error=deprecated-declarations -Wno-calloc-transposed-args /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c && mv -f rsalist.d.tmp rsalist.d --- dependall-usr.bin --- --- dependall-uuencode --- --- dependall-external --- # create ipsend/sbpf.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f sbpf.d.tmp -- -std=gnu11 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/iplang -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/sbpf.c && mv -f sbpf.d.tmp sbpf.d --- dependall-usr.bin --- dependall ===> usr.bin/uuencode --- dependall-usr.sbin --- --- dependall-pf --- --- parse.d --- # create pfctl/parse.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f parse.d.tmp -- -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES parse.c && mv -f parse.d.tmp parse.d --- dependall-iwictl --- --- iwictl --- # link iwictl/iwictl /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o iwictl iwictl.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib --- dependall-usr.bin --- --- uuencode.d --- # create uuencode/uuencode.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f uuencode.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/uuencode/uuencode.c && mv -f uuencode.d.tmp uuencode.d --- dependall-sys --- --- rf_layout.o --- # compile raid/rf_layout.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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=medany -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/raid -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/raidframe/rf_layout.c -o rf_layout.o --- dependall-usr.sbin --- --- dependall-wiconfig --- dependall ===> usr.sbin/wiconfig --- dependall-usr.bin --- --- .depend --- # create uuencode/.depend rm -f .depend --- dependall-usr.sbin --- --- wiconfig.d --- --- dependall-usr.bin --- CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend uuencode.d --- dependall-usr.sbin --- # create wiconfig/wiconfig.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f wiconfig.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -D_KERNTYPES --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wno-stringop-truncation /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/wiconfig/wiconfig.c && mv -f wiconfig.d.tmp wiconfig.d --- dependall-usr.bin --- --- dependall --- --- dependall-sys --- --- rf_interdecluster.o --- --- rf_map.o --- # compile raid/rf_map.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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=medany -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/raid -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/raidframe/rf_map.c -o rf_map.o --- dependall-usr.sbin --- --- dependall-pf --- --- pf_print_state.d --- # create pfctl/pf_print_state.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f pf_print_state.d.tmp -- -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pf_print_state.c && mv -f pf_print_state.d.tmp pf_print_state.d --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir" > .gdbinit --- uuencode.html1 --- # format uuencode/uuencode.html1 --- dependall-external --- --- sock.d --- --- dependall-usr.bin --- if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/uuencode/uuencode.1 > uuencode.html1.tmp && mv -f uuencode.html1.tmp uuencode.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/uuencode/uuencode.1 > uuencode.html1.tmp && mv -f uuencode.html1.tmp uuencode.html1; fi --- dependall-external --- # create ipsend/sock.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f sock.d.tmp -- -std=gnu11 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/iplang -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/sock.c && mv -f sock.d.tmp sock.d --- dependall-usr.bin --- --- uuencode.html5 --- # format uuencode/uuencode.html5 if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/uuencode/uuencode.5 > uuencode.html5.tmp && mv -f uuencode.html5.tmp uuencode.html5; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/uuencode/uuencode.5 > uuencode.html5.tmp && mv -f uuencode.html5.tmp uuencode.html5; fi --- uuencode.o --- # compile uuencode/uuencode.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/uuencode/uuencode.c -o uuencode.o --- dependall-sys --- --- dependall-sht3xtemp --- --- sht3xtemp.kmod --- # link sht3xtemp/sht3xtemp.kmod /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=sht3xtemp.kmod.map -o sht3xtemp.kmod sht3x.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- sockmisc.o --- # compile plainrsa-gen/sockmisc.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-racoon --- --- safefile.d --- # create racoon/safefile.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f safefile.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/safefile.c && mv -f safefile.d.tmp safefile.d --- dependall-sys --- --- dependall-sht4xtemp --- dependall ===> sys/modules/sht4xtemp --- dependall-usr.sbin --- --- dependall-pf --- --- pf_ruleset.d --- --- dependall-wiconfig --- --- .depend --- # create wiconfig/.depend rm -f .depend CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend wiconfig.d --- dependall-pf --- # create pfctl/pf_ruleset.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f pf_ruleset.d.tmp -- -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dist/pf/net/pf_ruleset.c && mv -f pf_ruleset.d.tmp pf_ruleset.d --- dependall-wiconfig --- --- dependall --- --- dependall-sys --- --- ioconf.c --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbconfig -b /tmp/build/2026.03.19.06.16.17-riscv-riscv64/obj/sys/modules/sht4xtemp -s /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/sht4xtemp/sht4xtemp.ioconf --- dependall-usr.sbin --- --- dependall-racoon --- --- sainfo.d --- # create racoon/sainfo.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f sainfo.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/sainfo.c && mv -f sainfo.d.tmp sainfo.d --- dependall-wiconfig --- --- .gdbinit --- --- dependall-external --- --- .depend --- --- dependall-usr.sbin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir" > .gdbinit --- wiconfig.html8 --- # format wiconfig/wiconfig.html8 --- dependall-external --- # create ipsend/.depend rm -f .depend --- dependall-usr.sbin --- if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/wiconfig/wiconfig.8 > wiconfig.html8.tmp && mv -f wiconfig.html8.tmp wiconfig.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/wiconfig/wiconfig.8 > wiconfig.html8.tmp && mv -f wiconfig.html8.tmp wiconfig.html8; fi --- dependall-external --- CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend 44arp.d ip.d iplang_l.d iplang_y.d ipsend.d ipsopt.d sbpf.d sock.d --- dependall-usr.sbin --- --- wiconfig.o --- --- dependall-external --- --- dependall --- --- dependall-usr.sbin --- # compile wiconfig/wiconfig.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -D_KERNTYPES --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -c -Wno-stringop-truncation /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/wiconfig/wiconfig.c -o wiconfig.o --- dependall-sys --- touch ioconf.c ioconf.h locators.h --- ioconf.d --- # create sht4xtemp/ioconf.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/sht4xtemp -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl.d --- # create pfctl/pfctl.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f pfctl.d.tmp -- -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl.c && mv -f pfctl.d.tmp pfctl.d --- dependall-racoon --- --- schedule.d --- # create racoon/schedule.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f schedule.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/schedule.c && mv -f schedule.d.tmp schedule.d --- dependall-external --- --- dependall-wpa --- --- eap_tls_common.o --- # compile wpa_supplicant/eap_tls_common.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -Werror -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/wpa_supplicant -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/drivers -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/rsn_supp -DCONFIG_BACKEND_FILE -DCONFIG_PEERKEY -DCONFIG_MATCH_IFACE -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_WIRED -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_SMARTCARD -DCONFIG_DEBUG_FILE -DCONFIG_DEBUG_SYSLOG -DIEEE8021X_EAPOL -DPKCS12_FUNCS -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_PSK -DEAP_TLS_OPENSSL -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/eap_peer/eap_tls_common.c -o eap_tls_common.o --- dependall-sys --- --- sht4x.d --- --- dependall-raid --- --- rf_layout.o --- --- dependall-sht4xtemp --- # create sht4xtemp/sht4x.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f sht4x.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/sht4xtemp -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/i2c/sht4x.c && mv -f sht4x.d.tmp sht4x.d --- dependall-raid --- --- rf_mcpair.o --- # compile raid/rf_mcpair.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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=medany -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/raid -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/raidframe/rf_mcpair.c -o rf_mcpair.o --- dependall-external --- --- dependall-ipf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir" > .gdbinit --- ipsend.html1 --- # format ipsend/ipsend.html1 if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/ipsend.1 > ipsend.html1.tmp && mv -f ipsend.html1.tmp ipsend.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/ipsend.1 > ipsend.html1.tmp && mv -f ipsend.html1.tmp ipsend.html1; fi --- ipsend.html5 --- # format ipsend/ipsend.html5 if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/ipsend.5 > ipsend.html5.tmp && mv -f ipsend.html5.tmp ipsend.html5; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/ipsend.5 > ipsend.html5.tmp && mv -f ipsend.html5.tmp ipsend.html5; fi --- dependall-usr.sbin --- --- session.d --- # create racoon/session.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f session.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/session.c && mv -f session.d.tmp session.d --- dependall-external --- --- ipsend.o --- # compile ipsend/ipsend.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/iplang -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/ipsend.c -o ipsend.o --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl_altq.d --- # create pfctl/pfctl_altq.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f pfctl_altq.d.tmp -- -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_altq.c && mv -f pfctl_altq.d.tmp pfctl_altq.d --- dependall-sys --- --- dependall-sht4xtemp --- --- .depend --- # create sht4xtemp/.depend rm -f .depend CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .d -d -f .depend ioconf.d sht4x.d --- dependall --- --- dependall-usr.sbin --- --- pfctl_optimize.d --- --- dependall-usr.bin --- --- uuencode --- --- dependall-usr.sbin --- # create pfctl/pfctl_optimize.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f pfctl_optimize.d.tmp -- -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_optimize.c && mv -f pfctl_optimize.d.tmp pfctl_optimize.d --- dependall-usr.bin --- # link uuencode/uuencode /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o uuencode uuencode.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib --- dependall-uuidgen --- dependall ===> usr.bin/uuidgen --- dependall-usr.sbin --- --- dependall-racoon --- --- sockmisc.d --- # create racoon/sockmisc.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f sockmisc.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c && mv -f sockmisc.d.tmp sockmisc.d --- dependall-usr.bin --- --- uuidgen.d --- # create uuidgen/uuidgen.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f uuidgen.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/uuidgen/uuidgen.c && mv -f uuidgen.d.tmp uuidgen.d --- dependall-sys --- --- sht4x.o --- # compile sht4xtemp/sht4x.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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=medany -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/sht4xtemp -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/i2c/sht4x.c -o sht4x.o --- dependall-usr.bin --- --- .depend --- --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl_osfp.d --- # create pfctl/pfctl_osfp.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f pfctl_osfp.d.tmp -- -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-format-truncation /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_osfp.c && mv -f pfctl_osfp.d.tmp pfctl_osfp.d --- dependall-usr.bin --- # create uuidgen/.depend rm -f .depend CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend uuidgen.d --- dependall --- --- dependall-usr.sbin --- --- dependall-racoon --- --- str2val.d --- # create racoon/str2val.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f str2val.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/str2val.c && mv -f str2val.d.tmp str2val.d --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir" > .gdbinit --- uuidgen.html1 --- # format uuidgen/uuidgen.html1 if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/uuidgen/uuidgen.1 > uuidgen.html1.tmp && mv -f uuidgen.html1.tmp uuidgen.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/uuidgen/uuidgen.1 > uuidgen.html1.tmp && mv -f uuidgen.html1.tmp uuidgen.html1; fi --- uuidgen.o --- # compile uuidgen/uuidgen.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/uuidgen/uuidgen.c -o uuidgen.o --- dependall-usr.sbin --- --- strnames.d --- --- dependall-sys --- --- dependall-raid --- --- dependall-usr.sbin --- # create racoon/strnames.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f strnames.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/strnames.c && mv -f strnames.d.tmp strnames.d --- dependall-sys --- --- rf_nwayxor.o --- # compile raid/rf_nwayxor.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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=medany -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/raid -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/raidframe/rf_nwayxor.c -o rf_nwayxor.o --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl_parser.d --- # create pfctl/pfctl_parser.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f pfctl_parser.d.tmp -- -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_parser.c && mv -f pfctl_parser.d.tmp pfctl_parser.d --- dependall-npf --- --- npf_show.o --- # compile npfctl/npf_show.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_show.c -o npf_show.o --- dependall-sys --- --- rf_map.o --- --- rf_options.o --- # compile raid/rf_options.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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=medany -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/raid -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/raidframe/rf_options.c -o rf_options.o --- dependall-usr.sbin --- --- dependall-racoon --- --- throttle.d --- # create racoon/throttle.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f throttle.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/throttle.c && mv -f throttle.d.tmp throttle.d --- dependall-pf --- --- pfctl_qstats.d --- # create pfctl/pfctl_qstats.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f pfctl_qstats.d.tmp -- -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_qstats.c && mv -f pfctl_qstats.d.tmp pfctl_qstats.d --- dependall-external --- --- dependall-wpa --- --- dependall-hostapd --- --- eap_common.o --- # compile hostapd/eap_common.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu11 -Werror -Wno-address-of-packed-member -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Diphdr=ip -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd/../../dist/src/eap_common/eap_common.c -o eap_common.o --- dependall-usr.sbin --- --- dependall-racoon --- --- vendorid.d --- # create racoon/vendorid.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f vendorid.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/vendorid.c && mv -f vendorid.d.tmp vendorid.d --- dependall-pf --- --- pfctl_radix.d --- # create pfctl/pfctl_radix.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f pfctl_radix.d.tmp -- -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_radix.c && mv -f pfctl_radix.d.tmp pfctl_radix.d --- dependall-usr.bin --- --- dependall-external --- --- dependall-ipf --- --- dependall-usr.bin --- --- uuidgen --- --- dependall-external --- --- ip.o --- --- dependall-usr.bin --- # link uuidgen/uuidgen /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o uuidgen uuidgen.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib --- dependall-external --- # compile ipsend/ip.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/iplang -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/tools -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/dist/ipsend/ip.c -o ip.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- vmbuf.o --- # compile plainrsa-gen/vmbuf.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-pf --- --- pfctl_table.d --- --- dependall-wiconfig --- --- wiconfig --- # link wiconfig/wiconfig /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o wiconfig wiconfig.o -Wl,-rpath-link,/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir/lib -L=/lib --- dependall-pf --- # create pfctl/pfctl_table.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f pfctl_table.d.tmp -- -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_table.c && mv -f pfctl_table.d.tmp pfctl_table.d --- dependall-usr.bin --- --- dependall-vacation --- dependall ===> usr.bin/vacation --- dependall-usr.sbin --- --- dependall-racoon --- --- vmbuf.d --- # create racoon/vmbuf.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f vmbuf.d.tmp -- -std=gnu11 -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 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c && mv -f vmbuf.d.tmp vmbuf.d --- dependall-pf --- --- dependall-pflogd --- --- dependall-sys --- --- dependall-usr.sbin --- dependall ===> usr.sbin/pf/pflogd --- dependall-sys --- --- rf_paritylog.o --- # compile raid/rf_paritylog.o /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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=medany -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/raid -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/dev/raidframe/rf_paritylog.c -o rf_paritylog.o --- dependall-usr.bin --- --- vacation.d --- # create vacation/vacation.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f vacation.d.tmp -- -std=gnu11 -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/2026.03.19.06.16.17-riscv-riscv64/destdir -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/vacation/vacation.c && mv -f vacation.d.tmp vacation.d --- dependall-usr.sbin --- --- dependall-wlanctl --- dependall ===> usr.sbin/wlanctl --- dependall-pf --- --- pflogd.d --- # create pflogd/pflogd.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f pflogd.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pflogd -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.c && mv -f pflogd.d.tmp pflogd.d --- dependall-wlanctl --- --- wlanctl.d --- # create wlanctl/wlanctl.d CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f wlanctl.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -D_KERNTYPES --sysroot=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/wlanctl/wlanctl.c && mv -f wlanctl.d.tmp wlanctl.d --- dependall-racoon --- --- .depend --- --- dependall-pf --- --- dependall-pfctl --- --- .depend --- --- dependall-racoon --- # create racoon/.depend rm -f .depend CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend admin.d algorithm.d backupsa.d cfparse.d cftoken.d crypto_openssl.d dnssec.d evt.d genlist.d getcertsbyname.d grabmyaddr.d gssapi.d handler.d ipsec_doi.d isakmp.d isakmp_agg.d isakmp_base.d isakmp_cfg.d isakmp_frag.d isakmp_ident.d isakmp_inf.d isakmp_newg.d isakmp_quick.d isakmp_unity.d isakmp_xauth.d localconf.d logger.d main.d misc.d nattraversal.d oakley.d pfkey.d plog.d policy.d privsep.d proposal.d prsa_par.d prsa_tok.d remoteconf.d rsalist.d safefile.d sainfo.d schedule.d session.d sockmisc.d str2val.d strnames.d throttle.d vendorid.d vmbuf.d --- dependall-pf --- # create pfctl/.depend rm -f .depend CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend parse.d pf_print_state.d pf_ruleset.d pfctl.d pfctl_altq.d pfctl_optimize.d pfctl_osfp.d pfctl_parser.d pfctl_qstats.d pfctl_radix.d pfctl_table.d --- dependall --- --- dependall-racoon --- --- dependall --- --- dependall-usr.bin --- --- .depend --- # create vacation/.depend rm -f .depend CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend vacation.d --- dependall --- --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pflogd --- In file included from /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.c:51: /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/libpcap/dist/pcap-int.h:89:4: error: #error Unknown time_t size 89 | #error Unknown time_t size | ^~~~~ --- dependall-pfctl --- --- .gdbinit --- --- dependall-pflogd --- nbmkdep: compile failed. --- dependall-pfctl --- rm -f .gdbinit --- dependall-pflogd --- *** Failed target: pflogd.d *** In directory: /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/pf/pflogd *** Failed commands: ${_MKTARGET_CREATE} => @echo '# ' " create " pflogd/pflogd.d ${MKDEP} -f ${.TARGET}.tmp ${_MKDEP_FILEFLAGS} -- ${MKDEPFLAGS} ${CFLAGS:M-std=*} ${CFLAGS:C/-([IDUW])[ ]*/-\1/Wg:M-[IDUW]*} ${CPPFLAGS:N-Wp,-iremap,*} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} && ${MV} ${.TARGET}.tmp ${.TARGET} --- dependall-pfctl --- echo "set solib-absolute-prefix /tmp/build/2026.03.19.06.16.17-riscv-riscv64/destdir" > .gdbinit --- dependall-pflogd --- => CC=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmkdep -f pflogd.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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/2026.03.19.06.16.17-riscv-riscv64/destdir -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pflogd -I/tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.c && mv -f pflogd.d.tmp pflogd.d *** [pflogd.d] Error code 1 nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/pf/pflogd nbmake[7]: 1 error nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/pf/pflogd --- dependall-pfctl --- --- pfctl.html8 --- --- dependall-pflogd --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/pf --- dependall-pfctl --- # format pfctl/pfctl.html8 if test "" != "yes"; then /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl.8 > pfctl.html8.tmp && mv -f pfctl.html8.tmp pfctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl.8 > pfctl.html8.tmp && mv -f pfctl.html8.tmp pfctl.html8; fi --- dependall-usr.bin --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin/vacation --- dependall-usr.sbin --- --- dependall-wlanctl --- nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin --- dependall-pf --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/pf/pfctl --- dependall-usr.bin --- nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.bin --- dependall-usr.sbin --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/pf --- dependall-usr.bin --- nbmake[4]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src --- dependall-usr.sbin --- nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin --- dependall-plainrsa-gen --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/plainrsa-gen nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin --- dependall-external --- --- dependall-nvi --- nbmake[9]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/nvi/usr.bin/nvi nbmake[8]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/nvi/usr.bin --- dependall-usr.sbin --- --- dependall-racoon --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/racoon --- dependall-external --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/nvi --- dependall-usr.sbin --- nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin --- dependall-external --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd --- dependall-wpa --- nbmake[9]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/hostapd nbmake[8]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin --- dependall-sys --- --- dependall-sht4xtemp --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/sht4xtemp nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules --- dependall-external --- --- dependall-wpa_supplicant --- nbmake[9]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin/wpa_supplicant nbmake[8]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa/bin nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/wpa nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd --- dependall-ipf --- nbmake[9]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipsend nbmake[8]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin --- dependall-usr.sbin --- --- dependall-npf --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf/npfctl nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin/npf nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/usr.sbin nbmake[4]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src --- dependall-sys --- --- dependall-raid --- --- rf_nwayxor.o --- --- rf_paritylog.o --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules/raid nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys/modules nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/sys nbmake[4]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src --- dependall-external --- --- dependall-gpl3 --- --- arch-utils.o --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x arch-utils.o --- auto-load.o --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x auto-load.o --- dependall-bsd --- --- dependall-ipftest --- nbmake[9]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin/ipftest nbmake[8]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf/bin nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/ipf nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd --- dependall-gpl3 --- --- auxv.o --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x auxv.o --- dependall-bsd --- --- dependall-atf --- nbmake[10]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/atf/tests/atf/tools nbmake[9]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/atf/tests/atf nbmake[8]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/atf/tests nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd/atf nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/bsd nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external --- dependall-gpl3 --- --- ax-gdb.o --- /tmp/build/2026.03.19.06.16.17-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x ax-gdb.o nbmake[9]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb nbmake[8]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb/lib nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gdb nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3 --- dependall-gcc --- nbmake[8]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gcc/usr.bin nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3/gcc nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external/gpl3 nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src/external nbmake[4]: stopped making "dependall" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src nbmake[3]: stopped making "do-build" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src nbmake[2]: stopped making "build" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src nbmake[1]: stopped making "distribution" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src nbmake: stopped making "release" in /tmp/build/2026.03.19.06.16.17-riscv-riscv64/src ERROR: Failed to make release *** BUILD ABORTED *** 1603.47 real 18926.62 user 3343.05 sys