Last 2000 lines of build log: /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_final': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_init': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:42: /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_update': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir/usr/include/openssl/sha.h:125:27: note: declared here 125 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_final': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_init': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_update': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_final': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_init': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_update': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_final': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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); | ^~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_init': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_update': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_final': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_init': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_update': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_final': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_generate': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir/usr/include/openssl/dsa.h:31, from /tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:38: /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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, | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_compute': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_init': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir/usr/include/openssl/engine.h:358:28: note: declared here 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir/usr/include/openssl/engine.h:415:27: note: declared here 415 | OSSL_DEPRECATEDIN_3_0 int ENGINE_register_all_complete(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'binbuf_pubkey2rsa': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:212:28: note: declared here 212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ --- dependall-sys --- --- nfs_bootparam.d --- --- dependall-usr.sbin --- /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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); | ^~~~~~~~~~~~ --- dependall-sys --- # create nfs/nfs_bootparam.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nfs_bootparam.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_bootparam.c && mv -f nfs_bootparam.d.tmp nfs_bootparam.d --- dependall-usr.sbin --- /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-sys --- --- dependall-lfs --- --- lfs_segment.o --- --- dependall-nandemulator --- --- dependall-lfs --- # compile lfs/lfs_segment.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/ufs/lfs/lfs_segment.c -o lfs_segment.o --- dependall-nandemulator --- --- nandemulator.kmod --- # link nandemulator/nandemulator.kmod /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=nandemulator.kmod.map -o nandemulator.kmod nandemulator.o --- dependall-nfs --- --- nfs_clntsocket.d --- # create nfs/nfs_clntsocket.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nfs_clntsocket.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_clntsocket.c && mv -f nfs_clntsocket.d.tmp nfs_clntsocket.d --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_agg.d --- # create racoon/isakmp_agg.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_agg.c && mv -f isakmp_agg.d.tmp isakmp_agg.d --- dependall-sys --- --- nfs_clntsubs.d --- # create nfs/nfs_clntsubs.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nfs_clntsubs.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_clntsubs.c && mv -f nfs_clntsubs.d.tmp nfs_clntsubs.d --- dependall-nand --- --- nand_micron.o --- # compile nand/nand_micron.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dev/nand/nand_micron.c -o nand_micron.o --- dependall-nfs --- --- nfs_iod.d --- # create nfs/nfs_iod.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nfs_iod.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_iod.c && mv -f nfs_iod.d.tmp nfs_iod.d --- nfs_kq.d --- # create nfs/nfs_kq.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nfs_kq.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_kq.c && mv -f nfs_kq.d.tmp nfs_kq.d --- dependall-usr.sbin --- --- isakmp_base.d --- # create racoon/isakmp_base.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_base.c && mv -f isakmp_base.d.tmp isakmp_base.d --- dependall-sys --- --- dependall-ipl --- --- ip_lookup.o --- # compile ipl/ip_lookup.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_lookup.c -o ip_lookup.o --- dependall-nfs --- --- nfs_node.d --- # create nfs/nfs_node.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nfs_node.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_node.c && mv -f nfs_node.d.tmp nfs_node.d --- nfs_socket.d --- # create nfs/nfs_socket.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nfs_socket.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_socket.c && mv -f nfs_socket.d.tmp nfs_socket.d --- nfs_subs.d --- # create nfs/nfs_subs.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nfs_subs.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_subs.c && mv -f nfs_subs.d.tmp nfs_subs.d --- dependall-usr.sbin --- --- isakmp_cfg.d --- # create racoon/isakmp_cfg.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c && mv -f isakmp_cfg.d.tmp isakmp_cfg.d --- dependall-sys --- --- dependall-nand --- --- nand_samsung.o --- # compile nand/nand_samsung.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dev/nand/nand_samsung.c -o nand_samsung.o --- dependall-nfs --- --- nfs_vfsops.d --- # create nfs/nfs_vfsops.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nfs_vfsops.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_vfsops.c && mv -f nfs_vfsops.d.tmp nfs_vfsops.d --- dependall-msdos --- --- msdosfs_lookup.o --- # compile msdos/msdosfs_lookup.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_lookup.c -o msdosfs_lookup.o --- dependall-external --- --- btrace.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x btrace.o --- cli-interp.o --- # compile libgdb/cli-interp.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -include /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-interp.c -o cli-interp.o --- dependall-sys --- --- dependall-nfs --- --- nfs_vnops.d --- # create nfs/nfs_vnops.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nfs_vnops.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_vnops.c && mv -f nfs_vnops.d.tmp nfs_vnops.d --- dependall-ipl --- --- ip_nat.o --- --- dependall-usr.sbin --- --- isakmp_frag.d --- --- dependall-sys --- # compile ipl/ip_nat.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_nat.c -o ip_nat.o --- dependall-usr.sbin --- # create racoon/isakmp_frag.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c && mv -f isakmp_frag.d.tmp isakmp_frag.d --- dependall-sys --- --- dependall-nfs --- --- .depend --- # create nfs/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .d -d -f .depend krpc_subr.d nfs_bio.d nfs_boot.d nfs_bootdhcp.d nfs_bootparam.d nfs_clntsocket.d nfs_clntsubs.d nfs_iod.d nfs_kq.d nfs_node.d nfs_socket.d nfs_subs.d nfs_vfsops.d nfs_vnops.d --- dependall --- --- dependall-lua --- --- ldo.o --- # compile lua/ldo.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/sys -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/ldo.c -o ldo.o --- dependall-nand --- --- nand_toshiba.o --- # compile nand/nand_toshiba.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dev/nand/nand_toshiba.c -o nand_toshiba.o --- dependall-midi_seq --- --- midi_seq.kmod --- # link midi_seq/midi_seq.kmod /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=midi_seq.kmod.map -o midi_seq.kmod midi_seq_mod.o midi.o midictl.o midisyn.o sequencer.o --- dependall-usr.sbin --- --- isakmp_ident.d --- # create racoon/isakmp_ident.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_ident.c && mv -f isakmp_ident.d.tmp isakmp_ident.d --- dependall-sys --- --- dependall-nfs --- --- krpc_subr.o --- # compile nfs/krpc_subr.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/krpc_subr.c -o krpc_subr.o --- nfs_bio.o --- # compile nfs/nfs_bio.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_bio.c -o nfs_bio.o --- dependall-ipl --- --- ip_lookup.o --- --- ip_nat6.o --- # compile ipl/ip_nat6.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_nat6.c -o ip_nat6.o --- dependall-usr.sbin --- --- isakmp_inf.d --- # create racoon/isakmp_inf.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c && mv -f isakmp_inf.d.tmp isakmp_inf.d --- dependall-sys --- --- dependall-nand --- --- flash_mtdparts.o --- # compile nand/flash_mtdparts.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dev/flash/flash_mtdparts.c -o flash_mtdparts.o --- dependall-usr.sbin --- --- isakmp_newg.d --- # create racoon/isakmp_newg.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_newg.c && mv -f isakmp_newg.d.tmp isakmp_newg.d --- dependall-external --- --- build-id.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x build-id.o --- cli-logging.o --- # compile libgdb/cli-logging.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -include /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-logging.c -o cli-logging.o --- dependall-sys --- --- dependall-msdos --- --- msdosfs_rename.o --- # compile msdos/msdosfs_rename.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_rename.c -o msdosfs_rename.o --- dependall-usr.sbin --- --- isakmp_quick.d --- # create racoon/isakmp_quick.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c && mv -f isakmp_quick.d.tmp isakmp_quick.d --- dependall-plainrsa-gen --- --- genlist.o --- # compile plainrsa-gen/genlist.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c -Wno-calloc-transposed-args /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/genlist.c -o genlist.o --- dependall-sys --- --- dependall-nand --- --- nand.o --- # compile nand/nand.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dev/nand/nand.c -o nand.o --- dependall-nfs --- --- krpc_subr.o --- --- nfs_boot.o --- # compile nfs/nfs_boot.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_boot.c -o nfs_boot.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_unity.d --- # create racoon/isakmp_unity.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c && mv -f isakmp_unity.d.tmp isakmp_unity.d --- dependall-external --- --- charset.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x charset.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- logger.o --- # compile plainrsa-gen/logger.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/logger.c -o logger.o --- dependall-external --- --- cli-option.o --- # compile libgdb/cli-option.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -include /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-option.c -o cli-option.o --- dependall-sys --- --- dependall-lua --- --- ldump.o --- # compile lua/ldump.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/sys -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/ldump.c -o ldump.o --- dependall-external --- --- c-varobj.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x c-varobj.o --- c-valprint.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x c-valprint.o --- cli-out.o --- # compile libgdb/cli-out.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -include /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli-out.c -o cli-out.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_xauth.d --- # create racoon/isakmp_xauth.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c && mv -f isakmp_xauth.d.tmp isakmp_xauth.d --- dependall-sys --- --- dependall-ipl --- --- ip_pool.o --- # compile ipl/ip_pool.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_pool.c -o ip_pool.o --- dependall-usr.sbin --- --- localconf.d --- # create racoon/localconf.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/localconf.c && mv -f localconf.d.tmp localconf.d --- dependall-plainrsa-gen --- --- misc.o --- # compile plainrsa-gen/misc.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-racoon --- --- logger.d --- # create racoon/logger.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/logger.c && mv -f logger.d.tmp logger.d --- dependall-sys --- --- dependall-nfs --- --- dependall-usr.sbin --- --- main.d --- # create racoon/main.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/main.c && mv -f main.d.tmp main.d --- dependall-sys --- --- dependall-lua --- --- lfunc.o --- # compile lua/lfunc.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/sys -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lfunc.c -o lfunc.o --- dependall-ipl --- --- ip_proxy.o --- # compile ipl/ip_proxy.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_proxy.c -o ip_proxy.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- plog.o --- # compile plainrsa-gen/plog.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/misc.c && mv -f misc.d.tmp misc.d --- dependall-sys --- --- dependall-nfs --- --- nfs_bio.o --- --- nfs_kq.o --- # compile nfs/nfs_kq.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_kq.c -o nfs_kq.o --- dependall-usr.sbin --- --- nattraversal.d --- # create racoon/nattraversal.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/nattraversal.c && mv -f nattraversal.d.tmp nattraversal.d --- dependall-sys --- --- dependall-msdos --- --- msdosfs_vfsops.o --- # compile msdos/msdosfs_vfsops.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_vfsops.c -o msdosfs_vfsops.o --- dependall-usr.sbin --- --- oakley.d --- # create racoon/oakley.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/oakley.c && mv -f oakley.d.tmp oakley.d --- dependall-sys --- --- dependall-lua --- --- lgc.o --- # compile lua/lgc.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/sys -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lgc.c -o lgc.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- prsa_par.o --- # compile plainrsa-gen/prsa_par.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-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-sys --- --- dependall-ipl --- --- ip_pool.o --- --- ip_scan.o --- # compile ipl/ip_scan.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_scan.c -o ip_scan.o --- dependall-usr.sbin --- --- dependall-racoon --- --- pfkey.d --- # create racoon/pfkey.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/pfkey.c && mv -f pfkey.d.tmp pfkey.d --- dependall-external --- --- dependall-gcc --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x call-string.o --- call-summary.o --- # compile backend/call-summary.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -frandom-seed=38f4623e -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -Wno-narrowing -Wno-unused -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/riscv64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"riscv64--netbsd\" -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/riscv64 -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/analyzer/call-summary.cc -o call-summary.o --- dependall-sys --- --- dependall-nfs --- --- nfs_node.o --- # compile nfs/nfs_node.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_node.c -o nfs_node.o --- dependall-usr.sbin --- --- plog.d --- # create racoon/plog.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/plog.c && mv -f plog.d.tmp plog.d --- dependall-sys --- --- dependall-ipl --- --- ip_state.o --- # compile ipl/ip_state.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_state.c -o ip_state.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsa_parse_file': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsaparse': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:212:28: note: declared here 212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ --- dependall-racoon --- --- policy.d --- # create racoon/policy.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/policy.c && mv -f policy.d.tmp policy.d --- privsep.d --- # create racoon/privsep.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/privsep.c && mv -f privsep.d.tmp privsep.d --- dependall-external --- --- dependall-gdb --- --- c-typeprint.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x c-typeprint.o --- cli-script.o --- # compile libgdb/cli-script.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -include /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-script.c -o cli-script.o --- dependall-sys --- --- dependall-nfs --- --- nfs_socket.o --- # compile nfs/nfs_socket.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_socket.c -o nfs_socket.o --- dependall-usr.sbin --- --- proposal.d --- # create racoon/proposal.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/proposal.c && mv -f proposal.d.tmp proposal.d --- prsa_par.d --- # create racoon/prsa_par.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-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-sys --- --- dependall-nand --- --- nand.kmod --- # link nand/nand.kmod /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=nand.kmod.map -o nand.kmod nand.o nand_bbt.o nand_crc.o hamming.o nand_micron.o nand_samsung.o nand_toshiba.o flash_mtdparts.o --- dependall-external --- --- cli-cmds.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x cli-cmds.o --- dependall-gcc --- --- checker-event.o --- # compile backend/checker-event.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -frandom-seed=14568d4a -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -Wno-narrowing -Wno-unused -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/riscv64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"riscv64--netbsd\" -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/riscv64 -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/analyzer/checker-event.cc -o checker-event.o --- checker-path.o --- # compile backend/checker-path.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -frandom-seed=79c10a95 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -Wno-narrowing -Wno-unused -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/riscv64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"riscv64--netbsd\" -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/riscv64 -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/analyzer/checker-path.cc -o checker-path.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- rsalist.o --- # compile plainrsa-gen/rsalist.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c -Wno-error=deprecated-declarations -Wno-calloc-transposed-args /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c -o rsalist.o --- dependall-external --- --- dependall-gdb --- --- buildsym.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x buildsym.o --- dependall-sys --- --- dependall-msdos --- --- dependall-nfs --- --- nfs_subs.o --- # compile nfs/nfs_subs.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_subs.c -o nfs_subs.o --- dependall-msdos --- --- msdosfs_vnops.o --- # compile msdos/msdosfs_vnops.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_vnops.c -o msdosfs_vnops.o --- dependall-usr.sbin --- --- dependall-racoon --- --- prsa_tok.d --- # create racoon/prsa_tok.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-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 --- remoteconf.d --- # create racoon/remoteconf.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/remoteconf.c && mv -f remoteconf.d.tmp remoteconf.d --- dependall-external --- --- c-lang.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x c-lang.o --- cli-setshow.o --- # compile libgdb/cli-setshow.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -include /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-setshow.c -o cli-setshow.o --- cli-dump.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x cli-dump.o --- dependall-sys --- --- dependall-nfs --- --- nfs_iod.o --- --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dup': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:21: /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- dependall-sys --- # compile nfs/nfs_iod.o --- dependall-usr.sbin --- /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-sys --- /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_iod.c -o nfs_iod.o --- dependall-usr.sbin --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_free': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dump_one': /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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-racoon --- --- rsalist.d --- # create racoon/rsalist.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c && mv -f rsalist.d.tmp rsalist.d --- safefile.d --- # create racoon/safefile.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/safefile.c && mv -f safefile.d.tmp safefile.d --- dependall-sys --- --- dependall-lfs --- --- lfs_rename.o --- --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- dependall-sys --- # compile lfs/lfs_rename.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/ufs/lfs/lfs_rename.c -o lfs_rename.o --- dependall-usr.sbin --- --- sockmisc.o --- # compile plainrsa-gen/sockmisc.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-racoon --- --- sainfo.d --- # create racoon/sainfo.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/sainfo.c && mv -f sainfo.d.tmp sainfo.d --- dependall-external --- --- cli-decode.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x cli-decode.o --- cli-style.o --- # compile libgdb/cli-style.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -include /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-style.c -o cli-style.o --- dependall-usr.sbin --- --- schedule.d --- # create racoon/schedule.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/schedule.c && mv -f schedule.d.tmp schedule.d --- session.d --- --- dependall-sys --- --- dependall-lua --- --- dependall-usr.sbin --- # create racoon/session.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/session.c && mv -f session.d.tmp session.d --- dependall-sys --- --- llex.o --- # compile lua/llex.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/sys -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/llex.c -o llex.o --- dependall-usr.sbin --- --- sockmisc.d --- # create racoon/sockmisc.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c && mv -f sockmisc.d.tmp sockmisc.d --- str2val.d --- # create racoon/str2val.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/str2val.c && mv -f str2val.d.tmp str2val.d --- strnames.d --- # create racoon/strnames.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/strnames.c && mv -f strnames.d.tmp strnames.d --- throttle.d --- # create racoon/throttle.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/throttle.c && mv -f throttle.d.tmp throttle.d --- dependall-sys --- --- dependall-msdos --- --- msdosfs_unicode.o --- # compile msdos/msdosfs_unicode.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_unicode.c -o msdosfs_unicode.o --- dependall-usr.sbin --- --- vendorid.d --- # create racoon/vendorid.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/vendorid.c && mv -f vendorid.d.tmp vendorid.d --- dependall-sys --- --- dependall-nfs --- --- nfs_socket.o --- --- dependall-usr.sbin --- --- vmbuf.d --- # create racoon/vmbuf.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c && mv -f vmbuf.d.tmp vmbuf.d --- dependall-plainrsa-gen --- --- vmbuf.o --- # compile plainrsa-gen/vmbuf.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-sys --- --- dependall-msdos --- --- msdos.kmod --- # link msdos/msdos.kmod /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=msdos.kmod.map -o msdos.kmod msdosfs_conv.o msdosfs_denode.o msdosfs_fat.o msdosfs_lookup.o msdosfs_rename.o msdosfs_vfsops.o msdosfs_vnops.o msdosfs_unicode.o --- dependall-usr.sbin --- --- prsa_tok.o --- # compile plainrsa-gen/prsa_tok.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c -Wno-error=unused-function prsa_tok.c -o prsa_tok.o --- dependall-sys --- --- dependall-nfs --- --- nfs_vnops.o --- # compile nfs/nfs_vnops.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_vnops.c -o nfs_vnops.o --- nfs_iod.o --- --- dependall-nfsserver --- dependall ===> sys/modules/nfsserver --- nfs_export.d --- # create nfsserver/nfs_export.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nfs_export.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_export.c && mv -f nfs_export.d.tmp nfs_export.d --- dependall-usr.sbin --- --- dependall-racoon --- --- .depend --- # create racoon/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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 --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir" > .gdbinit --- dependall-plainrsa-gen --- prsa_tok.c:1766:16: warning: 'input' defined but not used [-Wunused-function] 1766 | #else | ^ prsa_tok.c:1723:17: warning: 'yyunput' defined but not used [-Wunused-function] 1723 | | ^ --- dependall-racoon --- --- racoon.html8 --- # format racoon/racoon.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/racoon.8 > racoon.html8.tmp && mv -f racoon.html8.tmp racoon.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/racoon.8 > racoon.html8.tmp && mv -f racoon.html8.tmp racoon.html8; fi --- dependall-sys --- --- nfs_serv.d --- # create nfsserver/nfs_serv.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nfs_serv.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_serv.c && mv -f nfs_serv.d.tmp nfs_serv.d --- dependall-usr.sbin --- --- racoon.conf.html5 --- # format racoon/racoon.conf.html5 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/racoon.conf.5 > racoon.conf.html5.tmp && mv -f racoon.conf.html5.tmp racoon.conf.html5; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/racoon.conf.5 > racoon.conf.html5.tmp && mv -f racoon.conf.html5.tmp racoon.conf.html5; fi --- dependall-plainrsa-gen --- --- vmbuf.o --- --- dependall-sys --- --- dependall-nilfs --- dependall ===> sys/modules/nilfs --- dependall-usr.sbin --- --- dependall-racoon --- --- admin.o --- # compile racoon/admin.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -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-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/admin.c -o admin.o --- dependall-sys --- --- nilfs_subr.d --- # create nilfs/nilfs_subr.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nilfs_subr.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nilfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/fs/nilfs/nilfs_subr.c && mv -f nilfs_subr.d.tmp nilfs_subr.d --- dependall-external --- --- cli-out.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x cli-out.o --- cli-utils.o --- # compile libgdb/cli-utils.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -include /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-utils.c -o cli-utils.o --- dependall-sys --- --- nilfs_vfsops.d --- # create nilfs/nilfs_vfsops.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nilfs_vfsops.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nilfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/fs/nilfs/nilfs_vfsops.c && mv -f nilfs_vfsops.d.tmp nilfs_vfsops.d --- dependall-nfsserver --- --- nfs_srvcache.d --- # create nfsserver/nfs_srvcache.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nfs_srvcache.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_srvcache.c && mv -f nfs_srvcache.d.tmp nfs_srvcache.d --- dependall-nilfs --- --- nilfs_vnops.d --- # create nilfs/nilfs_vnops.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nilfs_vnops.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nilfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/fs/nilfs/nilfs_vnops.c && mv -f nilfs_vnops.d.tmp nilfs_vnops.d --- dependall-nfsserver --- --- nfs_srvsocket.d --- # create nfsserver/nfs_srvsocket.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nfs_srvsocket.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_srvsocket.c && mv -f nfs_srvsocket.d.tmp nfs_srvsocket.d --- dependall-lua --- --- lmem.o --- # compile lua/lmem.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/sys -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lmem.c -o lmem.o --- dependall-nfsserver --- --- nfs_srvsubs.d --- # create nfsserver/nfs_srvsubs.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nfs_srvsubs.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_srvsubs.c && mv -f nfs_srvsubs.d.tmp nfs_srvsubs.d --- dependall-nilfs --- --- .depend --- # create nilfs/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .d -d -f .depend nilfs_subr.d nilfs_vfsops.d nilfs_vnops.d --- dependall --- --- dependall-nfsserver --- --- nfs_syscalls.d --- # create nfsserver/nfs_syscalls.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f nfs_syscalls.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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_syscalls.c && mv -f nfs_syscalls.d.tmp nfs_syscalls.d --- dependall-lfs --- --- lfs_syscalls.o --- # compile lfs/lfs_syscalls.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/ufs/lfs/lfs_syscalls.c -o lfs_syscalls.o --- dependall-nilfs --- --- nilfs_vfsops.o --- # compile nilfs/nilfs_vfsops.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nilfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/fs/nilfs/nilfs_vfsops.c -o nilfs_vfsops.o --- dependall-lua --- --- lobject.o --- # compile lua/lobject.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/sys -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lobject.c -o lobject.o --- dependall-nfs --- --- nfs_subs.o --- --- dependall-nfsserver --- --- .depend --- --- dependall-nfs --- --- nfs_vfsops.o --- --- dependall-nfsserver --- # create nfsserver/.depend rm -f .depend --- dependall-nfs --- # compile nfs/nfs_vfsops.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_vfsops.c -o nfs_vfsops.o --- dependall-nfsserver --- CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .d -d -f .depend nfs_export.d nfs_serv.d nfs_srvcache.d nfs_srvsocket.d nfs_srvsubs.d nfs_syscalls.d --- dependall --- --- dependall-external --- --- cli-logging.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x cli-logging.o --- coff-pe-read.o --- # compile libgdb/coff-pe-read.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -include /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/coff-pe-read.c -o coff-pe-read.o --- dependall-sys --- --- nfs_export.o --- # compile nfsserver/nfs_export.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_export.c -o nfs_export.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- prsa_tok.o --- --- plainrsa-gen --- # link plainrsa-gen/plainrsa-gen /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o plainrsa-gen plainrsa-gen.o crypto_openssl.o genlist.o logger.o misc.o plog.o prsa_par.o prsa_tok.o rsalist.o sockmisc.o vmbuf.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir/lib -L=/lib -lcrypto -lipsec --- dependall-racoon --- --- algorithm.o --- # compile racoon/algorithm.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -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-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/algorithm.c -o algorithm.o --- dependall-sys --- --- dependall-lua --- --- lopcodes.o --- # compile lua/lopcodes.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/sys -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lopcodes.c -o lopcodes.o --- dependall-usr.sbin --- --- dependall-racoonctl --- dependall ===> usr.sbin/racoonctl --- kmpstat.d --- # create racoonctl/kmpstat.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f kmpstat.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 --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/kmpstat.c && mv -f kmpstat.d.tmp kmpstat.d --- misc.d --- # create racoonctl/misc.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f misc.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 --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/misc.c && mv -f misc.d.tmp misc.d --- dependall-sys --- --- lobject.o --- --- lparser.o --- # compile lua/lparser.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/sys -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lparser.c -o lparser.o --- dependall-usr.sbin --- --- racoonctl.d --- # create racoonctl/racoonctl.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f racoonctl.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 --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.c && mv -f racoonctl.d.tmp racoonctl.d --- sockmisc.d --- # create racoonctl/sockmisc.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f sockmisc.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 --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c && mv -f sockmisc.d.tmp sockmisc.d --- dependall-sys --- --- dependall-nilfs --- --- nilfs_vnops.o --- # compile nilfs/nilfs_vnops.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nilfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/fs/nilfs/nilfs_vnops.c -o nilfs_vnops.o --- dependall-ipl --- --- ip_nat6.o --- --- ip_sync.o --- # compile ipl/ip_sync.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_sync.c -o ip_sync.o --- dependall-usr.sbin --- --- str2val.d --- # create racoonctl/str2val.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f str2val.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 --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/str2val.c && mv -f str2val.d.tmp str2val.d --- dependall-external --- --- cli-option.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x cli-option.o --- dependall-sys --- --- dependall-nfs --- --- nfs_bootdhcp.o --- # compile nfs/nfs_bootdhcp.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_bootdhcp.c -o nfs_bootdhcp.o --- dependall-nfsserver --- --- nfs_serv.o --- # compile nfsserver/nfs_serv.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_serv.c -o nfs_serv.o --- dependall-usr.sbin --- --- vmbuf.d --- # create racoonctl/vmbuf.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f vmbuf.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 --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c && mv -f vmbuf.d.tmp vmbuf.d --- .depend --- # create racoonctl/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend kmpstat.d misc.d racoonctl.d sockmisc.d str2val.d vmbuf.d --- dependall --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir" > .gdbinit --- racoonctl.html8 --- # format racoonctl/racoonctl.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.8 > racoonctl.html8.tmp && mv -f racoonctl.html8.tmp racoonctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.8 > racoonctl.html8.tmp && mv -f racoonctl.html8.tmp racoonctl.html8; fi --- racoonctl.o --- # compile racoonctl/racoonctl.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.c -o racoonctl.o --- dependall-racoon --- --- backupsa.o --- # compile racoon/backupsa.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -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-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/backupsa.c -o backupsa.o --- dependall-external --- --- cli-interp.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x cli-interp.o --- dependall-sys --- --- dependall-nfs --- --- nfs_bootparam.o --- # compile nfs/nfs_bootparam.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_bootparam.c -o nfs_bootparam.o --- dependall-lfs --- --- lfs_itimes.o --- # compile lfs/lfs_itimes.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/ufs/lfs/lfs_itimes.c -o lfs_itimes.o --- dependall-nfs --- --- nfs_vfsops.o --- --- dependall-nfsserver --- --- nfs_srvcache.o --- # compile nfsserver/nfs_srvcache.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_srvcache.c -o nfs_srvcache.o --- dependall-nilfs --- --- dependall-external --- --- dependall-gcc --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x checker-path.o --- dependall-sys --- --- nilfs_subr.o --- # compile nilfs/nilfs_subr.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nilfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/fs/nilfs/nilfs_subr.c -o nilfs_subr.o --- dependall-external --- --- complexity.o --- # compile backend/complexity.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -frandom-seed=39e60938 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -Wno-narrowing -Wno-unused -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/riscv64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"riscv64--netbsd\" -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/riscv64 -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/analyzer/complexity.cc -o complexity.o --- dependall-sys --- --- dependall-ipl --- --- ip_state.o --- --- ip_fil_compat.o --- # compile ipl/ip_fil_compat.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_fil_compat.c -o ip_fil_compat.o --- dependall-nfs --- --- nfs_bootdhcp.o --- --- dependall-ipl --- --- radix_ipf.o --- # compile ipl/radix_ipf.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/ipf/netinet/radix_ipf.c -o radix_ipf.o --- dependall-nfs --- --- nfs_bootparam.o --- --- dependall-npf --- dependall ===> sys/modules/npf --- dependall-lfs --- --- lfs_kclean.o --- # compile lfs/lfs_kclean.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/ufs/lfs/lfs_kclean.c -o lfs_kclean.o --- dependall-npf --- --- ioconf.c --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbconfig -b /tmp/build/2026.03.18.23.43.21-riscv-riscv64/obj/sys/modules/npf -s /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf/npf.ioconf touch ioconf.c ioconf.h locators.h --- dnvlist.d --- # create npf/dnvlist.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f dnvlist.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist//dnvlist.c && mv -f dnvlist.d.tmp dnvlist.d --- ioconf.d --- # create npf/ioconf.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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 -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- lpm.d --- # create npf/lpm.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f lpm.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/lpm.c && mv -f lpm.d.tmp lpm.d --- dependall-ipl --- --- ip_sync.o --- --- dependall-usr.sbin --- --- dependall-racoonctl --- --- str2val.o --- # compile racoonctl/str2val.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/str2val.c -o str2val.o --- dependall-sys --- --- dependall-npf --- --- npf.d --- # create npf/npf.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf.c && mv -f npf.d.tmp npf.d --- dependall-usr.sbin --- --- dependall-racoon --- --- cfparse.o --- # compile racoon/cfparse.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -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-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -c cfparse.c -o cfparse.o --- dependall-sys --- --- npf_alg.d --- # create npf/npf_alg.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_alg.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_alg.c && mv -f npf_alg.d.tmp npf_alg.d --- dependall-nfsserver --- --- dependall-nfs --- --- nfs_clntsocket.o --- # compile nfs/nfs_clntsocket.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_clntsocket.c -o nfs_clntsocket.o --- dependall-ipl --- --- radix_ipf.o --- --- dependall-usr.sbin --- --- dependall-racoonctl --- --- kmpstat.o --- # compile racoonctl/kmpstat.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/kmpstat.c -o kmpstat.o --- str2val.o --- --- dependall-external --- --- constraint-manager.o --- # compile backend/constraint-manager.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -frandom-seed=1666bb27 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -Wno-narrowing -Wno-unused -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/riscv64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"riscv64--netbsd\" -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/riscv64 -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/analyzer/constraint-manager.cc -o constraint-manager.o --- dependall-sys --- --- dependall-npf --- --- npf_bpf.d --- # create npf/npf_bpf.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_bpf.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_bpf.c && mv -f npf_bpf.d.tmp npf_bpf.d --- dependall-usr.sbin --- --- racoonctl.o --- --- dependall-sys --- --- dependall-nfs --- --- nfs_clntsubs.o --- # compile nfs/nfs_clntsubs.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/nfs/nfs_clntsubs.c -o nfs_clntsubs.o --- dependall-nilfs --- --- nilfs.kmod --- # link nilfs/nilfs.kmod /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=nilfs.kmod.map -o nilfs.kmod nilfs_vfsops.o nilfs_vnops.o nilfs_subr.o --- dependall-usr.sbin --- --- dependall-racoon --- --- cftoken.o --- # compile racoon/cftoken.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -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-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -c -Wno-error=unused-function cftoken.c -o cftoken.o --- dependall-sys --- --- dependall-npf --- --- npf_conf.d --- # create npf/npf_conf.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_conf.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_conf.c && mv -f npf_conf.d.tmp npf_conf.d --- dependall-ipl --- --- ip_proxy.o --- --- dependall-usr.sbin --- --- dependall-nvmmctl --- dependall ===> usr.sbin/nvmmctl --- dependall --- --- nvmmctl.html8 --- # format nvmmctl/nvmmctl.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/nvmmctl/nvmmctl.8 > nvmmctl.html8.tmp && mv -f nvmmctl.html8.tmp nvmmctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/nvmmctl/nvmmctl.8 > nvmmctl.html8.tmp && mv -f nvmmctl.html8.tmp nvmmctl.html8; fi --- dependall-sys --- --- dependall-npf --- --- npf_conn.d --- # create npf/npf_conn.d --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-sys --- CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_conn.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_conn.c && mv -f npf_conn.d.tmp npf_conn.d --- dependall-usr.sbin --- dependall ===> usr.sbin/npf --- dependall-npfctl --- dependall ===> usr.sbin/npf/npfctl --- npf_scan.c --- # lex npfctl/npf_scan.c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nblex -onpf_scan.c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_scan.l --- dependall-sys --- --- dependall-ipl --- --- ip_nat.o --- --- dependall-npf_alg_icmp --- --- dependall-lua --- --- dependall-npf_alg_icmp --- dependall ===> sys/modules/npf_alg_icmp --- dependall-lua --- --- lstate.o --- # compile lua/lstate.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/sys -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lstate.c -o lstate.o --- dependall-usr.sbin --- --- npf_parse.c --- --- dependall-external --- --- call-summary.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x call-summary.o --- dependall-usr.sbin --- # yacc npfctl/npf_parse.c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbyacc -d -o npf_parse.c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_parse.y --- dependall-external --- --- diagnostic-manager.o --- # compile backend/diagnostic-manager.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -frandom-seed=b2fa1d83 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -Wno-narrowing -Wno-unused -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/riscv64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"riscv64--netbsd\" -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/riscv64 -c -Wno-format-extra-args -Wno-format /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/analyzer/diagnostic-manager.cc -o diagnostic-manager.o --- dependall-sys --- --- dependall-npf --- --- npf_conndb.d --- # create npf/npf_conndb.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_conndb.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_conndb.c && mv -f npf_conndb.d.tmp npf_conndb.d --- dependall-usr.sbin --- --- npf_bpf_comp.d --- # create npfctl/npf_bpf_comp.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_bpf_comp.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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_bpf_comp.c && mv -f npf_bpf_comp.d.tmp npf_bpf_comp.d --- dependall-racoonctl --- --- kmpstat.o --- --- vmbuf.o --- --- dependall-racoon --- cftoken.c:4130:16: warning: 'input' defined but not used [-Wunused-function] 4130 | #else | ^ cftoken.c:4087:17: warning: 'yyunput' defined but not used [-Wunused-function] 4087 | | ^ --- dependall-racoonctl --- # compile racoonctl/vmbuf.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-sys --- --- dependall-npf_alg_icmp --- --- npf_alg_icmp.d --- # create npf_alg_icmp/npf_alg_icmp.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_alg_icmp.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf_alg_icmp -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_alg_icmp.c && mv -f npf_alg_icmp.d.tmp npf_alg_icmp.d --- dependall-usr.sbin --- --- dependall-npf --- --- npf_build.d --- # create npfctl/npf_build.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_build.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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_build.c && mv -f npf_build.d.tmp npf_build.d --- dependall-external --- --- checker-event.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x checker-event.o --- engine.o --- # compile backend/engine.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -frandom-seed=493af0c1 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -Wno-narrowing -Wno-unused -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/riscv64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"riscv64--netbsd\" -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/riscv64 -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/dist/gcc/analyzer/engine.cc -o engine.o --- dependall-sys --- --- .depend --- # create npf_alg_icmp/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .d -d -f .depend npf_alg_icmp.d --- dependall --- --- dependall-usr.sbin --- --- npf_cmd.d --- # create npfctl/npf_cmd.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_cmd.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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_cmd.c && mv -f npf_cmd.d.tmp npf_cmd.d --- dependall-sys --- --- npf_alg_icmp.o --- --- dependall-usr.sbin --- --- dependall-racoonctl --- --- dependall-sys --- --- dependall-npf --- --- npf_connkey.d --- --- dependall-npf_alg_icmp --- # compile npf_alg_icmp/npf_alg_icmp.o /tmp/build/2026.03.18.23.43.21-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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf_alg_icmp -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_alg_icmp.c -o npf_alg_icmp.o --- dependall-usr.sbin --- --- sockmisc.o --- --- dependall-sys --- --- dependall-npf --- # create npf/npf_connkey.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_connkey.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_connkey.c && mv -f npf_connkey.d.tmp npf_connkey.d --- dependall-usr.sbin --- # compile racoonctl/sockmisc.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-external --- --- dependall-gdb --- --- cli-style.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x cli-style.o --- dependall-usr.sbin --- --- dependall-pf --- dependall ===> usr.sbin/pf --- dependall-authpf --- dependall ===> usr.sbin/pf/authpf --- dependall-npf --- --- npf_data.d --- # create npfctl/npf_data.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_data.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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_data.c && mv -f npf_data.d.tmp npf_data.d --- dependall-pf --- --- authpf.d --- # create authpf/authpf.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/usr.sbin/authpf/authpf.c && mv -f authpf.d.tmp authpf.d --- dependall-sys --- --- npf_ctl.d --- # create npf/npf_ctl.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_ctl.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_ctl.c && mv -f npf_ctl.d.tmp npf_ctl.d --- dependall-usr.sbin --- --- dependall-npf --- --- npf_extmod.d --- # create npfctl/npf_extmod.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_extmod.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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_extmod.c && mv -f npf_extmod.d.tmp npf_extmod.d --- dependall-pf --- --- .depend --- # create authpf/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend authpf.d --- dependall --- --- .gdbinit --- rm -f .gdbinit --- dependall-npf --- --- npf_parse.d --- --- dependall-pf --- echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir" > .gdbinit --- dependall-npf --- # create npfctl/npf_parse.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_parse.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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES npf_parse.c && mv -f npf_parse.d.tmp npf_parse.d --- dependall-pf --- --- authpf.html8 --- --- dependall-sys --- --- npf_handler.d --- --- dependall-usr.sbin --- # format authpf/authpf.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/usr.sbin/authpf/authpf.8 > authpf.html8.tmp && mv -f authpf.html8.tmp authpf.html8; fi --- dependall-sys --- # create npf/npf_handler.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_handler.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_handler.c && mv -f npf_handler.d.tmp npf_handler.d --- dependall-usr.sbin --- --- authpf.o --- # compile authpf/authpf.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/usr.sbin/authpf/authpf.c -o authpf.o --- dependall-sys --- --- dependall-lua --- --- lstring.o --- # compile lua/lstring.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/sys -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-stringop-overflow /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lstring.c -o lstring.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_scan.d --- # create npfctl/npf_scan.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_scan.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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES npf_scan.c && mv -f npf_scan.d.tmp npf_scan.d --- dependall-sys --- --- dependall-nfs --- --- dependall-lua --- --- ltable.o --- # compile lua/ltable.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/sys -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/ltable.c -o ltable.o --- dependall-npf --- --- npf_if.d --- # create npf/npf_if.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_if.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_if.c && mv -f npf_if.d.tmp npf_if.d --- dependall-usr.sbin --- --- npf_show.d --- # create npfctl/npf_show.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_show.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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_show.c && mv -f npf_show.d.tmp npf_show.d --- dependall-sys --- --- dependall-nfs --- --- nfs_clntsocket.o --- --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-ftp-proxy --- dependall ===> usr.sbin/pf/ftp-proxy --- dependall-sys --- --- dependall-npf --- --- npf_ifaddr.d --- # create npf/npf_ifaddr.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_ifaddr.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_ifaddr.c && mv -f npf_ifaddr.d.tmp npf_ifaddr.d --- dependall-usr.sbin --- --- dependall-npf --- --- npf_var.d --- # create npfctl/npf_var.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_var.c && mv -f npf_var.d.tmp npf_var.d --- dependall-pf --- --- filter.d --- # create ftp-proxy/filter.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f filter.d.tmp -- -std=gnu11 -I/tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/sys --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/filter.c && mv -f filter.d.tmp filter.d --- dependall-npf --- --- npfctl.d --- # create npfctl/npfctl.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npfctl.c && mv -f npfctl.d.tmp npfctl.d --- dependall-pf --- --- ftp-proxy.d --- # create ftp-proxy/ftp-proxy.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f ftp-proxy.d.tmp -- -std=gnu11 -I/tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/sys --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c && mv -f ftp-proxy.d.tmp ftp-proxy.d --- dependall-sys --- --- dependall-npf_alg_icmp --- --- npf_alg_icmp.kmod --- --- dependall-npf --- --- npf_inet.d --- --- dependall-npf_alg_icmp --- # link npf_alg_icmp/npf_alg_icmp.kmod /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=npf_alg_icmp.kmod.map -o npf_alg_icmp.kmod npf_alg_icmp.o --- dependall-npf --- # create npf/npf_inet.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_inet.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -Wno-address-of-packed-member /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_inet.c && mv -f npf_inet.d.tmp npf_inet.d --- dependall-usr.sbin --- --- dependall-pfctl --- dependall ===> usr.sbin/pf/pfctl --- parse.c --- # yacc pfctl/parse.c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbyacc -o parse.c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl/parse.y --- dependall-npf --- --- .depend --- # create npfctl/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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-pf --- --- dependall-ftp-proxy --- --- ipf.d --- --- dependall-npf --- --- dependall --- --- dependall-pf --- # create ftp-proxy/ipf.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f ipf.d.tmp -- -std=gnu11 -I/tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/sys --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/ipf.c && mv -f ipf.d.tmp ipf.d --- dependall-pfctl --- --- parse.d --- # create pfctl/parse.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES parse.c && mv -f parse.d.tmp parse.d --- dependall-npf --- --- .gdbinit --- rm -f .gdbinit --- dependall-sys --- --- npf_mbuf.d --- --- dependall-usr.sbin --- echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir" > .gdbinit --- dependall-sys --- # create npf/npf_mbuf.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_mbuf.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_mbuf.c && mv -f npf_mbuf.d.tmp npf_mbuf.d --- dependall-usr.sbin --- --- npfctl.html8 --- # format npfctl/npfctl.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npfctl.8 > npfctl.html8.tmp && mv -f npfctl.html8.tmp npfctl.html8; fi --- npf.conf.html5 --- # format npfctl/npf.conf.html5 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npfctl.c -o npfctl.o --- dependall-pf --- --- dependall-ftp-proxy --- --- .depend --- # create ftp-proxy/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend filter.d ftp-proxy.d ipf.d --- dependall --- --- dependall-sys --- --- dependall-lua --- --- lstring.o --- --- dependall-npf_ext_log --- dependall ===> sys/modules/npf_ext_log --- dependall-usr.sbin --- --- dependall-pfctl --- --- pf_print_state.d --- # create pfctl/pf_print_state.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pf_print_state.c && mv -f pf_print_state.d.tmp pf_print_state.d --- dependall-ftp-proxy --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir" > .gdbinit --- dependall-sys --- --- npf_ext_log.d --- --- dependall-usr.sbin --- --- ftp-proxy.html8 --- --- dependall-sys --- # create npf_ext_log/npf_ext_log.d --- dependall-npf --- --- npf_nat.d --- --- dependall-npf_ext_log --- CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_ext_log.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf_ext_log -isystem /tmp/build/2026.03.18.23.43.21-riscv-ris--- dependall-usr.sbin --- # format ftp-proxy/ftp-proxy.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-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 --- dependall-sys --- cv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_ext_log.c && mv -f npf_ext_log.d.tmp npf_ext_log.d --- dependall-npf --- # create npf/npf_nat.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_nat.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_nat.c && mv -f npf_nat.d.tmp npf_nat.d --- dependall-lfs --- --- ulfs_bmap.o --- # compile lfs/ulfs_bmap.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/ufs/lfs/ulfs_bmap.c -o ulfs_bmap.o --- dependall-usr.sbin --- --- ftp-proxy.o --- # compile ftp-proxy/ftp-proxy.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -I/tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/sys --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c -o ftp-proxy.o --- dependall-racoonctl --- --- misc.o --- # compile racoonctl/misc.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-pf --- --- dependall-pfctl --- --- pf_ruleset.d --- # create pfctl/pf_ruleset.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dist/pf/net/pf_ruleset.c && mv -f pf_ruleset.d.tmp pf_ruleset.d --- dependall-sys --- --- dependall-npf --- --- npf_os.d --- # create npf/npf_os.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_os.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_os.c && mv -f npf_os.d.tmp npf_os.d --- dependall-npf_ext_log --- --- .depend --- # create npf_ext_log/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .d -d -f .depend npf_ext_log.d --- dependall --- --- dependall-usr.sbin --- --- pfctl.d --- # create pfctl/pfctl.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl.c && mv -f pfctl.d.tmp pfctl.d --- dependall-authpf --- --- authpf --- # link authpf/authpf /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o authpf authpf.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir/lib -L=/lib -lutil --- dependall-sys --- --- dependall-npf --- --- npf_params.d --- --- dependall-npf_ext_log --- --- npf_ext_log.o --- --- dependall-npf --- # create npf/npf_params.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_params.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_params.c && mv -f npf_params.d.tmp npf_params.d --- dependall-npf_ext_log --- # compile npf_ext_log/npf_ext_log.o /tmp/build/2026.03.18.23.43.21-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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf_ext_log -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_ext_log.c -o npf_ext_log.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfd --- dependall ===> usr.sbin/npf/npfd --- dependall-pf --- --- dependall-pfctl --- --- pfctl_altq.d --- # create pfctl/pfctl_altq.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_altq.c && mv -f pfctl_altq.d.tmp pfctl_altq.d --- dependall-npf --- --- npfd.d --- # create npfd/npfd.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npfd.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 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfd/npfd.c && mv -f npfd.d.tmp npfd.d --- dependall-racoonctl --- --- racoonctl --- # link racoonctl/racoonctl /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir/lib -L=/lib -lipsec --- dependall-sys --- --- dependall-npf --- --- npf_portmap.d --- # create npf/npf_portmap.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_portmap.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_portmap.c && mv -f npf_portmap.d.tmp npf_portmap.d --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- dependall ===> usr.sbin/npf/npftest --- dependall-pf --- --- pfctl_optimize.d --- --- dependall-npf --- --- dependall-npfd --- --- npfd_log.d --- --- dependall-pf --- # create pfctl/pfctl_optimize.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_optimize.c && mv -f pfctl_optimize.d.tmp pfctl_optimize.d --- dependall-npf --- # create npfd/npfd_log.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npfd_log.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 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfd/npfd_log.c && mv -f npfd_log.d.tmp npfd_log.d --- dependall-racoon --- --- dependall-pf --- --- pfctl_osfp.d --- # create pfctl/pfctl_osfp.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-format-truncation /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_osfp.c && mv -f pfctl_osfp.d.tmp pfctl_osfp.d --- dependall-npf --- --- dependall-npftest --- --- dependall-libnpftest --- dependall ===> usr.sbin/npf/npftest/libnpftest --- dependall-sys --- --- npf_rproc.d --- # create npf/npf_rproc.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_rproc.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_rproc.c && mv -f npf_rproc.d.tmp npf_rproc.d --- dependall-usr.sbin --- --- npf_bpf_test.d --- # create libnpftest/npf_bpf_test.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_bpf_test.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 -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_bpf_test.c && mv -f npf_bpf_test.d.tmp npf_bpf_test.d --- dependall-npfd --- --- .depend --- # create npfd/.depend rm -f .depend --- dependall-sys --- --- dependall-lua --- --- ltable.o --- --- ltm.o --- --- dependall-usr.sbin --- CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend npfd.d npfd_log.d --- dependall-sys --- # compile lua/ltm.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu11 -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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/sys -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/ltm.c -o ltm.o --- dependall-usr.sbin --- --- dependall --- --- dependall-cnwctl --- dependall ===> usr.sbin/cnwctl --- dependall-npf --- --- dependall-npfctl --- --- npf_cmd.o --- # compile npfctl/npf_cmd.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_cmd.c -o npf_cmd.o --- dependall-cnwctl --- --- cnwctl.d --- # create cnwctl/cnwctl.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -Wno-stringop-truncation /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/cnwctl/cnwctl.c && mv -f cnwctl.d.tmp cnwctl.d --- dependall-npf --- --- dependall-npfd --- --- .gdbinit --- --- dependall-pf --- --- pfctl_parser.d --- --- dependall-npf --- rm -f .gdbinit --- dependall-pf --- # create pfctl/pfctl_parser.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_parser.c && mv -f pfctl_parser.d.tmp pfctl_parser.d --- dependall-npf --- echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir" > .gdbinit --- npfd.html8 --- # format npfd/npfd.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfd/npfd.8 > npfd.html8.tmp && mv -f npfd.html8.tmp npfd.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfd/npfd.8 > npfd.html8.tmp && mv -f npfd.html8.tmp npfd.html8; fi --- npfd.o --- # compile npfd/npfd.o /tmp/build/2026.03.18.23.43.21-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 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfd/npfd.c -o npfd.o --- dependall-sys --- --- dependall-npf --- --- npf_ruleset.d --- # create npf/npf_ruleset.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_ruleset.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_ruleset.c && mv -f npf_ruleset.d.tmp npf_ruleset.d --- dependall-lfs --- --- ulfs_dirhash.o --- # compile lfs/ulfs_dirhash.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/ufs/lfs/ulfs_dirhash.c -o ulfs_dirhash.o --- dependall-usr.sbin --- --- dependall-cnwctl --- --- .depend --- # create cnwctl/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend cnwctl.d --- dependall-npf --- --- dependall-npftest --- --- npf_gc_test.d --- # create libnpftest/npf_gc_test.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_gc_test.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 -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2026.03.18.23.43.21-ri--- dependall-cnwctl --- --- dependall --- --- dependall-npf --- scv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c && mv -f npf_gc_test.d.tmp npf_gc_test.d --- dependall-external --- --- cli-utils.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x cli-utils.o --- dependall-usr.sbin --- --- npf_l2rule_test.d --- # create libnpftest/npf_l2rule_test.d --- dependall-pf --- --- pfctl_qstats.d --- # create pfctl/pfctl_qstats.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_qstats.c && mv -f pfctl_qstats.d.tmp pfctl_qstats.d --- dependall-npf --- CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_l2rule_test.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 -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_l2rule_test.c && mv -f npf_l2rule_test.d.tmp npf_l2rule_test.d --- dependall-cnwctl --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir" > .gdbinit --- cnwctl.html8 --- # format cnwctl/cnwctl.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/cnwctl/cnwctl.8 > cnwctl.html8.tmp && mv -f cnwctl.html8.tmp cnwctl.html8; fi --- cnwctl.o --- # compile cnwctl/cnwctl.o /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -c -Wno-stringop-truncation /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/cnwctl/cnwctl.c -o cnwctl.o --- dependall-sys --- --- dependall-npf_ext_log --- --- npf_ext_log.kmod --- # link npf_ext_log/npf_ext_log.kmod /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=npf_ext_log.kmod.map -o npf_ext_log.kmod npf_ext_log.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pflogd --- dependall ===> usr.sbin/pf/pflogd --- dependall-sys --- --- dependall-npf --- --- npf_sendpkt.d --- # create npf/npf_sendpkt.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_sendpkt.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_sendpkt.c && mv -f npf_sendpkt.d.tmp npf_sendpkt.d --- dependall-external --- --- cli-setshow.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x cli-setshow.o --- dependall-usr.sbin --- --- dependall-racoon --- --- dnssec.o --- # compile racoon/dnssec.o /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -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-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -c /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/dnssec.c -o dnssec.o --- dependall-iwictl --- dependall ===> usr.sbin/iwictl --- dependall-pf --- --- pflogd.d --- --- dependall-pfctl --- --- pfctl_radix.d --- --- dependall-pflogd --- # create pflogd/pflogd.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pflogd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.c && mv -f pflogd.d.tmp pflogd.d --- dependall-pfctl --- # create pfctl/pfctl_radix.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_radix.c && mv -f pfctl_radix.d.tmp pfctl_radix.d --- dependall-iwictl --- --- iwictl.d --- # create iwictl/iwictl.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -Wno-stringop-truncation /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/iwictl/iwictl.c && mv -f iwictl.d.tmp iwictl.d --- dependall-npf --- --- npf_mbuf_subr.d --- # create libnpftest/npf_mbuf_subr.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_mbuf_subr.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 -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_mbuf_subr.c && mv -f npf_mbuf_subr.d.tmp npf_mbuf_subr.d --- dependall-pf --- --- dependall-pflogd --- In file included from /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.c:51: /tmp/build/2026.03.18.23.43.21-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-iwictl --- --- .depend --- # create iwictl/.depend rm -f .depend --- dependall-sys --- --- npf_socket.d --- --- dependall-usr.sbin --- CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend iwictl.d --- dependall-pf --- nbmkdep: compile failed. --- dependall-iwictl --- --- dependall --- --- dependall-pf --- *** Failed target: pflogd.d *** In directory: /tmp/build/2026.03.18.23.43.21-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 --- --- pfctl_table.d --- --- dependall-pflogd --- => CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pflogd -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/src/usr.sbin/pf/pflogd nbmake[7]: 1 error nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/pf/pflogd nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/pf --- dependall-npf --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npftest nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf --- dependall-pf --- --- dependall-pfctl --- # create pfctl/pfctl_table.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-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.18.23.43.21-riscv-riscv64/destdir -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_table.c && mv -f pfctl_table.d.tmp pfctl_table.d --- dependall-sys --- # create npf/npf_socket.d CC=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/nbmkdep -f npf_socket.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 -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/net/npf/npf_socket.c && mv -f npf_socket.d.tmp npf_socket.d --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfd --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfd nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf --- dependall-iwictl --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/iwictl nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin --- dependall-sys --- --- dependall-lua --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lua nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules --- dependall-usr.sbin --- --- dependall-pf --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/pf --- dependall-sys --- --- dependall-npf --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules --- dependall-usr.sbin --- --- dependall-racoon --- --- dependall-cnwctl --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/cnwctl nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin --- dependall-npf --- --- dependall-npfctl --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf/npfctl nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/npf nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin --- dependall-pf --- --- dependall-ftp-proxy --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/pf/ftp-proxy nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/pf nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin --- dependall-external --- --- coff-pe-read.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x coff-pe-read.o --- dependall-sys --- --- dependall-ipl --- --- ip_fil_compat.o --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/ipl nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules --- dependall-external --- --- cli-script.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x cli-script.o --- dependall-usr.sbin --- --- dependall-racoon --- --- cfparse.o --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin/racoon nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/usr.sbin nbmake[4]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src --- dependall-sys --- --- dependall-lfs --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/lfs nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules --- dependall-external --- --- dependall-gcc --- --- complexity.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x complexity.o --- dependall-sys --- --- dependall-nfs --- --- nfs_vnops.o --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfs nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules --- dependall-nfsserver --- --- nfs_serv.o --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules/nfsserver nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys/modules nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/sys nbmake[4]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src --- dependall-external --- --- diagnostic-manager.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x diagnostic-manager.o --- constraint-manager.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x constraint-manager.o --- dependall-gdb --- --- breakpoint.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x breakpoint.o nbmake[9]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb nbmake[8]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb/lib nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gdb nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3 --- dependall-gcc --- --- engine.o --- /tmp/build/2026.03.18.23.43.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x engine.o nbmake[8]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc/usr.bin nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3/gcc nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external/gpl3 nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src/external nbmake[4]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src nbmake[3]: stopped making "do-build" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src nbmake[2]: stopped making "build" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src nbmake[1]: stopped making "distribution" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src nbmake: stopped making "release" in /tmp/build/2026.03.18.23.43.21-riscv-riscv64/src ERROR: Failed to make release *** BUILD ABORTED *** 1786.24 real 22022.27 user 3697.33 sys