Last 2000 lines of build log: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1964:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1964 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_update': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1998:2: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1998 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_final': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2012:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2012 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2014:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2014 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_init': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2035:2: warning: 'SHA512_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2035 | SHA512_Init(c); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:127:27: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c); | ^~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_update': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2045:2: warning: 'SHA512_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2045 | SHA512_Update((SHA512_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:128:27: note: declared here 128 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_final': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2059:2: warning: 'SHA512_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2059 | SHA512_Final((unsigned char *) res->v, (SHA512_CTX *)c); | ^~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:130:27: note: declared here 130 | OSSL_DEPRECATEDIN_3_0 int SHA512_Final(unsigned char *md, SHA512_CTX *c); | ^~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_init': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2088:2: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2088 | SHA384_Init(c); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:123:27: note: declared here 123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c); | ^~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_update': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2098:2: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2098 | SHA384_Update((SHA384_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:124:27: note: declared here 124 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_final': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2112:2: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2112 | SHA384_Final((unsigned char *) res->v, (SHA384_CTX *)c); | ^~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:126:27: note: declared here 126 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c); | ^~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_init': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2141:2: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2141 | SHA256_Init(c); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:77:27: note: declared here 77 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_update': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2151:2: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2151 | SHA256_Update((SHA256_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:78:27: note: declared here 78 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_final': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2165:2: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2165 | SHA256_Final((unsigned char *) res->v, (SHA256_CTX *)c); | ^~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:80:27: note: declared here 80 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_init': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2193:2: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2193 | SHA1_Init(c); | ^~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:53:27: note: declared here 53 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_update': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2203:2: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2203 | SHA1_Update((SHA_CTX *)c, data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: --- dependall-sys --- --- dependall-nand --- --- hamming.d --- --- dependall-usr.sbin --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:54:27: note: declared here 54 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_final': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2217:2: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2217 | SHA1_Final((unsigned char *) res->v, (SHA_CTX *)c); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/sha.h:55:27: note: declared here 55 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_init': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2244:2: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2244 | MD5_Init(c); | ^~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_update': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2254:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2254 | MD5_Update((MD5_CTX *)c, data->v, data->l); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_final': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2268:2: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2268 | MD5_Final((unsigned char *) res->v, (MD5_CTX *)c); | ^~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_generate': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2326:2: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2326 | if ((dh = DH_new()) == NULL) | ^~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:199:27: note: declared here 199 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2332:2: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2332 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:255:27: note: declared here 255 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2337:3: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2337 | DH_set_length(dh, publen); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:269:27: note: declared here 269 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2340:2: warning: 'DH_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2340 | if (!DH_generate_key(dh)) | ^~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:223:27: note: declared here 223 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh); | ^~~~~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2343:2: warning: 'DH_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2343 | DH_get0_key(dh, &pub_key, &priv_key); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:256:28: note: declared here 256 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2357:3: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2357 | DH_free(dh); | ^~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:200:28: note: declared here 200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_compute': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2380:2: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2380 | if ((dh = DH_new()) == NULL) | ^~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:199:27: note: declared here 199 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2390:2: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2390 | DH_set_length(dh, pub2->l * 8); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:269:27: note: declared here 269 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2397:2: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2397 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:255:27: note: declared here 255 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2401:2: warning: 'DH_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2401 | if (!DH_set0_key(dh, pub_key, priv_key)) | ^~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:258:27: note: declared here 258 | OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); | ^~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2408:2: warning: 'DH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2408 | if ((l = DH_compute_key(v, dh_pub, dh)) == -1) | ^~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:224:27: note: declared here 224 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key, | ^~~~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2421:3: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2421 | DH_free(dh); | ^~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/dh.h:200:28: note: declared here 200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_init': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2471:2: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2471 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/engine.h:358:28: note: declared here 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2472:2: warning: 'ENGINE_register_all_complete' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2472 | ENGINE_register_all_complete(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/engine.h:415:27: note: declared here 415 | OSSL_DEPRECATEDIN_3_0 int ENGINE_register_all_complete(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'binbuf_pubkey2rsa': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2558:2: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2558 | rsa_pub = RSA_new(); | ^~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2565:2: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2565 | if (!RSA_set0_key(rsa_pub, mod, exp, NULL)) | ^~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2571:2: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2571 | RSA_free(rsa_pub); | ^~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-sys --- # create nand/hamming.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f hamming.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/nand/hamming.c && mv -f hamming.d.tmp hamming.d --- dependall-nandemulator --- touch ioconf.c ioconf.h locators.h --- dependall-msdos --- --- msdosfs_lookup.d --- --- dependall-nandemulator --- --- ioconf.d --- --- dependall-msdos --- # create msdos/msdosfs_lookup.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f msdosfs_lookup.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_lookup.c && mv -f msdosfs_lookup.d.tmp msdosfs_lookup.d --- dependall-nandemulator --- # create nandemulator/ioconf.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nandemulator -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-nfs --- --- krpc_subr.d --- # create nfs/krpc_subr.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f krpc_subr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/krpc_subr.c && mv -f krpc_subr.d.tmp krpc_subr.d --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- --- npf_perf_test.d --- # create libnpftest/npf_perf_test.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_perf_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.c && mv -f npf_perf_test.d.tmp npf_perf_test.d --- dependall-sys --- --- dependall-nandemulator --- --- nandemulator.d --- # create nandemulator/nandemulator.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nandemulator.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nandemulator -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/nand/nandemulator.c && mv -f nandemulator.d.tmp nandemulator.d --- dependall-nand --- --- ioconf.d --- # create nand/ioconf.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-msdos --- --- msdosfs_rename.d --- # create msdos/msdosfs_rename.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f msdosfs_rename.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_rename.c && mv -f msdosfs_rename.d.tmp msdosfs_rename.d --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_cfg.d --- # create racoon/isakmp_cfg.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_cfg.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c && mv -f isakmp_cfg.d.tmp isakmp_cfg.d --- dependall-npf --- --- dependall-npfctl --- --- npf_show.o --- --- dependall-sys --- --- dependall-nandemulator --- --- .depend --- --- dependall-usr.sbin --- # compile npfctl/npf_show.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_show.c -o npf_show.o --- dependall-sys --- --- dependall-nand --- --- nand.d --- --- dependall-nandemulator --- # create nandemulator/.depend rm -f .depend --- dependall-nand --- # create nand/nand.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nand.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/nand/nand.c && mv -f nand.d.tmp nand.d --- dependall-nandemulator --- CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .d -d -f .depend ioconf.d nandemulator.d --- dependall-usr.sbin --- --- dependall-npftest --- --- npf_rule_test.d --- --- dependall-sys --- --- dependall --- --- dependall-usr.sbin --- # create libnpftest/npf_rule_test.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_rule_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_rule_test.c && mv -f npf_rule_test.d.tmp npf_rule_test.d --- dependall-npfd --- --- npfd --- # link npfd/npfd /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o npfd npfd.o npfd_log.o -Wl,-rpath-link,/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/lib -L=/lib -lnpf -lpcap -lutil --- dependall-sys --- --- dependall-nfs --- --- nfs_bio.d --- # create nfs/nfs_bio.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_bio.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_bio.c && mv -f nfs_bio.d.tmp nfs_bio.d --- dependall-msdos --- --- msdosfs_unicode.d --- # create msdos/msdosfs_unicode.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f msdosfs_unicode.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_unicode.c && mv -f msdosfs_unicode.d.tmp msdosfs_unicode.d --- dependall-nfs --- --- nfs_boot.d --- # create nfs/nfs_boot.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_boot.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_boot.c && mv -f nfs_boot.d.tmp nfs_boot.d --- dependall-nand --- --- nand_bbt.d --- # create nand/nand_bbt.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nand_bbt.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/nand/nand_bbt.c && mv -f nand_bbt.d.tmp nand_bbt.d --- dependall-nandemulator --- --- nandemulator.o --- --- dependall-msdos --- --- msdosfs_vfsops.d --- --- dependall-nandemulator --- # compile nandemulator/nandemulator.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nandemulator -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/nand/nandemulator.c -o nandemulator.o --- dependall-msdos --- # create msdos/msdosfs_vfsops.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f msdosfs_vfsops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_vfsops.c && mv -f msdosfs_vfsops.d.tmp msdosfs_vfsops.d --- dependall-usr.sbin --- --- dependall-npftest --- --- npf_state_test.d --- # create libnpftest/npf_state_test.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_state_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_state_test.c && mv -f npf_state_test.d.tmp npf_state_test.d --- dependall-racoon --- --- isakmp_frag.d --- # create racoon/isakmp_frag.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_frag.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c && mv -f isakmp_frag.d.tmp isakmp_frag.d --- dependall-sys --- --- dependall-nand --- --- nand_crc.d --- # create nand/nand_crc.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nand_crc.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/nand/nand_crc.c && mv -f nand_crc.d.tmp nand_crc.d --- nand_micron.d --- # create nand/nand_micron.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nand_micron.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/nand/nand_micron.c && mv -f nand_micron.d.tmp nand_micron.d --- dependall-nfs --- --- nfs_bootdhcp.d --- # create nfs/nfs_bootdhcp.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_bootdhcp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_bootdhcp.c && mv -f nfs_bootdhcp.d.tmp nfs_bootdhcp.d --- dependall-usr.sbin --- --- dependall-npf --- --- npf_table_test.d --- # create libnpftest/npf_table_test.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_table_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_table_test.c && mv -f npf_table_test.d.tmp npf_table_test.d --- dependall-sys --- --- dependall-nand --- --- nand_samsung.d --- --- dependall-msdos --- --- msdosfs_vnops.d --- --- dependall-nand --- # create nand/nand_samsung.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nand_samsung.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/nand/nand_samsung.c && mv -f nand_samsung.d.tmp nand_samsung.d --- dependall-msdos --- # create msdos/msdosfs_vnops.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f msdosfs_vnops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_vnops.c && mv -f msdosfs_vnops.d.tmp msdosfs_vnops.d --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_ident.d --- --- dependall-sys --- --- dependall-midi_seq --- --- midisyn.o --- --- dependall-usr.sbin --- # create racoon/isakmp_ident.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_ident.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_ident.c && mv -f isakmp_ident.d.tmp isakmp_ident.d --- dependall-sys --- # compile midi_seq/midisyn.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNMIDI=1 -DNSEQUENCER=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/midi_seq -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/midisyn.c -o midisyn.o --- dependall-external --- --- dependall-gdb --- --- ada-lang.o --- # compile libgdb/ada-lang.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -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/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/ada-lang.c -o ada-lang.o --- dependall-sys --- --- dependall-nand --- --- nand_toshiba.d --- # create nand/nand_toshiba.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nand_toshiba.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/nand/nand_toshiba.c && mv -f nand_toshiba.d.tmp nand_toshiba.d --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_extmod.o --- # compile npfctl/npf_extmod.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_extmod.c -o npf_extmod.o --- dependall-sys --- --- dependall-msdos --- --- .depend --- --- dependall-nfs --- --- nfs_bootparam.d --- --- dependall-msdos --- # create msdos/.depend rm -f .depend --- dependall-nfs --- # create nfs/nfs_bootparam.d --- dependall-usr.sbin --- --- dependall-racoonctl --- --- misc.o --- --- dependall-sys --- CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_bootparam.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_bootparam.c && mv -f nfs_bootparam.d.tmp nfs_bootparam.d --- dependall-msdos --- CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .d -d -f .depend msdosfs_conv.d msdosfs_denode.d msdosfs_fat.d msdosfs_lookup.d msdosfs_rename.d msdosfs_unicode.d msdosfs_vfsops.d msdosfs_vnops.d --- dependall-usr.sbin --- # compile racoonctl/misc.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-npf --- --- dependall-npftest --- --- npf_test_subr.d --- --- dependall-sys --- --- dependall --- --- dependall-usr.sbin --- # create libnpftest/npf_test_subr.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_test_subr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_test_subr.c && mv -f npf_test_subr.d.tmp npf_test_subr.d --- dependall-external --- --- dependall-bsd --- --- dependall-nvi --- --- vs_split.o --- # compile nvi/vs_split.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/vi/vs_split.c -o vs_split.o --- dependall-sys --- --- dependall-nand --- --- .depend --- --- dependall-usr.sbin --- --- dependall-pf --- --- filter.o --- --- dependall-sys --- # create nand/.depend rm -f .depend --- dependall-usr.sbin --- # compile ftp-proxy/filter.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/pf/ftp-proxy -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/filter.c -o filter.o --- dependall-sys --- CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .d -d -f .depend flash_mtdparts.d hamming.d ioconf.d nand.d nand_bbt.d nand_crc.d nand_micron.d nand_samsung.d nand_toshiba.d --- dependall --- --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_inf.d --- # create racoon/isakmp_inf.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_inf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c && mv -f isakmp_inf.d.tmp isakmp_inf.d --- dependall-sys --- --- dependall-ipl --- --- ip_auth.o --- # compile ipl/ip_auth.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_auth.c -o ip_auth.o --- dependall-lua --- --- lapi.o --- # compile lua/lapi.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lapi.c -o lapi.o --- dependall-msdos --- --- msdosfs_conv.o --- # compile msdos/msdosfs_conv.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_conv.c -o msdosfs_conv.o --- dependall-nfs --- --- nfs_clntsocket.d --- # create nfs/nfs_clntsocket.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_clntsocket.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_clntsocket.c && mv -f nfs_clntsocket.d.tmp nfs_clntsocket.d --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_parse.o --- # compile npfctl/npf_parse.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c npf_parse.c -o npf_parse.o --- dependall-sys --- --- dependall-nand --- --- nand_bbt.o --- # compile nand/nand_bbt.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/nand/nand_bbt.c -o nand_bbt.o --- dependall-usr.sbin --- --- dependall-npftest --- --- .depend --- # create libnpftest/.depend rm -f .depend CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .po\ .pico\ .go\ .ln\ .d -d -f .depend npf_bpf_test.d npf_gc_test.d npf_mbuf_subr.d npf_nat_test.d npf_nbuf_test.d npf_perf_test.d npf_rule_test.d npf_state_test.d npf_table_test.d npf_test_subr.d --- dependall --- --- dependall-sys --- --- dependall-ipl --- --- ip_dstlist.o --- # compile ipl/ip_dstlist.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_dstlist.c -o ip_dstlist.o --- dependall-usr.sbin --- --- dependall-racoonctl --- --- racoonctl --- # link racoonctl/racoonctl /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o racoonctl racoonctl.o str2val.o kmpstat.o vmbuf.o sockmisc.o misc.o -Wl,-rpath-link,/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/lib -L=/lib -lipsec --- dependall-sys --- --- dependall-nfs --- --- nfs_clntsubs.d --- # create nfs/nfs_clntsubs.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_clntsubs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_clntsubs.c && mv -f nfs_clntsubs.d.tmp nfs_clntsubs.d --- dependall-usr.sbin --- --- dependall-npf --- --- npf_bpf_test.o --- # compile libnpftest/npf_bpf_test.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-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/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_bpf_test.c -o npf_bpf_test.o --- dependall-racoon --- --- isakmp_newg.d --- # create racoon/isakmp_newg.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_newg.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_newg.c && mv -f isakmp_newg.d.tmp isakmp_newg.d --- dependall-sys --- --- dependall-ipl --- --- ip_fil_netbsd.o --- # compile ipl/ip_fil_netbsd.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c -o ip_fil_netbsd.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_scan.o --- # compile npfctl/npf_scan.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c npf_scan.c -o npf_scan.o --- dependall-sys --- --- dependall-nandemulator --- --- nandemulator.kmod --- # link nandemulator/nandemulator.kmod /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=nandemulator.kmod.map -o nandemulator.kmod nandemulator.o --- dependall-external --- --- regcomp.o --- --- dependall-sys --- --- dependall-mqueue --- --- mqueue.kmod --- --- dependall-external --- # compile nvi/regcomp.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/regex/regcomp.c -o regcomp.o --- dependall-sys --- # link mqueue/mqueue.kmod /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=mqueue.kmod.map -o mqueue.kmod sys_mqueue.o --- dependall-nand --- --- nand_crc.o --- # compile nand/nand_crc.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/nand/nand_crc.c -o nand_crc.o --- dependall-nfs --- --- nfs_iod.d --- # create nfs/nfs_iod.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_iod.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_iod.c && mv -f nfs_iod.d.tmp nfs_iod.d --- dependall-usr.sbin --- --- dependall-pf --- --- ipf.o --- --- dependall-sys --- --- nfs_kq.d --- --- dependall-usr.sbin --- # compile ftp-proxy/ipf.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/pf/ftp-proxy -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/ipf.c -o ipf.o --- dependall-sys --- # create nfs/nfs_kq.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_kq.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_kq.c && mv -f nfs_kq.d.tmp nfs_kq.d --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_quick.d --- # create racoon/isakmp_quick.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_quick.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c && mv -f isakmp_quick.d.tmp isakmp_quick.d --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc.old --- mv build-rtl.lo.o build-rtl.lo --- build-print-rtl.c --- # create backend/build-print-rtl.c rm -f build-print-rtl.c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbsed -e 's/build-print-rtl.c --- read-rtl.lo --- # compile backend/read-rtl.lo c++ -O -std=gnu++98 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/obj/external/gpl3/gcc.old/usr.bin/backend -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin/backend/.. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/obj/external/gpl3/gcc.old/usr.bin/host-libiberty/libiberty -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/riscv64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DGENERATOR_FILE -c -o read-rtl.lo.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/read-rtl.c --- dependall-sys --- --- dependall-nand --- --- hamming.o --- # compile nand/hamming.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/nand/hamming.c -o hamming.o --- dependall-nfs --- --- nfs_node.d --- # create nfs/nfs_node.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_node.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-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/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_socket.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_socket.c && mv -f nfs_socket.d.tmp nfs_socket.d --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x npf_bpf_test.o --- npf_gc_test.o --- # compile libnpftest/npf_gc_test.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-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/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c -o npf_gc_test.o --- dependall-racoon --- --- isakmp_unity.d --- # create racoon/isakmp_unity.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_unity.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c && mv -f isakmp_unity.d.tmp isakmp_unity.d --- dependall-sys --- --- nfs_subs.d --- # create nfs/nfs_subs.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_subs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_subs.c && mv -f nfs_subs.d.tmp nfs_subs.d --- dependall-midi_seq --- --- midi.o --- # compile midi_seq/midi.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNMIDI=1 -DNSEQUENCER=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/midi_seq -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/midi.c -o midi.o --- dependall-nfs --- --- nfs_vfsops.d --- # create nfs/nfs_vfsops.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_vfsops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_vfsops.c && mv -f nfs_vfsops.d.tmp nfs_vfsops.d --- dependall-nand --- --- nand_micron.o --- --- dependall-usr.sbin --- --- isakmp_xauth.d --- --- dependall-sys --- # compile nand/nand_micron.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/nand/nand_micron.c -o nand_micron.o --- dependall-usr.sbin --- # create racoon/isakmp_xauth.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f isakmp_xauth.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c && mv -f isakmp_xauth.d.tmp isakmp_xauth.d --- dependall-external --- --- dependall-bsd --- --- regerror.o --- # compile nvi/regerror.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/regex/regerror.c -o regerror.o --- dependall-sys --- --- dependall-ipl --- --- ip_frag.o --- # compile ipl/ip_frag.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_frag.c -o ip_frag.o --- dependall-usr.sbin --- --- dependall-pf --- --- ftp-proxy --- # link ftp-proxy/ftp-proxy /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o ftp-proxy ftp-proxy.o filter.o ipf.o -Wl,-rpath-link,/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/lib -L=/lib -levent --- dependall-pfctl --- dependall ===> usr.sbin/pf/pfctl --- dependall-plainrsa-gen --- --- logger.o --- # compile plainrsa-gen/logger.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/logger.c -o logger.o --- dependall-sys --- --- ip_htable.o --- # compile ipl/ip_htable.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_htable.c -o ip_htable.o --- dependall-usr.sbin --- --- dependall-pf --- --- parse.c --- --- dependall-sys --- --- dependall-nfs --- --- nfs_vnops.d --- --- dependall-usr.sbin --- # yacc pfctl/parse.c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbyacc -o parse.c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/parse.y --- dependall-sys --- # create nfs/nfs_vnops.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_vnops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_vnops.c && mv -f nfs_vnops.d.tmp nfs_vnops.d --- dependall-usr.sbin --- --- dependall-npf --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x npf_gc_test.o --- npf_mbuf_subr.o --- --- dependall-external --- --- regexec.o --- --- dependall-usr.sbin --- # compile libnpftest/npf_mbuf_subr.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-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/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_mbuf_subr.c -o npf_mbuf_subr.o --- dependall-external --- # compile nvi/regexec.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c -Wno-old-style-definition /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/regex/regexec.c -o regexec.o --- dependall-usr.sbin --- --- dependall-pf --- --- parse.d --- --- dependall-racoon --- --- localconf.d --- --- dependall-pf --- # create pfctl/parse.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f parse.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES parse.c && mv -f parse.d.tmp parse.d --- dependall-racoon --- # create racoon/localconf.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f localconf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/localconf.c && mv -f localconf.d.tmp localconf.d --- dependall-sys --- --- dependall-msdos --- --- msdosfs_denode.o --- # compile msdos/msdosfs_denode.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_denode.c -o msdosfs_denode.o --- dependall-nfs --- --- .depend --- # create nfs/.depend rm -f .depend CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-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-nand --- --- nand_samsung.o --- # compile nand/nand_samsung.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/nand/nand_samsung.c -o nand_samsung.o --- dependall-usr.sbin --- --- logger.d --- # create racoon/logger.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f logger.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/logger.c && mv -f logger.d.tmp logger.d --- dependall-sys --- --- dependall-ipl --- --- ip_log.o --- # compile ipl/ip_log.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_log.c -o ip_log.o --- dependall-usr.sbin --- --- dependall-pf --- --- pf_print_state.d --- --- dependall-plainrsa-gen --- --- vmbuf.o --- --- dependall-pf --- # create pfctl/pf_print_state.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f pf_print_state.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pf_print_state.c && mv -f pf_print_state.d.tmp pf_print_state.d --- dependall-plainrsa-gen --- # compile plainrsa-gen/vmbuf.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-sys --- --- ip_lookup.o --- # compile ipl/ip_lookup.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_lookup.c -o ip_lookup.o --- dependall-nfs --- --- krpc_subr.o --- # compile nfs/krpc_subr.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/krpc_subr.c -o krpc_subr.o --- dependall-usr.sbin --- --- dependall-pf --- --- pf_ruleset.d --- # create pfctl/pf_ruleset.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f pf_ruleset.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf/net/pf_ruleset.c && mv -f pf_ruleset.d.tmp pf_ruleset.d --- dependall-racoon --- --- main.d --- # create racoon/main.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f main.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/main.c && mv -f main.d.tmp main.d --- dependall-plainrsa-gen --- --- misc.o --- # compile plainrsa-gen/misc.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-npf --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x npf_mbuf_subr.o --- dependall-pf --- --- pfctl.d --- # create pfctl/pfctl.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f pfctl.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl.c && mv -f pfctl.d.tmp pfctl.d --- dependall-sys --- --- dependall-nand --- --- nand_toshiba.o --- --- dependall-usr.sbin --- --- dependall-npf --- --- npf_nat_test.o --- --- dependall-sys --- # compile nand/nand_toshiba.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/nand/nand_toshiba.c -o nand_toshiba.o --- dependall-usr.sbin --- # compile libnpftest/npf_nat_test.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-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/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_nat_test.c -o npf_nat_test.o --- dependall-pf --- --- pfctl_altq.d --- --- dependall-racoon --- --- misc.d --- --- dependall-pf --- # create pfctl/pfctl_altq.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f pfctl_altq.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_altq.c && mv -f pfctl_altq.d.tmp pfctl_altq.d --- dependall-racoon --- # create racoon/misc.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f misc.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/misc.c && mv -f misc.d.tmp misc.d --- dependall-npf --- --- dependall-npfctl --- --- npfctl --- # link npfctl/npfctl /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o npfctl npfctl.o npf_cmd.o npf_var.o npf_data.o npf_build.o npf_bpf_comp.o npf_show.o npf_extmod.o npf_scan.o npf_parse.o -Wl,-dynamic-linker=/libexec/ld.elf_so -Wl,-rpath,/lib -L=/lib -lnpf -lpcap -lutil -ly --- dependall-racoon --- --- nattraversal.d --- # create racoon/nattraversal.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nattraversal.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/nattraversal.c && mv -f nattraversal.d.tmp nattraversal.d --- dependall-plainrsa-gen --- --- rsalist.o --- # compile plainrsa-gen/rsalist.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c -Wno-error=deprecated-declarations /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c -o rsalist.o --- dependall-pf --- --- pfctl_optimize.d --- # create pfctl/pfctl_optimize.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f pfctl_optimize.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_optimize.c && mv -f pfctl_optimize.d.tmp pfctl_optimize.d --- dependall-sys --- --- dependall-ipl --- --- ip_nat.o --- # compile ipl/ip_nat.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_nat.c -o ip_nat.o --- dependall-msdos --- --- msdosfs_fat.o --- # compile msdos/msdosfs_fat.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_fat.c -o msdosfs_fat.o --- dependall-ipl --- --- ip_nat6.o --- # compile ipl/ip_nat6.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_nat6.c -o ip_nat6.o --- dependall-nand --- --- flash_mtdparts.o --- # compile nand/flash_mtdparts.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/flash/flash_mtdparts.c -o flash_mtdparts.o --- dependall-ipl --- --- ip_pool.o --- # compile ipl/ip_pool.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_pool.c -o ip_pool.o --- ip_proxy.o --- # compile ipl/ip_proxy.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_proxy.c -o ip_proxy.o --- dependall-usr.sbin --- --- pfctl_osfp.d --- # create pfctl/pfctl_osfp.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f pfctl_osfp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-format-truncation /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_osfp.c && mv -f pfctl_osfp.d.tmp pfctl_osfp.d --- dependall-sys --- --- dependall-lua --- --- lcode.o --- # compile lua/lcode.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lcode.c -o lcode.o --- dependall-ipl --- --- ip_scan.o --- # compile ipl/ip_scan.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_scan.c -o ip_scan.o --- dependall-usr.sbin --- --- dependall-racoon --- --- oakley.d --- # create racoon/oakley.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f oakley.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/oakley.c && mv -f oakley.d.tmp oakley.d --- dependall-sys --- --- dependall-nfs --- --- nfs_bio.o --- --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x npf_nat_test.o --- dependall-sys --- # compile nfs/nfs_bio.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_bio.c -o nfs_bio.o --- dependall-usr.sbin --- --- npf_nbuf_test.o --- # compile libnpftest/npf_nbuf_test.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-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/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c -o npf_nbuf_test.o --- dependall-pf --- --- pfctl_parser.d --- # create pfctl/pfctl_parser.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f pfctl_parser.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_parser.c && mv -f pfctl_parser.d.tmp pfctl_parser.d --- dependall-plainrsa-gen --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dup': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:102:3: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 102 | RSA_get0_key(key->rsa, NULL, NULL, &d); | ^~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:103:3: warning: 'RSAPrivateKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 103 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:21, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:449:1: note: declared here 449 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPrivateKey) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:103:3: warning: 'RSAPublicKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 103 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:21, from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:448:1: note: declared here 448 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPublicKey) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:125:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 125 | RSA_free(new->rsa); | ^~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_free': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:147:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 147 | RSA_free(rsa_key->rsa); | ^~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dump_one': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:161:3: warning: 'RSA_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 161 | RSA_print_fp(stdout, key->rsa, 4); | ^~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:339:27: note: declared here 339 | OSSL_DEPRECATEDIN_3_0 int RSA_print_fp(FILE *fp, const RSA *r, int offset); | ^~~~~~~~~~~~ --- dependall-external --- --- regfree.o --- # compile nvi/regfree.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/regex/regfree.c -o regfree.o --- dependall-sys --- --- dependall-nand --- --- nand.o --- # compile nand/nand.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nand -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/nand/nand.c -o nand.o --- dependall-ipl --- --- ip_state.o --- # compile ipl/ip_state.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_state.c -o ip_state.o --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl_qstats.d --- # create pfctl/pfctl_qstats.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f pfctl_qstats.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_qstats.c && mv -f pfctl_qstats.d.tmp pfctl_qstats.d --- dependall-racoon --- --- pfkey.d --- # create racoon/pfkey.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f pfkey.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/pfkey.c && mv -f pfkey.d.tmp pfkey.d --- dependall-sys --- --- dependall-midi_seq --- --- midi_seq_mod.o --- # compile midi_seq/midi_seq_mod.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNMIDI=1 -DNSEQUENCER=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/midi_seq -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/midi_seq_mod.c -o midi_seq_mod.o --- dependall-external --- --- vi_db1.o --- # compile nvi/vi_db1.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/common/vi_db1.c -o vi_db1.o --- dependall-sys --- --- dependall-ipl --- --- ip_sync.o --- # compile ipl/ip_sync.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_sync.c -o ip_sync.o --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl_radix.d --- # create pfctl/pfctl_radix.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f pfctl_radix.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_radix.c && mv -f pfctl_radix.d.tmp pfctl_radix.d --- dependall-plainrsa-gen --- --- sockmisc.o --- # compile plainrsa-gen/sockmisc.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-sys --- --- dependall-lfs --- --- lfs_vnops.o --- # compile lfs/lfs_vnops.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/ufs/lfs/lfs_vnops.c -o lfs_vnops.o --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl_table.d --- --- dependall-sys --- --- dependall-midi_seq --- --- sequencer.o --- # compile midi_seq/sequencer.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNMIDI=1 -DNSEQUENCER=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/midi_seq -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dev/sequencer.c -o sequencer.o --- dependall-usr.sbin --- # create pfctl/pfctl_table.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f pfctl_table.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_table.c && mv -f pfctl_table.d.tmp pfctl_table.d --- dependall-racoon --- --- plog.d --- # create racoon/plog.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f plog.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/plog.c && mv -f plog.d.tmp plog.d --- dependall-npf --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x npf_nbuf_test.o --- npf_perf_test.o --- --- dependall-pf --- --- .depend --- # create pfctl/.depend rm -f .depend --- dependall-npf --- # compile libnpftest/npf_perf_test.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-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/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.c -o npf_perf_test.o --- dependall-pf --- CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend parse.d pf_print_state.d pf_ruleset.d pfctl.d pfctl_altq.d pfctl_optimize.d pfctl_osfp.d pfctl_parser.d pfctl_qstats.d pfctl_radix.d pfctl_table.d --- dependall --- --- dependall-racoon --- --- policy.d --- # create racoon/policy.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f policy.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/policy.c && mv -f policy.d.tmp policy.d --- dependall-usr.bin --- --- lint1 --- # link lint1/lint1 /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o lint1 cgram.o ckbool.o ckctype.o ckgetopt.o debug.o decl.o emit.o emit1.o err.o func.o init.o inittyp.o lex.o main1.o mem.o mem1.o oper.o scan.o tree.o tyname.o -Wl,-rpath-link,/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/lib -L=/lib -lm -ll --- dependall-usr.sbin --- --- dependall-pf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir" > .gdbinit --- pfctl.html8 --- # format pfctl/pfctl.html8 if test "" != "yes"; then /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl.8 > pfctl.html8.tmp && mv -f pfctl.html8.tmp pfctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl.8 > pfctl.html8.tmp && mv -f pfctl.html8.tmp pfctl.html8; fi --- pfctl.o --- # compile pfctl/pfctl.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl.c -o pfctl.o --- dependall-racoon --- --- privsep.d --- # create racoon/privsep.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f privsep.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/privsep.c && mv -f privsep.d.tmp privsep.d --- proposal.d --- # create racoon/proposal.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f proposal.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/proposal.c && mv -f proposal.d.tmp proposal.d --- dependall-usr.bin --- --- dependall --- --- dependall-sys --- --- dependall-ipl --- --- ip_fil_compat.o --- # compile ipl/ip_fil_compat.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_fil_compat.c -o ip_fil_compat.o --- dependall-usr.bin --- --- dependall --- --- dependall-sys --- --- radix_ipf.o --- # compile ipl/radix_ipf.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/ipf/netinet/radix_ipf.c -o radix_ipf.o --- dependall-usr.sbin --- --- prsa_par.d --- --- dependall-external --- --- log1.o --- # compile nvi/log1.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/common/log1.c -o log1.o --- dependall-usr.sbin --- # create racoon/prsa_par.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f prsa_par.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -Wno-error=deprecated-declarations prsa_par.c && mv -f prsa_par.d.tmp prsa_par.d --- dependall-npf --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x npf_perf_test.o --- dependall-sys --- --- dependall-msdos --- --- msdosfs_lookup.o --- # compile msdos/msdosfs_lookup.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_lookup.c -o msdosfs_lookup.o --- dependall-usr.sbin --- --- npf_rule_test.o --- # compile libnpftest/npf_rule_test.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-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/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_rule_test.c -o npf_rule_test.o --- dependall-sys --- --- dependall-nfs --- --- nfs_boot.o --- # compile nfs/nfs_boot.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_boot.c -o nfs_boot.o --- dependall-usr.sbin --- --- dependall-racoon --- --- prsa_tok.d --- # create racoon/prsa_tok.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f prsa_tok.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES prsa_tok.c && mv -f prsa_tok.d.tmp prsa_tok.d --- dependall-plainrsa-gen --- --- genlist.o --- # compile plainrsa-gen/genlist.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/genlist.c -o genlist.o --- dependall-external --- --- dependall-gpl3 --- mv read-rtl.lo.o read-rtl.lo --- gencodes.lo --- # compile backend/gencodes.lo c++ -O -std=gnu++98 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/obj/external/gpl3/gcc.old/usr.bin/backend -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin/backend/.. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/obj/external/gpl3/gcc.old/usr.bin/host-libiberty/libiberty -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/riscv64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DGENERATOR_FILE -c -o gencodes.lo.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/gencodes.c --- dependall-usr.sbin --- --- dependall-racoon --- --- remoteconf.d --- # create racoon/remoteconf.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f remoteconf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/remoteconf.c && mv -f remoteconf.d.tmp remoteconf.d --- dependall-plainrsa-gen --- --- prsa_par.o --- # compile plainrsa-gen/prsa_par.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c -Wno-error=deprecated-declarations prsa_par.c -o prsa_par.o --- dependall-npf --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x npf_rule_test.o --- dependall-pf --- --- pfctl_parser.o --- --- dependall-npf --- --- npf_state_test.o --- --- dependall-pf --- # compile pfctl/pfctl_parser.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_parser.c -o pfctl_parser.o --- dependall-npf --- # compile libnpftest/npf_state_test.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-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/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_state_test.c -o npf_state_test.o --- dependall-racoon --- --- rsalist.d --- # create racoon/rsalist.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f rsalist.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -Wno-error=deprecated-declarations /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c && mv -f rsalist.d.tmp rsalist.d --- dependall-npf --- --- npf_table_test.o --- # compile libnpftest/npf_table_test.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-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/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_table_test.c -o npf_table_test.o --- dependall-external --- --- dependall-bsd --- --- ex_version.o --- # compile nvi/ex_version.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/nvi/dist/ex/ex_version.c -o ex_version.o --- dependall-sys --- --- dependall-lua --- --- lctype.o --- # compile lua/lctype.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lctype.c -o lctype.o --- dependall-usr.sbin --- --- dependall-racoon --- --- safefile.d --- # create racoon/safefile.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f safefile.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/safefile.c && mv -f safefile.d.tmp safefile.d --- dependall-sys --- --- dependall-nfs --- --- nfs_kq.o --- # compile nfs/nfs_kq.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_kq.c -o nfs_kq.o --- dependall-external --- --- vi --- # link nvi/vi /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o vi api.o cl_bsd.o cl_funcs.o cl_main.o cl_read.o cl_screen.o cl_term.o conv.o cut.o delete.o ex.o ex_abbrev.o ex_append.o ex_args.o ex_argv.o ex_at.o ex_bang.o ex_cd.o ex_cmd.o ex_cscope.o ex_delete.o ex_display.o ex_edit.o ex_equal.o ex_file.o ex_filter.o ex_global.o ex_init.o ex_join.o ex_map.o ex_mark.o ex_mkexrc.o ex_move.o ex_open.o ex_perl.o ex_preserve.o ex_print.o ex_put.o ex_quit.o ex_read.o ex_screen.o ex_script.o ex_set.o ex_shell.o ex_shift.o ex_source.o ex_stop.o ex_subst.o ex_tag.o ex_tcl.o ex_txt.o ex_undo.o ex_usage.o ex_util.o ex_version.o ex_visual.o ex_write.o ex_yank.o ex_z.o exf.o getc.o gs.o key.o trace.o main.o mark.o msg.o nothread.o options.o options_f.o put.o recover.o screen.o search.o seq.o util.o v_at.o v_ch.o v_cmd.o v_delete.o v_event.o v_ex.o v_increment.o v_init.o v_itxt.o v_left.o v_mark.o v_match.o v_paragraph.o v_put.o v_redraw.o v_replace.o v_right.o v_screen.o v_scroll.o v_search.o v_section.o v_sentence.o v_status.o v_txt.o v_ulcase.o v_undo.o v_util.o v_word.o v_xchar.o v_yank.o v_z.o v_zexit.o vi.o vs_line.o vs_msg.o vs_refresh.o vs_relative.o vs_smap.o vs_split.o regcomp.o regerror.o regexec.o regfree.o vi_db1.o log1.o -Wl,-rpath-link,/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/lib -L=/lib -lcurses -lterminfo -lutil --- dependall-sys --- --- dependall-lua --- --- ldebug.o --- # compile lua/ldebug.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src/ldebug.c -o ldebug.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsa_parse_file': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:423:2: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 423 | rsa_cur = RSA_new(); | ^~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:426:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 426 | RSA_free(rsa_cur); | ^~~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-racoon --- --- sainfo.d --- --- dependall-plainrsa-gen --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsaparse': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:192:4: 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)) { | ^ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:201:4: 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)) { | ^ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:208:4: 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)) { | ^ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:208:27: note: declared here 208 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q); | ^~~~~~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:211:4: 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)) { | ^ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:209:27: note: declared here 209 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r, | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:218:3: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 218 | rsa_cur = RSA_new(); | ^~~~~~~ In file included from /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ --- dependall-racoon --- # create racoon/sainfo.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f sainfo.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/sainfo.c && mv -f sainfo.d.tmp sainfo.d --- dependall-npf --- --- npf_state_test.o --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x npf_state_test.o --- dependall-sys --- --- dependall-nfs --- --- nfs_node.o --- # compile nfs/nfs_node.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_node.c -o nfs_node.o --- dependall-usr.sbin --- --- dependall-racoon --- --- schedule.d --- --- dependall-sys --- --- dependall-nfsserver --- --- dependall-usr.sbin --- # create racoon/schedule.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f schedule.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/schedule.c && mv -f schedule.d.tmp schedule.d --- dependall-sys --- dependall ===> sys/modules/nfsserver --- nfs_export.d --- # create nfsserver/nfs_export.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_export.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_export.c && mv -f nfs_export.d.tmp nfs_export.d --- dependall-midi_seq --- --- midi_seq.kmod --- # link midi_seq/midi_seq.kmod /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.08.19.00.09.17-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-external --- --- dependall --- --- dependall-usr.sbin --- --- session.d --- # create racoon/session.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f session.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/session.c && mv -f session.d.tmp session.d --- dependall-external --- --- dependall --- --- dependall-sys --- --- dependall-nilfs --- dependall ===> sys/modules/nilfs --- dependall-external --- --- dependall --- --- dependall-gpl3 --- --- dependall-gdb --- --- ada-tasks.o --- # compile libgdb/ada-tasks.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -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/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/ada-tasks.c -o ada-tasks.o --- dependall-sys --- --- dependall-msdos --- --- msdosfs_rename.o --- # compile msdos/msdosfs_rename.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_rename.c -o msdosfs_rename.o --- dependall-nilfs --- --- nilfs_subr.d --- # create nilfs/nilfs_subr.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nilfs_subr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nilfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/nilfs/nilfs_subr.c && mv -f nilfs_subr.d.tmp nilfs_subr.d --- dependall-nfsserver --- --- nfs_serv.d --- # create nfsserver/nfs_serv.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_serv.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_serv.c && mv -f nfs_serv.d.tmp nfs_serv.d --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- prsa_tok.o --- # compile plainrsa-gen/prsa_tok.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c prsa_tok.c -o prsa_tok.o --- dependall-racoon --- --- sockmisc.d --- # create racoon/sockmisc.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f sockmisc.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c && mv -f sockmisc.d.tmp sockmisc.d --- dependall-external --- --- dependall-gcc.old --- mv gencodes.lo.o gencodes.lo --- genattrtab.lo --- --- dependall-sys --- --- dependall-nilfs --- --- nilfs_vfsops.d --- --- dependall-external --- # compile backend/genattrtab.lo --- dependall-sys --- # create nilfs/nilfs_vfsops.d --- dependall-external --- c++ -O -std=gnu++98 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/obj/external/gpl3/gcc.old/usr.bin/backend -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin/backend/.. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/obj/external/gpl3/gcc.old/usr.bin/host-libiberty/libiberty -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/riscv64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DGENERATOR_FILE -c -o genattrtab.lo.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/genattrtab.c --- dependall-sys --- CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nilfs_vfsops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nilfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/nilfs/nilfs_vfsops.c && mv -f nilfs_vfsops.d.tmp nilfs_vfsops.d --- dependall-usr.sbin --- --- dependall-npf --- --- npf_table_test.o --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x npf_table_test.o --- npf_test_subr.o --- --- dependall-sys --- --- dependall-nfs --- --- nfs_socket.o --- --- dependall-usr.sbin --- # compile libnpftest/npf_test_subr.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-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/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_test_subr.c -o npf_test_subr.o --- dependall-sys --- # compile nfs/nfs_socket.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_socket.c -o nfs_socket.o --- dependall-usr.sbin --- --- dependall-racoon --- --- str2val.d --- # create racoon/str2val.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f str2val.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/str2val.c && mv -f str2val.d.tmp str2val.d --- dependall-sys --- --- dependall-nfsserver --- --- nfs_srvcache.d --- # create nfsserver/nfs_srvcache.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_srvcache.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_srvcache.c && mv -f nfs_srvcache.d.tmp nfs_srvcache.d --- dependall-nand --- --- nand.kmod --- # link nand/nand.kmod /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.08.19.00.09.17-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-nfs --- --- nfs_subs.o --- # compile nfs/nfs_subs.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_subs.c -o nfs_subs.o --- nfs_iod.o --- # compile nfs/nfs_iod.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_iod.c -o nfs_iod.o --- dependall-nilfs --- --- nilfs_vnops.d --- --- dependall-usr.sbin --- --- strnames.d --- # create racoon/strnames.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f strnames.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/strnames.c && mv -f strnames.d.tmp strnames.d --- dependall-sys --- # create nilfs/nilfs_vnops.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nilfs_vnops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nilfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-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/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_srvsocket.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_srvsocket.c && mv -f nfs_srvsocket.d.tmp nfs_srvsocket.d --- dependall-usr.sbin --- --- throttle.d --- --- dependall-sys --- --- dependall-nilfs --- --- .depend --- --- dependall-usr.sbin --- # create racoon/throttle.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f throttle.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/throttle.c && mv -f throttle.d.tmp throttle.d --- dependall-sys --- # create nilfs/.depend rm -f .depend CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .d -d -f .depend nilfs_subr.d nilfs_vfsops.d nilfs_vnops.d --- dependall --- --- dependall-nfsserver --- --- nfs_srvsubs.d --- --- dependall-usr.sbin --- --- vendorid.d --- --- dependall-sys --- # create nfsserver/nfs_srvsubs.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_srvsubs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_srvsubs.c && mv -f nfs_srvsubs.d.tmp nfs_srvsubs.d --- dependall-usr.sbin --- # create racoon/vendorid.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f vendorid.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/vendorid.c && mv -f vendorid.d.tmp vendorid.d --- dependall-sys --- --- dependall-nilfs --- --- nilfs_vfsops.o --- # compile nilfs/nilfs_vfsops.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nilfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/nilfs/nilfs_vfsops.c -o nilfs_vfsops.o --- dependall-lua --- --- ldo.o --- # compile lua/ldo.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src/ldo.c -o ldo.o --- dependall-usr.sbin --- --- dependall-npf --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x npf_test_subr.o --- libnpftest.a --- # build libnpftest/libnpftest.a rm -f libnpftest.a for renameobj in npf_test_subr.o npf_mbuf_subr.o npf_nbuf_test.o npf_bpf_test.o npf_table_test.o npf_gc_test.o npf_state_test.o npf_rule_test.o npf_nat_test.o npf_perf_test.o; do /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-nm -go ${renameobj} | /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbawk ' $NF!~/^''(rump|RUMP|__|_GLOBAL_OFFSET_TABLE|\.TOC\.'')/ {s=$NF;sub(/^''/, "&rumpns_", s); print $NF, s}' | sort | uniq > renametab.${renameobj}; /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy --preserve-dates --redefine-syms renametab.${renameobj} ${renameobj}; rm -f renametab.${renameobj}; done --- dependall-sys --- --- dependall-nfsserver --- --- nfs_syscalls.d --- # create nfsserver/nfs_syscalls.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f nfs_syscalls.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_syscalls.c && mv -f nfs_syscalls.d.tmp nfs_syscalls.d --- dependall-nilfs --- --- nilfs_vnops.o --- # compile nilfs/nilfs_vnops.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nilfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/nilfs/nilfs_vnops.c -o nilfs_vnops.o --- dependall-usr.sbin --- --- dependall-racoon --- --- vmbuf.d --- # create racoon/vmbuf.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f vmbuf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c && mv -f vmbuf.d.tmp vmbuf.d --- dependall-npf --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-ar crsD libnpftest.a `NM=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-nm NM=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-nm MKTEMP=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmktemp /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nblorder npf_test_subr.o npf_mbuf_subr.o npf_nbuf_test.o npf_bpf_test.o npf_table_test.o npf_gc_test.o npf_state_test.o npf_rule_test.o npf_nat_test.o npf_perf_test.o | /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbtsort -q` --- dependall-racoon --- --- .depend --- # create racoon/.depend rm -f .depend CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend admin.d algorithm.d backupsa.d cfparse.d cftoken.d crypto_openssl.d dnssec.d evt.d genlist.d getcertsbyname.d grabmyaddr.d gssapi.d handler.d ipsec_doi.d isakmp.d isakmp_agg.d isakmp_base.d isakmp_cfg.d isakmp_frag.d isakmp_ident.d isakmp_inf.d isakmp_newg.d isakmp_quick.d isakmp_unity.d isakmp_xauth.d localconf.d logger.d main.d misc.d nattraversal.d oakley.d pfkey.d plog.d policy.d privsep.d proposal.d prsa_par.d prsa_tok.d remoteconf.d rsalist.d safefile.d sainfo.d schedule.d session.d sockmisc.d str2val.d strnames.d throttle.d vendorid.d vmbuf.d --- dependall-npf --- --- npfstream.d --- --- dependall-racoon --- --- dependall --- --- dependall-npf --- # create npftest/npfstream.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npfstream.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/npfstream.c && mv -f npfstream.d.tmp npfstream.d --- dependall-sys --- --- dependall-nfsserver --- --- .depend --- # create nfsserver/.depend rm -f .depend CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-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-msdos --- --- msdosfs_vfsops.o --- # compile msdos/msdosfs_vfsops.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_vfsops.c -o msdosfs_vfsops.o --- dependall-usr.sbin --- --- dependall-racoon --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir" > .gdbinit --- racoon.html8 --- --- dependall-npf --- --- npftest.d --- --- dependall-racoon --- # format racoon/racoon.html8 if test "" != "yes"; then /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.00.09.17-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/2023.08.19.00.09.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/racoon.8 > racoon.html8.tmp && mv -f racoon.html8.tmp racoon.html8; fi --- dependall-npf --- # create npftest/npftest.d --- dependall-pf --- --- pf_print_state.o --- --- dependall-npf --- CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npftest.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/npftest.c && mv -f npftest.d.tmp npftest.d --- dependall-pf --- # compile pfctl/pf_print_state.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pf_print_state.c -o pf_print_state.o --- dependall-racoon --- --- racoon.conf.html5 --- # format racoon/racoon.conf.html5 if test "" != "yes"; then /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.00.09.17-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/2023.08.19.00.09.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.00.09.17-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-sys --- --- dependall-nfsserver --- --- nfs_export.o --- # compile nfsserver/nfs_export.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_export.c -o nfs_export.o --- dependall-lfs --- --- lfs_subr.o --- # compile lfs/lfs_subr.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/ufs/lfs/lfs_subr.c -o lfs_subr.o --- dependall-usr.sbin --- --- main.o --- # compile racoon/main.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/main.c -o main.o --- dependall-npf --- --- .depend --- # create npftest/.depend rm -f .depend CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend npfstream.d npftest.d --- dependall --- --- dependall-plainrsa-gen --- --- plainrsa-gen --- # link plainrsa-gen/plainrsa-gen /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o plainrsa-gen plainrsa-gen.o plog.o crypto_openssl.o logger.o vmbuf.o misc.o rsalist.o sockmisc.o genlist.o prsa_tok.o prsa_par.o -Wl,-rpath-link,/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/lib -L=/lib -lcrypto -lipsec --- dependall-npf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir" > .gdbinit --- all-libnpftest --- all ===> usr.sbin/npf/npftest/libnpftest --- dependall-sys --- --- dependall-nilfs --- --- nilfs_subr.o --- # compile nilfs/nilfs_subr.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nilfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/nilfs/nilfs_subr.c -o nilfs_subr.o --- dependall-usr.sbin --- --- npftest.o --- # compile npftest/npftest.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/npftest.c -o npftest.o --- npfstream.o --- # compile npftest/npfstream.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npftest/npfstream.c -o npfstream.o --- dependall-sys --- --- dependall-nfsserver --- --- nfs_serv.o --- # compile nfsserver/nfs_serv.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_serv.c -o nfs_serv.o --- dependall-lfs --- --- lfs_alloc.o --- # compile lfs/lfs_alloc.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/ufs/lfs/lfs_alloc.c -o lfs_alloc.o --- dependall-lua --- --- ldump.o --- # compile lua/ldump.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src/ldump.c -o ldump.o --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl_altq.o --- # compile pfctl/pfctl_altq.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_altq.c -o pfctl_altq.o --- dependall-racoon --- --- session.o --- # compile racoon/session.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/session.c -o session.o --- dependall-external --- --- genautomata.lo --- # compile backend/genautomata.lo c++ -O -std=gnu++98 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/obj/external/gpl3/gcc.old/usr.bin/backend -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin/backend/.. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/obj/external/gpl3/gcc.old/usr.bin/host-libiberty/libiberty -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/riscv64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DGENERATOR_FILE -c -o genautomata.lo.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/genautomata.c --- dependall-sys --- --- dependall-npf --- --- dependall-usr.sbin --- --- dependall-npf --- --- npftest --- --- dependall-sys --- dependall ===> sys/modules/npf --- dependall-usr.sbin --- # link npftest/npftest /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o npftest npftest.o npfstream.o -Wl,-rpath-link,/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir/lib -L=/lib -L/tmp/build/2023.08.19.00.09.17-riscv-riscv64/obj/usr.sbin/npf/npftest/libnpftest -lnpftest -lrump -lrumpvfs_nofifofs -lrumpvfs -lrumpuser -lrumpnet -lrumpnet_net -lrumpdev_bpf -lrumpkern_nv -lrumpnet_npf -lpcap -lpthread -L/tmp/build/2023.08.19.00.09.17-riscv-riscv64/obj/external/bsd/libnv/lib -lnv --- dependall-sys --- --- dependall-nfsserver --- --- nfs_srvcache.o --- # compile nfsserver/nfs_srvcache.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_srvcache.c -o nfs_srvcache.o --- dependall-npf --- --- ioconf.c --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbconfig -b /tmp/build/2023.08.19.00.09.17-riscv-riscv64/obj/sys/modules/npf -s /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf/npf.ioconf --- dependall-usr.sbin --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbpaxctl +m npftest --- dependall --- --- dependall-sys --- touch ioconf.c ioconf.h locators.h --- dependall-usr.sbin --- --- npf.html7 --- # format npf/npf.html7 --- dependall-sys --- --- dnvlist.d --- --- dependall-usr.sbin --- if test "" != "yes"; then /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npf.7 > npf.html7.tmp && mv -f npf.html7.tmp npf.html7; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npf.7 > npf.html7.tmp && mv -f npf.html7.tmp npf.html7; fi --- dependall-sys --- # create npf/dnvlist.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f dnvlist.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist//dnvlist.c && mv -f dnvlist.d.tmp dnvlist.d --- dependall-usr.sbin --- --- npf-params.html7 --- # format npf/npf-params.html7 if test "" != "yes"; then /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npf-params.7 > npf-params.html7.tmp && mv -f npf-params.html7.tmp npf-params.html7; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/npf/npf-params.7 > npf-params.html7.tmp && mv -f npf-params.html7.tmp npf-params.html7; fi --- dependall-sys --- --- dependall-msdos --- --- msdosfs_vnops.o --- # compile msdos/msdosfs_vnops.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_vnops.c -o msdosfs_vnops.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp.o --- # compile racoon/isakmp.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp.c -o isakmp.o --- dependall-sys --- --- dependall-npf --- --- ioconf.d --- # create npf/ioconf.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-nilfs --- --- nilfs.kmod --- # link nilfs/nilfs.kmod /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.08.19.00.09.17-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-lfs --- --- lfs_balloc.o --- --- dependall-lua --- --- lfunc.o --- # compile lua/lfunc.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lfunc.c -o lfunc.o --- dependall-lfs --- # compile lfs/lfs_balloc.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/ufs/lfs/lfs_balloc.c -o lfs_balloc.o --- dependall-npf_alg_icmp --- dependall ===> sys/modules/npf_alg_icmp --- dependall-npf --- --- lpm.d --- # create npf/lpm.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f lpm.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/lpm.c && mv -f lpm.d.tmp lpm.d --- dependall-npf_alg_icmp --- --- npf_alg_icmp.d --- # create npf_alg_icmp/npf_alg_icmp.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_alg_icmp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf_alg_icmp -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_alg_icmp.c && mv -f npf_alg_icmp.d.tmp npf_alg_icmp.d --- dependall-npf_ext_log --- --- dependall-npf --- --- npf.d --- --- dependall-npf_ext_log --- dependall ===> sys/modules/npf_ext_log --- dependall-npf --- # create npf/npf.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf.c && mv -f npf.d.tmp npf.d --- dependall-npf_ext_log --- --- npf_ext_log.d --- # create npf_ext_log/npf_ext_log.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_ext_log.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf_ext_log -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_ext_log.c && mv -f npf_ext_log.d.tmp npf_ext_log.d --- dependall-nfs --- --- nfs_vnops.o --- # compile nfs/nfs_vnops.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_vnops.c -o nfs_vnops.o --- dependall-npf_alg_icmp --- --- .depend --- # create npf_alg_icmp/.depend rm -f .depend CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .d -d -f .depend npf_alg_icmp.d --- dependall --- --- dependall-npf --- --- npf_alg.d --- # create npf/npf_alg.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_alg.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_alg.c && mv -f npf_alg.d.tmp npf_alg.d --- dependall-external --- --- dependall-gdb --- --- abbrev-cache.o --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x abbrev-cache.o --- dependall-sys --- --- dependall-lua --- --- lgc.o --- --- dependall-npf_ext_normalize --- --- dependall-lua --- # compile lua/lgc.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lgc.c -o lgc.o --- dependall-npf_ext_normalize --- dependall ===> sys/modules/npf_ext_normalize --- dependall-npf_alg_icmp --- --- npf_alg_icmp.o --- --- dependall-npf_ext_log --- --- .depend --- --- dependall-npf_alg_icmp --- # compile npf_alg_icmp/npf_alg_icmp.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -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/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf_alg_icmp -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_alg_icmp.c -o npf_alg_icmp.o --- dependall-npf_ext_log --- # create npf_ext_log/.depend rm -f .depend CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .d -d -f .depend npf_ext_log.d --- dependall --- --- dependall-npf_ext_normalize --- --- npf_ext_normalize.d --- # create npf_ext_normalize/npf_ext_normalize.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_ext_normalize.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf_ext_normalize -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_ext_normalize.c && mv -f npf_ext_normalize.d.tmp npf_ext_normalize.d --- dependall-lua --- --- llex.o --- # compile lua/llex.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src/llex.c -o llex.o --- dependall-msdos --- --- msdosfs_unicode.o --- # compile msdos/msdosfs_unicode.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/msdos -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/msdosfs/msdosfs_unicode.c -o msdosfs_unicode.o --- dependall-nfsserver --- --- nfs_srvsubs.o --- # compile nfsserver/nfs_srvsubs.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_srvsubs.c -o nfs_srvsubs.o --- dependall-npf --- --- npf_bpf.d --- # create npf/npf_bpf.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_bpf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_bpf.c && mv -f npf_bpf.d.tmp npf_bpf.d --- dependall-lua --- --- lmem.o --- # compile lua/lmem.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lmem.c -o lmem.o --- dependall-npf --- --- npf_conf.d --- # create npf/npf_conf.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_conf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_conf.c && mv -f npf_conf.d.tmp npf_conf.d --- dependall-npf_ext_log --- --- npf_ext_log.o --- # compile npf_ext_log/npf_ext_log.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -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/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf_ext_log -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_ext_log.c -o npf_ext_log.o --- dependall-npf_ext_normalize --- --- .depend --- # create npf_ext_normalize/.depend rm -f .depend CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .d -d -f .depend npf_ext_normalize.d --- dependall --- --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl_osfp.o --- # compile pfctl/pfctl_osfp.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -c -Wno-format-truncation /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_osfp.c -o pfctl_osfp.o --- dependall-sys --- --- dependall-npf --- --- npf_conn.d --- # create npf/npf_conn.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_conn.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_conn.c && mv -f npf_conn.d.tmp npf_conn.d --- dependall-npf_ext_normalize --- --- npf_ext_normalize.o --- # compile npf_ext_normalize/npf_ext_normalize.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -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/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf_ext_normalize -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_ext_normalize.c -o npf_ext_normalize.o --- dependall-usr.sbin --- --- dependall-pflogd --- dependall ===> usr.sbin/pf/pflogd --- pflogd.d --- # create pflogd/pflogd.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f pflogd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pflogd -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.c && mv -f pflogd.d.tmp pflogd.d --- dependall-sys --- --- dependall-npf --- --- npf_conndb.d --- # create npf/npf_conndb.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_conndb.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_conndb.c && mv -f npf_conndb.d.tmp npf_conndb.d --- dependall-lua --- --- lobject.o --- # compile lua/lobject.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lobject.c -o lobject.o --- dependall-nfsserver --- --- nfs_srvsocket.o --- # compile nfsserver/nfs_srvsocket.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DNFSSERVER -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/nfsserver -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/nfs/nfs_srvsocket.c -o nfs_srvsocket.o --- dependall-npf_alg_icmp --- --- npf_alg_icmp.kmod --- # link npf_alg_icmp/npf_alg_icmp.kmod /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.08.19.00.09.17-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-usr.sbin --- --- privsep.d --- # create pflogd/privsep.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f privsep.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pflogd -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pflogd/privsep.c && mv -f privsep.d.tmp privsep.d --- dependall-sys --- --- dependall-npf_ext_rndblock --- dependall ===> sys/modules/npf_ext_rndblock --- dependall-npf --- --- npf_connkey.d --- # create npf/npf_connkey.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_connkey.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_connkey.c && mv -f npf_connkey.d.tmp npf_connkey.d --- dependall-npf_ext_log --- --- npf_ext_log.kmod --- # link npf_ext_log/npf_ext_log.kmod /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.08.19.00.09.17-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-npf_ext_rndblock --- --- npf_ext_rndblock.d --- # create npf_ext_rndblock/npf_ext_rndblock.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_ext_rndblock.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf_ext_rndblock -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_ext_rndblock.c && mv -f npf_ext_rndblock.d.tmp npf_ext_rndblock.d --- dependall-ntfs --- dependall ===> sys/modules/ntfs --- dependall-usr.sbin --- --- privsep_fdpass.d --- --- dependall-sys --- --- dependall-lfs --- --- lfs_bio.o --- --- dependall-usr.sbin --- # create pflogd/privsep_fdpass.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f privsep_fdpass.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pflogd -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-stack-protector /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pflogd/privsep_fdpass.c && mv -f privsep_fdpass.d.tmp privsep_fdpass.d --- dependall-sys --- # compile lfs/lfs_bio.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/ufs/lfs/lfs_bio.c -o lfs_bio.o --- dependall-npf --- --- npf_ctl.d --- # create npf/npf_ctl.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_ctl.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_ctl.c && mv -f npf_ctl.d.tmp npf_ctl.d --- dependall-ntfs --- --- ntfs_compr.d --- # create ntfs/ntfs_compr.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f ntfs_compr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ntfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/ntfs/ntfs_compr.c && mv -f ntfs_compr.d.tmp ntfs_compr.d --- dependall-npf_ext_normalize --- --- npf_ext_normalize.kmod --- --- dependall-usr.sbin --- --- .depend --- --- dependall-sys --- # link npf_ext_normalize/npf_ext_normalize.kmod /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=npf_ext_normalize.kmod.map -o npf_ext_normalize.kmod npf_ext_normalize.o --- dependall-usr.sbin --- # create pflogd/.depend rm -f .depend CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend pflogd.d privsep.d privsep_fdpass.d --- dependall-sys --- --- dependall-npf_ext_rndblock --- --- .depend --- --- dependall-lua --- --- lopcodes.o --- --- dependall-usr.sbin --- --- dependall --- --- dependall-sys --- --- dependall-npf_ext_rndblock --- # create npf_ext_rndblock/.depend rm -f .depend --- dependall-lua --- # compile lua/lopcodes.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lopcodes.c -o lopcodes.o --- dependall-npf_ext_rndblock --- CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -s .o\ .d -d -f .depend npf_ext_rndblock.d --- dependall --- --- dependall-null --- dependall ===> sys/modules/null --- dependall-msdos --- --- msdos.kmod --- # link msdos/msdos.kmod /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.08.19.00.09.17-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 --- --- .gdbinit --- rm -f .gdbinit --- dependall-sys --- --- dependall-ntfs --- --- ntfs_conv.d --- --- dependall-usr.sbin --- echo "set solib-absolute-prefix /tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir" > .gdbinit --- pflogd.html8 --- --- dependall-sys --- # create ntfs/ntfs_conv.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f ntfs_conv.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ntfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/ntfs/ntfs_conv.c && mv -f ntfs_conv.d.tmp ntfs_conv.d --- dependall-npf --- --- npf_handler.d --- # create npf/npf_handler.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_handler.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_handler.c && mv -f npf_handler.d.tmp npf_handler.d --- dependall-usr.sbin --- # format pflogd/pflogd.html8 if test "" != "yes"; then /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.8 > pflogd.html8.tmp && mv -f pflogd.html8.tmp pflogd.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.8 > pflogd.html8.tmp && mv -f pflogd.html8.tmp pflogd.html8; fi --- dependall-sys --- --- dependall-onewire --- dependall ===> sys/modules/onewire --- dependall-usr.sbin --- --- pflogd.o --- # compile pflogd/pflogd.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pflogd -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.c -o pflogd.o --- dependall-sys --- --- dependall-null --- --- null_vfsops.d --- # create null/null_vfsops.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f null_vfsops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/null -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/miscfs/nullfs/null_vfsops.c && mv -f null_vfsops.d.tmp null_vfsops.d --- dependall-usr.sbin --- --- dependall-pfs --- dependall ===> usr.sbin/pf/pfs --- dependall-sys --- --- dependall-npf_ext_rndblock --- --- npf_ext_rndblock.o --- # compile npf_ext_rndblock/npf_ext_rndblock.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -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/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf_ext_rndblock -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_ext_rndblock.c -o npf_ext_rndblock.o --- dependall-usr.sbin --- --- token.c --- --- dependall-sys --- --- dependall-onewire --- --- ioconf.c --- --- dependall-usr.sbin --- # lex pfs/token.c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nblex -otoken.c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/pf/pfs/token.l --- dependall-sys --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbconfig -b /tmp/build/2023.08.19.00.09.17-riscv-riscv64/obj/sys/modules/onewire -s /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/onewire/onewire.ioconf --- dependall-ntfs --- --- ntfs_ihash.d --- # create ntfs/ntfs_ihash.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f ntfs_ihash.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/ntfs -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/fs/ntfs/ntfs_ihash.c && mv -f ntfs_ihash.d.tmp ntfs_ihash.d --- dependall-usr.sbin --- --- parse.c --- # yacc pfs/parse.c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbyacc -d -o parse.c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/pf/pfs/parse.y --- parse.d --- # create pfs/parse.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f parse.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/dist/pf -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/pf/pfs -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir parse.c && mv -f parse.d.tmp parse.d --- dependall-pflogd --- /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.c: In function 'try_reset_dump': /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.c:352:23: error: 'pcap_t' {aka 'struct pcap'} has no member named 'tzoff' 352 | hdr.thiszone = hpcap->tzoff; | ^~ --- dependall-sys --- --- dependall-npf --- --- npf_if.d --- # create npf/npf_if.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f npf_if.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/npf -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/net/npf/npf_if.c && mv -f npf_if.d.tmp npf_if.d --- dependall-null --- --- null_vnops.d --- --- dependall-usr.sbin --- --- privsep.o --- --- dependall-sys --- # create null/null_vnops.d CC=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/nbmkdep -f null_vnops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/modules/null -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys/miscfs/nullfs/null_vnops.c && mv -f null_vnops.d.tmp null_vnops.d --- dependall-usr.sbin --- # compile pflogd/privsep.o /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pflogd -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pflogd/privsep.c -o privsep.o --- dependall-sys --- --- dependall-onewire --- touch ioconf.c ioconf.h locators.h --- dependall-usr.sbin --- --- pflogd.o --- *** Failed target: pflogd.o *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " pflogd/pflogd.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2023.08.19.00.09.17-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.00.09.17-riscv-riscv64/destdir -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pflogd -I/tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.c -o pflogd.o ${CTFCONVERT_RUN} => *** [pflogd.o] Error code 1 nbmake[5]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin --- dependall-sys --- nbmake[5]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/sys --- dependall-usr.sbin --- --- dependall-racoon --- nbmake[6]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin/racoon --- dependall-sys --- nbmake[4]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src --- dependall-external --- --- dependall-gcc.old --- nbmake[8]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin --- dependall-usr.sbin --- nbmake[5]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/usr.sbin --- dependall-external --- nbmake[7]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gcc.old nbmake[6]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3 --- dependall-usr.sbin --- nbmake[4]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src --- dependall-external --- --- dependall-gdb --- nbmake[9]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb nbmake[8]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb/lib nbmake[7]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3/gdb nbmake[6]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external/gpl3 nbmake[5]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src/external nbmake[4]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src nbmake[3]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src nbmake[2]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src nbmake[1]: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src nbmake: stopped in /tmp/build/2023.08.19.00.09.17-riscv-riscv64/src ERROR: Failed to make release *** BUILD ABORTED *** 774.81 real 6189.55 user 1630.90 sys