Last 2000 lines of build log: from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/evp.h:1348:22: note: declared here 1348 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_get_x509sign': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1021:2: warning: 'EVP_PKEY_get0_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1021 | sig = eay_rsa_sign(src, __UNCONST(EVP_PKEY_get0_RSA(evp))); | ^~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:22, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/evp.h:1348:22: note: declared here 1348 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_rsa_sign': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1043:2: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1043 | len = RSA_size(rsa); | ^~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1049:2: warning: 'RSA_private_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1049 | len = RSA_private_encrypt(src->l, (unsigned char *) src->v, | ^~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/rsa.h:285:5: note: declared here 285 | int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_rsa_verify': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1070:2: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1070 | len = RSA_size(rsa); | ^~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1077:2: warning: 'RSA_public_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1077 | len = RSA_public_decrypt(sig->l, (unsigned char *) sig->v, | ^~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/rsa.h:288:5: note: declared here 288 | int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_strerror': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1110:2: warning: 'ERR_get_error_line_data' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1110 | while ((l = ERR_get_error_line_data(&file, &line, &data, &flags)) != 0){ | ^~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/engine.h:31, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/err.h:424:15: note: declared here 424 | unsigned long ERR_get_error_line_data(const char **file, int *line, | ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_des_weakkey': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1235:2: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1235 | return DES_is_weak_key((void *)key->v); | ^~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:61: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/des.h:178:27: note: declared here 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_idea_encrypt': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1259:2: warning: 'IDEA_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1259 | idea_set_encrypt_key((unsigned char *)key->v, &ks); | ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:73: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/idea.h:45:28: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 void IDEA_set_encrypt_key(const unsigned char *key, | ^~~~~~~~~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1266:2: warning: 'IDEA_cbc_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1266 | idea_cbc_encrypt((unsigned char *)data->v, (unsigned char *)res->v, data->l, | ^~~~~~~~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:73: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/idea.h:49:28: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 void IDEA_cbc_encrypt(const unsigned char *in, | ^~~~~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_idea_decrypt': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1279:2: warning: 'IDEA_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1279 | idea_set_encrypt_key((unsigned char *)key->v, &ks); | ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:73: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/idea.h:45:28: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 void IDEA_set_encrypt_key(const unsigned char *key, | ^~~~~~~~~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1280:2: warning: 'IDEA_set_decrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1280 | idea_set_decrypt_key(&ks, &dks); | ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:73: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/idea.h:47:28: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 void IDEA_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, | ^~~~~~~~~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1287:2: warning: 'IDEA_cbc_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1287 | idea_cbc_encrypt((unsigned char *)data->v, (unsigned char *)res->v, data->l, | ^~~~~~~~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:73: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/idea.h:49:28: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 void IDEA_cbc_encrypt(const unsigned char *in, | ^~~~~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_3des_weakkey': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1433:2: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1433 | return (DES_is_weak_key((void *)key->v) || | ^~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:61: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/des.h:178:27: note: declared here 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1434:6: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1434 | DES_is_weak_key((void *)(key->v + 8)) || | ^~~~~~~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:61: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/des.h:178:27: note: declared here 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1435:6: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1435 | DES_is_weak_key((void *)(key->v + 16))); | ^~~~~~~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:61: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/des.h:178:27: note: declared here 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmac_init': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1731:2: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1731 | HMAC_CTX *c = HMAC_CTX_new(); | ^~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/hmac.h:33:33: note: declared here 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); | ^~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1733:2: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1733 | HMAC_Init_ex(c, key->v, key->l, md, NULL); | ^~~~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_512_update': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1797:2: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1797 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_512_final': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1811:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1811 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1813:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1813 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_update': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1847:2: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1847 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_final': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1861:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1861 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1863:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1863 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_update': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1897:2: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1897 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_final': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1911:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1911 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1913:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1913 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_update': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1948:2: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1948 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_final': /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1962:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1962 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_update': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_final': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_init': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_update': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_final': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_init': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_update': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_final': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_init': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_update': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_final': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_init': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_update': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_final': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_init': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_update': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_final': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_generate': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/dh.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/dh.h:259:27: note: declared here 259 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/dh.h:273:27: note: declared here 273 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); --- dependall-sys --- --- dependall-npf_alg_icmp --- --- npf_alg_icmp.o --- --- dependall-usr.sbin --- | ^~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/dh.h:227:27: note: declared here 227 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh); | ^~~~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/dh.h:260:28: note: declared here 260 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/dh.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_compute': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/dh.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/dh.h:273:27: note: declared here 273 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); | ^~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/dh.h:259:27: note: declared here 259 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/dh.h:262:27: note: declared here 262 | OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); | ^~~~~~~~~~~ --- dependall-sys --- # compile npf_alg_icmp/npf_alg_icmp.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf_alg_icmp -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_alg_icmp.c -o npf_alg_icmp.o --- dependall-usr.sbin --- /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/dh.h:228:27: note: declared here 228 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key, | ^~~~~~~~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/dh.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_init': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'binbuf_pubkey2rsa': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-sys --- --- dependall-nfs --- --- krpc_subr.o --- --- dependall-lfs --- --- ulfs_inode.o --- --- dependall-nfs --- # compile nfs/krpc_subr.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/krpc_subr.c -o krpc_subr.o --- dependall-lfs --- # compile lfs/ulfs_inode.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/ufs/lfs/ulfs_inode.c -o ulfs_inode.o --- ulfs_lookup.o --- # compile lfs/ulfs_lookup.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/ufs/lfs/ulfs_lookup.c -o ulfs_lookup.o --- dependall-npf --- --- npf_conf.d --- # create npf/npf_conf.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_conf.c && mv -f npf_conf.d.tmp npf_conf.d --- npf_conn.d --- # create npf/npf_conn.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_conn.c && mv -f npf_conn.d.tmp npf_conn.d --- npf_conndb.d --- --- dependall-lfs --- --- ulfs_snapshot.o --- --- dependall-npf --- # create npf/npf_conndb.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -is--- dependall-lfs --- # compile lfs/ulfs_snapshot.o --- dependall-npf --- ystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_conndb.c && mv -f npf_conndb.d.tmp npf_conndb.d --- dependall-lfs --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/ufs/lfs/ulfs_snapshot.c -o ulfs_snapshot.o --- dependall-lua --- --- ltm.o --- # compile lua/ltm.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/sys -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lua -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src/ltm.c -o ltm.o --- dependall-npf --- --- npf_connkey.d --- # create npf/npf_connkey.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_connkey.c && mv -f npf_connkey.d.tmp npf_connkey.d --- dependall-lua --- --- lundump.o --- # compile lua/lundump.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/sys -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lua -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src/lundump.c -o lundump.o --- dependall-nilfs --- --- nilfs_subr.o --- # compile nilfs/nilfs_subr.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nilfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/fs/nilfs/nilfs_subr.c -o nilfs_subr.o --- dependall-npf_alg_icmp --- --- npf_alg_icmp.kmod --- # link npf_alg_icmp/npf_alg_icmp.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=npf_alg_icmp.kmod.map -o npf_alg_icmp.kmod npf_alg_icmp.o --- dependall-nfs --- --- nfs_bio.o --- --- dependall-external --- --- dependall-gdb --- --- ctfread.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x ctfread.o --- dependall-usr.sbin --- --- algorithm.o --- --- dependall-sys --- # compile nfs/nfs_bio.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/nfs_bio.c -o nfs_bio.o --- dependall-usr.sbin --- # compile racoon/algorithm.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/algorithm.c -o algorithm.o --- dependall-external --- --- dbxread.o --- # compile libgdb/dbxread.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -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.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/dbxread.c -o dbxread.o --- dcache.o --- --- dependall-gcc.old --- --- dwarf2asm.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x dwarf2asm.o --- dependall-sys --- --- dependall-lua --- --- lvm.o --- --- dependall-nfs --- --- nfs_boot.o --- --- dependall-external --- --- dependall-gdb --- # compile libgdb/dcache.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -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.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/dcache.c -o dcache.o --- dependall-sys --- # compile nfs/nfs_boot.o --- dependall-lua --- # compile lua/lvm.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/sys -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lua -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src/lvm.c -o lvm.o --- dependall-nfs --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/nfs_boot.c -o nfs_boot.o --- nfs_kq.o --- # compile nfs/nfs_kq.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/nfs_kq.c -o nfs_kq.o --- dependall-external --- --- d-valprint.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x d-valprint.o --- dependall-sys --- --- nfs_node.o --- # compile nfs/nfs_node.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/nfs_node.c -o nfs_node.o --- dependall-usr.bin --- --- dependall-xlint --- --- scan.o --- # compile lint1/scan.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -ftrapv -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.23.22.23-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.23.22.23-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.23.22.23-pmax/src/usr.bin/xlint/lint1/../common -c scan.c -o scan.o --- dependall-sys --- --- dependall-npf --- --- npf_ctl.d --- # create npf/npf_ctl.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_ctl.c && mv -f npf_ctl.d.tmp npf_ctl.d --- dependall-npf_ext_log --- --- dependall-npf --- --- npf_handler.d --- --- dependall-npf_ext_log --- dependall ===> sys/modules/npf_ext_log --- dependall-npf --- # create npf/npf_handler.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_handler.c && mv -f npf_handler.d.tmp npf_handler.d --- dependall-lfs --- --- ulfs_vfsops.o --- # compile lfs/ulfs_vfsops.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/ufs/lfs/ulfs_vfsops.c -o ulfs_vfsops.o --- dependall-external --- --- d-lang.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x d-lang.o --- dependall-sys --- --- dependall-npf_ext_normalize --- dependall ===> sys/modules/npf_ext_normalize --- dependall-npf_ext_log --- --- npf_ext_log.d --- # create npf_ext_log/npf_ext_log.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf_ext_log -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_ext_log.c && mv -f npf_ext_log.d.tmp npf_ext_log.d --- dependall-external --- --- dependall-gcc.old --- --- dwarf2cfi.o --- # compile backend/dwarf2cfi.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/dwarf2cfi.c -o dwarf2cfi.o --- dependall-sys --- --- dependall-npf_ext_normalize --- --- npf_ext_normalize.d --- # create npf_ext_normalize/npf_ext_normalize.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf_ext_normalize -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_ext_normalize.c && mv -f npf_ext_normalize.d.tmp npf_ext_normalize.d --- dependall-nand --- --- nand.kmod --- # link nand/nand.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/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-lfs --- --- ulfs_vnops.o --- --- dependall-external --- --- dwarf2out.o --- --- dependall-sys --- # compile lfs/ulfs_vnops.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/ufs/lfs/ulfs_vnops.c -o ulfs_vnops.o --- dependall-external --- # compile backend/dwarf2out.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c -Wno-maybe-uninitialized /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/dwarf2out.c -o dwarf2out.o --- dependall-sys --- --- dependall-npf --- --- npf_if.d --- # create npf/npf_if.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_if.c && mv -f npf_if.d.tmp npf_if.d --- dependall-npf_ext_log --- --- .depend --- # create npf_ext_log/.depend rm -f .depend CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend npf_ext_log.d --- dependall --- --- dependall-npf_ext_normalize --- --- .depend --- # create npf_ext_normalize/.depend rm -f .depend CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend npf_ext_normalize.d --- dependall-external --- --- dependall-gdb --- --- debug.o --- --- dependall-sys --- --- dependall --- --- dependall-external --- # compile libgdb/debug.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -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.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/debug.c -o debug.o --- dependall-sys --- --- dependall-npf --- --- npf_ifaddr.d --- --- dependall-nilfs --- --- nilfs.kmod --- --- dependall-npf --- # create npf/npf_ifaddr.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f npf_ifaddr.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_ifaddr.c && mv -f npf_ifaddr.d.tmp npf_ifaddr.d --- dependall-nilfs --- # link nilfs/nilfs.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/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-external --- --- dependall-gcc.old --- --- early-remat.o --- # compile backend/early-remat.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/early-remat.c -o early-remat.o --- dependall-gdb --- --- d-namespace.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x d-namespace.o --- dependall-sys --- --- dependall-lua --- --- lzio.o --- # compile lua/lzio.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/sys -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lua -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src/lzio.c -o lzio.o --- dependall-npf --- --- npf_inet.d --- --- dependall-nfsserver --- --- nfs_srvsubs.o --- --- dependall-npf --- # create npf/npf_inet.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f npf_inet.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -Wno-address-of-packed-member /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_inet.c && mv -f npf_inet.d.tmp npf_inet.d --- dependall-nfsserver --- # compile nfsserver/nfs_srvsubs.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFSSERVER -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfsserver -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/nfs_srvsubs.c -o nfs_srvsubs.o --- dependall-usr.sbin --- --- proposal.o --- # compile racoon/proposal.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/proposal.c -o proposal.o --- dependall-external --- --- cu.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x cu.o --- debuginfod-support.o --- # compile libgdb/debuginfod-support.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -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.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/debuginfod-support.c -o debuginfod-support.o --- dependall-sys --- --- dependall-lua --- --- lauxlib.o --- # compile lua/lauxlib.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/sys -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lua -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src/lauxlib.c -o lauxlib.o --- dependall-npf --- --- npf_mbuf.d --- # create npf/npf_mbuf.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f npf_mbuf.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_mbuf.c && mv -f npf_mbuf.d.tmp npf_mbuf.d --- dependall-external --- --- dependall-gcc.old --- --- dumpfile.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x dumpfile.o --- dependall-sys --- --- dependall-nfs --- --- nfs_socket.o --- # compile nfs/nfs_socket.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/nfs_socket.c -o nfs_socket.o --- dependall-npf --- --- npf_nat.d --- --- dependall-npf_ext_log --- --- npf_ext_log.o --- --- dependall-npf --- # create npf/npf_nat.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f npf_nat.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_nat.c && mv -f npf_nat.d.tmp npf_nat.d --- dependall-npf_ext_log --- # compile npf_ext_log/npf_ext_log.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf_ext_log -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_ext_log.c -o npf_ext_log.o --- dependall-npf_ext_normalize --- --- npf_ext_normalize.o --- # compile npf_ext_normalize/npf_ext_normalize.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf_ext_normalize -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_ext_normalize.c -o npf_ext_normalize.o --- dependall-npf_ext_rndblock --- dependall ===> sys/modules/npf_ext_rndblock --- dependall-ipl --- --- ipl.kmod --- # link ipl/ipl.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=ipl.kmod.map -o ipl.kmod fil.o ip_auth.o ip_dstlist.o ip_fil_netbsd.o ip_frag.o ip_htable.o ip_log.o ip_lookup.o ip_nat.o ip_nat6.o ip_pool.o ip_proxy.o ip_scan.o ip_state.o ip_sync.o ip_fil_compat.o radix_ipf.o --- dependall-npf --- --- npf_os.d --- # create npf/npf_os.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f npf_os.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_os.c && mv -f npf_os.d.tmp npf_os.d --- dependall-npf_ext_rndblock --- --- npf_ext_rndblock.d --- # create npf_ext_rndblock/npf_ext_rndblock.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf_ext_rndblock -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_ext_rndblock.c && mv -f npf_ext_rndblock.d.tmp npf_ext_rndblock.d --- dependall-nfsserver --- --- nfs_srvsocket.o --- # compile nfsserver/nfs_srvsocket.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFSSERVER -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfsserver -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/nfs_srvsocket.c -o nfs_srvsocket.o --- dependall-ntfs --- dependall ===> sys/modules/ntfs --- dependall-usr.sbin --- --- sainfo.o --- # compile racoon/sainfo.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/sainfo.c -o sainfo.o --- dependall-external --- --- dependall-gdb --- --- dictionary.o --- # compile libgdb/dictionary.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -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.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/dictionary.c -o dictionary.o --- dependall-sys --- --- ntfs_compr.d --- # create ntfs/ntfs_compr.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/fs/ntfs/ntfs_compr.c && mv -f ntfs_compr.d.tmp ntfs_compr.d --- dependall-npf --- --- npf_params.d --- # create npf/npf_params.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f npf_params.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_params.c && mv -f npf_params.d.tmp npf_params.d --- dependall-npf_ext_rndblock --- --- .depend --- # create npf_ext_rndblock/.depend rm -f .depend CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend npf_ext_rndblock.d --- dependall --- --- dependall-ntfs --- --- ntfs_conv.d --- --- dependall-lfs --- --- lfs.kmod --- --- dependall-ntfs --- # create ntfs/ntfs_conv.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/fs/ntfs/ntfs_conv.c && mv -f ntfs_conv.d.tmp ntfs_conv.d --- dependall-lfs --- # link lfs/lfs.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=lfs.kmod.map -o lfs.kmod lfs_vfsops.o lfs_vnops.o lfs_subr.o lfs_alloc.o lfs_balloc.o lfs_bio.o lfs_cksum.o lfs_debug.o lfs_inode.o lfs_pages.o lfs_segment.o lfs_rename.o lfs_syscalls.o lfs_itimes.o ulfs_bmap.o ulfs_dirhash.o ulfs_inode.o ulfs_lookup.o ulfs_snapshot.o ulfs_vfsops.o ulfs_vnops.o --- dependall-npf_ext_log --- --- npf_ext_log.kmod --- # link npf_ext_log/npf_ext_log.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/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_normalize --- --- npf_ext_normalize.kmod --- # link npf_ext_normalize/npf_ext_normalize.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=npf_ext_normalize.kmod.map -o npf_ext_normalize.kmod npf_ext_normalize.o --- dependall-nfs --- --- nfs_subs.o --- --- dependall-usr.sbin --- --- strnames.o --- --- dependall-sys --- # compile nfs/nfs_subs.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/nfs_subs.c -o nfs_subs.o --- dependall-npf --- --- npf_portmap.d --- --- dependall-usr.sbin --- # compile racoon/strnames.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/strnames.c -o strnames.o --- dependall-sys --- # create npf/npf_portmap.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f npf_portmap.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_portmap.c && mv -f npf_portmap.d.tmp npf_portmap.d --- dependall-npf_ext_rndblock --- --- npf_ext_rndblock.o --- --- dependall-ntfs --- --- ntfs_ihash.d --- --- dependall-npf_ext_rndblock --- # compile npf_ext_rndblock/npf_ext_rndblock.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf_ext_rndblock -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_ext_rndblock.c -o npf_ext_rndblock.o --- dependall-external --- --- disasm.o --- --- dependall-sys --- --- dependall-ntfs --- # create ntfs/ntfs_ihash.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/fs/ntfs/ntfs_ihash.c && mv -f ntfs_ihash.d.tmp ntfs_ihash.d --- dependall-external --- # compile libgdb/disasm.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -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.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/disasm.c -o disasm.o --- dependall-sys --- --- dependall-nfsserver --- --- nfs_syscalls.o --- # compile nfsserver/nfs_syscalls.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFSSERVER -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfsserver -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/nfs_syscalls.c -o nfs_syscalls.o --- dependall-ntfs --- --- ntfs_subr.d --- --- dependall-npf --- --- npf_rproc.d --- --- dependall-ntfs --- # create ntfs/ntfs_subr.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f ntfs_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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/fs/ntfs/ntfs_subr.c && mv -f ntfs_subr.d.tmp ntfs_subr.d --- dependall-npf --- # create npf/npf_rproc.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f npf_rproc.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_rproc.c && mv -f npf_rproc.d.tmp npf_rproc.d --- dependall-lua --- --- lbaselib.o --- # compile lua/lbaselib.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/sys -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lua -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src/lbaselib.c -o lbaselib.o --- dependall-external --- --- displaced-stepping.o --- --- dependall-sys --- --- dependall-null --- --- dependall-external --- # compile libgdb/displaced-stepping.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -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.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/displaced-stepping.c -o displaced-stepping.o --- dependall-sys --- dependall ===> sys/modules/null --- dependall-usr.bin --- --- lint1 --- # link lint1/lint1 /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -pie -shared-libgcc -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.11.21.23.22.23-pmax/destdir/lib -L=/lib -lm -ll --- dependall-sys --- --- dependall-ntfs --- --- ntfs_vfsops.d --- # create ntfs/ntfs_vfsops.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f ntfs_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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/fs/ntfs/ntfs_vfsops.c && mv -f ntfs_vfsops.d.tmp ntfs_vfsops.d --- dependall-null --- --- null_vfsops.d --- --- dependall-npf --- --- npf_ruleset.d --- --- dependall-null --- # create null/null_vfsops.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/null -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/nullfs/null_vfsops.c && mv -f null_vfsops.d.tmp null_vfsops.d --- dependall-npf --- # create npf/npf_ruleset.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f npf_ruleset.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_ruleset.c && mv -f npf_ruleset.d.tmp npf_ruleset.d --- dependall-npf_ext_rndblock --- --- npf_ext_rndblock.kmod --- # link npf_ext_rndblock/npf_ext_rndblock.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=npf_ext_rndblock.kmod.map -o npf_ext_rndblock.kmod npf_ext_rndblock.o --- dependall-usr.bin --- --- dependall --- --- dependall-sys --- --- dependall-lua --- --- lcorolib.o --- --- dependall-onewire --- --- dependall-lua --- # compile lua/lcorolib.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/sys -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lua -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src/lcorolib.c -o lcorolib.o --- dependall-onewire --- dependall ===> sys/modules/onewire --- dependall-usr.bin --- --- dependall --- --- dependall-external --- --- dependall-gcc.old --- --- dse.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x dse.o --- dependall-sys --- --- dependall-npf --- --- npf_sendpkt.d --- # create npf/npf_sendpkt.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f npf_sendpkt.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_sendpkt.c && mv -f npf_sendpkt.d.tmp npf_sendpkt.d --- dependall-opencrypto --- --- dependall-onewire --- --- ioconf.c --- --- dependall-opencrypto --- dependall ===> sys/modules/opencrypto --- dependall-external --- --- dependall-gdb --- --- dtrace-probe.o --- --- dependall-sys --- --- dependall-onewire --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbconfig -b /tmp/build/2023.11.21.23.22.23-pmax/obj/sys/modules/onewire -s /tmp/build/2023.11.21.23.22.23-pmax/src/sys /tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/onewire/onewire.ioconf --- dependall-external --- # compile libgdb/dtrace-probe.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -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.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/dtrace-probe.c -o dtrace-probe.o --- dependall-sys --- touch ioconf.c ioconf.h locators.h --- ioconf.d --- --- dependall-null --- --- null_vnops.d --- --- dependall-lua --- --- ldblib.o --- --- dependall-ntfs --- --- ntfs_vnops.d --- --- dependall-onewire --- # create onewire/ioconf.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/onewire -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/onewire -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-null --- # create null/null_vnops.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/null -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/nullfs/null_vnops.c && mv -f null_vnops.d.tmp null_vnops.d --- dependall-lua --- # compile lua/ldblib.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/sys -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lua -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src/ldblib.c -o ldblib.o --- dependall-ntfs --- # create ntfs/ntfs_vnops.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f ntfs_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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/fs/ntfs/ntfs_vnops.c && mv -f ntfs_vnops.d.tmp ntfs_vnops.d --- dependall-opencrypto --- --- ioconf.c --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbconfig -b /tmp/build/2023.11.21.23.22.23-pmax/obj/sys/modules/opencrypto -s /tmp/build/2023.11.21.23.22.23-pmax/src/sys /tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/opencrypto/opencrypto.ioconf --- dependall-npf --- --- npf_state.d --- # create npf/npf_state.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f npf_state.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_state.c && mv -f npf_state.d.tmp npf_state.d --- dependall-opencrypto --- touch ioconf.c ioconf.h locators.h --- criov.d --- # create opencrypto/criov.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f criov.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/opencrypto -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/opencrypto/criov.c && mv -f criov.d.tmp criov.d --- dependall-usr.sbin --- --- plog.o --- # compile racoon/plog.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/plog.c -o plog.o --- dependall-sys --- --- dependall-onewire --- --- onewire.d --- # create onewire/onewire.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f onewire.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/onewire -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/onewire -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dev/onewire/onewire.c && mv -f onewire.d.tmp onewire.d --- dependall-null --- --- .depend --- # create null/.depend rm -f .depend CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend null_vfsops.d null_vnops.d --- dependall-ntfs --- --- .depend --- # create ntfs/.depend rm -f .depend CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend ntfs_compr.d ntfs_conv.d ntfs_ihash.d ntfs_subr.d ntfs_vfsops.d ntfs_vnops.d --- dependall-null --- --- dependall --- --- dependall-onewire --- --- onewire_bitbang.d --- --- dependall-ntfs --- --- dependall --- --- dependall-onewire --- # create onewire/onewire_bitbang.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f onewire_bitbang.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/onewire -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/onewire -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dev/onewire/onewire_bitbang.c && mv -f onewire_bitbang.d.tmp onewire_bitbang.d --- dependall-opencrypto --- --- crypto.d --- # create opencrypto/crypto.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f crypto.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/opencrypto -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/opencrypto/crypto.c && mv -f crypto.d.tmp crypto.d --- dependall-npf --- --- npf_state_tcp.d --- # create npf/npf_state_tcp.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f npf_state_tcp.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_state_tcp.c && mv -f npf_state_tcp.d.tmp npf_state_tcp.d --- dependall-overlay --- --- dependall-npf --- --- npf_tableset.d --- --- dependall-overlay --- dependall ===> sys/modules/overlay --- dependall-npf --- # create npf/npf_tableset.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f npf_tableset.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_tableset.c && mv -f npf_tableset.d.tmp npf_tableset.d --- dependall-nfs --- --- nfs_iod.o --- # compile nfs/nfs_iod.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/nfs_iod.c -o nfs_iod.o --- dependall-overlay --- --- overlay_vfsops.d --- # create overlay/overlay_vfsops.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f overlay_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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/overlay -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/overlay/overlay_vfsops.c && mv -f overlay_vfsops.d.tmp overlay_vfsops.d --- dependall-onewire --- --- onewire_subr.d --- # create onewire/onewire_subr.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f onewire_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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/onewire -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/onewire -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dev/onewire/onewire_subr.c && mv -f onewire_subr.d.tmp onewire_subr.d --- dependall-ntfs --- --- ntfs_compr.o --- --- dependall-null --- --- null_vfsops.o --- --- dependall-ntfs --- # compile ntfs/ntfs_compr.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/fs/ntfs/ntfs_compr.c -o ntfs_compr.o --- dependall-null --- # compile null/null_vfsops.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/null -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/nullfs/null_vfsops.c -o null_vfsops.o --- dependall-opencrypto --- --- ioconf.d --- --- dependall-npf --- --- npf_worker.d --- --- dependall-opencrypto --- --- xform.d --- --- ioconf.d --- # create opencrypto/ioconf.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/opencrypto -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-npf --- # create npf/npf_worker.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f npf_worker.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_worker.c && mv -f npf_worker.d.tmp npf_worker.d --- dependall-opencrypto --- --- xform.d --- # create opencrypto/xform.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f xform.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/opencrypto -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/opencrypto/xform.c && mv -f xform.d.tmp xform.d --- dependall-external --- --- debug.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x debug.o --- dependall-sys --- --- dependall-nfs --- --- nfs_vnops.o --- # compile nfs/nfs_vnops.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/nfs_vnops.c -o nfs_vnops.o --- dependall-overlay --- --- overlay_vnops.d --- # create overlay/overlay_vnops.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f overlay_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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/overlay -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/overlay/overlay_vnops.c && mv -f overlay_vnops.d.tmp overlay_vnops.d --- dependall-usr.sbin --- --- logger.o --- # compile racoon/logger.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/logger.c -o logger.o --- dependall-sys --- --- dependall-lua --- --- lstrlib.o --- # compile lua/lstrlib.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/sys -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lua -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src/lstrlib.c -o lstrlib.o --- dependall-onewire --- --- .depend --- # create onewire/.depend rm -f .depend CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend ioconf.d onewire.d onewire_bitbang.d onewire_subr.d --- dependall --- --- dependall-npf --- --- nv_kern_netbsd.d --- --- dependall-opencrypto --- --- .depend --- --- dependall-npf --- # create npf/nv_kern_netbsd.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f nv_kern_netbsd.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist//nv_kern_netbsd.c && mv -f nv_kern_netbsd.d.tmp nv_kern_netbsd.d --- dependall-opencrypto --- # create opencrypto/.depend rm -f .depend CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend criov.d crypto.d ioconf.d xform.d --- dependall --- --- dependall-onewire --- --- onewire_subr.o --- --- dependall-overlay --- --- .depend --- --- dependall-usr.sbin --- --- schedule.o --- --- dependall-sys --- --- dependall-onewire --- # compile onewire/onewire_subr.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/onewire -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/onewire -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dev/onewire/onewire_subr.c -o onewire_subr.o --- dependall-overlay --- # create overlay/.depend rm -f .depend --- dependall-usr.sbin --- # compile racoon/schedule.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/schedule.c -o schedule.o --- dependall-sys --- CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend overlay_vfsops.d overlay_vnops.d --- dependall --- --- dependall-npf --- --- nvlist.d --- --- nvpair.d --- --- nvlist.d --- # create npf/nvlist.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f nvlist.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist//nvlist.c && mv -f nvlist.d.tmp nvlist.d --- nvpair.d --- # create npf/nvpair.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f nvpair.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist//nvpair.c && mv -f nvpair.d.tmp nvpair.d --- dependall-usr.sbin --- --- str2val.o --- # compile racoon/str2val.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/str2val.c -o str2val.o --- dependall-sys --- --- dependall-opencrypto --- --- criov.o --- # compile opencrypto/criov.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/opencrypto -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/opencrypto/criov.c -o criov.o --- dependall-overlay --- --- overlay_vfsops.o --- # compile overlay/overlay_vfsops.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/overlay -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/overlay/overlay_vfsops.c -o overlay_vfsops.o --- dependall-null --- --- null_vnops.o --- --- dependall-npf --- --- .depend --- --- dependall-null --- # compile null/null_vnops.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/null -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/nullfs/null_vnops.c -o null_vnops.o --- dependall-npf --- # create npf/.depend rm -f .depend CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend dnvlist.d ioconf.d lpm.d npf.d npf_alg.d npf_bpf.d npf_conf.d npf_conn.d npf_conndb.d npf_connkey.d npf_ctl.d npf_handler.d npf_if.d npf_ifaddr.d npf_inet.d npf_mbuf.d npf_nat.d npf_os.d npf_params.d npf_portmap.d npf_rproc.d npf_ruleset.d npf_sendpkt.d npf_state.d npf_state_tcp.d npf_tableset.d npf_worker.d nv_kern_netbsd.d nvlist.d nvpair.d --- dependall-external --- --- dependall-gcc.old --- --- emit-rtl.o --- # compile backend/emit-rtl.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/emit-rtl.c -o emit-rtl.o --- dependall-sys --- --- dependall-ntfs --- --- ntfs_ihash.o --- --- dependall-npf --- --- dependall --- --- dependall-ntfs --- # compile ntfs/ntfs_ihash.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/fs/ntfs/ntfs_ihash.c -o ntfs_ihash.o --- dependall-onewire --- --- onewire_bitbang.o --- # compile onewire/onewire_bitbang.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/onewire -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/onewire -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dev/onewire/onewire_bitbang.c -o onewire_bitbang.o --- dependall-lua --- --- ltablib.o --- # compile lua/ltablib.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/sys -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lua -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src/ltablib.c -o ltablib.o --- dependall-overlay --- --- overlay_vnops.o --- # compile overlay/overlay_vnops.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/overlay -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/overlay/overlay_vnops.c -o overlay_vnops.o --- dependall-npf --- --- npf.o --- # compile npf/npf.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf.c -o npf.o --- dependall-usr.sbin --- --- safefile.o --- # compile racoon/safefile.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/safefile.c -o safefile.o --- dependall-sys --- --- dependall-null --- --- null.kmod --- # link null/null.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=null.kmod.map -o null.kmod null_vfsops.o null_vnops.o --- dependall-external --- --- dependall-gdb --- --- dummy-frame.o --- # compile libgdb/dummy-frame.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -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.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/dummy-frame.c -o dummy-frame.o --- dependall-sys --- --- dependall-opencrypto --- --- crypto.o --- --- dependall-usr.sbin --- --- backupsa.o --- --- dependall-sys --- # compile opencrypto/crypto.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/opencrypto -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/opencrypto/crypto.c -o crypto.o --- dependall-usr.sbin --- # compile racoon/backupsa.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/backupsa.c -o backupsa.o --- dependall-sys --- --- dependall-onewire --- --- onewire.o --- # compile onewire/onewire.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/onewire -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/onewire -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dev/onewire/onewire.c -o onewire.o --- dependall-nfs --- --- nfs_vfsops.o --- # compile nfs/nfs_vfsops.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/nfs_vfsops.c -o nfs_vfsops.o --- dependall-overlay --- --- overlay.kmod --- # link overlay/overlay.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=overlay.kmod.map -o overlay.kmod overlay_vfsops.o overlay_vnops.o --- dependall-ntfs --- --- ntfs_subr.o --- # compile ntfs/ntfs_subr.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/fs/ntfs/ntfs_subr.c -o ntfs_subr.o --- dependall-owtemp --- dependall ===> sys/modules/owtemp --- dependall-nfs --- --- nfs_bootdhcp.o --- # compile nfs/nfs_bootdhcp.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/nfs_bootdhcp.c -o nfs_bootdhcp.o --- dependall-owtemp --- --- ioconf.c --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbconfig -b /tmp/build/2023.11.21.23.22.23-pmax/obj/sys/modules/owtemp -s /tmp/build/2023.11.21.23.22.23-pmax/src/sys /tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/owtemp/owtemp.ioconf touch ioconf.c ioconf.h locators.h --- dependall-nfsserver --- --- nfsserver.kmod --- --- dependall-owtemp --- --- ioconf.d --- --- dependall-nfsserver --- # link nfsserver/nfsserver.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=nfsserver.kmod.map -o nfsserver.kmod nfs_export.o nfs_serv.o nfs_srvcache.o nfs_srvsubs.o nfs_srvsocket.o nfs_syscalls.o --- dependall-owtemp --- # create owtemp/ioconf.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/onewire -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/owtemp -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-npf --- --- npf_alg.o --- # compile npf/npf_alg.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_alg.c -o npf_alg.o --- dependall-pad --- dependall ===> sys/modules/pad --- dependall-usr.sbin --- --- genlist.o --- # compile racoon/genlist.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/genlist.c -o genlist.o --- dependall-external --- --- dcache.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x dcache.o --- dependall-usr.sbin --- --- rsalist.o --- # compile racoon/rsalist.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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 -Wno-error=deprecated-declarations /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c -o rsalist.o --- dependall-sys --- --- ioconf.c --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbconfig -b /tmp/build/2023.11.21.23.22.23-pmax/obj/sys/modules/pad -s /tmp/build/2023.11.21.23.22.23-pmax/src/sys /tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pad/pad.ioconf --- dependall-owtemp --- --- owtemp.d --- # create owtemp/owtemp.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f owtemp.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/onewire -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/owtemp -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dev/onewire/owtemp.c && mv -f owtemp.d.tmp owtemp.d --- dependall-external --- --- dependall-gcc.old --- --- dwarf2cfi.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x dwarf2cfi.o --- dependall-sys --- --- dependall-pad --- touch ioconf.c ioconf.h locators.h --- ioconf.d --- # create pad/ioconf.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pad -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- pad.d --- --- dependall-lua --- --- lutf8lib.o --- --- dependall-pad --- # create pad/pad.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f pad.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pad -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dev/pad/pad.c && mv -f pad.d.tmp pad.d --- dependall-lua --- # compile lua/lutf8lib.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/sys -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lua -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src/lutf8lib.c -o lutf8lib.o --- dependall-onewire --- --- onewire.kmod --- # link onewire/onewire.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=onewire.kmod.map -o onewire.kmod onewire.o onewire_subr.o onewire_bitbang.o --- dependall-lua --- --- linit.o --- --- dependall-external --- --- dependall-gdb --- --- debuginfod-support.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x debuginfod-support.o --- dependall-sys --- # compile lua/linit.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/sys -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/lua -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../external/mit/lua/dist/src/linit.c -o linit.o --- dependall-opencrypto --- --- xform.o --- --- dependall-owtemp --- --- .depend --- --- dependall-external --- --- dwarf2-frame.o --- --- dependall-sys --- --- dependall-opencrypto --- # compile opencrypto/xform.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/opencrypto -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/opencrypto/xform.c -o xform.o --- dependall-owtemp --- # create owtemp/.depend rm -f .depend --- dependall-external --- # compile libgdb/dwarf2-frame.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -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.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/dwarf2-frame.c -o dwarf2-frame.o --- dependall-sys --- CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend ioconf.d owtemp.d --- dependall --- --- dependall-external --- --- dictionary.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x dictionary.o --- dependall-gcc.old --- --- et-forest.o --- # compile backend/et-forest.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/et-forest.c -o et-forest.o --- except.o --- # compile backend/except.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/except.c -o except.o --- dependall-sys --- --- dependall-pciverbose --- --- dependall-pad --- --- .depend --- --- dependall-pciverbose --- dependall ===> sys/modules/pciverbose --- dependall-pad --- # create pad/.depend rm -f .depend CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend ioconf.d pad.d --- dependall-usr.sbin --- /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dup': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/rsa.h:21, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/destdir/usr/include/openssl/rsa.h:21, from /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_free': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dump_one': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/rsa.h:339:27: note: declared here 339 | OSSL_DEPRECATEDIN_3_0 int RSA_print_fp(FILE *fp, const RSA *r, int offset); | ^~~~~~~~~~~~ --- dependall-sys --- --- dependall --- --- dependall-external --- --- explow.o --- --- dependall-sys --- --- dependall-pciverbose --- --- pci_verbose.d --- # create pciverbose/pci_verbose.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f pci_verbose.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pciverbose -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dev/pci/pci_verbose.c && mv -f pci_verbose.d.tmp pci_verbose.d --- dependall-external --- # compile backend/explow.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/explow.c -o explow.o --- dependall-sys --- --- dependall-npf --- --- npf_conf.o --- # compile npf/npf_conf.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_conf.c -o npf_conf.o --- dependall-owtemp --- --- owtemp.o --- # compile owtemp/owtemp.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/onewire -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/owtemp -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dev/onewire/owtemp.c -o owtemp.o --- dependall-pf --- --- dependall-ppp_bsdcomp --- --- dependall-pf --- dependall ===> sys/modules/pf --- dependall-ppp_bsdcomp --- dependall ===> sys/modules/ppp_bsdcomp --- dependall-pad --- --- pad.o --- --- dependall-ppp_bsdcomp --- --- bsd-comp.d --- --- dependall-pad --- # compile pad/pad.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pad -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dev/pad/pad.c -o pad.o --- dependall-ppp_bsdcomp --- # create ppp_bsdcomp/bsd-comp.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f bsd-comp.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ppp_bsdcomp -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/bsd-comp.c && mv -f bsd-comp.d.tmp bsd-comp.d --- dependall-pciverbose --- --- .depend --- --- dependall-pf --- --- ioconf.c --- --- dependall-pciverbose --- # create pciverbose/.depend rm -f .depend --- dependall-pf --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbconfig -b /tmp/build/2023.11.21.23.22.23-pmax/obj/sys/modules/pf -s /tmp/build/2023.11.21.23.22.23-pmax/src/sys /tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pf/pf.ioconf --- dependall-pciverbose --- CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend pci_verbose.d --- dependall --- --- dependall-usr.sbin --- --- cftoken.o --- # compile racoon/cftoken.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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 cftoken.c -o cftoken.o --- dependall-sys --- --- dependall-lua --- --- lua.kmod --- --- dependall-pf --- touch ioconf.c ioconf.h locators.h --- dependall-lua --- # link lua/lua.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=lua.kmod.map -o lua.kmod lua.o lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lcorolib.o ldblib.o lstrlib.o ltablib.o lutf8lib.o linit.o --- dependall-npf --- --- npf_ctl.o --- --- dependall-pf --- --- if_compat.d --- # create pf/if_compat.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f if_compat.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf/net/if_compat.c && mv -f if_compat.d.tmp if_compat.d --- dependall-npf --- # compile npf/npf_ctl.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_ctl.c -o npf_ctl.o --- dependall-usr.sbin --- --- cfparse.o --- --- dependall-sys --- --- dependall-pciverbose --- --- pci_verbose.o --- --- dependall-usr.sbin --- # compile racoon/cfparse.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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 cfparse.c -o cfparse.o --- dependall-sys --- # compile pciverbose/pci_verbose.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pciverbose -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dev/pci/pci_verbose.c -o pci_verbose.o --- dependall-ppp_bsdcomp --- --- .depend --- # create ppp_bsdcomp/.depend rm -f .depend CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend bsd-comp.d --- dependall --- --- dependall-external --- --- early-remat.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x early-remat.o --- dependall-sys --- --- dependall-opencrypto --- --- opencrypto.kmod --- # link opencrypto/opencrypto.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=opencrypto.kmod.map -o opencrypto.kmod criov.o crypto.o xform.o --- dependall-pf --- --- if_pflog.d --- # create pf/if_pflog.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f if_pflog.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf/net/if_pflog.c && mv -f if_pflog.d.tmp if_pflog.d --- dependall-usr.sbin --- --- prsa_par.o --- # compile racoon/prsa_par.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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 -Wno-error=deprecated-declarations prsa_par.c -o prsa_par.o --- dependall-sys --- --- dependall-owtemp --- --- owtemp.kmod --- # link owtemp/owtemp.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=owtemp.kmod.map -o owtemp.kmod owtemp.o --- dependall-ppp_bsdcomp --- --- bsd-comp.o --- # compile ppp_bsdcomp/bsd-comp.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ppp_bsdcomp -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/--- dependall-external --- --- dependall-gdb --- --- dwz.o --- # compile libgdb/dwz.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -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.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/dwarf2/dwz.c -o dwz.o --- dependall-sys --- build/2023.11.21.23.22.23-pmax/src/sys/net/bsd-comp.c -o bsd-comp.o --- dependall-ppp_deflate --- dependall ===> sys/modules/ppp_deflate --- dependall-usr.sbin --- --- isakmp_xauth.o --- # compile racoon/isakmp_xauth.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c -o isakmp_xauth.o --- dependall-sys --- --- dependall-ntfs --- --- ntfs_vfsops.o --- # compile ntfs/ntfs_vfsops.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/fs/ntfs/ntfs_vfsops.c -o ntfs_vfsops.o --- dependall-pf --- --- ioconf.d --- # create pf/ioconf.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-ppp_deflate --- --- ppp-deflate.d --- # create ppp_deflate/ppp-deflate.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f ppp-deflate.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ppp_deflate -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/ppp-deflate.c && mv -f ppp-deflate.d.tmp ppp-deflate.d --- dependall-pf --- --- pf.d --- # create pf/pf.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f pf.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -Wno-implicit-fallthrough -Wno-address-of-packed-member /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf/net/pf.c && mv -f pf.d.tmp pf.d --- dependall-ppp_deflate --- --- .depend --- # create ppp_deflate/.depend rm -f .depend CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend ppp-deflate.d --- dependall --- --- dependall-usr.sbin --- --- prsa_par.o --- /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsa_parse_file': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsaparse': /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.21.23.22.23-pmax/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ --- dependall-sys --- --- dependall-pf --- --- pf_if.d --- # create pf/pf_if.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f pf_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 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf/net/pf_if.c && mv -f pf_if.d.tmp pf_if.d --- dependall-external --- --- displaced-stepping.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x displaced-stepping.o --- dependall-sys --- --- dependall-pad --- --- pad.kmod --- # link pad/pad.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=pad.kmod.map -o pad.kmod pad.o --- dependall-nfs --- --- nfs_bootparam.o --- # compile nfs/nfs_bootparam.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/nfs_bootparam.c -o nfs_bootparam.o --- dependall-external --- --- dependall-gcc.old --- --- expmed.o --- # compile backend/expmed.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/expmed.c -o expmed.o --- dependall-sys --- --- dependall-ppp_deflate --- --- ppp-deflate.o --- # compile ppp_deflate/ppp-deflate.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ppp_deflate -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/ppp-deflate.c -o ppp-deflate.o --- dependall-pf --- --- pf_ioctl.d --- # create pf/pf_ioctl.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f pf_ioctl.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf/net/pf_ioctl.c && mv -f pf_ioctl.d.tmp pf_ioctl.d --- dependall-npf --- --- npf_handler.o --- # compile npf/npf_handler.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_handler.c -o npf_handler.o --- dependall-pciverbose --- --- pciverbose.kmod --- # link pciverbose/pciverbose.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=pciverbose.kmod.map -o pciverbose.kmod pci_verbose.o --- dependall-external --- --- et-forest.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x et-forest.o --- dependall-sys --- --- dependall-pf --- --- pf_mtag.d --- # create pf/pf_mtag.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f pf_mtag.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf/net/pf_mtag.c && mv -f pf_mtag.d.tmp pf_mtag.d --- dependall-ntfs --- --- ntfs_vnops.o --- --- dependall-external --- --- dependall-gdb --- --- dbxread.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x dbxread.o --- dependall-sys --- # compile ntfs/ntfs_vnops.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/fs/ntfs/ntfs_vnops.c -o ntfs_vnops.o --- dependall-external --- --- elf-none-tdep.o --- # compile libgdb/elf-none-tdep.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -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.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/elf-none-tdep.c -o elf-none-tdep.o --- dependall-gcc.old --- --- expr.o --- --- dependall-usr.sbin --- --- isakmp_cfg.o --- --- dependall-external --- # compile backend/expr.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/expr.c -o expr.o --- dependall-usr.sbin --- # compile racoon/isakmp_cfg.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c -o isakmp_cfg.o --- dependall-sys --- --- dependall-procfs --- dependall ===> sys/modules/procfs --- dependall-ppp_bsdcomp --- --- ppp_bsdcomp.kmod --- # link ppp_bsdcomp/ppp_bsdcomp.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=ppp_bsdcomp.kmod.map -o ppp_bsdcomp.kmod bsd-comp.o --- dependall-nfs --- --- nfs_clntsocket.o --- --- dependall-procfs --- --- procfs_auxv.d --- # create procfs/procfs_auxv.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f procfs_auxv.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/procfs/procfs_auxv.c && mv -f procfs_auxv.d.tmp procfs_auxv.d --- dependall-nfs --- # compile nfs/nfs_clntsocket.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/nfs_clntsocket.c -o nfs_clntsocket.o --- dependall-procfs --- --- procfs_cmdline.d --- # create procfs/procfs_cmdline.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f procfs_cmdline.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/procfs/procfs_cmdline.c && mv -f procfs_cmdline.d.tmp procfs_cmdline.d --- dependall-pf --- --- pf_norm.d --- # create pf/pf_norm.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f pf_norm.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -Wno-address-of-packed-member /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf/net/pf_norm.c && mv -f pf_norm.d.tmp pf_norm.d --- pf_osfp.d --- --- dependall-npf --- --- npf_bpf.o --- --- dependall-procfs --- --- procfs_fd.d --- --- dependall-ppp_deflate --- --- ppp_deflate.kmod --- --- dependall-pf --- --- pf_ruleset.d --- --- dependall-ntfs --- --- ntfs_conv.o --- --- dependall-external --- --- dependall-gdb --- --- disasm.o --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-objcopy -x disasm.o --- elfread.o --- --- dependall-sys --- --- dependall-procfs --- # create procfs/procfs_fd.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f procfs_fd.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/procfs/procfs_fd.c && mv -f procfs_fd.d.tmp procfs_fd.d --- dependall-npf --- # compile npf/npf_bpf.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_bpf.c -o npf_bpf.o --- dependall-pf --- # create pf/pf_ruleset.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/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 -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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23---- dependall-ppp_deflate --- # link ppp_deflate/ppp_deflate.kmod --- dependall-pf --- pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf/net/pf_ruleset.c && mv -f pf_ruleset.d.tmp pf_ruleset.d --- pf_osfp.d --- # create pf/pf_osfp.d --- dependall-ppp_deflate --- /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=ppp_deflate.kmod.map -o ppp_deflate.kmod ppp-deflate.o --- dependall-pf --- CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f pf_osfp.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf/net/pf_osfp.c && mv -f pf_osfp.d.tmp pf_osfp.d --- dependall-ntfs --- # compile ntfs/ntfs_conv.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/fs/ntfs/ntfs_conv.c -o ntfs_conv.o --- dependall-external --- # compile libgdb/elfread.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -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.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/elfread.c -o elfread.o --- dependall-sys --- --- dependall-npf --- --- npf_if.o --- # compile npf/npf_if.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_if.c -o npf_if.o --- dependall-procfs --- --- procfs_fpregs.d --- --- dependall-npf --- --- npf_inet.o --- --- dependall-procfs --- # create procfs/procfs_fpregs.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f procfs_fpregs.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/procfs/procfs_fpregs.c && mv -f procfs_fpregs.d.tmp procfs_fpregs.d --- dependall-npf --- # compile npf/npf_inet.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_inet.c -o npf_inet.o --- dependall-nfs --- --- nfs_clntsubs.o --- # compile nfs/nfs_clntsubs.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/nfs/nfs_clntsubs.c -o nfs_clntsubs.o --- dependall-ptrace --- --- dependall-procfs --- --- procfs_limit.d --- --- dependall-pf --- --- pf_table.d --- --- dependall-ptrace --- dependall ===> sys/modules/ptrace --- dependall-procfs --- # create procfs/procfs_limit.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f procfs_limit.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/procfs/procfs_limit.c && mv -f procfs_limit.d.tmp procfs_limit.d --- dependall-pf --- # create pf/pf_table.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f pf_table.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -Wno-address-of-packed-member /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf/net/pf_table.c && mv -f pf_table.d.tmp pf_table.d --- dependall-ptrace --- --- sys_ptrace.d --- # create ptrace/sys_ptrace.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f sys_ptrace.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DPTRACE -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ptrace -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/kern/sys_ptrace.c && mv -f sys_ptrace.d.tmp sys_ptrace.d --- dependall-ntfs --- --- ntfs.kmod --- # link ntfs/ntfs.kmod /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.23.22.23-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=ntfs.kmod.map -o ntfs.kmod ntfs_compr.o ntfs_ihash.o ntfs_subr.o ntfs_vfsops.o ntfs_vnops.o ntfs_conv.o --- dependall-usr.sbin --- --- isakmp_unity.o --- --- dependall-sys --- --- dependall-procfs --- --- procfs_linux.d --- --- dependall-usr.sbin --- # compile racoon/isakmp_unity.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c -o isakmp_unity.o --- dependall-sys --- # create procfs/procfs_linux.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f procfs_linux.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/procfs/procfs_linux.c && mv -f procfs_linux.d.tmp procfs_linux.d --- dependall-pf --- --- tcp_rndiss.d --- # create pf/tcp_rndiss.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f tcp_rndiss.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf/netinet/tcp_rndiss.c && mv -f tcp_rndiss.d.tmp tcp_rndiss.d --- dependall-external --- --- eval.o --- # compile libgdb/eval.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fPIE -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -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.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/eval.c -o eval.o --- dependall-usr.sbin --- --- throttle.o --- # compile racoon/throttle.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/throttle.c -o throttle.o --- dependall-sys --- --- dependall-ptrace --- --- .depend --- # create ptrace/.depend rm -f .depend CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend sys_ptrace.d --- dependall --- --- dependall-pf --- --- .depend --- # create pf/.depend rm -f .depend CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend if_compat.d if_pflog.d ioconf.d pf.d pf_if.d pf_ioctl.d pf_mtag.d pf_norm.d pf_osfp.d pf_ruleset.d pf_table.d tcp_rndiss.d --- dependall --- --- dependall-procfs --- --- procfs_machdep.d --- --- dependall-usr.sbin --- --- isakmp_frag.o --- --- dependall-sys --- # create procfs/procfs_machdep.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f procfs_machdep.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch/mips/mips/procfs_machdep.c && mv -f procfs_machdep.d.tmp procfs_machdep.d --- dependall-usr.sbin --- # compile racoon/isakmp_frag.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c -o isakmp_frag.o --- nattraversal.o --- # compile racoon/nattraversal.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.23.22.23-pmax/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.11.21.23.22.23-pmax/src/crypto/dist/ipsec-tools/src/racoon/nattraversal.c -o nattraversal.o --- dependall-sys --- --- dependall-ptrace --- --- sys_ptrace.o --- # compile ptrace/sys_ptrace.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DPTRACE -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ptrace -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/kern/sys_ptrace.c -o sys_ptrace.o --- dependall-procfs --- --- procfs_map.d --- # create procfs/procfs_map.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f procfs_map.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/procfs/procfs_map.c && mv -f procfs_map.d.tmp procfs_map.d --- dependall-pf --- --- if_compat.o --- # compile pf/if_compat.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf/net/if_compat.c -o if_compat.o --- dependall-npf --- --- npf_mbuf.o --- # compile npf/npf_mbuf.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.23.22.23-pmax/src/sys/net/npf/npf_mbuf.c -o npf_mbuf.o --- dependall-external --- --- dependall-gcc.old --- --- fibonacci_heap.o --- --- dependall-sys --- --- dependall-procfs --- --- procfs_mem.d --- --- dependall-external --- # compile backend/fibonacci_heap.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/dist/gcc/fibonacci_heap.c -o fibonacci_heap.o --- dependall-sys --- # create procfs/procfs_mem.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f procfs_mem.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/procfs/procfs_mem.c && mv -f procfs_mem.d.tmp procfs_mem.d --- dependall-ptrace_common --- dependall ===> sys/modules/ptrace_common --- dependall-ptrace --- In file included from /tmp/build/2023.11.21.23.22.23-pmax/src/sys/kern/sys_ptrace.c:78: /tmp/build/2023.11.21.23.22.23-pmax/src/sys/sys/pax.h: In function 'pax_aslr_exec_offset': /tmp/build/2023.11.21.23.22.23-pmax/src/sys/sys/pax.h:153:9: error: comparison of integer expressions of different signedness: 'vaddr_t' {aka 'unsigned int'} and 'int' [-Werror=sign-compare] 153 | return MAX(align, PAGE_SIZE); | ^~~ /tmp/build/2023.11.21.23.22.23-pmax/src/sys/sys/pax.h:153:9: error: operand of '?:' changes signedness from 'int' to 'vaddr_t' {aka 'unsigned int'} due to unsignedness of other operand [-Werror=sign-compare] 153 | return MAX(align, PAGE_SIZE); | ^~~ --- dependall-ptrace_common --- --- sys_ptrace_common.d --- # create ptrace_common/sys_ptrace_common.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f sys_ptrace_common.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DPTRACE -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ptrace_common -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -Wno-cast-function-type /tmp/build/2023.11.21.23.22.23-pmax/src/sys/kern/sys_ptrace_common.c && mv -f sys_ptrace_common.d.tmp sys_ptrace_common.d --- dependall-procfs --- --- procfs_note.d --- # create procfs/procfs_note.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f procfs_note.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/procfs/procfs_note.c && mv -f procfs_note.d.tmp procfs_note.d --- procfs_regs.d --- # create procfs/procfs_regs.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f procfs_regs.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/procfs/procfs_regs.c && mv -f procfs_regs.d.tmp procfs_regs.d --- dependall-ptrace_common --- --- .depend --- # create ptrace_common/.depend rm -f .depend CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend sys_ptrace_common.d --- dependall --- --- dependall-pf --- --- pf.o --- # compile pf/pf.o /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-implicit-fallthrough -Wno-address-of-packed-member /tmp/build/2023.11.21.23.22.23-pmax/src/sys/dist/pf/net/pf.c -o pf.o --- dependall-procfs --- --- procfs_status.d --- # create procfs/procfs_status.d CC=/tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/nbmkdep -f procfs_status.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.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.23.22.23-pmax/src/sys/miscfs/procfs/procfs_status.c && mv -f procfs_status.d.tmp procfs_status.d --- dependall-ptrace --- cc1: all warnings being treated as errors *** Failed target: sys_ptrace.o *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " ptrace/sys_ptrace.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2023.11.21.23.22.23-pmax/tools/bin/mipsel--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 -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.23.22.23-pmax/destdir -DPTRACE -I/tmp/build/2023.11.21.23.22.23-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.23.22.23-pmax/src/sys/modules/ptrace -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys -isystem /tmp/build/2023.11.21.23.22.23-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.23.22.23-pma nbmake[5]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src/sys --- dependall-usr.sbin --- nbmake[6]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src/usr.sbin/racoon --- dependall-sys --- nbmake[4]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src --- dependall-external --- nbmake[8]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old/usr.bin --- dependall-usr.sbin --- nbmake[5]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src/usr.sbin --- dependall-external --- nbmake[7]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gcc.old --- dependall-usr.sbin --- nbmake[4]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src --- dependall-external --- nbmake[6]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3 --- dependall-gdb --- nbmake[9]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib/libgdb nbmake[8]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb/lib nbmake[7]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3/gdb nbmake[6]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src/external/gpl3 nbmake[5]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src/external nbmake[4]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src nbmake[3]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src nbmake[2]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src nbmake[1]: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src nbmake: stopped in /tmp/build/2023.11.21.23.22.23-pmax/src ERROR: Failed to make release *** BUILD ABORTED *** 1313.80 real 6912.13 user 13908.86 sys