Last 2000 lines of build log: from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_final': /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_init': /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_update': /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_final': /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_generate': /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_compute': /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_init': /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'binbuf_pubkey2rsa': /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-sys --- --- dependall-nfsserver --- --- nfs_syscalls.o --- # compile nfsserver/nfs_syscalls.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DNFSSERVER -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/nfsserver -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/nfs/nfs_syscalls.c -o nfs_syscalls.o --- dependall-external --- --- except.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x except.o --- gcse-common.o --- # compile backend/gcse-common.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gcse-common.c -o gcse-common.o --- function-abi.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x function-abi.o --- ggc-common.o --- # compile backend/ggc-common.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/ggc-common.c -o ggc-common.o --- function-tests.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x function-tests.o --- ggc-tests.o --- # compile backend/ggc-tests.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/ggc-tests.c -o ggc-tests.o --- dependall-gdb --- --- build-id.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x build-id.o --- c-lang.o --- # compile libgdb/c-lang.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/c-lang.c -o c-lang.o --- dependall-gcc.old --- --- gcc-rich-location.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gcc-rich-location.o --- gimple.o --- # compile backend/gimple.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple.c -o gimple.o --- fold-const-call.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x fold-const-call.o --- gimple-builder.o --- # compile backend/gimple-builder.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-builder.c -o gimple-builder.o --- ggc-tests.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x ggc-tests.o --- gimple-expr.o --- # compile backend/gimple-expr.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-expr.c -o gimple-expr.o --- dependall-sys --- --- dependall-nfs --- --- nfs_iod.o --- # compile nfs/nfs_iod.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/nfs/nfs_iod.c -o nfs_iod.o --- nfs_vnops.o --- # compile nfs/nfs_vnops.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/nfs/nfs_vnops.c -o nfs_vnops.o --- dependall-usr.sbin --- --- algorithm.o --- # compile racoon/algorithm.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/algorithm.c -o algorithm.o --- dependall-external --- --- gcse-common.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gcse-common.o --- gimple-iterator.o --- # compile backend/gimple-iterator.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-iterator.c -o gimple-iterator.o --- fwprop.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x fwprop.o --- gimple-fold.o --- # compile backend/gimple-fold.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-fold.c -o gimple-fold.o --- dependall-sys --- --- nfs_vfsops.o --- # compile nfs/nfs_vfsops.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/nfs/nfs_vfsops.c -o nfs_vfsops.o --- dependall-external --- --- gimple-builder.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-builder.o --- gimple-laddress.o --- # compile backend/gimple-laddress.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-laddress.c -o gimple-laddress.o --- dependall-usr.sbin --- --- proposal.o --- # compile racoon/proposal.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/proposal.c -o proposal.o --- dependall-external --- --- ggc-common.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x ggc-common.o --- gimple-loop-interchange.o --- # compile backend/gimple-loop-interchange.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=127619c7 -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.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-loop-interchange.cc -o gimple-loop-interchange.o --- combine.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x combine.o --- gimple-loop-jam.o --- # compile backend/gimple-loop-jam.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-loop-jam.c -o gimple-loop-jam.o --- final.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x final.o --- gimple-loop-versioning.o --- # compile backend/gimple-loop-versioning.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=8c107fe7 -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.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-loop-versioning.cc -o gimple-loop-versioning.o --- dependall-sys --- --- nfs_bootdhcp.o --- # compile nfs/nfs_bootdhcp.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/nfs/nfs_bootdhcp.c -o nfs_bootdhcp.o --- dependall-usr.sbin --- --- sainfo.o --- # compile racoon/sainfo.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/sainfo.c -o sainfo.o --- dependall-external --- --- gimple-laddress.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-laddress.o --- gimple-low.o --- # compile backend/gimple-low.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-low.c -o gimple-low.o --- gimple-iterator.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-iterator.o --- gimple-pretty-print.o --- # compile backend/gimple-pretty-print.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-pretty-print.c -o gimple-pretty-print.o --- dependall-sys --- --- nfs_bootparam.o --- # compile nfs/nfs_bootparam.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/nfs/nfs_bootparam.c -o nfs_bootparam.o --- dependall-external --- --- emit-rtl.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x emit-rtl.o --- gimple-ssa-backprop.o --- # compile backend/gimple-ssa-backprop.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-ssa-backprop.c -o gimple-ssa-backprop.o --- dependall-usr.sbin --- --- strnames.o --- # compile racoon/strnames.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/strnames.c -o strnames.o --- dependall-external --- --- gimple-expr.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-expr.o --- gimple-ssa-evrp.o --- # compile backend/gimple-ssa-evrp.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-ssa-evrp.c -o gimple-ssa-evrp.o --- gcse.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gcse.o --- gimple-ssa-evrp-analyze.o --- # compile backend/gimple-ssa-evrp-analyze.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-ssa-evrp-analyze.c -o gimple-ssa-evrp-analyze.o --- dependall-sys --- --- dependall-nfsserver --- --- nfsserver.kmod --- # link nfsserver/nfsserver.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-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-nilfs --- dependall ===> sys/modules/nilfs --- nilfs_subr.d --- # create nilfs/nilfs_subr.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f nilfs_subr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/nilfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/nilfs/nilfs_subr.c && mv -f nilfs_subr.d.tmp nilfs_subr.d --- dependall-nfs --- --- nfs_clntsocket.o --- # compile nfs/nfs_clntsocket.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/nfs/nfs_clntsocket.c -o nfs_clntsocket.o --- dependall-nilfs --- --- nilfs_vfsops.d --- # create nilfs/nilfs_vfsops.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f nilfs_vfsops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/nilfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/nilfs/nilfs_vfsops.c && mv -f nilfs_vfsops.d.tmp nilfs_vfsops.d --- nilfs_vnops.d --- # create nilfs/nilfs_vnops.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f nilfs_vnops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/nilfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/nilfs/nilfs_vnops.c && mv -f nilfs_vnops.d.tmp nilfs_vnops.d --- .depend --- # create nilfs/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend nilfs_subr.d nilfs_vfsops.d nilfs_vnops.d --- dependall --- --- nilfs_vfsops.o --- # compile nilfs/nilfs_vfsops.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/nilfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/nilfs/nilfs_vfsops.c -o nilfs_vfsops.o --- dependall-usr.sbin --- --- plog.o --- # compile racoon/plog.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/plog.c -o plog.o --- logger.o --- # compile racoon/logger.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/logger.c -o logger.o --- dependall-sys --- --- nilfs_vnops.o --- # compile nilfs/nilfs_vnops.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/nilfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/nilfs/nilfs_vnops.c -o nilfs_vnops.o --- dependall-external --- --- gimple-loop-jam.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-loop-jam.o --- gimple-ssa-isolate-paths.o --- # compile backend/gimple-ssa-isolate-paths.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-ssa-isolate-paths.c -o gimple-ssa-isolate-paths.o --- dependall-usr.sbin --- --- schedule.o --- # compile racoon/schedule.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/schedule.c -o schedule.o --- dependall-sys --- --- dependall-nfs --- --- nfs_clntsubs.o --- # compile nfs/nfs_clntsubs.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/nfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/nfs/nfs_clntsubs.c -o nfs_clntsubs.o --- dependall-external --- --- dependall-gdb --- --- buildsym.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x buildsym.o --- c-typeprint.o --- # compile libgdb/c-typeprint.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/c-typeprint.c -o c-typeprint.o --- dependall-usr.sbin --- --- str2val.o --- # compile racoon/str2val.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/str2val.c -o str2val.o --- safefile.o --- # compile racoon/safefile.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/safefile.c -o safefile.o --- backupsa.o --- # compile racoon/backupsa.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/backupsa.c -o backupsa.o --- dependall-external --- --- dependall-gcc.old --- --- gimple-low.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-low.o --- gimple-ssa-nonnull-compare.o --- # compile backend/gimple-ssa-nonnull-compare.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-ssa-nonnull-compare.c -o gimple-ssa-nonnull-compare.o --- gimple-ssa-evrp.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-evrp.o --- gimple-ssa-split-paths.o --- # compile backend/gimple-ssa-split-paths.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-ssa-split-paths.c -o gimple-ssa-split-paths.o --- dependall-sys --- --- dependall-nilfs --- --- nilfs_subr.o --- # compile nilfs/nilfs_subr.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/nilfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/nilfs/nilfs_subr.c -o nilfs_subr.o --- dependall-external --- --- gimple.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple.o --- gimple-ssa-store-merging.o --- # compile backend/gimple-ssa-store-merging.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-ssa-store-merging.c -o gimple-ssa-store-merging.o --- dependall-sys --- --- dependall-npf --- dependall ===> sys/modules/npf --- ioconf.c --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbconfig -b /tmp/build/2023.11.22.03.52.58-pmax/obj/sys/modules/npf -s /tmp/build/2023.11.22.03.52.58-pmax/src/sys /tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf/npf.ioconf touch ioconf.c ioconf.h locators.h --- dnvlist.d --- # create npf/dnvlist.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f dnvlist.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist//dnvlist.c && mv -f dnvlist.d.tmp dnvlist.d --- ioconf.d --- # create npf/ioconf.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- lpm.d --- # create npf/lpm.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f lpm.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/lpm.c && mv -f lpm.d.tmp lpm.d --- npf.d --- # create npf/npf.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf.c && mv -f npf.d.tmp npf.d --- dependall-external --- --- gimple-ssa-backprop.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-backprop.o --- gimple-ssa-strength-reduction.o --- # compile backend/gimple-ssa-strength-reduction.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-ssa-strength-reduction.c -o gimple-ssa-strength-reduction.o --- dependall-sys --- --- npf_alg.d --- # create npf/npf_alg.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_alg.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_alg.c && mv -f npf_alg.d.tmp npf_alg.d --- dependall-usr.sbin --- --- genlist.o --- # compile racoon/genlist.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/genlist.c -o genlist.o --- dependall-external --- --- gimple-ssa-evrp-analyze.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-evrp-analyze.o --- gimple-ssa-sprintf.o --- # compile backend/gimple-ssa-sprintf.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-ssa-sprintf.c -o gimple-ssa-sprintf.o --- dependall-sys --- --- npf_bpf.d --- # create npf/npf_bpf.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_bpf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_bpf.c && mv -f npf_bpf.d.tmp npf_bpf.d --- dependall-usr.sbin --- --- rsalist.o --- # compile racoon/rsalist.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c -o rsalist.o --- dependall-sys --- --- npf_conf.d --- # create npf/npf_conf.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_conf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_conf.c && mv -f npf_conf.d.tmp npf_conf.d --- dependall-external --- --- dependall-gdb --- --- c-lang.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x c-lang.o --- c-valprint.o --- # compile libgdb/c-valprint.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/c-valprint.c -o c-valprint.o --- dependall-sys --- --- npf_conn.d --- # create npf/npf_conn.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_conn.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_conn.c && mv -f npf_conn.d.tmp npf_conn.d --- dependall-external --- --- dependall-gcc.old --- --- expmed.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x expmed.o --- gimple-ssa-warn-alloca.o --- # compile backend/gimple-ssa-warn-alloca.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-ssa-warn-alloca.c -o gimple-ssa-warn-alloca.o --- dependall-sys --- --- npf_conndb.d --- # create npf/npf_conndb.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_conndb.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_conndb.c && mv -f npf_conndb.d.tmp npf_conndb.d --- dependall-usr.sbin --- /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dup': /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/rsa.h:21, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/destdir/usr/include/openssl/rsa.h:21, from /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_free': /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dump_one': /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/rsa.h:339:27: note: declared here 339 | OSSL_DEPRECATEDIN_3_0 int RSA_print_fp(FILE *fp, const RSA *r, int offset); | ^~~~~~~~~~~~ --- dependall-sys --- --- npf_connkey.d --- # create npf/npf_connkey.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_connkey.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_connkey.c && mv -f npf_connkey.d.tmp npf_connkey.d --- dependall-nilfs --- --- nilfs.kmod --- # link nilfs/nilfs.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=nilfs.kmod.map -o nilfs.kmod nilfs_vfsops.o nilfs_vnops.o nilfs_subr.o --- dependall-npf_alg_icmp --- dependall ===> sys/modules/npf_alg_icmp --- npf_alg_icmp.d --- # create npf_alg_icmp/npf_alg_icmp.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_alg_icmp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf_alg_icmp -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_alg_icmp.c && mv -f npf_alg_icmp.d.tmp npf_alg_icmp.d --- dependall-npf --- --- npf_ctl.d --- # create npf/npf_ctl.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_ctl.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_ctl.c && mv -f npf_ctl.d.tmp npf_ctl.d --- dependall-npf_alg_icmp --- --- .depend --- --- dependall-npf --- --- npf_handler.d --- --- dependall-npf_alg_icmp --- # create npf_alg_icmp/.depend rm -f .depend --- dependall-npf --- # create npf/npf_handler.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_handler.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_handler.c && mv -f npf_handler.d.tmp npf_handler.d --- dependall-npf_alg_icmp --- CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend npf_alg_icmp.d --- dependall --- --- dependall-usr.sbin --- --- cftoken.o --- # compile racoon/cftoken.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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-external --- --- gimple-pretty-print.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-pretty-print.o --- gimple-ssa-warn-restrict.o --- # compile backend/gimple-ssa-warn-restrict.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-ssa-warn-restrict.c -o gimple-ssa-warn-restrict.o --- gimple-loop-versioning.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-loop-versioning.o --- gimple-streamer-in.o --- # compile backend/gimple-streamer-in.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-streamer-in.c -o gimple-streamer-in.o --- dependall-sys --- --- dependall-npf --- --- npf_if.d --- # create npf/npf_if.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_if.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_if.c && mv -f npf_if.d.tmp npf_if.d --- dependall-npf_alg_icmp --- --- npf_alg_icmp.o --- # compile npf_alg_icmp/npf_alg_icmp.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf_alg_icmp -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_alg_icmp.c -o npf_alg_icmp.o --- dependall-npf --- --- npf_ifaddr.d --- # create npf/npf_ifaddr.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_ifaddr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_ifaddr.c && mv -f npf_ifaddr.d.tmp npf_ifaddr.d --- npf_inet.d --- # create npf/npf_inet.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_inet.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -Wno-address-of-packed-member /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_inet.c && mv -f npf_inet.d.tmp npf_inet.d --- dependall-external --- --- gimple-ssa-nonnull-compare.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-nonnull-compare.o --- gimple-streamer-out.o --- # compile backend/gimple-streamer-out.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-streamer-out.c -o gimple-streamer-out.o --- dependall-sys --- --- npf_mbuf.d --- # create npf/npf_mbuf.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_mbuf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_mbuf.c && mv -f npf_mbuf.d.tmp npf_mbuf.d --- dependall-external --- --- function.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x function.o --- gimple-walk.o --- # compile backend/gimple-walk.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimple-walk.c -o gimple-walk.o --- dependall-sys --- --- npf_nat.d --- # create npf/npf_nat.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_nat.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_nat.c && mv -f npf_nat.d.tmp npf_nat.d --- npf_os.d --- # create npf/npf_os.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_os.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_os.c && mv -f npf_os.d.tmp npf_os.d --- dependall-npf_alg_icmp --- --- npf_alg_icmp.kmod --- # link npf_alg_icmp/npf_alg_icmp.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=npf_alg_icmp.kmod.map -o npf_alg_icmp.kmod npf_alg_icmp.o --- dependall-npf_ext_log --- dependall ===> sys/modules/npf_ext_log --- dependall-external --- --- gimple-loop-interchange.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-loop-interchange.o --- gimplify.o --- # compile backend/gimplify.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimplify.c -o gimplify.o --- dependall-sys --- --- dependall-npf --- --- npf_params.d --- # create npf/npf_params.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_params.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_params.c && mv -f npf_params.d.tmp npf_params.d --- dependall-npf_ext_log --- --- npf_ext_log.d --- # create npf_ext_log/npf_ext_log.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_ext_log.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf_ext_log -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_ext_log.c && mv -f npf_ext_log.d.tmp npf_ext_log.d --- dependall-npf --- --- npf_portmap.d --- # create npf/npf_portmap.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_portmap.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_portmap.c && mv -f npf_portmap.d.tmp npf_portmap.d --- dependall-npf_ext_log --- --- .depend --- # create npf_ext_log/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend npf_ext_log.d --- dependall --- --- dependall-npf --- --- npf_rproc.d --- # create npf/npf_rproc.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_rproc.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_rproc.c && mv -f npf_rproc.d.tmp npf_rproc.d --- dependall-npf_ext_log --- --- npf_ext_log.o --- # compile npf_ext_log/npf_ext_log.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf_ext_log -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_ext_log.c -o npf_ext_log.o --- dependall-external --- --- gimple-ssa-split-paths.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-split-paths.o --- gimplify-me.o --- # compile backend/gimplify-me.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/gimplify-me.c -o gimplify-me.o --- dependall-sys --- --- dependall-npf --- --- npf_ruleset.d --- # create npf/npf_ruleset.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_ruleset.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_ruleset.c && mv -f npf_ruleset.d.tmp npf_ruleset.d --- npf_sendpkt.d --- # create npf/npf_sendpkt.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_sendpkt.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_sendpkt.c && mv -f npf_sendpkt.d.tmp npf_sendpkt.d --- npf_state.d --- # create npf/npf_state.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_state.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_state.c && mv -f npf_state.d.tmp npf_state.d --- dependall-npf_ext_log --- --- npf_ext_log.kmod --- # link npf_ext_log/npf_ext_log.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=npf_ext_log.kmod.map -o npf_ext_log.kmod npf_ext_log.o --- dependall-npf_ext_normalize --- dependall ===> sys/modules/npf_ext_normalize --- dependall-npf --- --- npf_state_tcp.d --- # create npf/npf_state_tcp.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_state_tcp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_state_tcp.c && mv -f npf_state_tcp.d.tmp npf_state_tcp.d --- dependall-external --- --- gimple-ssa-isolate-paths.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-isolate-paths.o --- godump.o --- # compile backend/godump.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/godump.c -o godump.o --- dependall-sys --- --- dependall-npf_ext_normalize --- --- npf_ext_normalize.d --- # create npf_ext_normalize/npf_ext_normalize.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_ext_normalize.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf_ext_normalize -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_ext_normalize.c && mv -f npf_ext_normalize.d.tmp npf_ext_normalize.d --- dependall-npf --- --- npf_tableset.d --- # create npf/npf_tableset.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_tableset.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_tableset.c && mv -f npf_tableset.d.tmp npf_tableset.d --- dependall-npf_ext_normalize --- --- .depend --- # create npf_ext_normalize/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend npf_ext_normalize.d --- dependall --- --- dependall-npf --- --- npf_worker.d --- # create npf/npf_worker.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_worker.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_worker.c && mv -f npf_worker.d.tmp npf_worker.d --- dependall-usr.sbin --- --- cfparse.o --- # compile racoon/cfparse.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -c cfparse.c -o cfparse.o --- dependall-sys --- --- dependall-npf_ext_normalize --- --- npf_ext_normalize.o --- # compile npf_ext_normalize/npf_ext_normalize.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf_ext_normalize -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_ext_normalize.c -o npf_ext_normalize.o --- dependall-npf --- --- nv_kern_netbsd.d --- # create npf/nv_kern_netbsd.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f nv_kern_netbsd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist//nv_kern_netbsd.c && mv -f nv_kern_netbsd.d.tmp nv_kern_netbsd.d --- nvlist.d --- # create npf/nvlist.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f nvlist.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist//nvlist.c && mv -f nvlist.d.tmp nvlist.d --- nvpair.d --- # create npf/nvpair.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f nvpair.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist//nvpair.c && mv -f nvpair.d.tmp nvpair.d --- .depend --- # create npf/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend dnvlist.d ioconf.d lpm.d npf.d npf_alg.d npf_bpf.d npf_conf.d npf_conn.d npf_conndb.d npf_connkey.d npf_ctl.d npf_handler.d npf_if.d npf_ifaddr.d npf_inet.d npf_mbuf.d npf_nat.d npf_os.d npf_params.d npf_portmap.d npf_rproc.d npf_ruleset.d npf_sendpkt.d npf_state.d npf_state_tcp.d npf_tableset.d npf_worker.d nv_kern_netbsd.d nvlist.d nvpair.d --- dependall --- --- dependall-npf_ext_normalize --- --- npf_ext_normalize.kmod --- # link npf_ext_normalize/npf_ext_normalize.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=npf_ext_normalize.kmod.map -o npf_ext_normalize.kmod npf_ext_normalize.o --- dependall-npf --- --- npf.o --- # compile npf/npf.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf.c -o npf.o --- dependall-npf_ext_rndblock --- dependall ===> sys/modules/npf_ext_rndblock --- npf_ext_rndblock.d --- # create npf_ext_rndblock/npf_ext_rndblock.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f npf_ext_rndblock.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf_ext_rndblock -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_ext_rndblock.c && mv -f npf_ext_rndblock.d.tmp npf_ext_rndblock.d --- .depend --- # create npf_ext_rndblock/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend npf_ext_rndblock.d --- dependall --- --- npf_ext_rndblock.o --- # compile npf_ext_rndblock/npf_ext_rndblock.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf_ext_rndblock -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_ext_rndblock.c -o npf_ext_rndblock.o --- dependall-npf --- --- npf_alg.o --- # compile npf/npf_alg.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_alg.c -o npf_alg.o --- dependall-external --- --- gimple-streamer-in.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-streamer-in.o --- graph.o --- # compile backend/graph.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/graph.c -o graph.o --- gimple-streamer-out.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-streamer-out.o --- graphds.o --- # compile backend/graphds.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/graphds.c -o graphds.o --- gimple-ssa-warn-alloca.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-warn-alloca.o --- graphviz.o --- # compile backend/graphviz.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=c97f17e3 -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.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/graphviz.cc -o graphviz.o --- dependall-sys --- --- dependall-npf_ext_rndblock --- --- npf_ext_rndblock.kmod --- # link npf_ext_rndblock/npf_ext_rndblock.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=npf_ext_rndblock.kmod.map -o npf_ext_rndblock.kmod npf_ext_rndblock.o --- dependall-external --- --- dependall-gdb --- --- c-varobj.o --- # compile libgdb/c-varobj.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/c-varobj.c -o c-varobj.o --- dependall-gcc.old --- --- gimple-walk.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-walk.o --- graphite.o --- # compile backend/graphite.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/graphite.c -o graphite.o --- dependall-sys --- --- dependall-npf --- --- npf_conf.o --- # compile npf/npf_conf.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_conf.c -o npf_conf.o --- dependall-external --- --- gimplify-me.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimplify-me.o --- graphite-isl-ast-to-gimple.o --- # compile backend/graphite-isl-ast-to-gimple.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/graphite-isl-ast-to-gimple.c -o graphite-isl-ast-to-gimple.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x graphite-isl-ast-to-gimple.o --- graphite-dependences.o --- # compile backend/graphite-dependences.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/graphite-dependences.c -o graphite-dependences.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x graphite-dependences.o --- dependall-sys --- --- dependall-nfs --- --- nfs.kmod --- # link nfs/nfs.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-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-external --- --- graphite-optimize-isl.o --- # compile backend/graphite-optimize-isl.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/graphite-optimize-isl.c -o graphite-optimize-isl.o --- graphite-poly.o --- # compile backend/graphite-poly.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/graphite-poly.c -o graphite-poly.o --- graphite-optimize-isl.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x graphite-optimize-isl.o --- graphite-scop-detection.o --- # compile backend/graphite-scop-detection.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/graphite-scop-detection.c -o graphite-scop-detection.o --- graphite-poly.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x graphite-poly.o --- graphite-sese-to-poly.o --- # compile backend/graphite-sese-to-poly.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/graphite-sese-to-poly.c -o graphite-sese-to-poly.o --- graphite-scop-detection.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x graphite-scop-detection.o --- gtype-desc.o --- # compile backend/gtype-desc.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c gtype-desc.c -o gtype-desc.o --- graphite-sese-to-poly.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x graphite-sese-to-poly.o --- haifa-sched.o --- # compile backend/haifa-sched.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/haifa-sched.c -o haifa-sched.o --- dependall-sys --- --- dependall-npf --- --- npf_ctl.o --- # compile npf/npf_ctl.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_ctl.c -o npf_ctl.o --- dependall-external --- --- graphviz.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x graphviz.o --- hash-map-tests.o --- # compile backend/hash-map-tests.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/hash-map-tests.c -o hash-map-tests.o --- graph.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x graph.o --- hash-set-tests.o --- # compile backend/hash-set-tests.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/hash-set-tests.c -o hash-set-tests.o --- graphds.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x graphds.o --- dependall-sys --- --- npf_handler.o --- # compile npf/npf_handler.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_handler.c -o npf_handler.o --- dependall-external --- --- graphite.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x graphite.o --- dependall-sys --- --- npf_bpf.o --- # compile npf/npf_bpf.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_bpf.c -o npf_bpf.o --- dependall-external --- --- hsa-common.o --- # compile backend/hsa-common.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/hsa-common.c -o hsa-common.o --- dependall-gdb --- --- breakpoint.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x breakpoint.o --- charset.o --- # compile libgdb/charset.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/charset.c -o charset.o --- c-valprint.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x c-valprint.o --- cli-cmds.o --- # compile libgdb/cli-cmds.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-cmds.c -o cli-cmds.o --- cli-decode.o --- # compile libgdb/cli-decode.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-decode.c -o cli-decode.o --- dependall-sys --- --- npf_if.o --- # compile npf/npf_if.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_if.c -o npf_if.o --- dependall-external --- --- dependall-gcc.old --- --- godump.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x godump.o --- dependall-sys --- --- npf_inet.o --- # compile npf/npf_inet.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_inet.c -o npf_inet.o --- dependall-usr.sbin --- --- prsa_par.o --- # compile racoon/prsa_par.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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-external --- --- gimple-ssa-warn-restrict.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-warn-restrict.o --- dependall-sys --- --- npf_mbuf.o --- # compile npf/npf_mbuf.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_mbuf.c -o npf_mbuf.o --- dependall-external --- --- hash-map-tests.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x hash-map-tests.o --- dependall-usr.sbin --- --- isakmp_xauth.o --- # compile racoon/isakmp_xauth.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c -o isakmp_xauth.o --- dependall-sys --- --- npf_nat.o --- # compile npf/npf_nat.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_nat.c -o npf_nat.o --- dependall-external --- --- dependall-gdb --- --- c-typeprint.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x c-typeprint.o --- cli-dump.o --- # compile libgdb/cli-dump.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-dump.c -o cli-dump.o --- dependall-gcc.old --- --- hash-set-tests.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x hash-set-tests.o --- dependall-sys --- --- npf_params.o --- # compile npf/npf_params.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_params.c -o npf_params.o --- dependall-usr.sbin --- --- prsa_par.o --- /tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsa_parse_file': /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsaparse': /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.11.22.03.52.58-pmax/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ --- dependall-sys --- --- npf_ruleset.o --- # compile npf/npf_ruleset.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_ruleset.c -o npf_ruleset.o --- npf_rproc.o --- # compile npf/npf_rproc.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_rproc.c -o npf_rproc.o --- dependall-external --- --- dependall-gdb --- --- cli-interp.o --- # compile libgdb/cli-interp.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-interp.c -o cli-interp.o --- dependall-sys --- --- npf_conn.o --- # compile npf/npf_conn.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_conn.c -o npf_conn.o --- dependall-external --- --- dependall-gcc.old --- --- gimple-ssa-sprintf.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-sprintf.o --- dependall-sys --- --- npf_conndb.o --- # compile npf/npf_conndb.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_conndb.c -o npf_conndb.o --- npf_connkey.o --- # compile npf/npf_connkey.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_connkey.c -o npf_connkey.o --- npf_portmap.o --- # compile npf/npf_portmap.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_portmap.c -o npf_portmap.o --- dependall-external --- --- gimple-fold.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-fold.o --- dependall-sys --- --- npf_state.o --- # compile npf/npf_state.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_state.c -o npf_state.o --- dependall-ntfs --- dependall ===> sys/modules/ntfs --- ntfs_compr.d --- # create ntfs/ntfs_compr.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f ntfs_compr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/ntfs/ntfs_compr.c && mv -f ntfs_compr.d.tmp ntfs_compr.d --- dependall-npf --- --- npf_state_tcp.o --- # compile npf/npf_state_tcp.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_state_tcp.c -o npf_state_tcp.o --- dependall-ntfs --- --- ntfs_conv.d --- # create ntfs/ntfs_conv.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f ntfs_conv.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/ntfs/ntfs_conv.c && mv -f ntfs_conv.d.tmp ntfs_conv.d --- dependall-usr.sbin --- --- isakmp_cfg.o --- # compile racoon/isakmp_cfg.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c -o isakmp_cfg.o --- dependall-sys --- --- dependall-null --- dependall ===> sys/modules/null --- dependall-ntfs --- --- ntfs_ihash.d --- # create ntfs/ntfs_ihash.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f ntfs_ihash.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/ntfs/ntfs_ihash.c && mv -f ntfs_ihash.d.tmp ntfs_ihash.d --- dependall-null --- --- null_vfsops.d --- # create null/null_vfsops.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f null_vfsops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/null -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/nullfs/null_vfsops.c && mv -f null_vfsops.d.tmp null_vfsops.d --- dependall-ntfs --- --- ntfs_subr.d --- # create ntfs/ntfs_subr.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f ntfs_subr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/ntfs/ntfs_subr.c && mv -f ntfs_subr.d.tmp ntfs_subr.d --- dependall-null --- --- null_vnops.d --- # create null/null_vnops.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f null_vnops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/null -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/nullfs/null_vnops.c && mv -f null_vnops.d.tmp null_vnops.d --- dependall-ntfs --- --- ntfs_vfsops.d --- # create ntfs/ntfs_vfsops.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f ntfs_vfsops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/ntfs/ntfs_vfsops.c && mv -f ntfs_vfsops.d.tmp ntfs_vfsops.d --- dependall-null --- --- .depend --- # create null/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend null_vfsops.d null_vnops.d --- dependall --- --- dependall-npf --- --- npf_tableset.o --- # compile npf/npf_tableset.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_tableset.c -o npf_tableset.o --- dependall-ntfs --- --- ntfs_vnops.d --- # create ntfs/ntfs_vnops.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f ntfs_vnops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/ntfs/ntfs_vnops.c && mv -f ntfs_vnops.d.tmp ntfs_vnops.d --- dependall-npf --- --- lpm.o --- # compile npf/lpm.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/lpm.c -o lpm.o --- npf_sendpkt.o --- # compile npf/npf_sendpkt.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_sendpkt.c -o npf_sendpkt.o --- dependall-null --- --- null_vfsops.o --- # compile null/null_vfsops.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/null -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/nullfs/null_vfsops.c -o null_vfsops.o --- dependall-ntfs --- --- .depend --- # create ntfs/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend ntfs_compr.d ntfs_conv.d ntfs_ihash.d ntfs_subr.d ntfs_vfsops.d ntfs_vnops.d --- dependall --- --- dependall-npf --- --- npf_worker.o --- # compile npf/npf_worker.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_worker.c -o npf_worker.o --- dependall-ntfs --- --- ntfs_compr.o --- # compile ntfs/ntfs_compr.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/ntfs/ntfs_compr.c -o ntfs_compr.o --- dependall-null --- --- null_vnops.o --- # compile null/null_vnops.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/null -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/nullfs/null_vnops.c -o null_vnops.o --- dependall-ntfs --- --- ntfs_ihash.o --- # compile ntfs/ntfs_ihash.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/ntfs/ntfs_ihash.c -o ntfs_ihash.o --- dependall-npf --- --- npf_ifaddr.o --- # compile npf/npf_ifaddr.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_ifaddr.c -o npf_ifaddr.o --- dependall-null --- --- null.kmod --- # link null/null.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=null.kmod.map -o null.kmod null_vfsops.o null_vnops.o --- dependall-external --- --- dependall-gdb --- --- cli-logging.o --- # compile libgdb/cli-logging.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-logging.c -o cli-logging.o --- dependall-sys --- --- dependall-npf --- --- nvlist.o --- # compile npf/nvlist.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist//nvlist.c -o nvlist.o --- nvpair.o --- # compile npf/nvpair.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist//nvpair.c -o nvpair.o --- dependall-external --- --- c-varobj.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x c-varobj.o --- cli-option.o --- # compile libgdb/cli-option.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-option.c -o cli-option.o --- dependall-sys --- --- dependall-ntfs --- --- ntfs_subr.o --- --- dependall-external --- --- dependall-gcc.old --- --- hsa-common.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x hsa-common.o --- dependall-sys --- # compile ntfs/ntfs_subr.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/ntfs/ntfs_subr.c -o ntfs_subr.o --- ntfs_vfsops.o --- # compile ntfs/ntfs_vfsops.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/ntfs/ntfs_vfsops.c -o ntfs_vfsops.o --- dependall-npf --- --- nv_kern_netbsd.o --- # compile npf/nv_kern_netbsd.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist//nv_kern_netbsd.c -o nv_kern_netbsd.o --- dnvlist.o --- # compile npf/dnvlist.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist//dnvlist.c -o dnvlist.o --- npf_os.o --- # compile npf/npf_os.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DINET6 -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/npf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/npf/npf_os.c -o npf_os.o --- dependall-external --- --- gimple-ssa-strength-reduction.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-strength-reduction.o --- hsa-gen.o --- # compile backend/hsa-gen.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/hsa-gen.c -o hsa-gen.o --- dependall-sys --- --- dependall-ntfs --- --- ntfs_vnops.o --- # compile ntfs/ntfs_vnops.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/ntfs/ntfs_vnops.c -o ntfs_vnops.o --- dependall-external --- --- generic-match.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x generic-match.o --- hsa-regalloc.o --- # compile backend/hsa-regalloc.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/hsa-regalloc.c -o hsa-regalloc.o --- dependall-sys --- --- ntfs_conv.o --- # compile ntfs/ntfs_conv.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ntfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/fs/ntfs/ntfs_conv.c -o ntfs_conv.o --- dependall-onewire --- dependall ===> sys/modules/onewire --- dependall-external --- --- dependall-gdb --- --- cli-out.o --- # compile libgdb/cli-out.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli-out.c -o cli-out.o --- dependall-sys --- --- ioconf.c --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbconfig -b /tmp/build/2023.11.22.03.52.58-pmax/obj/sys/modules/onewire -s /tmp/build/2023.11.22.03.52.58-pmax/src/sys /tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/onewire/onewire.ioconf --- dependall-usr.sbin --- --- isakmp_unity.o --- # compile racoon/isakmp_unity.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c -o isakmp_unity.o --- dependall-sys --- touch ioconf.c ioconf.h locators.h --- ioconf.d --- # create onewire/ioconf.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/onewire -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/onewire -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- onewire.d --- # create onewire/onewire.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f onewire.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/onewire -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/onewire -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dev/onewire/onewire.c && mv -f onewire.d.tmp onewire.d --- onewire_bitbang.d --- # create onewire/onewire_bitbang.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f onewire_bitbang.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/onewire -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/onewire -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dev/onewire/onewire_bitbang.c && mv -f onewire_bitbang.d.tmp onewire_bitbang.d --- onewire_subr.d --- --- dependall-external --- --- cli-script.o --- --- dependall-sys --- # create onewire/onewire_subr.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f onewire_subr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/onewire -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/onewire -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dev/onewire/onewire_subr.c && mv -f onewire_subr.d.tmp onewire_subr.d --- dependall-external --- # compile libgdb/cli-script.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-script.c -o cli-script.o --- dependall-sys --- --- .depend --- # create onewire/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend ioconf.d onewire.d onewire_bitbang.d onewire_subr.d --- dependall --- --- onewire_subr.o --- # compile onewire/onewire_subr.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/onewire -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/onewire -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dev/onewire/onewire_subr.c -o onewire_subr.o --- onewire_bitbang.o --- # compile onewire/onewire_bitbang.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/onewire -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/onewire -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dev/onewire/onewire_bitbang.c -o onewire_bitbang.o --- dependall-usr.sbin --- --- throttle.o --- # compile racoon/throttle.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/throttle.c -o throttle.o --- dependall-external --- --- dependall-gcc.old --- --- gimple-ssa-store-merging.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-store-merging.o --- hsa-brig.o --- # compile backend/hsa-brig.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/hsa-brig.c -o hsa-brig.o --- dependall-sys --- --- onewire.o --- --- dependall-usr.sbin --- --- isakmp_frag.o --- --- dependall-sys --- # compile onewire/onewire.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/onewire -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/onewire -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dev/onewire/onewire.c -o onewire.o --- dependall-usr.sbin --- # compile racoon/isakmp_frag.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c -o isakmp_frag.o --- nattraversal.o --- # compile racoon/nattraversal.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/nattraversal.c -o nattraversal.o --- dependall-sys --- --- dependall-npf --- --- npf.kmod --- # link npf/npf.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-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-opencrypto --- dependall ===> sys/modules/opencrypto --- dependall-external --- --- dependall-gdb --- --- charset.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x charset.o --- cli-setshow.o --- # compile libgdb/cli-setshow.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-setshow.c -o cli-setshow.o --- dependall-gcc.old --- --- expr.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x expr.o --- dependall-sys --- --- dependall-ntfs --- --- ntfs.kmod --- # link ntfs/ntfs.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-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-external --- --- hsa-dump.o --- --- dependall-sys --- --- dependall-opencrypto --- --- ioconf.c --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbconfig -b /tmp/build/2023.11.22.03.52.58-pmax/obj/sys/modules/opencrypto -s /tmp/build/2023.11.22.03.52.58-pmax/src/sys /tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/opencrypto/opencrypto.ioconf --- dependall-external --- # compile backend/hsa-dump.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/hsa-dump.c -o hsa-dump.o --- dependall-sys --- --- dependall-overlay --- dependall ===> sys/modules/overlay --- dependall-opencrypto --- touch ioconf.c ioconf.h locators.h --- criov.d --- # create opencrypto/criov.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f criov.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/opencrypto -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/opencrypto/criov.c && mv -f criov.d.tmp criov.d --- dependall-overlay --- --- overlay_vfsops.d --- # create overlay/overlay_vfsops.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f overlay_vfsops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/overlay -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/overlay/overlay_vfsops.c && mv -f overlay_vfsops.d.tmp overlay_vfsops.d --- dependall-opencrypto --- --- crypto.d --- # create opencrypto/crypto.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f crypto.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/opencrypto -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/opencrypto/crypto.c && mv -f crypto.d.tmp crypto.d --- dependall-overlay --- --- overlay_vnops.d --- # create overlay/overlay_vnops.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f overlay_vnops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/overlay -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/overlay/overlay_vnops.c && mv -f overlay_vnops.d.tmp overlay_vnops.d --- dependall-owtemp --- --- dependall-opencrypto --- --- ioconf.d --- --- dependall-owtemp --- dependall ===> sys/modules/owtemp --- dependall-opencrypto --- # create opencrypto/ioconf.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/opencrypto -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-overlay --- --- .depend --- # create overlay/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend overlay_vfsops.d overlay_vnops.d --- dependall --- --- dependall-owtemp --- --- ioconf.c --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbconfig -b /tmp/build/2023.11.22.03.52.58-pmax/obj/sys/modules/owtemp -s /tmp/build/2023.11.22.03.52.58-pmax/src/sys /tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/owtemp/owtemp.ioconf --- dependall-opencrypto --- --- xform.d --- # create opencrypto/xform.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f xform.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/opencrypto -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/opencrypto/xform.c && mv -f xform.d.tmp xform.d --- dependall-overlay --- --- overlay_vfsops.o --- # compile overlay/overlay_vfsops.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/overlay -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/overlay/overlay_vfsops.c -o overlay_vfsops.o --- dependall-owtemp --- touch ioconf.c ioconf.h locators.h --- ioconf.d --- # create owtemp/ioconf.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/onewire -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/owtemp -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-opencrypto --- --- .depend --- # create opencrypto/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend criov.d crypto.d ioconf.d xform.d --- dependall --- --- dependall-onewire --- --- onewire.kmod --- # link onewire/onewire.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=onewire.kmod.map -o onewire.kmod onewire.o onewire_subr.o onewire_bitbang.o --- dependall-external --- --- dependall-gdb --- --- cli-style.o --- # compile libgdb/cli-style.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-style.c -o cli-style.o --- dependall-sys --- --- dependall-owtemp --- --- owtemp.d --- # create owtemp/owtemp.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f owtemp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/onewire -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/owtemp -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dev/onewire/owtemp.c && mv -f owtemp.d.tmp owtemp.d --- dependall-opencrypto --- --- criov.o --- # compile opencrypto/criov.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/opencrypto -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/opencrypto/criov.c -o criov.o --- dependall-owtemp --- --- .depend --- # create owtemp/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend ioconf.d owtemp.d --- dependall --- --- dependall-external --- --- cli-decode.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x cli-decode.o --- cli-utils.o --- # compile libgdb/cli-utils.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-utils.c -o cli-utils.o --- dependall-sys --- --- owtemp.o --- # compile owtemp/owtemp.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/onewire -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/owtemp -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dev/onewire/owtemp.c -o owtemp.o --- dependall-overlay --- --- overlay_vnops.o --- # compile overlay/overlay_vnops.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/overlay -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/overlay/overlay_vnops.c -o overlay_vnops.o --- dependall-usr.sbin --- --- vmbuf.o --- # compile racoon/vmbuf.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-external --- --- cli-dump.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x cli-dump.o --- coff-pe-read.o --- # compile libgdb/coff-pe-read.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/coff-pe-read.c -o coff-pe-read.o --- cli-logging.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x cli-logging.o --- coffread.o --- --- dependall-sys --- --- dependall-opencrypto --- --- crypto.o --- --- dependall-external --- # compile libgdb/coffread.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/coffread.c -o coffread.o --- dependall-sys --- # compile opencrypto/crypto.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/opencrypto -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/opencrypto/crypto.c -o crypto.o --- dependall-overlay --- --- overlay.kmod --- # link overlay/overlay.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=overlay.kmod.map -o overlay.kmod overlay_vfsops.o overlay_vnops.o --- dependall-pad --- dependall ===> sys/modules/pad --- dependall-usr.sbin --- --- sockmisc.o --- # compile racoon/sockmisc.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-sys --- --- ioconf.c --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbconfig -b /tmp/build/2023.11.22.03.52.58-pmax/obj/sys/modules/pad -s /tmp/build/2023.11.22.03.52.58-pmax/src/sys /tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pad/pad.ioconf --- dependall-owtemp --- --- owtemp.kmod --- # link owtemp/owtemp.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=owtemp.kmod.map -o owtemp.kmod owtemp.o --- dependall-pad --- touch ioconf.c ioconf.h locators.h --- ioconf.d --- --- dependall-usr.sbin --- --- misc.o --- --- dependall-sys --- # create pad/ioconf.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pad -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-usr.sbin --- # compile racoon/misc.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-sys --- --- pad.d --- # create pad/pad.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f pad.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pad -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dev/pad/pad.c && mv -f pad.d.tmp pad.d --- .depend --- # create pad/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend ioconf.d pad.d --- dependall --- --- pad.o --- # compile pad/pad.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pad -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dev/pad/pad.c -o pad.o --- dependall-opencrypto --- --- xform.o --- # compile opencrypto/xform.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/opencrypto -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/opencrypto/xform.c -o xform.o --- dependall-external --- --- cli-option.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x cli-option.o --- comp-unit-head.o --- # compile libgdb/comp-unit-head.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/dwarf2/comp-unit-head.c -o comp-unit-head.o --- dependall-gcc.old --- --- hw-doloop.o --- # compile backend/hw-doloop.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/hw-doloop.c -o hw-doloop.o --- hsa-regalloc.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x hsa-regalloc.o --- hwint.o --- # compile backend/hwint.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/hwint.c -o hwint.o --- dependall-usr.sbin --- --- prsa_tok.o --- # compile racoon/prsa_tok.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.11.22.03.52.58-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.11.22.03.52.58-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-pad --- --- pad.kmod --- # link pad/pad.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=pad.kmod.map -o pad.kmod pad.o --- dependall-pciverbose --- dependall ===> sys/modules/pciverbose --- pci_verbose.d --- # create pciverbose/pci_verbose.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -f pci_verbose.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pciverbose -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dev/pci/pci_verbose.c && mv -f pci_verbose.d.tmp pci_verbose.d --- .depend --- # create pciverbose/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend pci_verbose.d --- dependall --- --- pci_verbose.o --- # compile pciverbose/pci_verbose.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pciverbose -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dev/pci/pci_verbose.c -o pci_verbose.o --- dependall-external --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x hwint.o --- ifcvt.o --- # compile backend/ifcvt.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/ifcvt.c -o ifcvt.o --- hsa-dump.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x hsa-dump.o --- dependall-sys --- --- dependall-pf --- dependall ===> sys/modules/pf --- ioconf.c --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbconfig -b /tmp/build/2023.11.22.03.52.58-pmax/obj/sys/modules/pf -s /tmp/build/2023.11.22.03.52.58-pmax/src/sys /tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf/pf.ioconf --- dependall-opencrypto --- --- opencrypto.kmod --- # link opencrypto/opencrypto.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=opencrypto.kmod.map -o opencrypto.kmod criov.o crypto.o xform.o --- dependall-external --- --- dependall-gdb --- --- compile-c-support.o --- # compile libgdb/compile-c-support.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/compile/compile-c-support.c -o compile-c-support.o --- dependall-sys --- --- dependall-pf --- touch ioconf.c ioconf.h locators.h --- if_compat.d --- # create pf/if_compat.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf/net/if_compat.c && mv -f if_compat.d.tmp if_compat.d --- dependall-external --- --- cli-out.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x cli-out.o --- compile-c-symbols.o --- # compile libgdb/compile-c-symbols.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/compile/compile-c-symbols.c -o compile-c-symbols.o --- dependall-usr.sbin --- --- racoon --- # link racoon/racoon /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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 --- --- if_pflog.d --- # create pf/if_pflog.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf/net/if_pflog.c && mv -f if_pflog.d.tmp if_pflog.d --- ioconf.d --- # create pf/ioconf.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-external --- --- cli-cmds.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x cli-cmds.o --- compile-c-types.o --- # compile libgdb/compile-c-types.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/compile/compile-c-types.c -o compile-c-types.o --- dependall-sys --- --- dependall-pciverbose --- --- pciverbose.kmod --- # link pciverbose/pciverbose.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=pciverbose.kmod.map -o pciverbose.kmod pci_verbose.o --- dependall-pf --- --- pf.d --- # create pf/pf.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -Wno-implicit-fallthrough -Wno-address-of-packed-member /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf/net/pf.c && mv -f pf.d.tmp pf.d --- dependall-external --- --- dependall-gcc.old --- --- ree.o --- # compile backend/ree.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/ree.c -o ree.o --- dependall-usr.sbin --- --- dependall --- --- dependall-sys --- --- pf_if.d --- # create pf/pf_if.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf/net/pf_if.c && mv -f pf_if.d.tmp pf_if.d --- dependall-ppp_bsdcomp --- dependall ===> sys/modules/ppp_bsdcomp --- bsd-comp.d --- # create ppp_bsdcomp/bsd-comp.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ppp_bsdcomp -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/bsd-comp.c && mv -f bsd-comp.d.tmp bsd-comp.d --- dependall-pf --- --- pf_ioctl.d --- # create pf/pf_ioctl.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf/net/pf_ioctl.c && mv -f pf_ioctl.d.tmp pf_ioctl.d --- dependall-ppp_bsdcomp --- --- .depend --- # create ppp_bsdcomp/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend bsd-comp.d --- dependall --- --- dependall-pf --- --- pf_mtag.d --- # create pf/pf_mtag.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf/net/pf_mtag.c && mv -f pf_mtag.d.tmp pf_mtag.d --- dependall-ppp_bsdcomp --- --- bsd-comp.o --- # compile ppp_bsdcomp/bsd-comp.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ppp_bsdcomp -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/bsd-comp.c -o bsd-comp.o --- dependall-external --- --- dependall-gdb --- --- cli-style.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x cli-style.o --- compile-cplus-symbols.o --- # compile libgdb/compile-cplus-symbols.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/compile/compile-cplus-symbols.c -o compile-cplus-symbols.o --- dependall-sys --- --- dependall-pf --- --- pf_norm.d --- # create pf/pf_norm.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -Wno-address-of-packed-member /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf/net/pf_osfp.c && mv -f pf_osfp.d.tmp pf_osfp.d --- pf_ruleset.d --- # create pf/pf_ruleset.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf/net/pf_ruleset.c && mv -f pf_ruleset.d.tmp pf_ruleset.d --- dependall-external --- --- dependall-gcc.old --- --- hw-doloop.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x hw-doloop.o --- dependall-gdb --- --- compile-cplus-types.o --- # compile libgdb/compile-cplus-types.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/compile/compile-cplus-types.c -o compile-cplus-types.o --- dependall-sys --- --- pf_table.d --- # create pf/pf_table.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -Wno-address-of-packed-member /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf/net/pf_table.c && mv -f pf_table.d.tmp pf_table.d --- dependall-external --- --- cli-utils.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x cli-utils.o --- compile-loc2c.o --- # compile libgdb/compile-loc2c.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/compile/compile-loc2c.c -o compile-loc2c.o --- dependall-sys --- --- tcp_rndiss.d --- # create pf/tcp_rndiss.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf/netinet/tcp_rndiss.c && mv -f tcp_rndiss.d.tmp tcp_rndiss.d --- .depend --- # create pf/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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 --- --- if_compat.o --- # compile pf/if_compat.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf/net/if_compat.c -o if_compat.o --- dependall-ppp_bsdcomp --- --- ppp_bsdcomp.kmod --- # link ppp_bsdcomp/ppp_bsdcomp.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=ppp_bsdcomp.kmod.map -o ppp_bsdcomp.kmod bsd-comp.o --- dependall-external --- --- compile-object-load.o --- --- dependall-sys --- --- dependall-pf --- --- pf.o --- # compile pf/pf.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/sys/dist/pf/net/pf.c -o pf.o --- dependall-external --- # compile libgdb/compile-object-load.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/compile/compile-object-load.c -o compile-object-load.o --- dependall-gcc.old --- --- hsa-brig.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x hsa-brig.o --- inchash.o --- # compile backend/inchash.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/inchash.c -o inchash.o --- dependall-gdb --- --- cli-script.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x cli-script.o --- compile-object-run.o --- # compile libgdb/compile-object-run.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/compile/compile-object-run.c -o compile-object-run.o --- cli-setshow.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x cli-setshow.o --- compile.o --- # compile libgdb/compile.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/compile/compile.c -o compile.o --- dependall-gcc.old --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x inchash.o --- dependall-sys --- --- pf_if.o --- # compile pf/pf_if.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf/net/pf_if.c -o pf_if.o --- dependall-external --- --- dependall-gdb --- --- coff-pe-read.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x coff-pe-read.o --- complaints.o --- # compile libgdb/complaints.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/complaints.c -o complaints.o --- dependall-gcc.old --- --- fold-const.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x fold-const.o --- incpath.o --- # compile backend/incpath.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/incpath.c -o incpath.o --- ree.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x ree.o --- dependall-gdb --- --- completer.o --- # compile libgdb/completer.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/completer.c -o completer.o --- cli-interp.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x cli-interp.o --- cooked-index.o --- # compile libgdb/cooked-index.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/dwarf2/cooked-index.c -o cooked-index.o --- dependall-gcc.old --- --- haifa-sched.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x haifa-sched.o --- dependall-sys --- --- pf_mtag.o --- # compile pf/pf_mtag.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf/net/pf_mtag.c -o pf_mtag.o --- dependall-external --- --- dependall-gdb --- --- copying.o --- # compile libgdb/copying.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/copying.c -o copying.o --- dependall-sys --- --- dependall-ppp_deflate --- dependall ===> sys/modules/ppp_deflate --- ppp-deflate.d --- # create ppp_deflate/ppp-deflate.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ppp_deflate -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/ppp-deflate.c && mv -f ppp-deflate.d.tmp ppp-deflate.d --- dependall-external --- --- compile-c-support.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x compile-c-support.o --- corefile.o --- # compile libgdb/corefile.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/corefile.c -o corefile.o --- dependall-sys --- --- .depend --- # create ppp_deflate/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend ppp-deflate.d --- dependall --- --- dependall-external --- --- compile-c-types.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x compile-c-types.o --- corelow.o --- # compile libgdb/corelow.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/corelow.c -o corelow.o --- dependall-sys --- --- ppp-deflate.o --- # compile ppp_deflate/ppp-deflate.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ppp_deflate -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/net/ppp-deflate.c -o ppp-deflate.o --- dependall-external --- --- dependall-gcc.old --- --- incpath.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x incpath.o --- init-regs.o --- # compile backend/init-regs.o /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-c++ -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/dist/gcc/init-regs.c -o init-regs.o --- dependall-gdb --- --- coffread.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x coffread.o --- cp-abi.o --- # compile libgdb/cp-abi.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cp-abi.c -o cp-abi.o --- dependall-sys --- --- ppp_deflate.kmod --- # link ppp_deflate/ppp_deflate.kmod /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.11.22.03.52.58-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=ppp_deflate.kmod.map -o ppp_deflate.kmod ppp-deflate.o --- dependall-procfs --- dependall ===> sys/modules/procfs --- procfs_auxv.d --- # create procfs/procfs_auxv.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_auxv.c && mv -f procfs_auxv.d.tmp procfs_auxv.d --- procfs_cmdline.d --- # create procfs/procfs_cmdline.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_cmdline.c && mv -f procfs_cmdline.d.tmp procfs_cmdline.d --- dependall-external --- --- comp-unit-head.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x comp-unit-head.o --- cp-namespace.o --- # compile libgdb/cp-namespace.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cp-namespace.c -o cp-namespace.o --- dependall-sys --- --- procfs_fd.d --- # create procfs/procfs_fd.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_fd.c && mv -f procfs_fd.d.tmp procfs_fd.d --- procfs_fpregs.d --- # create procfs/procfs_fpregs.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_fpregs.c && mv -f procfs_fpregs.d.tmp procfs_fpregs.d --- procfs_limit.d --- # create procfs/procfs_limit.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_limit.c && mv -f procfs_limit.d.tmp procfs_limit.d --- procfs_linux.d --- # create procfs/procfs_linux.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_linux.c && mv -f procfs_linux.d.tmp procfs_linux.d --- dependall-external --- --- compile-c-symbols.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x compile-c-symbols.o --- cp-support.o --- # compile libgdb/cp-support.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cp-support.c -o cp-support.o --- dependall-sys --- --- procfs_machdep.d --- # create procfs/procfs_machdep.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch/mips/mips/procfs_machdep.c && mv -f procfs_machdep.d.tmp procfs_machdep.d --- procfs_map.d --- # create procfs/procfs_map.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_map.c && mv -f procfs_map.d.tmp procfs_map.d --- procfs_mem.d --- # create procfs/procfs_mem.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_mem.c && mv -f procfs_mem.d.tmp procfs_mem.d --- procfs_note.d --- # create procfs/procfs_note.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_note.c && mv -f procfs_note.d.tmp procfs_note.d --- procfs_regs.d --- # create procfs/procfs_regs.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_regs.c && mv -f procfs_regs.d.tmp procfs_regs.d --- procfs_status.d --- --- dependall-external --- --- compile-cplus-symbols.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x compile-cplus-symbols.o --- dependall-sys --- # create procfs/procfs_status.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_status.c && mv -f procfs_status.d.tmp procfs_status.d --- dependall-external --- --- cp-valprint.o --- # compile libgdb/cp-valprint.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cp-valprint.c -o cp-valprint.o --- dependall-sys --- --- procfs_subr.d --- # create procfs/procfs_subr.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_subr.c && mv -f procfs_subr.d.tmp procfs_subr.d --- procfs_vfsops.d --- # create procfs/procfs_vfsops.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_vfsops.c && mv -f procfs_vfsops.d.tmp procfs_vfsops.d --- procfs_vnops.d --- # create procfs/procfs_vnops.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_vnops.c && mv -f procfs_vnops.d.tmp procfs_vnops.d --- dependall-external --- --- dependall-gcc.old --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x init-regs.o --- dependall-sys --- --- dependall-pf --- --- pf_norm.o --- # compile pf/pf_norm.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys -DINET6 -DINET -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/pf -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2023.11.22.03.52.58-pmax/src/sys/dist/pf/net/pf_norm.c -o pf_norm.o --- dependall-external --- --- dependall-gdb --- --- compile-object-run.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x compile-object-run.o --- dependall-sys --- --- dependall-ptrace --- dependall ===> sys/modules/ptrace --- dependall-procfs --- --- .depend --- # create procfs/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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-ptrace --- --- sys_ptrace.d --- # create ptrace/sys_ptrace.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DPTRACE -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ptrace -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.11.22.03.52.58-pmax/src/sys/kern/sys_ptrace.c && mv -f sys_ptrace.d.tmp sys_ptrace.d --- dependall-external --- --- compile.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x compile.o --- ctfread.o --- # compile libgdb/ctfread.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/destdir -D_KERNTYPES -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/ctfread.c -o ctfread.o --- dependall-sys --- --- .depend --- # create ptrace/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend sys_ptrace.d --- dependall --- --- dependall-procfs --- --- procfs_note.o --- # compile procfs/procfs_note.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_note.c -o procfs_note.o --- dependall-external --- --- complaints.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x complaints.o --- dependall-sys --- --- procfs_status.o --- # compile procfs/procfs_status.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_status.c -o procfs_status.o --- dependall-ptrace --- --- sys_ptrace.o --- # compile ptrace/sys_ptrace.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DPTRACE -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ptrace -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/kern/sys_ptrace.c -o sys_ptrace.o In file included from /tmp/build/2023.11.22.03.52.58-pmax/src/sys/kern/sys_ptrace.c:78: /tmp/build/2023.11.22.03.52.58-pmax/src/sys/sys/pax.h: In function 'pax_aslr_exec_offset': /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-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-procfs --- --- procfs_subr.o --- # compile procfs/procfs_subr.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_subr.c -o procfs_subr.o --- dependall-external --- --- dependall-gcc.old --- --- gtype-desc.o --- /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-objcopy -x gtype-desc.o --- dependall-sys --- --- dependall-ptrace_common --- dependall ===> sys/modules/ptrace_common --- sys_ptrace_common.d --- # create ptrace_common/sys_ptrace_common.d CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DPTRACE -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ptrace_common -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -Wno-cast-function-type /tmp/build/2023.11.22.03.52.58-pmax/src/sys/kern/sys_ptrace_common.c && mv -f sys_ptrace_common.d.tmp sys_ptrace_common.d --- .depend --- # create ptrace_common/.depend rm -f .depend CC=/tmp/build/2023.11.22.03.52.58-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2023.11.22.03.52.58-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend sys_ptrace_common.d --- dependall --- --- dependall-ptrace --- cc1: all warnings being treated as errors --- dependall-procfs --- --- procfs_vfsops.o --- # compile procfs/procfs_vfsops.o /tmp/build/2023.11.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/procfs -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.11.22.03.52.58-pmax/src/sys/miscfs/procfs/procfs_vfsops.c -o procfs_vfsops.o --- dependall-ptrace --- *** 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.22.03.52.58-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.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.11.22.03.52.58-pmax/destdir -DPTRACE -I/tmp/build/2023.11.22.03.52.58-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.11.22.03.52.58-pmax/src/sys/modules/ptrace -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys -isystem /tmp/build/2023.11.22.03.52.58-pmax/src/sys/arch -isystem /tmp/build/2023.11.22.03.52.58-pma nbmake[5]: stopped in /tmp/build/2023.11.22.03.52.58-pmax/src/sys --- dependall-external --- nbmake[8]: stopped in /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old/usr.bin --- dependall-sys --- nbmake[4]: stopped in /tmp/build/2023.11.22.03.52.58-pmax/src --- dependall-external --- nbmake[7]: stopped in /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gcc.old nbmake[6]: stopped in /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3 --- dependall-gdb --- nbmake[9]: stopped in /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib/libgdb nbmake[8]: stopped in /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb/lib nbmake[7]: stopped in /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3/gdb nbmake[6]: stopped in /tmp/build/2023.11.22.03.52.58-pmax/src/external/gpl3 nbmake[5]: stopped in /tmp/build/2023.11.22.03.52.58-pmax/src/external nbmake[4]: stopped in /tmp/build/2023.11.22.03.52.58-pmax/src nbmake[3]: stopped in /tmp/build/2023.11.22.03.52.58-pmax/src nbmake[2]: stopped in /tmp/build/2023.11.22.03.52.58-pmax/src nbmake[1]: stopped in /tmp/build/2023.11.22.03.52.58-pmax/src nbmake: stopped in /tmp/build/2023.11.22.03.52.58-pmax/src ERROR: Failed to make release *** BUILD ABORTED *** 1009.30 real 10077.69 user 2042.75 sys