Last 2000 lines of build log: 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmac_init': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_512_update': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_512_final': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_update': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_final': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_update': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_final': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_update': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_final': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_update': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_final': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_init': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_update': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_final': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_init': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_update': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_final': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_init': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_update': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_final': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_init': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_update': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_final': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_init': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_update': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_final': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_generate': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_compute': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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); | ^~~~~~~~~~~ /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_init': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'binbuf_pubkey2rsa': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-sys --- --- ioconf.c --- /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbconfig -b /tmp/build/2023.11.21.14.35.36-pmax/obj/sys/modules/pf -s /tmp/build/2023.11.21.14.35.36-pmax/src/sys /tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf/pf.ioconf --- dependall-nfsserver --- --- nfsserver.kmod --- # link nfsserver/nfsserver.kmod /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.14.35.36-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-pf --- touch ioconf.c ioconf.h locators.h --- if_compat.d --- # create pf/if_compat.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf/net/if_compat.c && mv -f if_compat.d.tmp if_compat.d --- dependall-usr.bin --- --- dependall-xinstall --- dependall ===> usr.bin/xinstall --- getid.d --- # create xinstall/getid.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f getid.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-truncation --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.sbin/mtree /tmp/build/2023.11.21.14.35.36-pmax/src/usr.sbin/mtree/getid.c && mv -f getid.d.tmp getid.d --- dependall-sys --- --- if_pflog.d --- # create pf/if_pflog.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf/net/if_pflog.c && mv -f if_pflog.d.tmp if_pflog.d --- dependall-usr.bin --- --- xinstall.d --- # create xinstall/xinstall.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f xinstall.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-truncation --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.sbin/mtree -Wno-format-nonliteral /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xinstall/xinstall.c && mv -f xinstall.d.tmp xinstall.d --- dependall-sys --- --- dependall-pad --- --- pad.kmod --- # link pad/pad.kmod /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.14.35.36-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=pad.kmod.map -o pad.kmod pad.o --- dependall-usr.bin --- --- dependall-xargs --- --- strnsubst.o --- # compile xargs/strnsubst.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xargs/strnsubst.c -o strnsubst.o --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc.old --- --- insn-opinit.h --- cp -p insn-opinit.h.tmp insn-opinit.h --- dependall-usr.bin --- --- dependall-xinstall --- --- .depend --- --- dependall-external --- --- insn-dfatab.c --- --- dependall-usr.bin --- # create xinstall/.depend rm -f .depend --- dependall-external --- cp -p insn-dfatab.c.tmp insn-dfatab.c --- dependall-usr.bin --- CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend getid.d xinstall.d --- dependall-external --- --- insn-latencytab.c --- --- dependall-usr.bin --- --- dependall --- --- dependall-external --- cp -p insn-latencytab.c.tmp insn-latencytab.c --- analysis-plan.o --- # compile backend/analysis-plan.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=40a3b642 -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.14.35.36-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/analyzer/analysis-plan.cc -o analysis-plan.o --- dependall-sys --- --- dependall-pf --- --- ioconf.d --- # create pf/ioconf.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.11.21.14.35.36-pmax/destdir" > .gdbinit --- install.html1 --- # format xinstall/install.html1 if test "" != "yes"; then /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xinstall/install.1 > install.html1.tmp && mv -f install.html1.tmp install.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-font:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-tmac:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/tmac /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xinstall/install.1 > install.html1.tmp && mv -f install.html1.tmp install.html1; fi --- xinstall.o --- # compile xinstall/xinstall.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-truncation --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.sbin/mtree -c -Wno-format-nonliteral /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xinstall/xinstall.c -o xinstall.o --- dependall-sys --- --- pf.d --- # create pf/pf.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/sys/dist/pf/net/pf.c && mv -f pf.d.tmp pf.d --- dependall-usr.bin --- --- dependall-xargs --- --- xargs --- # link xargs/xargs /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o xargs xargs.o strnsubst.o -Wl,-rpath-link,/tmp/build/2023.11.21.14.35.36-pmax/destdir/lib -L=/lib --- dependall-sys --- --- dependall-ntfs --- --- ntfs_vnops.o --- # compile ntfs/ntfs_vnops.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/fs/ntfs/ntfs_vnops.c -o ntfs_vnops.o --- dependall-pf --- --- pf_if.d --- # create pf/pf_if.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf/net/pf_if.c && mv -f pf_if.d.tmp pf_if.d --- dependall-usr.sbin --- --- proposal.o --- # compile racoon/proposal.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/proposal.c -o proposal.o --- sainfo.o --- # compile racoon/sainfo.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/sainfo.c -o sainfo.o --- dependall-sys --- --- pf_ioctl.d --- # create pf/pf_ioctl.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf/net/pf_ioctl.c && mv -f pf_ioctl.d.tmp pf_ioctl.d --- pf_mtag.d --- # create pf/pf_mtag.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf/net/pf_mtag.c && mv -f pf_mtag.d.tmp pf_mtag.d --- pf_norm.d --- # create pf/pf_norm.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -Wno-address-of-packed-member /tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf/net/pf_norm.c && mv -f pf_norm.d.tmp pf_norm.d --- pf_osfp.d --- # create pf/pf_osfp.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf/net/pf_osfp.c && mv -f pf_osfp.d.tmp pf_osfp.d --- dependall-pciverbose --- --- pciverbose.kmod --- # link pciverbose/pciverbose.kmod /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.14.35.36-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=pciverbose.kmod.map -o pciverbose.kmod pci_verbose.o --- dependall-ntfs --- --- ntfs_conv.o --- # compile ntfs/ntfs_conv.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/fs/ntfs/ntfs_conv.c -o ntfs_conv.o --- dependall-pf --- --- pf_ruleset.d --- --- pf_table.d --- --- pf_ruleset.d --- # create pf/pf_ruleset.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf/net/pf_ruleset.c && mv -f pf_ruleset.d.tmp pf_ruleset.d --- pf_table.d --- # create pf/pf_table.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -Wno-address-of-packed-member /tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf/net/pf_table.c && mv -f pf_table.d.tmp pf_table.d --- dependall-npf --- --- npf_rproc.o --- # compile npf/npf_rproc.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/npf/npf_rproc.c -o npf_rproc.o --- dependall-pf --- --- tcp_rndiss.d --- --- dependall-external --- --- analyzer.o --- --- dependall-sys --- # create pf/tcp_rndiss.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf/netinet/tcp_rndiss.c && mv -f tcp_rndiss.d.tmp tcp_rndiss.d --- dependall-external --- # compile backend/analyzer.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=6bc7e612 -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.14.35.36-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/analyzer/analyzer.cc -o analyzer.o --- genextract.lo --- mv genextract.lo.o genextract.lo --- analyzer-logging.o --- # compile backend/analyzer-logging.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=61601b95 -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.14.35.36-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/analyzer/analyzer-logging.cc -o analyzer-logging.o --- dependall-usr.bin --- --- dependall-xinstall --- --- getid.o --- # compile xinstall/getid.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-truncation --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.sbin/mtree -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.sbin/mtree/getid.c -o getid.o --- dependall-sys --- --- .depend --- # create pf/.depend rm -f .depend CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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-usr.sbin --- --- strnames.o --- # compile racoon/strnames.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/strnames.c -o strnames.o --- dependall-sys --- --- dependall-ntfs --- --- ntfs.kmod --- # link ntfs/ntfs.kmod /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.14.35.36-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-npf --- --- npf_conn.o --- # compile npf/npf_conn.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/npf/npf_conn.c -o npf_conn.o --- dependall-usr.sbin --- --- plog.o --- # compile racoon/plog.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/plog.c -o plog.o --- dependall-external --- --- dependall-bsd --- --- print-ip6opts.o --- # compile bin/print-ip6opts.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../dist/print-ip6opts.c -o print-ip6opts.o --- dependall-sys --- --- dependall-pf --- --- if_compat.o --- # compile pf/if_compat.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf/net/if_compat.c -o if_compat.o --- dependall-usr.bin --- --- dependall-xlint --- dependall ===> usr.bin/xlint --- dependall-lint1 --- dependall ===> usr.bin/xlint/lint1 --- cgram.c --- # yacc lint1/cgram.c /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbyacc -d -o cgram.c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/cgram.y --- dependall-yes --- --- dependall-xlint --- /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbyacc: 103 shift/reduce conflicts. --- dependall-yes --- dependall ===> usr.bin/yes --- dependall-usr.sbin --- --- logger.o --- # compile racoon/logger.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/logger.c -o logger.o --- dependall-usr.bin --- --- yes.d --- --- dependall-xlint --- --- scan.c --- --- dependall-yes --- # create yes/yes.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f yes.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/yes/yes.c && mv -f yes.d.tmp yes.d --- dependall-xlint --- # lex lint1/scan.c /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nblex -oscan.c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/scan.l --- dependall-xinstall --- --- xinstall --- # link xinstall/xinstall /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o xinstall xinstall.o getid.o -Wl,-rpath-link,/tmp/build/2023.11.21.14.35.36-pmax/destdir/lib -L=/lib -lutil --- dependall-xlint --- --- err-msgs.h --- # create lint1/err-msgs.h sp='[[:space:]]*'; from="^$sp\(\"[^\"].*\"\)\,$sp/\*$sp\(Q*[0-9][0-9]*\)$sp\*/\$"; /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbsed -n -e "s,$from,#define MSG_\2 \1,p" < /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/err.c > err-msgs.h.tmp --- dependall-yes --- --- .depend --- # create yes/.depend rm -f .depend CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend yes.d --- dependall --- --- dependall-external --- --- print-dhcp6.o --- --- dependall-sys --- --- pf.o --- --- dependall-opencrypto --- --- opencrypto.kmod --- --- dependall-pf --- # compile pf/pf.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/sys/dist/pf/net/pf.c -o pf.o --- dependall-opencrypto --- # link opencrypto/opencrypto.kmod /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.14.35.36-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=opencrypto.kmod.map -o opencrypto.kmod criov.o crypto.o xform.o --- dependall-external --- # compile bin/print-dhcp6.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../dist/print-dhcp6.c -o print-dhcp6.o --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.11.21.14.35.36-pmax/destdir" > .gdbinit --- yes.html1 --- # format yes/yes.html1 if test "" != "yes"; then /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/yes/yes.1 > yes.html1.tmp && mv -f yes.html1.tmp yes.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-font:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-tmac:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/tmac /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/yes/yes.1 > yes.html1.tmp && mv -f yes.html1.tmp yes.html1; fi --- yes.o --- # compile yes/yes.o --- dependall-xlint --- --- dependall-lint2 --- dependall ===> usr.bin/xlint/lint2 --- dependall-xlint --- dependall ===> usr.bin/xlint/xlint --- dependall-lint2 --- --- chk.d --- # create lint2/chk.d --- dependall-yes --- /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/yes/yes.c -o yes.o --- dependall-xlint --- CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f chk.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/chk.c && mv -f chk.d.tmp chk.d --- dependall-xlint --- --- findcc.d --- # create xlint/findcc.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f findcc.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../../mkdep -DIS_XLINT --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../../mkdep/findcc.c && mv -f findcc.d.tmp findcc.d --- dependall-lint2 --- --- emit.d --- # create lint2/emit.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f emit.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common/emit.c && mv -f emit.d.tmp emit.d --- dependall-xlint --- --- mem.d --- # create xlint/mem.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f 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 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../../mkdep -DIS_XLINT --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../common/mem.c && mv -f mem.d.tmp mem.d --- dependall-yes --- --- yes --- # link yes/yes /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o yes yes.o -Wl,-rpath-link,/tmp/build/2023.11.21.14.35.36-pmax/destdir/lib -L=/lib --- dependall-usr.sbin --- --- schedule.o --- # compile racoon/schedule.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/schedule.c -o schedule.o --- str2val.o --- # compile racoon/str2val.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/str2val.c -o str2val.o --- dependall-usr.bin --- --- dependall-xlint --- --- dependall-lint2 --- --- emit2.d --- # create lint2/emit2.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f emit2.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/emit2.c && mv -f emit2.d.tmp emit2.d --- hash.d --- # create lint2/hash.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f hash.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/hash.c && mv -f hash.d.tmp hash.d --- dependall-usr.sbin --- --- safefile.o --- --- dependall-usr.bin --- --- dependall-xlint --- --- xlint.d --- --- dependall-usr.sbin --- # compile racoon/safefile.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/safefile.c -o safefile.o --- dependall-usr.bin --- # create xlint/xlint.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f xlint.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../../mkdep -DIS_XLINT --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/xlint.c && mv -f xlint.d.tmp xlint.d --- dependall-lint1 --- mv -f err-msgs.h.tmp err-msgs.h --- cgram.d --- # create lint1/cgram.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f cgram.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common cgram.c && mv -f cgram.d.tmp cgram.d --- dependall-sys --- --- dependall-npf --- --- npf_conndb.o --- # compile npf/npf_conndb.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/npf/npf_conndb.c -o npf_conndb.o --- dependall-usr.bin --- --- dependall-lint2 --- --- inittyp.d --- # create lint2/inittyp.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f inittyp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common/inittyp.c && mv -f inittyp.d.tmp inittyp.d --- dependall-xlint --- --- .depend --- # create xlint/.depend rm -f .depend CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend findcc.d mem.d xlint.d --- dependall --- --- dependall-lint1 --- --- ckbool.d --- --- dependall-lint2 --- --- main2.d --- --- dependall-usr.sbin --- --- backupsa.o --- --- dependall-usr.bin --- --- dependall-lint1 --- # create lint1/ckbool.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f ckbool.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/ckbool.c && mv -f ckbool.d.tmp ckbool.d --- dependall-lint2 --- # create lint2/main2.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f main2.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/main2.c && mv -f main2.d.tmp main2.d --- dependall-usr.sbin --- # compile racoon/backupsa.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/backupsa.c -o backupsa.o --- dependall-usr.bin --- --- dependall-xlint --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.11.21.14.35.36-pmax/destdir" > .gdbinit --- lint.html1 --- # format xlint/lint.html1 if test "" != "yes"; then /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/lint.1 > lint.html1.tmp && mv -f lint.html1.tmp lint.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-font:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-tmac:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/tmac /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/lint.1 > lint.html1.tmp && mv -f lint.html1.tmp lint.html1; fi --- xlint.o --- # compile xlint/xlint.o /tmp/build/2023.11.21.14.35.36-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 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../../mkdep -DIS_XLINT --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/xlint.c -o xlint.o --- dependall-usr.sbin --- --- genlist.o --- # compile racoon/genlist.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/genlist.c -o genlist.o --- dependall-usr.bin --- --- dependall-lint2 --- --- mem.d --- --- dependall-sys --- --- npf_connkey.o --- --- dependall-pf --- --- pf_if.o --- --- dependall-usr.bin --- # create lint2/mem.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f 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 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common/mem.c && mv -f mem.d.tmp mem.d --- dependall-sys --- # compile pf/pf_if.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf/net/pf_if.c -o pf_if.o --- dependall-usr.bin --- --- dependall-lint1 --- --- ckctype.d --- --- dependall-sys --- --- dependall-npf --- # compile npf/npf_connkey.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/npf/npf_connkey.c -o npf_connkey.o --- dependall-usr.bin --- # create lint1/ckctype.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f ckctype.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/ckctype.c && mv -f ckctype.d.tmp ckctype.d --- dependall-usr.sbin --- --- rsalist.o --- # compile racoon/rsalist.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c -o rsalist.o --- dependall-usr.bin --- --- ckgetopt.d --- # create lint1/ckgetopt.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f ckgetopt.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/ckgetopt.c && mv -f ckgetopt.d.tmp ckgetopt.d --- dependall-lint2 --- --- msg.d --- # create lint2/msg.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f msg.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/msg.c && mv -f msg.d.tmp msg.d --- dependall-external --- --- dependall-gpl3 --- /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-objcopy -x analyzer-logging.o --- analyzer-pass.o --- # compile backend/analyzer-pass.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=298c5e86 -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.14.35.36-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/analyzer/analyzer-pass.cc -o analyzer-pass.o --- dependall-usr.sbin --- --- cftoken.o --- # compile racoon/cftoken.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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-usr.bin --- --- read.d --- --- dependall-lint1 --- --- debug.d --- --- dependall-../external/zlib/pigz/bin/pigz --- --- dependall-xlint --- # create lint1/debug.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f debug.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/debug.c && mv -f debug.d.tmp debug.d --- dependall-lint2 --- # create lint2/read.d --- dependall-../external/zlib/pigz/bin/pigz --- dependall ===> usr.bin/../external/zlib/pigz/bin/pigz --- dependall-xlint --- CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f read.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/read.c && mv -f read.d.tmp read.d --- dependall-../external/zlib/pigz/bin/pigz --- --- blocksplitter.d --- # create pigz/blocksplitter.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f blocksplitter.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/zopfli/blocksplitter.c && mv -f blocksplitter.d.tmp blocksplitter.d --- dependall-xlint --- --- tyname.d --- # create lint2/tyname.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f tyname.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common/tyname.c && mv -f tyname.d.tmp tyname.d --- dependall-lint1 --- --- decl.d --- # create lint1/decl.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f decl.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/decl.c && mv -f decl.d.tmp decl.d --- dependall-../external/zlib/pigz/bin/pigz --- --- cache.d --- # create pigz/cache.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f cache.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/zopfli/cache.c && mv -f cache.d.tmp cache.d --- deflate.d --- --- dependall-xlint --- --- dependall-lint2 --- --- .depend --- --- dependall-../external/zlib/pigz/bin/pigz --- # create pigz/deflate.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f deflate.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/zopfli/deflate.c && mv -f deflate.d.tmp deflate.d --- dependall-xlint --- # create lint2/.depend rm -f .depend CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend chk.d emit.d emit2.d hash.d inittyp.d main2.d mem.d msg.d read.d tyname.d --- dependall --- --- dependall-lint1 --- --- emit.d --- # create lint1/emit.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f emit.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common/emit.c && mv -f emit.d.tmp emit.d --- dependall-lint2 --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.11.21.14.35.36-pmax/destdir" > .gdbinit --- dependall-../external/zlib/pigz/bin/pigz --- --- hash.d --- --- dependall-xlint --- --- main2.o --- --- dependall-../external/zlib/pigz/bin/pigz --- # create pigz/hash.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f hash.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/zopfli/hash.c && mv -f hash.d.tmp hash.d --- dependall-xlint --- # compile lint2/main2.o /tmp/build/2023.11.21.14.35.36-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 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/main2.c -o main2.o --- dependall-lint1 --- --- emit1.d --- # create lint1/emit1.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f emit1.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/emit1.c && mv -f emit1.d.tmp emit1.d --- dependall-../external/zlib/pigz/bin/pigz --- --- katajainen.d --- # create pigz/katajainen.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f katajainen.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/zopfli/katajainen.c && mv -f katajainen.d.tmp katajainen.d --- dependall-usr.sbin --- --- rsalist.o --- /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dup': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/rsa.h:21, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/destdir/usr/include/openssl/rsa.h:21, from /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_free': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dump_one': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.21.14.35.36-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-usr.bin --- --- lz77.d --- # create pigz/lz77.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f lz77.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/zopfli/lz77.c && mv -f lz77.d.tmp lz77.d --- dependall-xlint --- --- err.d --- # create lint1/err.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f err.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/err.c && mv -f err.d.tmp err.d --- dependall-sys --- --- npf_portmap.o --- # compile npf/npf_portmap.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/npf/npf_portmap.c -o npf_portmap.o --- dependall-usr.bin --- --- dependall-../external/zlib/pigz/bin/pigz --- --- pigz.d --- # create pigz/pigz.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f pigz.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -Wno-stringop-overflow /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/pigz.c && mv -f pigz.d.tmp pigz.d --- dependall-sys --- --- npf_state.o --- # compile npf/npf_state.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/npf/npf_state.c -o npf_state.o --- dependall-usr.bin --- --- dependall-xlint --- --- func.d --- # create lint1/func.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f func.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/func.c && mv -f func.d.tmp func.d --- dependall-usr.sbin --- --- cfparse.o --- # compile racoon/cfparse.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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-usr.bin --- --- dependall-../external/zlib/pigz/bin/pigz --- --- squeeze.d --- --- dependall-external --- --- dependall-bsd --- --- print-frag6.o --- --- dependall-usr.bin --- # create pigz/squeeze.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f squeeze.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/zopfli/squeeze.c && mv -f squeeze.d.tmp squeeze.d --- dependall-external --- # compile bin/print-frag6.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../dist/print-frag6.c -o print-frag6.o --- dependall-usr.bin --- --- dependall-xlint --- --- dependall-lint2 --- --- hash.o --- # compile lint2/hash.o /tmp/build/2023.11.21.14.35.36-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 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/hash.c -o hash.o --- dependall-lint1 --- --- init.d --- # create lint1/init.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f init.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/init.c && mv -f init.d.tmp init.d --- dependall-external --- --- dependall-gpl3 --- --- analysis-plan.o --- /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-objcopy -x analysis-plan.o --- analyzer-selftests.o --- # compile backend/analyzer-selftests.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=1b98614a -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.14.35.36-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/analyzer/analyzer-selftests.cc -o analyzer-selftests.o --- dependall-usr.bin --- --- dependall-../external/zlib/pigz/bin/pigz --- --- tree.d --- # create pigz/tree.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f tree.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/zopfli/tree.c && mv -f tree.d.tmp tree.d --- dependall-xlint --- --- inittyp.d --- # create lint1/inittyp.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f inittyp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common/inittyp.c && mv -f inittyp.d.tmp inittyp.d --- dependall-usr.sbin --- --- prsa_par.o --- # compile racoon/prsa_par.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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-usr.bin --- --- dependall-../external/zlib/pigz/bin/pigz --- --- util.d --- # create pigz/util.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f util.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/zopfli/util.c && mv -f util.d.tmp util.d --- dependall-xlint --- --- lex.d --- --- dependall-../external/zlib/pigz/bin/pigz --- --- yarn.d --- --- dependall-xlint --- # create lint1/lex.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f lex.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/lex.c && mv -f lex.d.tmp lex.d --- dependall-../external/zlib/pigz/bin/pigz --- # create pigz/yarn.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f yarn.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/yarn.c && mv -f yarn.d.tmp yarn.d --- .depend --- # create pigz/.depend rm -f .depend CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend blocksplitter.d cache.d deflate.d hash.d katajainen.d lz77.d pigz.d squeeze.d tree.d util.d yarn.d --- dependall --- --- dependall-xlint --- --- main1.d --- # create lint1/main1.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f main1.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/main1.c && mv -f main1.d.tmp main1.d --- dependall-external --- --- dependall-bsd --- --- print-icmp6.o --- # compile bin/print-icmp6.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../dist/print-icmp6.c -o print-icmp6.o --- dependall-gpl3 --- --- analyzer.o --- /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-objcopy -x analyzer.o --- bar-chart.o --- # compile backend/bar-chart.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=6b4e7602 -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.14.35.36-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/analyzer/bar-chart.cc -o bar-chart.o --- dependall-usr.bin --- --- dependall-lint2 --- --- read.o --- # compile lint2/read.o /tmp/build/2023.11.21.14.35.36-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 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/read.c -o read.o --- dependall-sys --- --- npf_state_tcp.o --- # compile npf/npf_state_tcp.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/npf/npf_state_tcp.c -o npf_state_tcp.o --- dependall-usr.bin --- --- dependall-../external/zlib/pigz/bin/pigz --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.11.21.14.35.36-pmax/destdir" > .gdbinit --- pigz.html1 --- # format pigz/pigz.html1 if test "" != "yes"; then /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/pigz.1 > pigz.html1.tmp && mv -f pigz.html1.tmp pigz.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-font:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-tmac:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/tmac /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/pigz.1 > pigz.html1.tmp && mv -f pigz.html1.tmp pigz.html1; fi --- pigz.o --- # compile pigz/pigz.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c -Wno-stringop-overflow /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/pigz.c -o pigz.o --- dependall-xlint --- --- dependall-lint1 --- --- mem.d --- # create lint1/mem.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f 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 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common/mem.c && mv -f mem.d.tmp mem.d --- dependall-usr.sbin --- --- isakmp_xauth.o --- # compile racoon/isakmp_xauth.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c -o isakmp_xauth.o --- dependall-usr.bin --- --- mem1.d --- # create lint1/mem1.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f mem1.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/mem1.c && mv -f mem1.d.tmp mem1.d --- oper.d --- # create lint1/oper.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f oper.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/oper.c && mv -f oper.d.tmp oper.d --- dependall-usr.sbin --- --- prsa_par.o --- /tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsa_parse_file': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsaparse': /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.21.14.35.36-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.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.21.14.35.36-pmax/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ --- dependall-usr.bin --- --- scan.d --- # create lint1/scan.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f scan.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common scan.c && mv -f scan.d.tmp scan.d --- dependall-xlint --- --- mem.o --- # compile xlint/mem.o /tmp/build/2023.11.21.14.35.36-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 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../../mkdep -DIS_XLINT --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../common/mem.c -o mem.o --- dependall-sys --- --- npf_tableset.o --- # compile npf/npf_tableset.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/npf/npf_tableset.c -o npf_tableset.o --- dependall-usr.bin --- --- dependall-lint1 --- --- tree.d --- # create lint1/tree.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f tree.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/tree.c && mv -f tree.d.tmp tree.d --- tyname.d --- # create lint1/tyname.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f tyname.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common/tyname.c && mv -f tyname.d.tmp tyname.d --- dependall-xlint --- --- findcc.o --- # compile xlint/findcc.o /tmp/build/2023.11.21.14.35.36-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 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../../mkdep -DIS_XLINT --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/xlint/../../mkdep/findcc.c -o findcc.o --- dependall-external --- --- analyzer-pass.o --- /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-objcopy -x analyzer-pass.o --- call-string.o --- # compile backend/call-string.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=41f8b5c5 -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.14.35.36-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/analyzer/call-string.cc -o call-string.o --- checker-path.o --- # compile backend/checker-path.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=acee1915 -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.14.35.36-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/analyzer/checker-path.cc -o checker-path.o --- dependall-gdb --- --- break-catch-load.o --- /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-objcopy -x break-catch-load.o --- bsd-kvm.o --- # compile libgdb/bsd-kvm.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/bsd-kvm.c -o bsd-kvm.o --- dependall-usr.bin --- --- dependall-lint1 --- --- .depend --- # create lint1/.depend rm -f .depend CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend cgram.d ckbool.d ckctype.d ckgetopt.d debug.d decl.d emit.d emit1.d err.d func.d init.d inittyp.d lex.d main1.d mem.d mem1.d oper.d scan.d tree.d tyname.d --- dependall --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.11.21.14.35.36-pmax/destdir" > .gdbinit --- lint.7.date --- --- dependall-external --- --- break-catch-sig.o --- /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-objcopy -x break-catch-sig.o --- dependall-usr.bin --- # create lint1/lint.7.date /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbsed -E -e 's,.*(....)/([0-9]{2})/0?([0-9]+).*,\2 \3\, \1,' -e 's,^01,January,' -e 's,^02,February,' -e 's,^03,March,' -e 's,^04,April,' -e 's,^05,May,' -e 's,^06,June,' -e 's,^07,July,' -e 's,^08,August,' -e 's,^09,September,' -e 's,^10,October,' -e 's,^11,November,' -e 's,^12,December,' -e 1q /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/err.c > lint.7.date --- dependall-rump_allserver --- --- dependall-xlint --- --- lint.7 --- --- dependall-rump_allserver --- dependall ===> usr.bin/rump_allserver --- dependall-xlint --- # create lint1/lint.7 SED=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbsed /bin/sh /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/makeman "$(cat lint.7.date)" /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/err.c >lint.7 --- dependall-xlint --- --- xlint --- # link xlint/xlint /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o xlint xlint.o mem.o findcc.o -Wl,-rpath-link,/tmp/build/2023.11.21.14.35.36-pmax/destdir/lib -L=/lib -lutil --- dependall-rump_allserver --- --- rump_allserver.d --- # create rump_allserver/rump_allserver.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f rump_allserver.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_allserver/rump_allserver.c && mv -f rump_allserver.d.tmp rump_allserver.d --- dependall-rump_dhcpclient --- dependall ===> usr.bin/rump_dhcpclient --- bpf.d --- # create rump_dhcpclient/bpf.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f bpf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_dhcpclient/bpf.c && mv -f bpf.d.tmp bpf.d --- dependall-usr.sbin --- --- isakmp_cfg.o --- # compile racoon/isakmp_cfg.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c -o isakmp_cfg.o --- dependall-usr.bin --- --- dependall-rump_allserver --- --- .depend --- # create rump_allserver/.depend rm -f .depend CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend rump_allserver.d --- dependall --- --- dependall-xlint --- --- dependall-lint1 --- --- lint.html7 --- # format lint1/lint.html7 if test "" != "yes"; then /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css lint.7 > lint.html7.tmp && mv -f lint.html7.tmp lint.html7; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-font:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-tmac:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/tmac /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html lint.7 > lint.html7.tmp && mv -f lint.html7.tmp lint.html7; fi --- dependall-rump_allserver --- --- .gdbinit --- --- dependall-rump_dhcpclient --- --- common.d --- # create rump_dhcpclient/common.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f 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 -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_dhcpclient/common.c && mv -f common.d.tmp common.d --- dependall-xlint --- --- cgram.o --- # compile lint1/cgram.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common -c cgram.c -o cgram.o --- dependall-rump_allserver --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.11.21.14.35.36-pmax/destdir" > .gdbinit --- rump_allserver.html1 --- # format rump_allserver/rump_allserver.html1 if test "" != "yes"; then /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_allserver/rump_allserver.1 > rump_allserver.html1.tmp && mv -f rump_allserver.html1.tmp rump_allserver.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-font:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-tmac:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/tmac /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_allserver/rump_allserver.1 > rump_allserver.html1.tmp && mv -f rump_allserver.html1.tmp rump_allserver.html1; fi --- rump_allserver.o --- # compile rump_allserver/rump_allserver.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_allserver/rump_allserver.c -o rump_allserver.o --- dependall-rump_dhcpclient --- --- configure.d --- # create rump_dhcpclient/configure.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f configure.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_dhcpclient/configure.c && mv -f configure.d.tmp configure.d --- dependall-sys --- --- lpm.o --- # compile npf/lpm.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/npf/lpm.c -o lpm.o --- dependall-usr.bin --- --- dhcp.d --- # create rump_dhcpclient/dhcp.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f dhcp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_dhcpclient/dhcp.c && mv -f dhcp.d.tmp dhcp.d --- dependall-usr.sbin --- --- isakmp_unity.o --- # compile racoon/isakmp_unity.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c -o isakmp_unity.o --- dependall-usr.bin --- --- if-bsd.d --- # create rump_dhcpclient/if-bsd.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f if-bsd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_dhcpclient/if-bsd.c && mv -f if-bsd.d.tmp if-bsd.d --- dependall-external --- --- dependall-gcc.old --- --- analyzer-selftests.o --- /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-objcopy -x analyzer-selftests.o --- constraint-manager.o --- # compile backend/constraint-manager.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=ef57cb70 -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.14.35.36-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/analyzer/constraint-manager.cc -o constraint-manager.o --- bar-chart.o --- /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-objcopy -x bar-chart.o --- diagnostic-manager.o --- # compile backend/diagnostic-manager.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=c6fe0a4f -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.14.35.36-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/analyzer/diagnostic-manager.cc -o diagnostic-manager.o --- dependall-usr.bin --- --- main.d --- # create rump_dhcpclient/main.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f main.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_dhcpclient/main.c && mv -f main.d.tmp main.d --- dependall-xlint --- --- dependall-lint2 --- --- mem.o --- # compile lint2/mem.o /tmp/build/2023.11.21.14.35.36-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 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common/mem.c -o mem.o --- dependall-rump_dhcpclient --- --- net.d --- # create rump_dhcpclient/net.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f net.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_dhcpclient/net.c && mv -f net.d.tmp net.d --- dependall-sys --- --- npf_sendpkt.o --- # compile npf/npf_sendpkt.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/npf/npf_sendpkt.c -o npf_sendpkt.o --- dependall-usr.bin --- --- .depend --- # create rump_dhcpclient/.depend rm -f .depend CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend bpf.d common.d configure.d dhcp.d if-bsd.d main.d net.d --- dependall --- --- dependall-xlint --- --- chk.o --- --- dependall-sys --- --- dependall-nfs --- --- nfs.kmod --- --- dependall-usr.bin --- # compile lint2/chk.o /tmp/build/2023.11.21.14.35.36-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 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/chk.c -o chk.o --- dependall-sys --- # link nfs/nfs.kmod /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.14.35.36-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=nfs.kmod.map -o nfs.kmod krpc_subr.o nfs_bio.o nfs_boot.o nfs_kq.o nfs_node.o nfs_socket.o nfs_subs.o nfs_iod.o nfs_vnops.o nfs_vfsops.o nfs_bootdhcp.o nfs_bootparam.o nfs_clntsocket.o nfs_clntsubs.o --- dependall-npf --- --- npf_worker.o --- # compile npf/npf_worker.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/npf/npf_worker.c -o npf_worker.o --- dependall-usr.bin --- --- dependall-rump_dhcpclient --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.11.21.14.35.36-pmax/destdir" > .gdbinit --- rump.dhcpclient.html1 --- # format rump_dhcpclient/rump.dhcpclient.html1 if test "" != "yes"; then /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_dhcpclient/rump.dhcpclient.1 > rump.dhcpclient.html1.tmp && mv -f rump.dhcpclient.html1.tmp rump.dhcpclient.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-font:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-tmac:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/tmac /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_dhcpclient/rump.dhcpclient.1 > rump.dhcpclient.html1.tmp && mv -f rump.dhcpclient.html1.tmp rump.dhcpclient.html1; fi --- dependall-sys --- --- dependall-ppp_bsdcomp --- dependall ===> sys/modules/ppp_bsdcomp --- dependall-usr.bin --- --- main.o --- # compile rump_dhcpclient/main.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_dhcpclient/main.c -o main.o --- dependall-rump_allserver --- --- rump_allserver --- # link rump_allserver/rump_allserver /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o rump_allserver rump_allserver.o -Wl,-rpath-link,/tmp/build/2023.11.21.14.35.36-pmax/destdir/lib -L=/lib -lrumpdev_audio -lrumpdev_bpf -lrumpdev_cgd -lrumpdev_disk -lrumpdev_dm -lrumpdev_drvctl -lrumpdev_fss -lrumpdev_md -lrumpdev_pad -lrumpdev_pud -lrumpdev_putter -lrumpdev_raidframe -lrumpdev_rnd -lrumpdev_scsipi -lrumpdev_sysmon -lrumpdev_vnd -lrumpdev_wscons -lrumpdev_opencrypto -lrumpfs_cd9660 -lrumpfs_efs -lrumpfs_ext2fs -lrumpfs_fdesc -lrumpfs_ffs -lrumpfs_hfs -lrumpfs_kernfs -lrumpfs_lfs -lrumpfs_mfs -lrumpfs_msdos -lrumpfs_nfs -lrumpfs_nilfs -lrumpfs_ntfs -lrumpfs_null -lrumpfs_ptyfs -lrumpfs_syspuffs -lrumpfs_sysvbfs -lrumpfs_tmpfs -lrumpfs_udf -lrumpfs_umap -lrumpfs_union -lrumpfs_v7fs -lrumpfs_nfsserver -lrumpvfs_fifofs -lrumpvfs_layerfs -lrumpvfs_nofifofs -lrumpvfs_aio -lrumpkern_crypto -lrumpkern_nv -lrumpkern_sysproxy -lrumpkern_tty -lrumpkern_z -lrumpkern_simplehook_tester -lrumpnet_agr -lrumpnet_altq -lrumpnet_bridge -lrumpnet_net -lrumpnet_net80211 -lrumpnet_netbt -lrumpnet_netcan -lrumpnet_netinet -lrumpnet_netinet6 -lrumpnet_netipsec -lrumpnet_gif -lrumpnet_ipsec -lrumpnet_netmpls -lrumpnet_npf -lrumpnet_l2tp -lrumpnet_lagg -lrumpnet_local -lrumpnet_pppoe -lrumpnet_shmif -lrumpnet_tap -lrumpnet_tun -lrumpnet_vlan -lrumpnet_vether -lrumpnet_wg -lrumpnet_virtif -lrumpdev -lrumpnet -lrumpvfs -lrumpvfs_nofifofs -lrump -lrumpuser -lpthread --- dependall-sys --- --- bsd-comp.d --- # create ppp_bsdcomp/bsd-comp.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/ppp_bsdcomp -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/bsd-comp.c && mv -f bsd-comp.d.tmp bsd-comp.d --- dependall-usr.sbin --- --- throttle.o --- # compile racoon/throttle.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/throttle.c -o throttle.o --- dependall-sys --- --- .depend --- # create ppp_bsdcomp/.depend rm -f .depend CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend bsd-comp.d --- dependall --- --- dependall-usr.bin --- --- dependall-../external/zlib/pigz/bin/pigz --- --- yarn.o --- # compile pigz/yarn.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/yarn.c -o yarn.o --- dependall-sys --- --- bsd-comp.o --- # compile ppp_bsdcomp/bsd-comp.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/ppp_bsdcomp -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/bsd-comp.c -o bsd-comp.o --- dependall-npf --- --- npf_ifaddr.o --- # compile npf/npf_ifaddr.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/npf/npf_ifaddr.c -o npf_ifaddr.o --- dependall-usr.bin --- --- dependall-rump_dhcpclient --- --- bpf.o --- # compile rump_dhcpclient/bpf.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_dhcpclient/bpf.c -o bpf.o --- dependall-usr.sbin --- --- isakmp_frag.o --- # compile racoon/isakmp_frag.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c -o isakmp_frag.o --- dependall-sys --- --- nvlist.o --- # compile npf/nvlist.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist//nvlist.c -o nvlist.o --- dependall-external --- --- dependall-bsd --- --- print-ip6.o --- # compile bin/print-ip6.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../dist/print-ip6.c -o print-ip6.o --- dependall-usr.bin --- --- dependall-rump_halt --- dependall ===> usr.bin/rump_halt --- rump.halt.d --- # create rump_halt/rump.halt.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f rump.halt.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_halt/rump.halt.c && mv -f rump.halt.d.tmp rump.halt.d --- dependall-rump_dhcpclient --- --- common.o --- # compile rump_dhcpclient/common.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_dhcpclient/common.c -o common.o --- dependall-sys --- --- nvpair.o --- # compile npf/nvpair.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist//nvpair.c -o nvpair.o --- dependall-usr.bin --- --- dependall-rump_halt --- --- .depend --- # create rump_halt/.depend rm -f .depend CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend rump.halt.d --- dependall --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.11.21.14.35.36-pmax/destdir" > .gdbinit --- rump.halt.html1 --- # format rump_halt/rump.halt.html1 if test "" != "yes"; then /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_halt/rump.halt.1 > rump.halt.html1.tmp && mv -f rump.halt.html1.tmp rump.halt.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-font:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-tmac:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/tmac /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_halt/rump.halt.1 > rump.halt.html1.tmp && mv -f rump.halt.html1.tmp rump.halt.html1; fi --- dependall-usr.sbin --- --- nattraversal.o --- # compile racoon/nattraversal.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/nattraversal.c -o nattraversal.o --- dependall-usr.bin --- --- rump.halt.o --- # compile rump_halt/rump.halt.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_halt/rump.halt.c -o rump.halt.o --- dependall-rump_dhcpclient --- --- configure.o --- --- dependall-usr.sbin --- --- vmbuf.o --- # compile racoon/vmbuf.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-usr.bin --- # compile rump_dhcpclient/configure.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_dhcpclient/configure.c -o configure.o --- dependall-rump_halt --- --- rump.halt --- # link rump_halt/rump.halt /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o rump.halt rump.halt.o -Wl,-rpath-link,/tmp/build/2023.11.21.14.35.36-pmax/destdir/lib -L=/lib -lrumpclient --- dependall-external --- --- print-ospf6.o --- # compile bin/print-ospf6.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../dist/print-ospf6.c -o print-ospf6.o --- dependall-sys --- --- dependall-ppp_deflate --- dependall ===> sys/modules/ppp_deflate --- dependall-external --- --- dependall-gpl3 --- --- call-string.o --- /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-objcopy -x call-string.o --- dependall-bsd --- --- print-rt6.o --- # compile bin/print-rt6.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../dist/print-rt6.c -o print-rt6.o --- dependall-usr.sbin --- --- sockmisc.o --- # compile racoon/sockmisc.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-sys --- --- ppp-deflate.d --- # create ppp_deflate/ppp-deflate.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/ppp_deflate -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/ppp-deflate.c && mv -f ppp-deflate.d.tmp ppp-deflate.d --- dependall-ppp_bsdcomp --- --- ppp_bsdcomp.kmod --- # link ppp_bsdcomp/ppp_bsdcomp.kmod /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.14.35.36-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=ppp_bsdcomp.kmod.map -o ppp_bsdcomp.kmod bsd-comp.o --- dependall-ppp_deflate --- --- .depend --- # create ppp_deflate/.depend rm -f .depend CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend ppp-deflate.d --- dependall --- --- dependall-procfs --- dependall ===> sys/modules/procfs --- procfs_auxv.d --- # create procfs/procfs_auxv.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_auxv.c && mv -f procfs_auxv.d.tmp procfs_auxv.d --- dependall-external --- --- tcpdump.8 --- cp /tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../dist/tcpdump.1.in tcpdump.8 --- version.o --- # compile bin/version.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c version.c -o version.o --- dependall-sys --- --- dependall-ppp_deflate --- --- ppp-deflate.o --- # compile ppp_deflate/ppp-deflate.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/ppp_deflate -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/ppp-deflate.c -o ppp-deflate.o --- dependall-procfs --- --- procfs_cmdline.d --- # create procfs/procfs_cmdline.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_cmdline.c && mv -f procfs_cmdline.d.tmp procfs_cmdline.d --- dependall-npf --- --- nv_kern_netbsd.o --- # compile npf/nv_kern_netbsd.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist//nv_kern_netbsd.c -o nv_kern_netbsd.o --- dependall-usr.bin --- --- dependall-xlint --- --- dependall-lint1 --- --- ckbool.o --- # compile lint1/ckbool.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/ckbool.c -o ckbool.o --- dependall-sys --- --- dependall-procfs --- --- procfs_fd.d --- # create procfs/procfs_fd.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_fd.c && mv -f procfs_fd.d.tmp procfs_fd.d --- dependall-usr.bin --- --- dependall-rump_dhcpclient --- --- dhcp.o --- # compile rump_dhcpclient/dhcp.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_dhcpclient/dhcp.c -o dhcp.o --- dependall-usr.sbin --- --- misc.o --- # compile racoon/misc.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb --- --- break-catch-syscall.o --- /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-objcopy -x break-catch-syscall.o --- dependall-usr.bin --- --- dependall-xlint --- --- dependall-lint2 --- --- msg.o --- # compile lint2/msg.o /tmp/build/2023.11.21.14.35.36-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 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/msg.c -o msg.o --- dependall-sys --- --- procfs_fpregs.d --- # create procfs/procfs_fpregs.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_fpregs.c && mv -f procfs_fpregs.d.tmp procfs_fpregs.d --- dependall-usr.sbin --- --- prsa_tok.o --- # compile racoon/prsa_tok.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.21.14.35.36-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.21.14.35.36-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 prsa_tok.c -o prsa_tok.o --- dependall-sys --- --- dependall-npf --- --- dnvlist.o --- # compile npf/dnvlist.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist//dnvlist.c -o dnvlist.o --- dependall-usr.bin --- --- emit.o --- --- dependall-sys --- --- dependall-procfs --- --- procfs_limit.d --- --- dependall-usr.bin --- # compile lint2/emit.o /tmp/build/2023.11.21.14.35.36-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 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common/emit.c -o emit.o --- dependall-sys --- # create procfs/procfs_limit.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_limit.c && mv -f procfs_limit.d.tmp procfs_limit.d --- dependall-usr.bin --- --- emit2.o --- # compile lint2/emit2.o /tmp/build/2023.11.21.14.35.36-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 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/emit2.c -o emit2.o --- dependall-lint1 --- --- ckctype.o --- # compile lint1/ckctype.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/ckctype.c -o ckctype.o --- dependall-sys --- --- dependall-pf --- --- pf_mtag.o --- # compile pf/pf_mtag.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf/net/pf_mtag.c -o pf_mtag.o --- dependall-external --- --- bt-utils.o --- # compile libgdb/bt-utils.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/bt-utils.c -o bt-utils.o --- dependall-sys --- --- dependall-procfs --- --- procfs_linux.d --- # create procfs/procfs_linux.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_linux.c && mv -f procfs_linux.d.tmp procfs_linux.d --- dependall-npf --- --- npf_os.o --- # compile npf/npf_os.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DINET6 -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/net/npf/npf_os.c -o npf_os.o --- dependall-procfs --- --- procfs_machdep.d --- # create procfs/procfs_machdep.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch/mips/mips/procfs_machdep.c && mv -f procfs_machdep.d.tmp procfs_machdep.d --- dependall-external --- --- break-catch-throw.o --- /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-objcopy -x break-catch-throw.o --- dependall-usr.bin --- --- dependall-lint2 --- --- inittyp.o --- --- dependall-../external/zlib/pigz/bin/pigz --- --- deflate.o --- --- dependall-xlint --- # compile lint2/inittyp.o /tmp/build/2023.11.21.14.35.36-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 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common/inittyp.c -o inittyp.o --- dependall-../external/zlib/pigz/bin/pigz --- # compile pigz/deflate.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/zopfli/deflate.c -o deflate.o --- dependall-sys --- --- procfs_map.d --- # create procfs/procfs_map.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_map.c && mv -f procfs_map.d.tmp procfs_map.d --- dependall-usr.bin --- --- dependall-xlint --- --- dependall-lint1 --- --- ckgetopt.o --- # compile lint1/ckgetopt.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/ckgetopt.c -o ckgetopt.o --- dependall-lint2 --- --- tyname.o --- --- dependall-sys --- --- procfs_mem.d --- --- dependall-usr.bin --- # compile lint2/tyname.o /tmp/build/2023.11.21.14.35.36-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 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2 -DIS_LINT2 --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint2/../common/tyname.c -o tyname.o --- dependall-sys --- # create procfs/procfs_mem.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_mem.c && mv -f procfs_mem.d.tmp procfs_mem.d --- dependall-external --- --- dependall-bsd --- --- tcpdump.html8 --- # format bin/tcpdump.html8 if test "" != "yes"; then /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css tcpdump.8 > tcpdump.html8.tmp && mv -f tcpdump.html8.tmp tcpdump.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-font:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-tmac:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/tmac /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html tcpdump.8 > tcpdump.html8.tmp && mv -f tcpdump.html8.tmp tcpdump.html8; fi --- dependall-sys --- --- dependall-pf --- --- pf_norm.o --- # compile pf/pf_norm.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf/net/pf_norm.c -o pf_norm.o --- dependall-external --- --- tcpdump --- # link bin/tcpdump /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o tcpdump addrtoname.o cpack.o fptype.o gmpls.o machdep.o oui.o parsenfsfh.o smbutil.o tcpdump.o netdissect-alloc.o netdissect.o checksum.o signature.o l2vpn.o nlpid.o ntp.o ipproto.o af.o in_cksum.o pf_print_state.o util-print.o addrtostr.o ascii_strcasecmp.o print.o strtoaddr.o bpf_dump.o version.o print-802_11.o print-802_15_4.o print-ah.o print-ahcp.o print-aodv.o print-aoe.o print-ap1394.o print-arcnet.o print-arista.o print-arp.o print-ascii.o print-atalk.o print-atm.o print-bcm-li.o print-beep.o print-bfd.o print-bgp.o print-bootp.o print-brcmtag.o print-bt.o print-calm-fast.o print-carp.o print-cdp.o print-cfm.o print-chdlc.o print-cip.o print-cnfp.o print-dccp.o print-decnet.o print-domain.o print-dsa.o print-dtp.o print-dvmrp.o print-eap.o print-egp.o print-eigrp.o print-enc.o print-esp.o print-ether.o print-fddi.o print-for--- dependall-usr.bin --- --- dependall-llib --- --- dependall-external --- ces.o print-fr.o print-ftp.o print-geneve.o print-geonet.o print-gre.o print-hncp.o print-hsrp.o print-http.o print-icmp.o print-igmp.o print-igrp.o print-ip-demux.o print-ip.o print-ipcomp.o print-ipfc.o print-ipnet.o print-ipoib.o print-ipx.o print-isakmp.o print-isoclns.o print-juniper.o print-krb.o print-l2tp.o print-lane.o print-ldp.o print-lisp.o print-llc.o print-lldp.o print-lmp.o print-loopback.o print-lspping.o print-lwapp.o print-lwres.o print-m3ua.o print-macsec.o print-mobile.o print-mobility.o print-mpcp.o print-mpls.o print-mptcp.o print-msdp.o print-msnlb.o print-nflog.o print-nfs.o print-nsh.o print-ntp.o print-null.o print-olsr.o print-openflow-1.0.o print-openflow-1.3.o print-openflow.o print-ospf.o print-otv.o print-pflog.o print-pfsync.o print-pgm.o print-pim.o print-pktap.o print-ppi.o print-ppp.o print-pppoe.o print-pptp.o print-ptp.o print-radius.o print-raw.o print-realtek.o print-resp.o print-rip.o print-ripng.o print-rpki-rtr.o print-rsvp.o print-rtsp.o print-rx.o print-sctp.o print--- dependall-sys --- --- pf_osfp.o --- # compile pf/pf_osfp.o --- dependall-external --- -sflow.o print-sip.o print-sl.o print-sll.o print-slow.o print-smb.o print-smtp.o print-snmp.o print-someip.o print-ssh.o print-stp.o print-sunatm.o print-sunrpc.o print-symantec.o print-syslog.o print-tcp.o print-telnet.o print-tftp.o print-timed.o print-tipc.o print-token.o print-udld.o print-udp.o print-unsupported.o print-usb.o print-vjc.o print-vqp.o print-vrrp.o print-vsock.o print-vtp.o print-vxlan-gpe.o print-vxlan.o print-wb.o print-whois.o print-zep.o print-zephyr.o print-zeromq.o print-babel.o print-ip6opts.o print-dhcp6.o print-frag6.o print-icmp6.o print-ip6.o print-ospf6.o print-rt6.o -Wl,-rpath-link,/tmp/build/2023.11.21.14.35.36-pmax/destdir/lib -L=/lib -lpcap -ll -lcrypto -lcrypt --- dependall-sys --- /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf/net/pf_osfp.c -o pf_osfp.o --- dependall-ppp_deflate --- --- ppp_deflate.kmod --- # link ppp_deflate/ppp_deflate.kmod /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.14.35.36-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=ppp_deflate.kmod.map -o ppp_deflate.kmod ppp-deflate.o --- dependall-usr.bin --- dependall ===> usr.bin/xlint/llib --- dependall --- --- dependall-sys --- --- dependall-procfs --- --- procfs_note.d --- # create procfs/procfs_note.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_note.c && mv -f procfs_note.d.tmp procfs_note.d --- dependall-usr.bin --- --- dependall-lint1 --- --- debug.o --- # compile lint1/debug.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/debug.c -o debug.o --- dependall-rump_dhcpclient --- --- if-bsd.o --- # compile rump_dhcpclient/if-bsd.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_dhcpclient/if-bsd.c -o if-bsd.o --- dependall-sys --- --- procfs_regs.d --- # create procfs/procfs_regs.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_regs.c && mv -f procfs_regs.d.tmp procfs_regs.d --- dependall-usr.bin --- --- dependall-xlint --- --- decl.o --- # compile lint1/decl.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/decl.c -o decl.o --- dependall-lint2 --- --- lint2 --- # link lint2/lint2 /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o lint2 main2.o hash.o read.o mem.o chk.o msg.o emit.o emit2.o inittyp.o tyname.o -Wl,-rpath-link,/tmp/build/2023.11.21.14.35.36-pmax/destdir/lib -L=/lib --- dependall-rump_server --- dependall ===> usr.bin/rump_server --- dependall-xlint --- --- dependall-lint1 --- --- emit.o --- # compile lint1/emit.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common/emit.c -o emit.o --- dependall-rump_server --- --- rump_allserver.d --- # create rump_server/rump_allserver.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f rump_allserver.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_server/../rump_allserver/rump_allserver.c && mv -f rump_allserver.d.tmp rump_allserver.d --- dependall-sys --- --- dependall-pf --- --- pf_ruleset.o --- # compile pf/pf_ruleset.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/dist/pf/net/pf_ruleset.c -o pf_ruleset.o --- dependall-procfs --- --- procfs_status.d --- # create procfs/procfs_status.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_status.c && mv -f procfs_status.d.tmp procfs_status.d --- dependall-usr.bin --- --- .depend --- # create rump_server/.depend rm -f .depend CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend rump_allserver.d --- dependall --- --- dependall-sys --- --- procfs_subr.d --- --- dependall-usr.bin --- --- .gdbinit --- --- dependall-sys --- # create procfs/procfs_subr.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f procfs_subr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_subr.c && mv -f procfs_subr.d.tmp procfs_subr.d --- dependall-usr.bin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.11.21.14.35.36-pmax/destdir" > .gdbinit --- rump_allserver.o --- # compile rump_server/rump_allserver.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_server/../rump_allserver/rump_allserver.c -o rump_allserver.o --- dependall-xlint --- --- emit1.o --- # compile lint1/emit1.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/emit1.c -o emit1.o --- dependall-sys --- --- procfs_vfsops.d --- # create procfs/procfs_vfsops.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f procfs_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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_vfsops.c && mv -f procfs_vfsops.d.tmp procfs_vfsops.d --- dependall-usr.bin --- --- dependall-shmif_dumpbus --- --- dependall-rump_dhcpclient --- --- net.o --- --- dependall-shmif_dumpbus --- dependall ===> usr.bin/shmif_dumpbus --- dependall-rump_dhcpclient --- # compile rump_dhcpclient/net.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/rump_dhcpclient/net.c -o net.o --- dependall-external --- --- dependall --- --- dependall --- --- dependall-usr.bin --- --- dependall-shmif_dumpbus --- --- shmif_busops.d --- # create shmif_dumpbus/shmif_busops.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f shmif_busops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/rump/net/lib/libshmif /tmp/build/2023.11.21.14.35.36-pmax/src/sys/rump/net/lib/libshmif/shmif_busops.c && mv -f shmif_busops.d.tmp shmif_busops.d --- dependall-xlint --- --- err.o --- # compile lint1/err.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/err.c -o err.o --- dependall-sys --- --- procfs_vnops.d --- # create procfs/procfs_vnops.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f procfs_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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_vnops.c && mv -f procfs_vnops.d.tmp procfs_vnops.d --- dependall-ptrace --- --- dependall-usr.bin --- --- dependall-shmif_dumpbus --- --- shmif_dumpbus.d --- # create shmif_dumpbus/shmif_dumpbus.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f shmif_dumpbus.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/rump/net/lib/libshmif /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/shmif_dumpbus/shmif_dumpbus.c && mv -f shmif_dumpbus.d.tmp shmif_dumpbus.d --- dependall-sys --- dependall ===> sys/modules/ptrace --- dependall-usr.sbin --- --- racoon --- # link racoon/racoon /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o racoon main.o session.o isakmp.o handler.o isakmp_ident.o isakmp_agg.o isakmp_base.o isakmp_quick.o isakmp_inf.o isakmp_newg.o gssapi.o dnssec.o getcertsbyname.o privsep.o pfkey.o admin.o evt.o ipsec_doi.o oakley.o grabmyaddr.o vendorid.o policy.o localconf.o remoteconf.o crypto_openssl.o algorithm.o proposal.o sainfo.o strnames.o plog.o logger.o schedule.o str2val.o safefile.o backupsa.o genlist.o rsalist.o cftoken.o cfparse.o prsa_tok.o prsa_par.o isakmp_xauth.o isakmp_cfg.o isakmp_unity.o throttle.o isakmp_frag.o nattraversal.o vmbuf.o sockmisc.o misc.o -Wl,-rpath-link,/tmp/build/2023.11.21.14.35.36-pmax/destdir/lib -L=/lib -ll -ly -lipsec -lutil -lradius -lpam -lutil -lgssapi -lheimntlm -lkrb5 -lcom_err -lhx509 -lcrypto -lasn1 -lwind -lheimbase -lcom_err -lroken -lcrypt -lutil -lldap -llber -lgssapi -lheimntlm -lkrb5 -lcom_err -lhx509 -lcrypto -lasn1 -lwind -lheimbase -lcom_err -lroken -lcrypt -lutil -lssl -lcrypto -lcrypto -lcrypt --- dependall-sys --- --- sys_ptrace.d --- # create ptrace/sys_ptrace.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DPTRACE -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/ptrace -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/kern/sys_ptrace.c && mv -f sys_ptrace.d.tmp sys_ptrace.d --- dependall-procfs --- --- .depend --- # create procfs/.depend rm -f .depend CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend procfs_auxv.d procfs_cmdline.d procfs_fd.d procfs_fpregs.d procfs_limit.d procfs_linux.d procfs_machdep.d procfs_map.d procfs_mem.d procfs_note.d procfs_regs.d procfs_status.d procfs_subr.d procfs_vfsops.d procfs_vnops.d --- dependall --- --- dependall-usr.bin --- --- .depend --- # create shmif_dumpbus/.depend rm -f .depend CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend shmif_busops.d shmif_dumpbus.d --- dependall --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.11.21.14.35.36-pmax/destdir" > .gdbinit --- shmif_dumpbus.html1 --- # format shmif_dumpbus/shmif_dumpbus.html1 if test "" != "yes"; then /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/shmif_dumpbus/shmif_dumpbus.1 > shmif_dumpbus.html1.tmp && mv -f shmif_dumpbus.html1.tmp shmif_dumpbus.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-font:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/site-tmac:/tmp/build/2023.11.21.14.35.36-pmax/tools/share/groff/tmac /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/shmif_dumpbus/shmif_dumpbus.1 > shmif_dumpbus.html1.tmp && mv -f shmif_dumpbus.html1.tmp shmif_dumpbus.html1; fi --- shmif_dumpbus.o --- # compile shmif_dumpbus/shmif_dumpbus.o --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc.old --- --- checker-path.o --- /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-objcopy -x checker-path.o --- dependall-usr.bin --- --- dependall-xlint --- --- func.o --- # compile lint1/func.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/func.c -o func.o --- dependall-shmif_dumpbus --- /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/rump/net/lib/libshmif -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/shmif_dumpbus/shmif_dumpbus.c -o shmif_dumpbus.o --- dependall-sys --- --- dependall-ptrace --- --- .depend --- # create ptrace/.depend rm -f .depend CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend sys_ptrace.d --- dependall --- --- dependall-npf --- --- npf.kmod --- # link npf/npf.kmod /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.21.14.35.36-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=npf.kmod.map -o npf.kmod npf.o npf_alg.o npf_conf.o npf_ctl.o npf_handler.o npf_bpf.o npf_if.o npf_inet.o npf_mbuf.o npf_nat.o npf_params.o npf_ruleset.o npf_rproc.o npf_conn.o npf_conndb.o npf_connkey.o npf_portmap.o npf_state.o npf_state_tcp.o npf_tableset.o lpm.o npf_sendpkt.o npf_worker.o npf_os.o npf_ifaddr.o nvlist.o nvpair.o nv_kern_netbsd.o dnvlist.o --- dependall-ptrace_common --- dependall ===> sys/modules/ptrace_common --- dependall-procfs --- --- procfs_note.o --- # compile procfs/procfs_note.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_note.c -o procfs_note.o --- dependall-ptrace_common --- --- sys_ptrace_common.d --- --- dependall-usr.bin --- --- shmif_busops.o --- # compile shmif_dumpbus/shmif_busops.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/rump/net/lib/libshmif -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/rump/net/lib/libshmif/shmif_busops.c -o shmif_busops.o --- dependall-sys --- # create ptrace_common/sys_ptrace_common.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DPTRACE -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/ptrace_common -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -Wno-cast-function-type /tmp/build/2023.11.21.14.35.36-pmax/src/sys/kern/sys_ptrace_common.c && mv -f sys_ptrace_common.d.tmp sys_ptrace_common.d --- dependall-ptrace --- --- sys_ptrace.o --- # compile ptrace/sys_ptrace.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DPTRACE -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/ptrace -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/kern/sys_ptrace.c -o sys_ptrace.o --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl --- # link pfctl/pfctl /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o pfctl pfctl.o parse.o pfctl_parser.o pf_print_state.o pfctl_altq.o pfctl_osfp.o pfctl_radix.o pfctl_table.o pfctl_qstats.o pfctl_optimize.o pf_ruleset.o -Wl,-dynamic-linker=/libexec/ld.elf_so -Wl,-rpath,/lib -L=/lib -lm --- dependall-usr.bin --- --- dependall-xlint --- --- init.o --- # compile lint1/init.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/init.c -o init.o --- dependall-../external/zlib/pigz/bin/pigz --- --- blocksplitter.o --- # compile pigz/blocksplitter.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/zopfli/blocksplitter.c -o blocksplitter.o --- dependall-sys --- --- dependall-ptrace_common --- --- .depend --- # create ptrace_common/.depend rm -f .depend CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend sys_ptrace_common.d --- dependall --- --- dependall-usr.sbin --- --- dependall --- --- dependall-usr.bin --- --- dependall-rump_dhcpclient --- --- rump.dhcpclient --- # link rump_dhcpclient/rump.dhcpclient /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o rump.dhcpclient main.o bpf.o common.o configure.o dhcp.o if-bsd.o net.o -Wl,-rpath-link,/tmp/build/2023.11.21.14.35.36-pmax/destdir/lib -L=/lib -lrumpclient --- dependall-usr.sbin --- --- dependall --- --- dependall-sys --- --- dependall-ptrace --- In file included from /tmp/build/2023.11.21.14.35.36-pmax/src/sys/kern/sys_ptrace.c:78: /tmp/build/2023.11.21.14.35.36-pmax/src/sys/sys/pax.h: In function 'pax_aslr_exec_offset': /tmp/build/2023.11.21.14.35.36-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.14.35.36-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-external --- --- dependall-gdb --- --- btrace.o --- --- dependall-usr.bin --- --- dependall-xlint --- --- inittyp.o --- --- dependall-sys --- --- dependall-procfs --- --- procfs_status.o --- --- dependall-usr.bin --- # compile lint1/inittyp.o --- dependall-sys --- # compile procfs/procfs_status.o --- dependall-usr.bin --- /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir -DIS_LINT1 -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1 -I/tmp/build/2023.11.21.14.35.36-pmax/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../arch/mips -I/tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.11.21.14.35.36-pmax/src/usr.bin/xlint/lint1/../common/inittyp.c -o inittyp.o --- dependall-sys --- /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_status.c -o procfs_status.o --- procfs_subr.o --- --- dependall-external --- # compile libgdb/btrace.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/btrace.c -o btrace.o --- dependall-sys --- # compile procfs/procfs_subr.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../--- dependall-usr.bin --- --- dependall-rump_server --- --- rump_server --- --- dependall-sys --- --- procfs_vfsops.o --- --- dependall-usr.bin --- # link rump_server/rump_server /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o rump_server rump_allserver.o -Wl,-rpath-link,/tmp/build/2023.11.21.14.35.36-pmax/destdir/lib -L=/lib -Wl,--whole-archive -lrumpkern_sysproxy -lrump -lrumpvfs_nofifofs -lrumpvfs -lrumpuser -Wl,--no-whole-archive -lpthread --- dependall-sys --- --- procfs_subr.o --- common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_subr.c -o procfs_subr.o --- procfs_vfsops.o --- # compile procfs/procfs_vfsops.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/miscfs/procfs/procfs_vfsops.c -o procfs_vfsops.o --- dependall-ptrace_common --- --- sys_ptrace_common.o --- # compile ptrace_common/sys_ptrace_common.o /tmp/build/2023.11.21.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DPTRACE -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/ptrace_common -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-cast-function-type /tmp/build/2023.11.21.14.35.36-pmax/src/sys/kern/sys_ptrace_common.c -o sys_ptrace_common.o --- dependall-usr.bin --- --- dependall-../external/zlib/pigz/bin/pigz --- --- tree.o --- # compile pigz/tree.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/zopfli/tree.c -o tree.o --- dependall-shmif_dumpbus --- --- shmif_dumpbus --- # link shmif_dumpbus/shmif_dumpbus /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o shmif_dumpbus shmif_dumpbus.o shmif_busops.o -Wl,-rpath-link,/tmp/build/2023.11.21.14.35.36-pmax/destdir/lib -L=/lib -lpcap --- dependall-../external/zlib/pigz/bin/pigz --- --- lz77.o --- # compile pigz/lz77.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/zlib/pigz/dist/zopfli/lz77.c -o lz77.o --- dependall-sys --- --- dependall-ptyfs --- dependall ===> sys/modules/ptyfs --- dependall-external --- --- dependall-gcc.old --- --- engine.o --- # compile backend/engine.o /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=63c59c91 -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.14.35.36-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/dist/gcc/analyzer/engine.cc -o engine.o --- dependall-sys --- --- ptyfs_subr.d --- # create ptyfs/ptyfs_subr.d CC=/tmp/build/2023.11.21.14.35.36-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.21.14.35.36-pmax/tools/bin/nbmkdep -f ptyfs_subr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/ptyfs -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.21.14.35.36-pmax/src/sys/fs/ptyfs/ptyfs_subr.c && mv -f ptyfs_subr.d.tmp ptyfs_subr.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.14.35.36-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.14.35.36-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.21.14.35.36-pmax/destdir -DPTRACE -I/tmp/build/2023.11.21.14.35.36-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/ptrace -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/arch -isystem /tmp/build/2023.11.21.14.35.36-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.21.14.35.36-pmax/src/sys/kern/sys_ptrace.c -o sys_ptrace.o ${CTFCONVERT_RUN} => *** [sys_ptrace.o] Error code 1 nbmake[8]: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src/sys/modules/ptrace nbmake[5]: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src/sys --- dependall-usr.bin --- nbmake[4]: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src --- dependall-external --- nbmake[8]: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old/usr.bin --- dependall-sys --- nbmake[4]: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src --- dependall-external --- nbmake[7]: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gcc.old nbmake[6]: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3 --- dependall-gdb --- nbmake[9]: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib/libgdb nbmake[8]: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb/lib nbmake[7]: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3/gdb nbmake[6]: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src/external/gpl3 nbmake[5]: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src/external nbmake[4]: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src nbmake[3]: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src nbmake[2]: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src nbmake[1]: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src nbmake: stopped in /tmp/build/2023.11.21.14.35.36-pmax/src ERROR: Failed to make release *** BUILD ABORTED *** 1027.27 real 9903.31 user 2023.54 sys