Last 2000 lines of build log: /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/sha.h:130:27: note: declared here 130 | OSSL_DEPRECATEDIN_3_0 int SHA512_Final(unsigned char *md, SHA512_CTX *c) __RENAME(_OpenSSL_SHA512_Final); | ^~~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_init': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1988:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1988 | SHA384_Init(c); | ^~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/sha.h:123:27: note: declared here 123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c) __RENAME(_OpenSSL_SHA384_Init); | ^~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_update': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1996:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1996 | SHA384_Update((SHA384_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/sha.h:124:27: note: declared here 124 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_final': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2009:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2009 | SHA384_Final((unsigned char *) res->v, (SHA384_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/sha.h:126:27: note: declared here 126 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c) __RENAME(_OpenSSL_SHA384_Final); | ^~~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_init': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2037:9: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2037 | SHA256_Init(c); | ^~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/sha.h:77:27: note: declared here 77 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c) __RENAME(_OpenSSL_SHA256_Init); | ^~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_update': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2045:9: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2045 | SHA256_Update((SHA256_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/sha.h:78:27: note: declared here 78 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_final': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2058:9: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2058 | SHA256_Final((unsigned char *) res->v, (SHA256_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/sha.h:80:27: note: declared here 80 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c) __RENAME(_OpenSSL_SHA256_Final); | ^~~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_init': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2085:9: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2085 | SHA1_Init(c); | ^~~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/sha.h:53:27: note: declared here 53 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_update': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2093:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2093 | SHA1_Update((SHA_CTX *)c, data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-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); | ^~~~~~~~~~~ --- dependall-sys --- --- procfs_auxv.d --- --- dependall-usr.sbin --- /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_final': --- dependall-sys --- # create procfs/procfs_auxv.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f procfs_auxv.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -DSYSVSHM -DSYSVSEM -DSYSVMSG -DMQUEUE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_auxv.c && mv -f procfs_auxv.d.tmp procfs_auxv.d --- dependall-usr.sbin --- /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2106:9: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2106 | SHA1_Final((unsigned char *) res->v, (SHA_CTX *)c); | ^~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_init': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2132:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2132 | MD5_Init(c); | ^~~~~~~~ In file included from /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_update': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2140:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2140 | MD5_Update((MD5_CTX *)c, data->v, data->l); | ^~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_final': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2153:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2153 | MD5_Final((unsigned char *) res->v, (MD5_CTX *)c); | ^~~~~~~~~ /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_generate': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2207:9: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2207 | if ((dh = DH_new()) == NULL) | ^~ In file included from /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/x509.h:36: /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/dh.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ --- dependall-sys --- --- dependall-pf --- --- tcp_rndiss.d --- --- dependall-usr.sbin --- /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2213:9: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2213 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ /tmp/build/2025.03.09.01.13.49-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); | ^~~~~~~~~~~ --- dependall-sys --- # create pf/tcp_rndiss.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f tcp_rndiss.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys -DINET6 -DINET -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/pf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf/netinet/tcp_rndiss.c && mv -f tcp_rndiss.d.tmp tcp_rndiss.d --- dependall-usr.sbin --- /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2218:17: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2218 | DH_set_length(dh, publen); | ^~~~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2221:9: warning: 'DH_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2221 | if (!DH_generate_key(dh)) | ^~ /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2224:9: warning: 'DH_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2224 | DH_get0_key(dh, &pub_key, &priv_key); | ^~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2238:17: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2238 | DH_free(dh); | ^~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/dh.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_compute': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2260:9: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2260 | if ((dh = DH_new()) == NULL) | ^~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/dh.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2270:9: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2270 | DH_set_length(dh, pub2->l * 8); | ^~~~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/dh.h:273:27: note: declared here 273 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); | ^~~~~~~~~~~~~ --- dependall-external --- --- gimple.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple.o --- dependall-usr.sbin --- /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2277:9: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2277 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2281:9: warning: 'DH_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2281 | if (!DH_set0_key(dh, pub_key, priv_key)) | ^~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/dh.h:262:27: note: declared here 262 | OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); | ^~~~~~~~~~~ --- dependall-external --- --- gimple-range-fold.o --- # compile backend/gimple-range-fold.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=e833b0f2 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-range-fold.cc -o gimple-range-fold.o --- dependall-usr.sbin --- /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2288:9: warning: 'DH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2288 | if ((l = DH_compute_key(v, dh_pub, dh)) == -1) | ^~ /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2301:17: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2301 | DH_free(dh); | ^~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/dh.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_init': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2347:9: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2347 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2348:9: warning: 'ENGINE_register_all_complete' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2348 | ENGINE_register_all_complete(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'binbuf_pubkey2rsa': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2434:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2434 | rsa_pub = RSA_new(); | ^~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2441:9: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2441 | if (!RSA_set0_key(rsa_pub, mod, exp, NULL)) | ^~ /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2447:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2447 | RSA_free(rsa_pub); | ^~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-sys --- --- .depend --- # create pf/.depend rm -f .depend --- dependall-procfs --- --- procfs_cmdline.d --- --- dependall-pf --- CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-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-procfs --- # create procfs/procfs_cmdline.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f procfs_cmdline.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -DSYSVSHM -DSYSVSEM -DSYSVMSG -DMQUEUE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_cmdline.c && mv -f procfs_cmdline.d.tmp procfs_cmdline.d --- dependall-pf --- --- dependall --- --- dependall-procfs --- --- procfs_fd.d --- # create procfs/procfs_fd.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f procfs_fd.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -DSYSVSHM -DSYSVSEM -DSYSVMSG -DMQUEUE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_fd.c && mv -f procfs_fd.d.tmp procfs_fd.d --- dependall-pf --- --- if_compat.o --- # compile pf/if_compat.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys -DINET6 -DINET -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/pf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf/net/if_compat.c -o if_compat.o --- dependall-external --- --- function.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x function.o --- gimple-range-gori.o --- # compile backend/gimple-range-gori.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=2394b63c -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-range-gori.cc -o gimple-range-gori.o --- dependall-sys --- --- dependall-procfs --- --- procfs_fpregs.d --- # create procfs/procfs_fpregs.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f procfs_fpregs.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -DSYSVSHM -DSYSVSEM -DSYSVMSG -DMQUEUE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_fpregs.c && mv -f procfs_fpregs.d.tmp procfs_fpregs.d --- dependall-external --- --- gimple-low.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-low.o --- gimple-range-trace.o --- # compile backend/gimple-range-trace.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=073aa4c5 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-range-trace.cc -o gimple-range-trace.o --- dependall-sys --- --- procfs_limit.d --- # create procfs/procfs_limit.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f procfs_limit.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -DSYSVSHM -DSYSVSEM -DSYSVMSG -DMQUEUE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f procfs_linux.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -DSYSVSHM -DSYSVSEM -DSYSVMSG -DMQUEUE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_linux.c && mv -f procfs_linux.d.tmp procfs_linux.d --- dependall-external --- --- dependall-bsd --- --- requirements_test.o --- # compile tools/requirements_test.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=c6d317c2 -O2 -Werror -fPIE --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DHAVE_CONFIG_H -DATF_ARCH=\"mipsel\" -DATF_BUILD_CC=\"/usr/bin/cc\" -DATF_BUILD_CFLAGS=\"\" -DATF_BUILD_CPP=\"/usr/bin/cpp\" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"/usr/bin/c++\" -DATF_BUILD_CXXFLAGS=\"\" -DATF_CONFDIR=\"/etc/atf\" -DATF_INCLUDEDIR=\"/usr/include\" -DATF_LIBDIR=\"/usr/lib\" -DATF_LIBEXECDIR=\"/usr/libexec\" -DATF_MACHINE=\"pmax\" -DATF_M4=\"/usr/bin/m4\" -DATF_PKGDATADIR=\"/usr/share/atf\" -DATF_SHELL=\"/bin/sh\" -DATF_WORKDIR=\"/tmp\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf/lib/libatf-c -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf/dist -I/tmp/build/2025.03.09.01.13.49-pmax/obj/external/bsd/atf/lib/tools -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf/dist/tools/requirements_test.cpp --- dependall-sys --- --- dependall-pf --- --- pf.o --- # compile pf/pf.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys -DINET6 -DINET -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/pf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-implicit-fallthrough -Wno-address-of-packed-member /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf/net/pf.c -o pf.o --- dependall-nfs --- --- nfs.kmod --- # link nfs/nfs.kmod /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2025.03.09.01.13.49-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=nfs.kmod.map -o nfs.kmod krpc_subr.o nfs_bio.o nfs_boot.o nfs_kq.o nfs_node.o nfs_socket.o nfs_subs.o nfs_iod.o nfs_vnops.o nfs_vfsops.o nfs_bootdhcp.o nfs_bootparam.o nfs_clntsocket.o nfs_clntsubs.o --- dependall-npf --- --- npf_state.o --- # compile npf/npf_state.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DINET6 -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/npf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/net/npf/npf_state.c -o npf_state.o --- dependall-procfs --- --- procfs_machdep.d --- --- procfs_map.d --- --- procfs_machdep.d --- # create procfs/procfs_machdep.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f procfs_machdep.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -DSYSVSHM -DSYSVSEM -DSYSVMSG -DMQUEUE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f procfs_map.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -DSYSVSHM -DSYSVSEM -DSYSVMSG -DMQUEUE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_map.c && mv -f procfs_map.d.tmp procfs_map.d --- dependall-usr.sbin --- --- dependall-racoon --- dependall ===> usr.sbin/racoon --- dependall-sys --- --- procfs_mem.d --- # create procfs/procfs_mem.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f procfs_mem.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -DSYSVSHM -DSYSVSEM -DSYSVMSG -DMQUEUE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_mem.c && mv -f procfs_mem.d.tmp procfs_mem.d --- dependall-usr.sbin --- --- cfparse.c --- # yacc racoon/cfparse.c /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbyacc -d -d -o cfparse.c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/cfparse.y --- cftoken.c --- # lex racoon/cftoken.c /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nblex -ocftoken.c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/cftoken.l --- dependall-sys --- --- procfs_note.d --- # create procfs/procfs_note.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f procfs_note.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -DSYSVSHM -DSYSVSEM -DSYSVMSG -DMQUEUE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_note.c && mv -f procfs_note.d.tmp procfs_note.d --- dependall-npf --- --- npf_state_tcp.o --- # compile npf/npf_state_tcp.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DINET6 -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/npf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/net/npf/npf_state_tcp.c -o npf_state_tcp.o --- dependall-usr.sbin --- --- prsa_par.c --- # yacc racoon/prsa_par.c /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbyacc -d -pprsa -d -o prsa_par.c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y --- dependall-sys --- --- dependall-procfs --- --- procfs_regs.d --- # create procfs/procfs_regs.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f procfs_regs.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -DSYSVSHM -DSYSVSEM -DSYSVMSG -DMQUEUE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_regs.c && mv -f procfs_regs.d.tmp procfs_regs.d --- dependall-usr.sbin --- --- prsa_tok.c --- # lex racoon/prsa_tok.c /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nblex -Pprsa --header-file=prsa_tok.h -oprsa_tok.c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_tok.l --- admin.d --- # create racoon/admin.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f admin.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/admin.c && mv -f admin.d.tmp admin.d --- dependall-sys --- --- procfs_status.d --- # create procfs/procfs_status.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f procfs_status.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -DSYSVSHM -DSYSVSEM -DSYSVMSG -DMQUEUE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_status.c && mv -f procfs_status.d.tmp procfs_status.d --- dependall-usr.sbin --- --- algorithm.d --- --- dependall-sys --- --- procfs_subr.d --- # create procfs/procfs_subr.d --- dependall-usr.sbin --- # create racoon/algorithm.d --- dependall-sys --- CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f procfs_subr.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -DSYSVSHM -DSYSVSEM -DSYSVMSG -DMQUEUE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_subr.c && mv -f procfs_subr.d.tmp procfs_subr.d --- dependall-usr.sbin --- CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f algorithm.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/algorithm.c && mv -f algorithm.d.tmp algorithm.d --- dependall-sys --- --- procfs_vfsops.d --- # create procfs/procfs_vfsops.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f procfs_vfsops.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -DSYSVSHM -DSYSVSEM -DSYSVMSG -DMQUEUE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_vfsops.c && mv -f procfs_vfsops.d.tmp procfs_vfsops.d --- dependall-usr.sbin --- --- backupsa.d --- # create racoon/backupsa.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f backupsa.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/backupsa.c && mv -f backupsa.d.tmp backupsa.d --- dependall-sys --- --- procfs_vnops.d --- # create procfs/procfs_vnops.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f procfs_vnops.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -DSYSVSHM -DSYSVSEM -DSYSVMSG -DMQUEUE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_vnops.c && mv -f procfs_vnops.d.tmp procfs_vnops.d --- dependall-npf --- --- npf_tableset.o --- # compile npf/npf_tableset.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DINET6 -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/npf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/net/npf/npf_tableset.c -o npf_tableset.o --- dependall-usr.sbin --- --- cfparse.d --- # create racoon/cfparse.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f cfparse.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES cfparse.c && mv -f cfparse.d.tmp cfparse.d --- dependall-sys --- --- dependall-procfs --- --- .depend --- # create procfs/.depend rm -f .depend CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend procfs_auxv.d procfs_cmdline.d procfs_fd.d procfs_fpregs.d procfs_limit.d procfs_linux.d procfs_machdep.d procfs_map.d procfs_mem.d procfs_note.d procfs_regs.d procfs_status.d procfs_subr.d procfs_vfsops.d procfs_vnops.d --- dependall --- --- dependall-usr.sbin --- --- cftoken.d --- # create racoon/cftoken.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f cftoken.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -Wno-error=unused-function cftoken.c && mv -f cftoken.d.tmp cftoken.d --- dependall-sys --- --- procfs_note.o --- # compile procfs/procfs_note.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_note.c -o procfs_note.o --- dependall-usr.sbin --- --- crypto_openssl.d --- # create racoon/crypto_openssl.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f crypto_openssl.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -Wno-error=deprecated-declarations /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c && mv -f crypto_openssl.d.tmp crypto_openssl.d --- dependall-external --- --- dependall-gpl3 --- --- gimple-loop-interchange.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-loop-interchange.o --- gimple-ssa-backprop.o --- # compile backend/gimple-ssa-backprop.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=d39b56ed -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-ssa-backprop.cc -o gimple-ssa-backprop.o --- dependall-sys --- --- procfs_status.o --- # compile procfs/procfs_status.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_status.c -o procfs_status.o --- dependall-usr.sbin --- --- dnssec.d --- # create racoon/dnssec.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f dnssec.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/dnssec.c && mv -f dnssec.d.tmp dnssec.d --- dependall-plainrsa-gen --- --- genlist.o --- # compile plainrsa-gen/genlist.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DNOUSE_PRIVSEP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/genlist.c -o genlist.o --- dependall-racoon --- --- evt.d --- # create racoon/evt.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f evt.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/evt.c && mv -f evt.d.tmp evt.d --- genlist.d --- # create racoon/genlist.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f genlist.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/genlist.c && mv -f genlist.d.tmp genlist.d --- dependall-plainrsa-gen --- --- logger.o --- # compile plainrsa-gen/logger.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DNOUSE_PRIVSEP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/logger.c -o logger.o --- dependall-racoon --- --- getcertsbyname.d --- # create racoon/getcertsbyname.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f getcertsbyname.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/getcertsbyname.c && mv -f getcertsbyname.d.tmp getcertsbyname.d --- dependall-external --- --- gimple-range.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-range.o --- gimple-ssa-evrp.o --- # compile backend/gimple-ssa-evrp.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=2f68b4b6 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-ssa-evrp.cc -o gimple-ssa-evrp.o --- dependall-usr.sbin --- --- grabmyaddr.d --- # create racoon/grabmyaddr.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f grabmyaddr.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c && mv -f grabmyaddr.d.tmp grabmyaddr.d --- dependall-sys --- --- procfs_subr.o --- # compile procfs/procfs_subr.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_subr.c -o procfs_subr.o --- dependall-external --- --- gimple-range-trace.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-range-trace.o --- gimple-ssa-evrp-analyze.o --- # compile backend/gimple-ssa-evrp-analyze.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=2f6f5f2f -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-ssa-evrp-analyze.cc -o gimple-ssa-evrp-analyze.o --- dependall-usr.sbin --- --- gssapi.d --- # create racoon/gssapi.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f gssapi.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/gssapi.c && mv -f gssapi.d.tmp gssapi.d --- dependall-external --- --- gimple-range-edge.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-range-edge.o --- gimple-ssa-isolate-paths.o --- --- gimple-loop-versioning.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-loop-versioning.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- misc.o --- --- dependall-external --- --- gimple-ssa-isolate-paths.o --- # compile backend/gimple-ssa-isolate-paths.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=c7a993e5 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-ssa-isolate-paths.cc -o gimple-ssa-isolate-paths.o --- dependall-usr.sbin --- # compile plainrsa-gen/misc.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DNOUSE_PRIVSEP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-external --- --- gimple-ssa-nonnull-compare.o --- # compile backend/gimple-ssa-nonnull-compare.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=1c106859 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-ssa-nonnull-compare.cc -o gimple-ssa-nonnull-compare.o --- dependall-sys --- --- dependall-npf --- --- lpm.o --- # compile npf/lpm.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DINET6 -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/npf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/net/npf/lpm.c -o lpm.o --- dependall-usr.sbin --- --- dependall-racoon --- --- handler.d --- # create racoon/handler.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f handler.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/handler.c && mv -f handler.d.tmp handler.d --- dependall-sys --- --- dependall-procfs --- --- procfs_vfsops.o --- # compile procfs/procfs_vfsops.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_vfsops.c -o procfs_vfsops.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- plog.o --- # compile plainrsa-gen/plog.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DNOUSE_PRIVSEP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/plog.c -o plog.o --- dependall-racoon --- --- ipsec_doi.d --- # create racoon/ipsec_doi.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f ipsec_doi.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c && mv -f ipsec_doi.d.tmp ipsec_doi.d --- isakmp.d --- # create racoon/isakmp.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f isakmp.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -Wno-stringop-truncation /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp.c && mv -f isakmp.d.tmp isakmp.d --- dependall-plainrsa-gen --- --- prsa_par.o --- # compile plainrsa-gen/prsa_par.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DNOUSE_PRIVSEP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c -Wno-error=deprecated-declarations prsa_par.c -o prsa_par.o --- dependall-sys --- --- dependall-npf --- --- npf_sendpkt.o --- # compile npf/npf_sendpkt.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DINET6 -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/npf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/net/npf/npf_sendpkt.c -o npf_sendpkt.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_agg.d --- # create racoon/isakmp_agg.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f isakmp_agg.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_agg.c && mv -f isakmp_agg.d.tmp isakmp_agg.d --- dependall-sys --- --- dependall-procfs --- --- procfs_vnops.o --- # compile procfs/procfs_vnops.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_vnops.c -o procfs_vnops.o --- dependall-usr.sbin --- --- isakmp_base.d --- # create racoon/isakmp_base.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f isakmp_base.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_base.c && mv -f isakmp_base.d.tmp isakmp_base.d --- dependall-plainrsa-gen --- /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsa_parse_file': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:423:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 423 | rsa_cur = RSA_new(); | ^~~~~~~ In file included from /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:426:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 426 | RSA_free(rsa_cur); | ^~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsaparse': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:192:25: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 192 | } else if (1 != RSA_set0_key(rsa_cur, bn_n, bn_e, NULL)) { | ^ /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:201:25: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 201 | } else if (1 != RSA_set0_key(rsa_cur, bn_n, bn_e, bn_d)) { | ^ /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:208:25: warning: 'RSA_set0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 208 | } else if (1 != RSA_set0_factors(rsa_cur, bn_p, bn_q)) { | ^ /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:211:25: warning: 'RSA_set0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 211 | } else if (1 != RSA_set0_crt_params(rsa_cur, bn_dmp1, bn_dmq1, bn_iqmp)) { | ^ /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:218:17: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 218 | rsa_cur = RSA_new(); | ^~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ --- dependall-racoon --- --- isakmp_cfg.d --- # create racoon/isakmp_cfg.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f isakmp_cfg.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -Wno-stringop-truncation -Wno-error=format-truncation /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c && mv -f isakmp_cfg.d.tmp isakmp_cfg.d --- dependall-sys --- --- dependall-npf --- --- npf_worker.o --- # compile npf/npf_worker.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DINET6 -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/npf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/net/npf/npf_worker.c -o npf_worker.o --- dependall-usr.sbin --- --- isakmp_frag.d --- # create racoon/isakmp_frag.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f isakmp_frag.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c && mv -f isakmp_frag.d.tmp isakmp_frag.d --- isakmp_ident.d --- # create racoon/isakmp_ident.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f isakmp_ident.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_ident.c && mv -f isakmp_ident.d.tmp isakmp_ident.d --- dependall-plainrsa-gen --- --- rsalist.o --- # compile plainrsa-gen/rsalist.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DNOUSE_PRIVSEP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c -Wno-error=deprecated-declarations /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c -o rsalist.o --- dependall-racoon --- --- isakmp_inf.d --- # create racoon/isakmp_inf.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f isakmp_inf.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c && mv -f isakmp_inf.d.tmp isakmp_inf.d --- dependall-sys --- --- npf_ifaddr.o --- # compile npf/npf_ifaddr.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DINET6 -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/npf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/net/npf/npf_ifaddr.c -o npf_ifaddr.o --- dependall-usr.sbin --- --- isakmp_newg.d --- # create racoon/isakmp_newg.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f isakmp_newg.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_newg.c && mv -f isakmp_newg.d.tmp isakmp_newg.d --- dependall-external --- --- gimple-ssa-evrp.o --- /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=71890c1f -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-ssa-split-paths.cc -o gimple-ssa-split-paths.o --- gimple-range-cache.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-range-cache.o --- gimple-ssa-store-merging.o --- # compile backend/gimple-ssa-store-merging.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=4280bf4d -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-ssa-store-merging.cc -o gimple-ssa-store-merging.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dup': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:100:17: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 100 | RSA_get0_key(key->rsa, NULL, NULL, &d); | ^~~~~~~~~~~~ In file included from /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:101:17: warning: 'RSAPrivateKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 101 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ In file included from /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/rsa.h:21: /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:101:17: warning: 'RSAPublicKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 101 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:123:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 123 | RSA_free(new->rsa); | ^~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_free': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:145:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 145 | RSA_free(rsa_key->rsa); | ^~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dump_one': /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:160:17: warning: 'RSA_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 160 | RSA_print_fp(stdout, key->rsa, 4); | ^~~~~~~~~~~~ /tmp/build/2025.03.09.01.13.49-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-racoon --- --- isakmp_quick.d --- # create racoon/isakmp_quick.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f isakmp_quick.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c && mv -f isakmp_quick.d.tmp isakmp_quick.d --- dependall-sys --- --- nvlist.o --- # compile npf/nvlist.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DINET6 -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/npf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/external/bsd/libnv/dist//nvlist.c -o nvlist.o --- dependall-external --- --- gimple-range-gori.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-range-gori.o --- gimple-ssa-strength-reduction.o --- # compile backend/gimple-ssa-strength-reduction.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=43caad63 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-ssa-strength-reduction.cc -o gimple-ssa-strength-reduction.o --- gimple-pretty-print.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-pretty-print.o --- gimple-ssa-sprintf.o --- # compile backend/gimple-ssa-sprintf.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=6d442cfb -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-ssa-sprintf.cc -o gimple-ssa-sprintf.o --- gimple-ssa-nonnull-compare.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-nonnull-compare.o --- gimple-ssa-warn-access.o --- # compile backend/gimple-ssa-warn-access.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=8b050e56 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-ssa-warn-access.cc -o gimple-ssa-warn-access.o --- gimple-range-fold.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-range-fold.o --- gimple-ssa-warn-alloca.o --- # compile backend/gimple-ssa-warn-alloca.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=528e9528 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-ssa-warn-alloca.cc -o gimple-ssa-warn-alloca.o --- dependall-usr.sbin --- --- isakmp_unity.d --- # create racoon/isakmp_unity.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f isakmp_unity.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c && mv -f isakmp_unity.d.tmp isakmp_unity.d --- dependall-plainrsa-gen --- --- sockmisc.o --- # compile plainrsa-gen/sockmisc.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DNOUSE_PRIVSEP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-racoon --- --- isakmp_xauth.d --- # create racoon/isakmp_xauth.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f isakmp_xauth.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c && mv -f isakmp_xauth.d.tmp isakmp_xauth.d --- dependall-sys --- --- dependall-procfs --- --- procfs_cmdline.o --- # compile procfs/procfs_cmdline.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_cmdline.c -o procfs_cmdline.o --- dependall-usr.sbin --- --- localconf.d --- # create racoon/localconf.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f localconf.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/localconf.c && mv -f localconf.d.tmp localconf.d --- logger.d --- # create racoon/logger.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f logger.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/logger.c && mv -f logger.d.tmp logger.d --- main.d --- # create racoon/main.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f main.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/main.c && mv -f main.d.tmp main.d --- dependall-sys --- --- procfs_limit.o --- # compile procfs/procfs_limit.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_limit.c -o procfs_limit.o --- dependall-external --- --- gimple-ssa-backprop.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-backprop.o --- gimple-ssa-warn-restrict.o --- # compile backend/gimple-ssa-warn-restrict.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=bc2190c2 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-ssa-warn-restrict.cc -o gimple-ssa-warn-restrict.o --- dependall-usr.sbin --- --- misc.d --- # create racoon/misc.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f misc.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/misc.c && mv -f misc.d.tmp misc.d --- dependall-external --- --- gimple-predicate-analysis.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-predicate-analysis.o --- gimple-streamer-in.o --- # compile backend/gimple-streamer-in.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=ba6b9ebb -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-streamer-in.cc -o gimple-streamer-in.o --- dependall-usr.sbin --- --- nattraversal.d --- # create racoon/nattraversal.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f nattraversal.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/nattraversal.c && mv -f nattraversal.d.tmp nattraversal.d --- dependall-external --- --- gimple-ssa-evrp-analyze.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-evrp-analyze.o --- gimple-streamer-out.o --- # compile backend/gimple-streamer-out.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=761377c1 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-streamer-out.cc -o gimple-streamer-out.o --- dependall-sys --- --- procfs_linux.o --- # compile procfs/procfs_linux.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_linux.c -o procfs_linux.o --- dependall-usr.sbin --- --- oakley.d --- # create racoon/oakley.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f oakley.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/oakley.c && mv -f oakley.d.tmp oakley.d --- dependall-plainrsa-gen --- --- vmbuf.o --- # compile plainrsa-gen/vmbuf.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DNOUSE_PRIVSEP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-racoon --- --- pfkey.d --- # create racoon/pfkey.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f pfkey.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/pfkey.c && mv -f pfkey.d.tmp pfkey.d --- dependall-plainrsa-gen --- --- prsa_tok.o --- # compile plainrsa-gen/prsa_tok.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DNOUSE_PRIVSEP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c -Wno-error=unused-function prsa_tok.c -o prsa_tok.o --- dependall-racoon --- --- plog.d --- # create racoon/plog.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f plog.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/plog.c && mv -f plog.d.tmp plog.d --- dependall-plainrsa-gen --- prsa_tok.c:1766:16: warning: 'input' defined but not used [-Wunused-function] 1766 | #else | ^ prsa_tok.c:1723:17: warning: 'yyunput' defined but not used [-Wunused-function] 1723 | | ^ --- dependall-racoon --- --- policy.d --- # create racoon/policy.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f policy.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/policy.c && mv -f policy.d.tmp policy.d --- privsep.d --- # create racoon/privsep.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f privsep.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/privsep.c && mv -f privsep.d.tmp privsep.d --- proposal.d --- # create racoon/proposal.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f proposal.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/proposal.c && mv -f proposal.d.tmp proposal.d --- dependall-external --- --- gimple-ssa-isolate-paths.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-isolate-paths.o --- gimple-walk.o --- # compile backend/gimple-walk.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=c18a3800 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-walk.cc -o gimple-walk.o --- dependall-usr.sbin --- --- prsa_par.d --- # create racoon/prsa_par.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f prsa_par.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -Wno-error=deprecated-declarations prsa_par.c && mv -f prsa_par.d.tmp prsa_par.d --- dependall-racoonctl --- --- dependall-sys --- --- procfs_machdep.o --- # compile procfs/procfs_machdep.o --- dependall-usr.sbin --- dependall ===> usr.sbin/racoonctl --- dependall-sys --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch/mips/mips/procfs_machdep.c -o procfs_machdep.o --- dependall-usr.sbin --- --- kmpstat.d --- # create racoonctl/kmpstat.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f kmpstat.d.tmp -- -std=gnu11 -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/kmpstat.c && mv -f kmpstat.d.tmp kmpstat.d --- dependall-racoon --- --- prsa_tok.d --- # create racoon/prsa_tok.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f prsa_tok.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -Wno-error=unused-function prsa_tok.c && mv -f prsa_tok.d.tmp prsa_tok.d --- dependall-racoonctl --- --- misc.d --- # create racoonctl/misc.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f misc.d.tmp -- -std=gnu11 -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/misc.c && mv -f misc.d.tmp misc.d --- dependall-racoon --- --- remoteconf.d --- # create racoon/remoteconf.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f remoteconf.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/remoteconf.c && mv -f remoteconf.d.tmp remoteconf.d --- dependall-sys --- --- procfs_map.o --- # compile procfs/procfs_map.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_map.c -o procfs_map.o --- dependall-usr.sbin --- --- dependall-racoonctl --- --- racoonctl.d --- # create racoonctl/racoonctl.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f racoonctl.d.tmp -- -std=gnu11 -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.c && mv -f racoonctl.d.tmp racoonctl.d --- dependall-sys --- --- dependall-npf --- --- nvpair.o --- # compile npf/nvpair.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DINET6 -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/npf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/external/bsd/libnv/dist//nvpair.c -o nvpair.o --- dependall-external --- --- dependall-bsd --- --- signals_test.o --- # compile tools/signals_test.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=6dd05130 -O2 -Werror -fPIE --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DHAVE_CONFIG_H -DATF_ARCH=\"mipsel\" -DATF_BUILD_CC=\"/usr/bin/cc\" -DATF_BUILD_CFLAGS=\"\" -DATF_BUILD_CPP=\"/usr/bin/cpp\" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"/usr/bin/c++\" -DATF_BUILD_CXXFLAGS=\"\" -DATF_CONFDIR=\"/etc/atf\" -DATF_INCLUDEDIR=\"/usr/include\" -DATF_LIBDIR=\"/usr/lib\" -DATF_LIBEXECDIR=\"/usr/libexec\" -DATF_MACHINE=\"pmax\" -DATF_M4=\"/usr/bin/m4\" -DATF_PKGDATADIR=\"/usr/share/atf\" -DATF_SHELL=\"/bin/sh\" -DATF_WORKDIR=\"/tmp\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf/lib/libatf-c -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf/dist -I/tmp/build/2025.03.09.01.13.49-pmax/obj/external/bsd/atf/lib/tools -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf/dist/tools/signals_test.cpp --- dependall-usr.sbin --- --- dependall-racoon --- --- rsalist.d --- # create racoon/rsalist.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rsalist.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -Wno-error=deprecated-declarations /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c && mv -f rsalist.d.tmp rsalist.d --- dependall-plainrsa-gen --- --- plainrsa-gen --- # link plainrsa-gen/plainrsa-gen /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o plainrsa-gen plainrsa-gen.o crypto_openssl.o genlist.o logger.o misc.o plog.o prsa_par.o prsa_tok.o rsalist.o sockmisc.o vmbuf.o -Wl,-rpath-link,/tmp/build/2025.03.09.01.13.49-pmax/destdir/lib -L=/lib -lcrypto -lipsec --- dependall-racoonctl --- --- sockmisc.d --- # create racoonctl/sockmisc.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f sockmisc.d.tmp -- -std=gnu11 -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c && mv -f sockmisc.d.tmp sockmisc.d --- dependall-external --- --- dependall-gpl3 --- --- expr.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x expr.o --- gimple-warn-recursion.o --- # compile backend/gimple-warn-recursion.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=9dcd8350 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimple-warn-recursion.cc -o gimple-warn-recursion.o --- dependall-usr.sbin --- --- str2val.d --- # create racoonctl/str2val.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f str2val.d.tmp -- -std=gnu11 -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/str2val.c && mv -f str2val.d.tmp str2val.d --- dependall-external --- --- gimple-ssa-split-paths.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-split-paths.o --- gimplify.o --- # compile backend/gimplify.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=a5ab1bed -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimplify.cc -o gimplify.o --- dependall-usr.sbin --- --- dependall-racoon --- --- safefile.d --- # create racoon/safefile.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f safefile.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/safefile.c && mv -f safefile.d.tmp safefile.d --- dependall-racoonctl --- --- vmbuf.d --- --- dependall-nvmmctl --- --- dependall-racoonctl --- # create racoonctl/vmbuf.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f vmbuf.d.tmp -- -std=gnu11 -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c && mv -f vmbuf.d.tmp vmbuf.d --- dependall-nvmmctl --- dependall ===> usr.sbin/nvmmctl --- dependall --- --- dependall-sys --- --- dependall-procfs --- --- procfs_regs.o --- # compile procfs/procfs_regs.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_regs.c -o procfs_regs.o --- dependall-usr.sbin --- --- nvmmctl.html8 --- # format nvmmctl/nvmmctl.html8 if test "" != "yes"; then /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/nvmmctl/nvmmctl.8 > nvmmctl.html8.tmp && mv -f nvmmctl.html8.tmp nvmmctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-font:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-tmac:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/tmac /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/nvmmctl/nvmmctl.8 > nvmmctl.html8.tmp && mv -f nvmmctl.html8.tmp nvmmctl.html8; fi --- dependall-sys --- --- dependall-ptrace --- dependall ===> sys/modules/ptrace --- dependall-usr.sbin --- --- dependall-racoon --- --- sainfo.d --- # create racoon/sainfo.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f sainfo.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/sainfo.c && mv -f sainfo.d.tmp sainfo.d --- dependall-racoonctl --- --- .depend --- # create racoonctl/.depend rm -f .depend CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend kmpstat.d misc.d racoonctl.d sockmisc.d str2val.d vmbuf.d --- dependall --- --- dependall-sys --- --- sys_ptrace.d --- # create ptrace/sys_ptrace.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f sys_ptrace.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DPTRACE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/ptrace -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/kern/sys_ptrace.c && mv -f sys_ptrace.d.tmp sys_ptrace.d --- dependall-usr.sbin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2025.03.09.01.13.49-pmax/destdir" > .gdbinit --- racoonctl.html8 --- # format racoonctl/racoonctl.html8 if test "" != "yes"; then /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.8 > racoonctl.html8.tmp && mv -f racoonctl.html8.tmp racoonctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-font:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-tmac:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/tmac /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.8 > racoonctl.html8.tmp && mv -f racoonctl.html8.tmp racoonctl.html8; fi --- racoonctl.o --- # compile racoonctl/racoonctl.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.c -o racoonctl.o --- dependall-external --- --- gimple-streamer-in.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-streamer-in.o --- gimplify-me.o --- # compile backend/gimplify-me.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=a160535d -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/gimplify-me.cc -o gimplify-me.o --- dependall-usr.sbin --- --- dependall-racoon --- --- schedule.d --- # create racoon/schedule.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f schedule.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/schedule.c && mv -f schedule.d.tmp schedule.d --- dependall-sys --- --- .depend --- # create ptrace/.depend rm -f .depend CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend sys_ptrace.d --- dependall --- --- dependall-procfs --- --- procfs_fpregs.o --- # compile procfs/procfs_fpregs.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_fpregs.c -o procfs_fpregs.o --- dependall-usr.sbin --- --- session.d --- # create racoon/session.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f session.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/session.c && mv -f session.d.tmp session.d --- dependall-external --- --- gimple-ssa-warn-alloca.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-warn-alloca.o --- godump.o --- # compile backend/godump.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=f7b6ac84 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/godump.cc -o godump.o --- dependall-usr.sbin --- --- sockmisc.d --- # create racoon/sockmisc.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f sockmisc.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c && mv -f sockmisc.d.tmp sockmisc.d --- dependall-sys --- --- dependall-ptrace --- --- sys_ptrace.o --- # compile ptrace/sys_ptrace.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DPTRACE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/ptrace -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/kern/sys_ptrace.c -o sys_ptrace.o --- dependall-procfs --- --- procfs_mem.o --- # compile procfs/procfs_mem.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_mem.c -o procfs_mem.o --- dependall-usr.sbin --- --- str2val.d --- # create racoon/str2val.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f str2val.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/str2val.c && mv -f str2val.d.tmp str2val.d --- strnames.d --- # create racoon/strnames.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f strnames.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/strnames.c && mv -f strnames.d.tmp strnames.d --- dependall-sys --- --- procfs_fd.o --- # compile procfs/procfs_fd.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_fd.c -o procfs_fd.o --- dependall-usr.sbin --- --- throttle.d --- # create racoon/throttle.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f throttle.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/throttle.c && mv -f throttle.d.tmp throttle.d --- vendorid.d --- # create racoon/vendorid.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f vendorid.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/vendorid.c && mv -f vendorid.d.tmp vendorid.d --- dependall-sys --- --- dependall-ptrace --- --- ptrace.kmod --- --- dependall-procfs --- --- procfs_auxv.o --- --- dependall-ptrace --- # link ptrace/ptrace.kmod /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2025.03.09.01.13.49-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=ptrace.kmod.map -o ptrace.kmod sys_ptrace.o --- dependall-procfs --- # compile procfs/procfs_auxv.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/procfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/miscfs/procfs/procfs_auxv.c -o procfs_auxv.o --- dependall-usr.sbin --- --- dependall-npf --- dependall ===> usr.sbin/npf --- dependall-npfctl --- dependall ===> usr.sbin/npf/npfctl --- dependall-racoon --- --- vmbuf.d --- # create racoon/vmbuf.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f vmbuf.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c && mv -f vmbuf.d.tmp vmbuf.d --- dependall-external --- --- gimple-streamer-out.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-streamer-out.o --- graph.o --- # compile backend/graph.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=a95437eb -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/graph.cc -o graph.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_scan.c --- # lex npfctl/npf_scan.c /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nblex -onpf_scan.c /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf_scan.l --- npf_parse.c --- # yacc npfctl/npf_parse.c /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbyacc -d -o npf_parse.c /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf_parse.y --- dependall-racoon --- --- .depend --- # create racoon/.depend rm -f .depend CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend admin.d algorithm.d backupsa.d cfparse.d cftoken.d crypto_openssl.d dnssec.d evt.d genlist.d getcertsbyname.d grabmyaddr.d gssapi.d handler.d ipsec_doi.d isakmp.d isakmp_agg.d isakmp_base.d isakmp_cfg.d isakmp_frag.d isakmp_ident.d isakmp_inf.d isakmp_newg.d isakmp_quick.d isakmp_unity.d isakmp_xauth.d localconf.d logger.d main.d misc.d nattraversal.d oakley.d pfkey.d plog.d policy.d privsep.d proposal.d prsa_par.d prsa_tok.d remoteconf.d rsalist.d safefile.d sainfo.d schedule.d session.d sockmisc.d str2val.d strnames.d throttle.d vendorid.d vmbuf.d --- dependall-npf --- --- npf_bpf_comp.d --- # create npfctl/npf_bpf_comp.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f npf_bpf_comp.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf_bpf_comp.c && mv -f npf_bpf_comp.d.tmp npf_bpf_comp.d --- dependall-racoon --- --- dependall --- --- dependall-sys --- --- procfs.kmod --- # link procfs/procfs.kmod /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2025.03.09.01.13.49-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=procfs.kmod.map -o procfs.kmod procfs_note.o procfs_status.o procfs_subr.o procfs_vfsops.o procfs_vnops.o procfs_cmdline.o procfs_limit.o procfs_linux.o procfs_machdep.o procfs_map.o procfs_regs.o procfs_fpregs.o procfs_mem.o procfs_fd.o procfs_auxv.o --- dependall-usr.sbin --- --- dependall-pf --- dependall ===> usr.sbin/pf --- dependall-sys --- --- dependall-pf --- --- pf_if.o --- # compile pf/pf_if.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys -DINET6 -DINET -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/pf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf/net/pf_if.c -o pf_if.o --- dependall-usr.sbin --- --- dependall-authpf --- dependall ===> usr.sbin/pf/authpf --- dependall-npf --- --- npf_build.d --- # create npfctl/npf_build.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f npf_build.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf_build.c && mv -f npf_build.d.tmp npf_build.d --- dependall-pf --- --- authpf.d --- --- dependall-racoon --- --- .gdbinit --- --- dependall-pf --- # create authpf/authpf.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f authpf.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/usr.sbin/authpf/authpf.c && mv -f authpf.d.tmp authpf.d --- dependall-racoon --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2025.03.09.01.13.49-pmax/destdir" > .gdbinit --- racoon.html8 --- # format racoon/racoon.html8 if test "" != "yes"; then /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/racoon.8 > racoon.html8.tmp && mv -f racoon.html8.tmp racoon.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-font:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-tmac:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/tmac /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/racoon.8 > racoon.html8.tmp && mv -f racoon.html8.tmp racoon.html8; fi --- racoon.conf.html5 --- # format racoon/racoon.conf.html5 if test "" != "yes"; then /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/racoon.conf.5 > racoon.conf.html5.tmp && mv -f racoon.conf.html5.tmp racoon.conf.html5; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-font:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-tmac:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/tmac /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/racoon.conf.5 > racoon.conf.html5.tmp && mv -f racoon.conf.html5.tmp racoon.conf.html5; fi --- admin.o --- # compile racoon/admin.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/admin.c -o admin.o --- dependall-pf --- --- .depend --- --- dependall-sys --- --- dependall-npf --- --- nv_kern_netbsd.o --- --- dependall-usr.sbin --- # create authpf/.depend rm -f .depend --- dependall-sys --- # compile npf/nv_kern_netbsd.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DINET6 -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/npf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/external/bsd/libnv/dist//nv_kern_netbsd.c -o nv_kern_netbsd.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_cmd.d --- --- dependall-pf --- CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend authpf.d --- dependall-npf --- # create npfctl/npf_cmd.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f npf_cmd.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf_cmd.c && mv -f npf_cmd.d.tmp npf_cmd.d --- dependall-pf --- --- dependall --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2025.03.09.01.13.49-pmax/destdir" > .gdbinit --- authpf.html8 --- # format authpf/authpf.html8 if test "" != "yes"; then /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/usr.sbin/authpf/authpf.8 > authpf.html8.tmp && mv -f authpf.html8.tmp authpf.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-font:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-tmac:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/tmac /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/usr.sbin/authpf/authpf.8 > authpf.html8.tmp && mv -f authpf.html8.tmp authpf.html8; fi --- authpf.o --- # compile authpf/authpf.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -c /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/usr.sbin/authpf/authpf.c -o authpf.o --- dependall-npf --- --- npf_data.d --- # create npfctl/npf_data.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f npf_data.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf_data.c && mv -f npf_data.d.tmp npf_data.d --- npf_extmod.d --- --- dependall-sys --- --- dnvlist.o --- --- dependall-usr.sbin --- # create npfctl/npf_extmod.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f npf_extmod.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf_extmod.c && mv -f npf_extmod.d.tmp npf_extmod.d --- dependall-sys --- # compile npf/dnvlist.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DINET6 -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/npf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/external/bsd/libnv/dist//dnvlist.c -o dnvlist.o --- dependall-usr.sbin --- --- npf_parse.d --- # create npfctl/npf_parse.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f npf_parse.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES npf_parse.c && mv -f npf_parse.d.tmp npf_parse.d --- dependall-racoonctl --- --- str2val.o --- # compile racoonctl/str2val.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/str2val.c -o str2val.o --- dependall-npf --- --- npf_scan.d --- --- dependall-external --- --- gimple-walk.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-walk.o --- dependall-usr.sbin --- # create npfctl/npf_scan.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f npf_scan.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES npf_scan.c && mv -f npf_scan.d.tmp npf_scan.d --- dependall-external --- --- graphds.o --- # compile backend/graphds.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=52d0ae52 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/graphds.cc -o graphds.o --- dependall-sys --- --- npf_os.o --- # compile npf/npf_os.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DINET6 -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/external/bsd/libnv/dist -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/npf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/net/npf/npf_os.c -o npf_os.o --- dependall-usr.sbin --- --- dependall-racoonctl --- --- kmpstat.o --- --- dependall-npf --- --- npf_show.d --- --- dependall-racoonctl --- # compile racoonctl/kmpstat.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/kmpstat.c -o kmpstat.o --- dependall-npf --- # create npfctl/npf_show.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f npf_show.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf_show.c && mv -f npf_show.d.tmp npf_show.d --- npf_var.d --- # create npfctl/npf_var.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f npf_var.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf_var.c && mv -f npf_var.d.tmp npf_var.d --- npfctl.d --- # create npfctl/npfctl.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f npfctl.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npfctl.c && mv -f npfctl.d.tmp npfctl.d --- .depend --- # create npfctl/.depend rm -f .depend CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend npf_bpf_comp.d npf_build.d npf_cmd.d npf_data.d npf_extmod.d npf_parse.d npf_scan.d npf_show.d npf_var.d npfctl.d --- dependall --- --- dependall-racoonctl --- --- vmbuf.o --- # compile racoonctl/vmbuf.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-npf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2025.03.09.01.13.49-pmax/destdir" > .gdbinit --- dependall-pf --- --- authpf --- # link authpf/authpf /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o authpf authpf.o -Wl,-rpath-link,/tmp/build/2025.03.09.01.13.49-pmax/destdir/lib -L=/lib -lutil --- dependall-npf --- --- npfctl.html8 --- # format npfctl/npfctl.html8 if test "" != "yes"; then /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npfctl.8 > npfctl.html8.tmp && mv -f npfctl.html8.tmp npfctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-font:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-tmac:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/tmac /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npfctl.8 > npfctl.html8.tmp && mv -f npfctl.html8.tmp npfctl.html8; fi --- npf.conf.html5 --- # format npfctl/npf.conf.html5 if test "" != "yes"; then /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf.conf.5 > npf.conf.html5.tmp && mv -f npf.conf.html5.tmp npf.conf.html5; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-font:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-tmac:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/tmac /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf.conf.5 > npf.conf.html5.tmp && mv -f npf.conf.html5.tmp npf.conf.html5; fi --- npfctl.o --- --- dependall-pf --- --- dependall-ftp-proxy --- --- dependall-npf --- # compile npfctl/npfctl.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npfctl.c -o npfctl.o --- dependall-pf --- dependall ===> usr.sbin/pf/ftp-proxy --- filter.d --- # create ftp-proxy/filter.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f filter.d.tmp -- -std=gnu11 -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/pf/ftp-proxy -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/usr.sbin/ftp-proxy/filter.c && mv -f filter.d.tmp filter.d --- dependall-racoon --- --- algorithm.o --- # compile racoon/algorithm.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/algorithm.c -o algorithm.o --- dependall-pf --- --- ftp-proxy.d --- # create ftp-proxy/ftp-proxy.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f ftp-proxy.d.tmp -- -std=gnu11 -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/pf/ftp-proxy -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c && mv -f ftp-proxy.d.tmp ftp-proxy.d --- dependall-racoonctl --- --- sockmisc.o --- # compile racoonctl/sockmisc.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-external --- --- gimple-warn-recursion.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-warn-recursion.o --- graph.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x graph.o --- dependall-sys --- --- dependall-ptrace_common --- --- dependall-usr.sbin --- --- misc.o --- --- dependall-sys --- dependall ===> sys/modules/ptrace_common --- dependall-usr.sbin --- # compile racoonctl/misc.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-pf --- --- ipf.d --- # create ftp-proxy/ipf.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f ipf.d.tmp -- -std=gnu11 -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/pf/ftp-proxy -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/usr.sbin/ftp-proxy/ipf.c && mv -f ipf.d.tmp ipf.d --- dependall-sys --- --- sys_ptrace_common.d --- # create ptrace_common/sys_ptrace_common.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f sys_ptrace_common.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DPTRACE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/ptrace_common -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -Wno-cast-function-type /tmp/build/2025.03.09.01.13.49-pmax/src/sys/kern/sys_ptrace_common.c && mv -f sys_ptrace_common.d.tmp sys_ptrace_common.d --- dependall-npf --- --- npf.kmod --- # link npf/npf.kmod /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2025.03.09.01.13.49-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-ptyfs --- dependall ===> sys/modules/ptyfs --- dependall-usr.sbin --- --- .depend --- --- dependall-sys --- --- dependall-ptrace_common --- --- .depend --- --- dependall-usr.sbin --- # create ftp-proxy/.depend rm -f .depend --- dependall-sys --- # create ptrace_common/.depend rm -f .depend --- dependall-usr.sbin --- CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend filter.d ftp-proxy.d ipf.d --- dependall-sys --- CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend sys_ptrace_common.d --- dependall-usr.sbin --- --- dependall --- --- dependall-sys --- --- dependall --- --- dependall-ptyfs --- --- ptyfs_subr.d --- # create ptyfs/ptyfs_subr.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f ptyfs_subr.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/ptyfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/fs/ptyfs/ptyfs_subr.c && mv -f ptyfs_subr.d.tmp ptyfs_subr.d --- dependall-usr.sbin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2025.03.09.01.13.49-pmax/destdir" > .gdbinit --- ftp-proxy.html8 --- # format ftp-proxy/ftp-proxy.html8 if test "" != "yes"; then /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8 > ftp-proxy.html8.tmp && mv -f ftp-proxy.html8.tmp ftp-proxy.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-font:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-tmac:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/tmac /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8 > ftp-proxy.html8.tmp && mv -f ftp-proxy.html8.tmp ftp-proxy.html8; fi --- ftp-proxy.o --- # compile ftp-proxy/ftp-proxy.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/pf/ftp-proxy -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c -o ftp-proxy.o --- dependall-sys --- --- dependall-puffs --- dependall ===> sys/modules/puffs --- dependall-ptyfs --- --- ptyfs_vfsops.d --- # create ptyfs/ptyfs_vfsops.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f ptyfs_vfsops.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-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/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/ptyfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/fs/ptyfs/ptyfs_vfsops.c && mv -f ptyfs_vfsops.d.tmp ptyfs_vfsops.d --- dependall-ptrace_common --- --- sys_ptrace_common.o --- # compile ptrace_common/sys_ptrace_common.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DPTRACE -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/ptrace_common -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-cast-function-type /tmp/build/2025.03.09.01.13.49-pmax/src/sys/kern/sys_ptrace_common.c -o sys_ptrace_common.o --- dependall-puffs --- --- puffs_msgif.d --- # create puffs/puffs_msgif.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f puffs_msgif.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/puffs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/fs/puffs/puffs_msgif.c && mv -f puffs_msgif.d.tmp puffs_msgif.d --- dependall-external --- --- gimplify-me.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimplify-me.o --- graphviz.o --- # compile backend/graphviz.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=688ea21e -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/graphviz.cc -o graphviz.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_cmd.o --- # compile npfctl/npf_cmd.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf_cmd.c -o npf_cmd.o --- dependall-sys --- --- dependall-ptyfs --- --- ptyfs_vnops.d --- # create ptyfs/ptyfs_vnops.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f ptyfs_vnops.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-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/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/ptyfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/fs/ptyfs/ptyfs_vnops.c && mv -f ptyfs_vnops.d.tmp ptyfs_vnops.d --- dependall-external --- --- gimple-fold.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-fold.o --- dependall-sys --- --- dependall-puffs --- --- puffs_node.d --- --- dependall-external --- --- graphite.o --- --- dependall-sys --- # create puffs/puffs_node.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f puffs_node.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/puffs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/fs/puffs/puffs_node.c && mv -f puffs_node.d.tmp puffs_node.d --- dependall-external --- # compile backend/graphite.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=93e0a903 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/graphite.cc -o graphite.o --- dependall-bsd --- --- test_program_test.o --- # compile tools/test_program_test.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=66ba10a9 -O2 -Werror -fPIE --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DHAVE_CONFIG_H -DATF_ARCH=\"mipsel\" -DATF_BUILD_CC=\"/usr/bin/cc\" -DATF_BUILD_CFLAGS=\"\" -DATF_BUILD_CPP=\"/usr/bin/cpp\" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"/usr/bin/c++\" -DATF_BUILD_CXXFLAGS=\"\" -DATF_CONFDIR=\"/etc/atf\" -DATF_INCLUDEDIR=\"/usr/include\" -DATF_LIBDIR=\"/usr/lib\" -DATF_LIBEXECDIR=\"/usr/libexec\" -DATF_MACHINE=\"pmax\" -DATF_M4=\"/usr/bin/m4\" -DATF_PKGDATADIR=\"/usr/share/atf\" -DATF_SHELL=\"/bin/sh\" -DATF_WORKDIR=\"/tmp\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf/lib/libatf-c -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf/dist -I/tmp/build/2025.03.09.01.13.49-pmax/obj/external/bsd/atf/lib/tools -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf/dist/tools/test_program_test.cpp --- dependall-gpl3 --- --- dependall-gdb --- --- breakpoint.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x breakpoint.o --- dependall-sys --- --- puffs_subr.d --- # create puffs/puffs_subr.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f puffs_subr.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/puffs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/fs/puffs/puffs_subr.c && mv -f puffs_subr.d.tmp puffs_subr.d --- dependall-ptyfs --- --- .depend --- # create ptyfs/.depend rm -f .depend CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend ptyfs_subr.d ptyfs_vfsops.d ptyfs_vnops.d --- dependall-external --- --- c-typeprint.o --- --- dependall-sys --- --- dependall --- --- dependall-external --- # compile libgdb/c-typeprint.o /tmp/build/2025.03.09.01.13.49-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/2025.03.09.01.13.49-pmax/destdir -D_KERNTYPES -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -include /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/c-typeprint.c -o c-typeprint.o --- dependall-sys --- --- dependall-puffs --- --- puffs_vfsops.d --- --- dependall-usr.sbin --- --- dependall-racoon --- --- backupsa.o --- --- dependall-sys --- # create puffs/puffs_vfsops.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f puffs_vfsops.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/puffs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/fs/puffs/puffs_vfsops.c && mv -f puffs_vfsops.d.tmp puffs_vfsops.d --- dependall-usr.sbin --- # compile racoon/backupsa.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/backupsa.c -o backupsa.o --- dependall-sys --- --- dependall-ptyfs --- --- ptyfs_vfsops.o --- # compile ptyfs/ptyfs_vfsops.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/ptyfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/fs/ptyfs/ptyfs_vfsops.c -o ptyfs_vfsops.o --- dependall-pf --- --- pf_mtag.o --- # compile pf/pf_mtag.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys -DINET6 -DINET -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/pf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf/net/pf_mtag.c -o pf_mtag.o --- dependall-puffs --- --- puffs_vnops.d --- # create puffs/puffs_vnops.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f puffs_vnops.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/puffs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/fs/puffs/puffs_vnops.c && mv -f puffs_vnops.d.tmp puffs_vnops.d --- .depend --- # create puffs/.depend rm -f .depend CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend puffs_msgif.d puffs_node.d puffs_subr.d puffs_vfsops.d puffs_vnops.d --- dependall --- --- dependall-usr.sbin --- --- dependall-racoonctl --- --- racoonctl --- # link racoonctl/racoonctl /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o racoonctl racoonctl.o str2val.o kmpstat.o vmbuf.o sockmisc.o misc.o -Wl,-rpath-link,/tmp/build/2025.03.09.01.13.49-pmax/destdir/lib -L=/lib -lipsec --- dependall-npf --- --- npf_var.o --- # compile npfctl/npf_var.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf_var.c -o npf_var.o --- dependall-sys --- --- dependall-pf --- --- pf_norm.o --- # compile pf/pf_norm.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys -DINET6 -DINET -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/pf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf/net/pf_norm.c -o pf_norm.o --- dependall-putter --- dependall ===> sys/modules/putter --- dependall-puffs --- --- puffs_node.o --- # compile puffs/puffs_node.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/puffs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/fs/puffs/puffs_node.c -o puffs_node.o --- dependall-putter --- --- putter.d --- # create putter/putter.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f putter.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/putter -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/putter/putter.c && mv -f putter.d.tmp putter.d --- dependall-external --- --- dependall-gcc --- --- graphds.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x graphds.o --- graphite-isl-ast-to-gimple.o --- # compile backend/graphite-isl-ast-to-gimple.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=261fbcf8 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/graphite-isl-ast-to-gimple.cc -o graphite-isl-ast-to-gimple.o --- dependall-sys --- --- .depend --- # create putter/.depend rm -f .depend CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend putter.d --- dependall --- --- dependall-ptyfs --- --- ptyfs_vnops.o --- --- dependall-putter --- --- putter.o --- --- dependall-ptyfs --- # compile ptyfs/ptyfs_vnops.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/ptyfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/fs/ptyfs/ptyfs_vnops.c -o ptyfs_vnops.o --- dependall-putter --- # compile putter/putter.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/putter -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/putter/putter.c -o putter.o --- dependall-usr.sbin --- --- npf_data.o --- # compile npfctl/npf_data.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf_data.c -o npf_data.o --- dependall-sys --- --- dependall-puffs --- --- puffs_msgif.o --- # compile puffs/puffs_msgif.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/puffs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/fs/puffs/puffs_msgif.c -o puffs_msgif.o --- dependall-usr.sbin --- --- dependall-pf --- --- filter.o --- # compile ftp-proxy/filter.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/pf/ftp-proxy -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/usr.sbin/ftp-proxy/filter.c -o filter.o --- dependall-external --- --- fold-const.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x fold-const.o --- graphite-dependences.o --- # compile backend/graphite-dependences.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=82bb1b64 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/graphite-dependences.cc -o graphite-dependences.o --- graphviz.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x graphviz.o --- graphite-optimize-isl.o --- # compile backend/graphite-optimize-isl.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=67540cba -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/graphite-optimize-isl.cc -o graphite-optimize-isl.o --- dependall-usr.sbin --- --- dependall-racoon --- --- cfparse.o --- # compile racoon/cfparse.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c cfparse.c -o cfparse.o --- dependall-external --- --- gimple-ssa-strength-reduction.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-strength-reduction.o --- graphite-poly.o --- # compile backend/graphite-poly.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=e791afc7 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/graphite-poly.cc -o graphite-poly.o --- dependall-sys --- --- dependall-ptrace_common --- --- ptrace_common.kmod --- # link ptrace_common/ptrace_common.kmod /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2025.03.09.01.13.49-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=ptrace_common.kmod.map -o ptrace_common.kmod sys_ptrace_common.o --- dependall-external --- --- godump.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x godump.o --- graphite-scop-detection.o --- # compile backend/graphite-scop-detection.o --- dependall-sys --- --- dependall-puffs --- --- puffs_subr.o --- --- dependall-external --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=627a49ca -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/graphite-scop-detection.cc -o graphite-scop-detection.o --- dependall-sys --- # compile puffs/puffs_subr.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/puffs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/fs/puffs/puffs_subr.c -o puffs_subr.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_build.o --- # compile npfctl/npf_build.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf_build.c -o npf_build.o --- dependall-pf --- --- ipf.o --- # compile ftp-proxy/ipf.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/pf/ftp-proxy -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/usr.sbin/ftp-proxy/ipf.c -o ipf.o --- dependall-sys --- --- dependall-putter --- --- putter.kmod --- # link putter/putter.kmod /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2025.03.09.01.13.49-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=putter.kmod.map -o putter.kmod putter.o --- dependall-raid --- --- dependall-usr.sbin --- --- dependall-racoon --- /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/cfparse.y: In function 'set_isakmp_proposal': --- dependall-sys --- dependall ===> sys/modules/raid --- dependall-usr.sbin --- /tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/cfparse.y:2778:17: error: 'memset' used with length equal to number of elements without multiplication by element size [-Werror=memset-elt-size] 2778 | memset(types, 0, ARRAYLEN(types)); | ^~~~~~ --- dependall-sys --- --- dependall-scmd --- dependall ===> sys/modules/scmd --- dependall-ptyfs --- --- ptyfs_subr.o --- # compile ptyfs/ptyfs_subr.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/ptyfs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/fs/ptyfs/ptyfs_subr.c -o ptyfs_subr.o --- dependall-scmd --- --- ioconf.c --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbconfig -b /tmp/build/2025.03.09.01.13.49-pmax/obj/sys/modules/scmd -s /tmp/build/2025.03.09.01.13.49-pmax/src/sys /tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/scmd/scmd.ioconf --- dependall-raid --- --- ioconf.c --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbconfig -b /tmp/build/2025.03.09.01.13.49-pmax/obj/sys/modules/raid -s /tmp/build/2025.03.09.01.13.49-pmax/src/sys /tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid/raid.ioconf --- dependall-external --- --- gimple-ssa-sprintf.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-sprintf.o --- graphite-sese-to-poly.o --- # compile backend/graphite-sese-to-poly.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=ac0a7479 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/graphite-sese-to-poly.cc -o graphite-sese-to-poly.o --- dependall-sys --- --- dependall-scmd --- touch ioconf.c ioconf.h locators.h --- ioconf.d --- # create scmd/ioconf.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/scmd -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-raid --- touch ioconf.c ioconf.h locators.h --- ioconf.d --- # create raid/ioconf.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-scmd --- --- scmd.d --- # create scmd/scmd.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f scmd.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/scmd -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/ic/scmd.c && mv -f scmd.d.tmp scmd.d --- dependall-raid --- --- rf_acctrace.d --- # create raid/rf_acctrace.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_acctrace.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_acctrace.c && mv -f rf_acctrace.d.tmp rf_acctrace.d --- dependall-usr.sbin --- --- dependall-pf --- --- ftp-proxy --- # link ftp-proxy/ftp-proxy /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o ftp-proxy ftp-proxy.o filter.o ipf.o -Wl,-rpath-link,/tmp/build/2025.03.09.01.13.49-pmax/destdir/lib -L=/lib -levent --- dependall-pfctl --- dependall ===> usr.sbin/pf/pfctl --- dependall-sys --- --- dependall-scmd --- --- .depend --- # create scmd/.depend rm -f .depend --- dependall-usr.sbin --- --- parse.c --- --- dependall-sys --- CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend ioconf.d scmd.d --- dependall-usr.sbin --- # yacc pfctl/parse.c /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbyacc -o parse.c /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl/parse.y --- dependall-sys --- --- dependall --- --- dependall-raid --- --- rf_alloclist.d --- # create raid/rf_alloclist.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_alloclist.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_alloclist.c && mv -f rf_alloclist.d.tmp rf_alloclist.d --- dependall-usr.sbin --- --- parse.d --- # create pfctl/parse.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f parse.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES parse.c && mv -f parse.d.tmp parse.d --- dependall-sys --- --- dependall-scmd --- --- scmd.o --- # compile scmd/scmd.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/scmd -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/ic/scmd.c -o scmd.o --- dependall-ptyfs --- --- ptyfs.kmod --- # link ptyfs/ptyfs.kmod /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2025.03.09.01.13.49-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=ptyfs.kmod.map -o ptyfs.kmod ptyfs_vfsops.o ptyfs_vnops.o ptyfs_subr.o --- dependall-raid --- --- rf_aselect.d --- --- rf_callback.d --- --- rf_aselect.d --- # create raid/rf_aselect.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_aselect.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_aselect.c && mv -f rf_aselect.d.tmp rf_aselect.d --- rf_callback.d --- # create raid/rf_callback.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_callback.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_callback.c && mv -f rf_callback.d.tmp rf_callback.d --- dependall-usr.sbin --- --- pf_print_state.d --- # create pfctl/pf_print_state.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f pf_print_state.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl/pf_print_state.c && mv -f pf_print_state.d.tmp pf_print_state.d --- pf_ruleset.d --- # create pfctl/pf_ruleset.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f pf_ruleset.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf/net/pf_ruleset.c && mv -f pf_ruleset.d.tmp pf_ruleset.d --- dependall-sys --- --- rf_chaindecluster.d --- # create raid/rf_chaindecluster.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_chaindecluster.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_chaindecluster.c && mv -f rf_chaindecluster.d.tmp rf_chaindecluster.d --- dependall-puffs --- --- puffs_vfsops.o --- # compile puffs/puffs_vfsops.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/puffs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/fs/puffs/puffs_vfsops.c -o puffs_vfsops.o --- dependall-scmdi2c --- dependall ===> sys/modules/scmdi2c --- dependall-usr.sbin --- --- pfctl.d --- # create pfctl/pfctl.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f pfctl.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl/pfctl.c && mv -f pfctl.d.tmp pfctl.d --- dependall-sys --- --- ioconf.c --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbconfig -b /tmp/build/2025.03.09.01.13.49-pmax/obj/sys/modules/scmdi2c -s /tmp/build/2025.03.09.01.13.49-pmax/src/sys /tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/scmdi2c/scmdi2c.ioconf --- dependall-raid --- --- rf_cvscan.d --- # create raid/rf_cvscan.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_cvscan.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_cvscan.c && mv -f rf_cvscan.d.tmp rf_cvscan.d --- dependall-scmdi2c --- touch ioconf.c ioconf.h locators.h --- ioconf.d --- # create scmdi2c/ioconf.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/scmdi2c -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-usr.sbin --- --- pfctl_altq.d --- # create pfctl/pfctl_altq.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f pfctl_altq.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl/pfctl_altq.c && mv -f pfctl_altq.d.tmp pfctl_altq.d --- dependall-sys --- --- dependall-raid --- --- rf_dagdegrd.d --- # create raid/rf_dagdegrd.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_dagdegrd.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_dagdegrd.c && mv -f rf_dagdegrd.d.tmp rf_dagdegrd.d --- dependall-scmdi2c --- --- scmdi2c.d --- # create scmdi2c/scmdi2c.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f scmdi2c.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/scmdi2c -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/i2c/scmdi2c.c && mv -f scmdi2c.d.tmp scmdi2c.d --- dependall-usr.sbin --- --- pfctl_optimize.d --- # create pfctl/pfctl_optimize.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f pfctl_optimize.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl/pfctl_optimize.c && mv -f pfctl_optimize.d.tmp pfctl_optimize.d --- dependall-sys --- --- dependall-raid --- --- rf_dagdegwr.d --- --- dependall-scmdi2c --- --- .depend --- --- dependall-raid --- # create raid/rf_dagdegwr.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_dagdegwr.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_dagdegwr.c && mv -f rf_dagdegwr.d.tmp rf_dagdegwr.d --- dependall-scmdi2c --- # create scmdi2c/.depend rm -f .depend CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend ioconf.d scmdi2c.d --- dependall --- --- dependall-usr.sbin --- --- dependall-npf --- --- npf_bpf_comp.o --- # compile npfctl/npf_bpf_comp.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf_bpf_comp.c -o npf_bpf_comp.o --- dependall-pf --- --- pfctl_osfp.d --- # create pfctl/pfctl_osfp.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f pfctl_osfp.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-format-truncation /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl/pfctl_osfp.c && mv -f pfctl_osfp.d.tmp pfctl_osfp.d --- dependall-sys --- --- dependall-raid --- --- rf_dagffrd.d --- # create raid/rf_dagffrd.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_dagffrd.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_dagffrd.c && mv -f rf_dagffrd.d.tmp rf_dagffrd.d --- dependall-scmdi2c --- --- scmdi2c.o --- # compile scmdi2c/scmdi2c.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/scmdi2c -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/i2c/scmdi2c.c -o scmdi2c.o --- dependall-scmd --- --- scmd.kmod --- # link scmd/scmd.kmod /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2025.03.09.01.13.49-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=scmd.kmod.map -o scmd.kmod scmd.o --- dependall-usr.sbin --- --- dependall-pflogd --- dependall ===> usr.sbin/pf/pflogd --- dependall-pfctl --- --- pfctl_parser.d --- # create pfctl/pfctl_parser.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f pfctl_parser.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl/pfctl_parser.c && mv -f pfctl_parser.d.tmp pfctl_parser.d --- dependall-pflogd --- --- pflogd.d --- # create pflogd/pflogd.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f pflogd.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pflogd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pflogd/pflogd.c && mv -f pflogd.d.tmp pflogd.d --- dependall-sys --- --- dependall-raid --- --- rf_dagffwr.d --- # create raid/rf_dagffwr.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_dagffwr.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_dagffwr.c && mv -f rf_dagffwr.d.tmp rf_dagffwr.d --- dependall-usr.sbin --- --- dependall-pfctl --- --- pfctl_qstats.d --- # create pfctl/pfctl_qstats.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f pfctl_qstats.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl/pfctl_qstats.c && mv -f pfctl_qstats.d.tmp pfctl_qstats.d --- dependall-pflogd --- --- privsep.d --- # create pflogd/privsep.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f privsep.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pflogd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pflogd/privsep.c && mv -f privsep.d.tmp privsep.d --- dependall-sys --- --- rf_dagfuncs.d --- # create raid/rf_dagfuncs.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_dagfuncs.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_dagfuncs.c && mv -f rf_dagfuncs.d.tmp rf_dagfuncs.d --- dependall-usr.sbin --- --- dependall-pfctl --- --- pfctl_radix.d --- # create pfctl/pfctl_radix.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f pfctl_radix.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl/pfctl_radix.c && mv -f pfctl_radix.d.tmp pfctl_radix.d --- dependall-pflogd --- --- privsep_fdpass.d --- # create pflogd/privsep_fdpass.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f privsep_fdpass.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pflogd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-stack-protector /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pflogd/privsep_fdpass.c && mv -f privsep_fdpass.d.tmp privsep_fdpass.d --- dependall-pfctl --- --- pfctl_table.d --- # create pfctl/pfctl_table.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f pfctl_table.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl/pfctl_table.c && mv -f pfctl_table.d.tmp pfctl_table.d --- dependall-sys --- --- rf_dagutils.d --- # create raid/rf_dagutils.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_dagutils.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_dagutils.c && mv -f rf_dagutils.d.tmp rf_dagutils.d --- dependall-usr.sbin --- --- dependall-pflogd --- --- .depend --- # create pflogd/.depend rm -f .depend CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend pflogd.d privsep.d privsep_fdpass.d --- dependall --- --- dependall-sys --- --- dependall-scmdi2c --- --- scmdi2c.kmod --- --- dependall-external --- --- gimple-ssa-warn-restrict.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-warn-restrict.o --- dependall-sys --- # link scmdi2c/scmdi2c.kmod /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2025.03.09.01.13.49-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=scmdi2c.kmod.map -o scmdi2c.kmod scmdi2c.o --- dependall-external --- --- dependall-bsd --- --- text_test.o --- # compile tools/text_test.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=5c7a9036 -O2 -Werror -fPIE --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DHAVE_CONFIG_H -DATF_ARCH=\"mipsel\" -DATF_BUILD_CC=\"/usr/bin/cc\" -DATF_BUILD_CFLAGS=\"\" -DATF_BUILD_CPP=\"/usr/bin/cpp\" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"/usr/bin/c++\" -DATF_BUILD_CXXFLAGS=\"\" -DATF_CONFDIR=\"/etc/atf\" -DATF_INCLUDEDIR=\"/usr/include\" -DATF_LIBDIR=\"/usr/lib\" -DATF_LIBEXECDIR=\"/usr/libexec\" -DATF_MACHINE=\"pmax\" -DATF_M4=\"/usr/bin/m4\" -DATF_PKGDATADIR=\"/usr/share/atf\" -DATF_SHELL=\"/bin/sh\" -DATF_WORKDIR=\"/tmp\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf/lib/libatf-c -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf/dist -I/tmp/build/2025.03.09.01.13.49-pmax/obj/external/bsd/atf/lib/tools -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf/dist/tools/text_test.cpp --- dependall-usr.sbin --- --- .gdbinit --- rm -f .gdbinit --- dependall-external --- --- dependall-gpl3 --- --- gtype-desc.o --- --- dependall-usr.sbin --- echo "set solib-absolute-prefix /tmp/build/2025.03.09.01.13.49-pmax/destdir" > .gdbinit --- dependall-external --- # compile backend/gtype-desc.o --- dependall-usr.sbin --- --- pflogd.html8 --- --- dependall-external --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=b43208b2 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c gtype-desc.cc -o gtype-desc.o --- dependall-usr.sbin --- # format pflogd/pflogd.html8 if test "" != "yes"; then /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pflogd/pflogd.8 > pflogd.html8.tmp && mv -f pflogd.html8.tmp pflogd.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-font:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-tmac:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/tmac /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pflogd/pflogd.8 > pflogd.html8.tmp && mv -f pflogd.html8.tmp pflogd.html8; fi --- dependall-pfctl --- --- .depend --- --- dependall-pflogd --- --- pflogd.o --- --- dependall-pfctl --- # create pfctl/.depend rm -f .depend --- dependall-pflogd --- # compile pflogd/pflogd.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pflogd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pflogd/pflogd.c -o pflogd.o --- dependall-pfctl --- CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend parse.d pf_print_state.d pf_ruleset.d pfctl.d pfctl_altq.d pfctl_optimize.d pfctl_osfp.d pfctl_parser.d pfctl_qstats.d pfctl_radix.d pfctl_table.d --- dependall --- --- dependall-sys --- --- dependall-raid --- --- rf_debugMem.d --- # create raid/rf_debugMem.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_debugMem.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_debugMem.c && mv -f rf_debugMem.d.tmp rf_debugMem.d --- dependall-usr.sbin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2025.03.09.01.13.49-pmax/destdir" > .gdbinit --- pfctl.html8 --- # format pfctl/pfctl.html8 if test "" != "yes"; then /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl/pfctl.8 > pfctl.html8.tmp && mv -f pfctl.html8.tmp pfctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-font:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/site-tmac:/tmp/build/2025.03.09.01.13.49-pmax/tools/share/groff/tmac /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl/pfctl.8 > pfctl.html8.tmp && mv -f pfctl.html8.tmp pfctl.html8; fi --- pfctl.o --- # compile pfctl/pfctl.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pfctl/pfctl.c -o pfctl.o --- dependall-sys --- --- rf_debugprint.d --- # create raid/rf_debugprint.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_debugprint.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_debugprint.c && mv -f rf_debugprint.d.tmp rf_debugprint.d --- dependall-puffs --- --- puffs_vnops.o --- # compile puffs/puffs_vnops.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/puffs -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/fs/puffs/puffs_vnops.c -o puffs_vnops.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_show.o --- # compile npfctl/npf_show.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf_show.c -o npf_show.o --- dependall-sys --- --- dependall-raid --- --- rf_decluster.d --- # create raid/rf_decluster.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_decluster.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_decluster.c && mv -f rf_decluster.d.tmp rf_decluster.d --- dependall-external --- --- graphite-dependences.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x graphite-dependences.o --- haifa-sched.o --- # compile backend/haifa-sched.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=53bb8708 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/haifa-sched.cc -o haifa-sched.o --- dependall-sys --- --- rf_declusterPQ.d --- # create raid/rf_declusterPQ.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_declusterPQ.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_declusterPQ.c && mv -f rf_declusterPQ.d.tmp rf_declusterPQ.d --- dependall-external --- --- graphite-optimize-isl.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x graphite-optimize-isl.o --- hash-map-tests.o --- # compile backend/hash-map-tests.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=3bacc5d5 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/hash-map-tests.cc -o hash-map-tests.o --- dependall-sys --- --- rf_diskqueue.d --- # create raid/rf_diskqueue.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_diskqueue.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_diskqueue.c && mv -f rf_diskqueue.d.tmp rf_diskqueue.d --- dependall-pf --- --- pf_osfp.o --- # compile pf/pf_osfp.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys -DINET6 -DINET -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/pf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf/net/pf_osfp.c -o pf_osfp.o --- dependall-raid --- --- rf_disks.d --- # create raid/rf_disks.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_disks.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_disks.c && mv -f rf_disks.d.tmp rf_disks.d --- rf_driver.d --- # create raid/rf_driver.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_driver.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_driver.c && mv -f rf_driver.d.tmp rf_driver.d --- dependall-external --- --- gimple-ssa-store-merging.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-store-merging.o --- hash-set-tests.o --- # compile backend/hash-set-tests.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=efe3c0ee -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/hash-set-tests.cc -o hash-set-tests.o --- dependall-sys --- --- rf_engine.d --- # create raid/rf_engine.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_engine.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_engine.c && mv -f rf_engine.d.tmp rf_engine.d --- dependall-external --- --- graphite.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x graphite.o --- dependall-usr.sbin --- --- npf_extmod.o --- # compile npfctl/npf_extmod.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl/npf_extmod.c -o npf_extmod.o --- dependall-external --- --- hw-doloop.o --- # compile backend/hw-doloop.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=7aac9205 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/hw-doloop.cc -o hw-doloop.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pflogd --- --- privsep.o --- # compile pflogd/privsep.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pflogd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pflogd/privsep.c -o privsep.o --- dependall-external --- --- graphite-poly.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x graphite-poly.o --- hwint.o --- # compile backend/hwint.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-c++ -frandom-seed=88048332 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/dist/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../../../mit/isl/include -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/mipsel -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DTARGET_NAME=\"mipsel--netbsd\" -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/libgcc -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin/backend/../../lib/libgcc/libgcov/arch/mipsel -c /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/dist/gcc/hwint.cc -o hwint.o --- dependall-sys --- --- rf_evenodd.d --- # create raid/rf_evenodd.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_evenodd.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_evenodd.c && mv -f rf_evenodd.d.tmp rf_evenodd.d --- dependall-usr.sbin --- --- dependall-npf --- --- npf_parse.o --- # compile npfctl/npf_parse.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c npf_parse.c -o npf_parse.o --- dependall-sys --- --- rf_evenodd_dagfuncs.d --- # create raid/rf_evenodd_dagfuncs.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_evenodd_dagfuncs.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_evenodd_dagfuncs.c && mv -f rf_evenodd_dagfuncs.d.tmp rf_evenodd_dagfuncs.d --- dependall-pf --- --- pf_ruleset.o --- # compile pf/pf_ruleset.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys -DINET6 -DINET -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/pf -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dist/pf/net/pf_ruleset.c -o pf_ruleset.o --- dependall-raid --- --- rf_evenodd_dags.d --- # create raid/rf_evenodd_dags.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_evenodd_dags.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_evenodd_dags.c && mv -f rf_evenodd_dags.d.tmp rf_evenodd_dags.d --- rf_fifo.d --- # create raid/rf_fifo.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_fifo.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_fifo.c && mv -f rf_fifo.d.tmp rf_fifo.d --- dependall-usr.sbin --- --- dependall-pf --- --- privsep_fdpass.o --- # compile pflogd/privsep_fdpass.o /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -I/tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pflogd -I/tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c -Wno-stack-protector /tmp/build/2025.03.09.01.13.49-pmax/src/dist/pf/sbin/pflogd/privsep_fdpass.c -o privsep_fdpass.o --- dependall-sys --- --- rf_interdecluster.d --- # create raid/rf_interdecluster.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_interdecluster.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_interdecluster.c && mv -f rf_interdecluster.d.tmp rf_interdecluster.d --- dependall-usr.sbin --- --- pflogd --- --- dependall-racoon --- cc1: all warnings being treated as errors --- dependall-pf --- # link pflogd/pflogd /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o pflogd pflogd.o privsep.o privsep_fdpass.o -Wl,-dynamic-linker=/libexec/ld.elf_so -Wl,-rpath,/lib -L=/lib -lpcap -lutil --- dependall-sys --- --- rf_invertq.d --- # create raid/rf_invertq.d CC=/tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/nbmkdep -f rf_invertq.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2025.03.09.01.13.49-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/raid -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/arch -isystem /tmp/build/2025.03.09.01.13.49-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2025.03.09.01.13.49-pmax/src/sys/dev/raidframe/rf_invertq.c && mv -f rf_invertq.d.tmp rf_invertq.d --- dependall-usr.sbin --- --- dependall-racoon --- *** Failed target: cfparse.o *** In directory: /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/racoon *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " racoon/cfparse.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2025.03.09.01.13.49-pmax/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2025.03.09.01.13.49-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2025.03.09.01.13.49-pmax/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c cfparse.c -o cfparse.o ${CTFCONVERT_RUN} => *** [cfparse.o] Error code 1 nbmake[7]: stopped making "realall" in /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/racoon nbmake[7]: 1 error nbmake[7]: stopped making "realall" in /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/racoon nbmake[6]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/racoon nbmake[5]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin --- dependall-sys --- nbmake[6]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules --- dependall-usr.sbin --- --- dependall-pf --- nbmake[7]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/pf/pflogd nbmake[6]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/pf --- dependall-external --- --- hash-map-tests.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x hash-map-tests.o --- graphite-isl-ast-to-gimple.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x graphite-isl-ast-to-gimple.o --- hash-set-tests.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x hash-set-tests.o --- hwint.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x hwint.o --- dependall-usr.sbin --- --- dependall-npf --- nbmake[7]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf/npfctl nbmake[6]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/npf nbmake[5]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin --- dependall-sys --- --- dependall-pf --- nbmake[7]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/pf nbmake[6]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules --- dependall-external --- --- graphite-sese-to-poly.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x graphite-sese-to-poly.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pfctl --- nbmake[7]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/pf/pfctl nbmake[6]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin/pf nbmake[5]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/usr.sbin nbmake[4]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src --- dependall-sys --- --- dependall-puffs --- nbmake[7]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules/puffs nbmake[6]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/sys/modules nbmake[5]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/sys nbmake[4]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src --- dependall-external --- --- hw-doloop.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x hw-doloop.o --- gimple-ssa-warn-access.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-ssa-warn-access.o --- dependall-gdb --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x c-typeprint.o nbmake[9]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib/libgdb nbmake[8]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb/lib nbmake[7]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gdb nbmake[6]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3 --- dependall-gcc --- --- graphite-scop-detection.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x graphite-scop-detection.o --- dependall-bsd --- nbmake[10]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf/tests/atf/tools nbmake[9]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf/tests/atf nbmake[8]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf/tests nbmake[7]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd/atf nbmake[6]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/external/bsd nbmake[5]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/external --- dependall-gpl3 --- --- haifa-sched.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x haifa-sched.o --- gimplify.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimplify.o --- gtype-desc.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gtype-desc.o --- dwarf2out.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x dwarf2out.o --- generic-match.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x generic-match.o --- gimple-match.o --- /tmp/build/2025.03.09.01.13.49-pmax/tools/bin/mipsel--netbsd-objcopy -x gimple-match.o nbmake[8]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc/usr.bin nbmake[7]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3/gcc nbmake[6]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/external/gpl3 nbmake[5]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src/external nbmake[4]: stopped making "dependall" in /tmp/build/2025.03.09.01.13.49-pmax/src nbmake[3]: stopped making "do-build" in /tmp/build/2025.03.09.01.13.49-pmax/src nbmake[2]: stopped making "build" in /tmp/build/2025.03.09.01.13.49-pmax/src nbmake[1]: stopped making "distribution" in /tmp/build/2025.03.09.01.13.49-pmax/src nbmake: stopped making "release" in /tmp/build/2025.03.09.01.13.49-pmax/src ERROR: Failed to make release *** BUILD ABORTED *** 917.29 real 8280.72 user 1625.49 sys