Last 2000 lines of build log: 1797 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_512_final': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1811:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1811 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ --- dependall-racoon --- --- isakmp_ident.d --- --- dependall-plainrsa-gen --- /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1813:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1813 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_update': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1847:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1847 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ --- dependall-racoon --- # create racoon/isakmp_ident.d --- dependall-plainrsa-gen --- /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_final': --- dependall-racoon --- CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f isakmp_ident.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_ident.c && mv -f isakmp_ident.d.tmp isakmp_ident.d --- dependall-plainrsa-gen --- /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1861:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1861 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1863:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1863 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_update': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1897:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1897 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_final': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1911:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1911 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1913:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1913 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_update': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1948:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1948 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_final': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1962:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1962 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1964:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1964 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_update': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1998:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1998 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_final': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2012:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2012 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2014:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2014 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_init': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2035:9: warning: 'SHA512_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2035 | SHA512_Init(c); | ^~~~~~~~~~~ In file included from /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/x509.h:40: /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/sha.h:127:27: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_update': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2045:9: warning: 'SHA512_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2045 | SHA512_Update((SHA512_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/sha.h:128:27: note: declared here 128 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_final': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2059:9: warning: 'SHA512_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2059 | SHA512_Final((unsigned char *) res->v, (SHA512_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-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); | ^~~~~~~~~~~~ --- dependall-external --- --- dependall-gpl3 --- --- addrmap.o --- /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-objcopy -x addrmap.o --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_init': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2088:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2088 | SHA384_Init(c); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/sha.h:123:27: note: declared here 123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_update': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2098:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2098 | SHA384_Update((SHA384_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_final': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2112:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2112 | SHA384_Final((unsigned char *) res->v, (SHA384_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/sha.h:126:27: note: declared here 126 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c); | ^~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_init': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2141:9: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2141 | SHA256_Init(c); | ^~~~~~~~~~~ --- dependall-external --- --- alloc.o --- --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/sha.h:77:27: note: declared here 77 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_update': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2151:9: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2151 | SHA256_Update((SHA256_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_final': --- dependall-external --- # compile libgdb/alloc.o /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/destdir -D_KERNTYPES -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/arch/mipsel -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/mipsel/gnulib/import -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/mipsel -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/mipsel -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/mipsel -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/mipsel -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel -include /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/alloc.c -o alloc.o --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2165:9: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2165 | SHA256_Final((unsigned char *) res->v, (SHA256_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/sha.h:80:27: note: declared here 80 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_init': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2193:9: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2193 | SHA1_Init(c); | ^~~~~~~~~ /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_update': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2203:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2203 | SHA1_Update((SHA_CTX *)c, data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/sha.h:54:27: note: declared here 54 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_final': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2217:9: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2217 | SHA1_Final((unsigned char *) res->v, (SHA_CTX *)c); | ^~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_init': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2244:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2244 | MD5_Init(c); | ^~~~~~~~ In file included from /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_update': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2254:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2254 | MD5_Update((MD5_CTX *)c, data->v, data->l); | ^~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_final': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2268:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2268 | MD5_Final((unsigned char *) res->v, (MD5_CTX *)c); | ^~~~~~~~~ /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_generate': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2326:9: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2326 | if ((dh = DH_new()) == NULL) | ^~ In file included from /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/x509.h:36: /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/dh.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2332:9: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2332 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ /tmp/build/2024.09.03.08.00.30-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 --- --- msdosfs_fat.d --- --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2337:17: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2337 | DH_set_length(dh, publen); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2340:9: warning: 'DH_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2340 | if (!DH_generate_key(dh)) | ^~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/dh.h:227:27: note: declared here 227 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh); | ^~~~~~~~~~~~~~~ --- dependall-sys --- # create msdos/msdosfs_fat.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f msdosfs_fat.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-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/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/msdos -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/fs/msdosfs/msdosfs_fat.c && mv -f msdosfs_fat.d.tmp msdosfs_fat.d --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2343:9: warning: 'DH_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2343 | DH_get0_key(dh, &pub_key, &priv_key); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2357:17: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2357 | DH_free(dh); | ^~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/dh.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_compute': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2380:9: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2380 | if ((dh = DH_new()) == NULL) | ^~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/dh.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2390:9: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2390 | DH_set_length(dh, pub2->l * 8); | ^~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2397:9: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2397 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ /tmp/build/2024.09.03.08.00.30-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-racoon --- --- isakmp_inf.d --- --- dependall-plainrsa-gen --- /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2401:9: warning: 'DH_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2401 | if (!DH_set0_key(dh, pub_key, priv_key)) | ^~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/dh.h:262:27: note: declared here 262 | OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); | ^~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2408:9: warning: 'DH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2408 | if ((l = DH_compute_key(v, dh_pub, dh)) == -1) | ^~ /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2421:17: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2421 | DH_free(dh); | ^~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/dh.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_init': --- dependall-racoon --- # create racoon/isakmp_inf.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f isakmp_inf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c && mv -f isakmp_inf.d.tmp isakmp_inf.d --- dependall-plainrsa-gen --- /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2471:9: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2471 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2472:9: warning: 'ENGINE_register_all_complete' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2472 | ENGINE_register_all_complete(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'binbuf_pubkey2rsa': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2558:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2558 | rsa_pub = RSA_new(); | ^~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2565:9: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2565 | if (!RSA_set0_key(rsa_pub, mod, exp, NULL)) | ^~ /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2571:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2571 | RSA_free(rsa_pub); | ^~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-racoonctl --- --- vmbuf.o --- # compile racoonctl/vmbuf.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-npf --- --- npf_nbuf_test.d --- --- dependall-external --- --- dependall-bsd --- --- v_mark.o --- # compile nvi/v_mark.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/vi/v_mark.c -o v_mark.o --- dependall-usr.sbin --- # create libnpftest/npf_nbuf_test.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f npf_nbuf_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c && mv -f npf_nbuf_test.d.tmp npf_nbuf_test.d --- dependall-rtadvd --- --- rtadvd_hostops.o --- # compile rtadvd/rtadvd_hostops.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/rtadvd/rtadvd_hostops.c -o rtadvd_hostops.o --- dependall-sys --- --- msdosfs_lookup.d --- # create msdos/msdosfs_lookup.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f msdosfs_lookup.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/msdos -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/fs/msdosfs/msdosfs_lookup.c && mv -f msdosfs_lookup.d.tmp msdosfs_lookup.d --- dependall-midi_seq --- --- midisyn.o --- # compile midi_seq/midisyn.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DNMIDI=1 -DNSEQUENCER=1 -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/midi_seq -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/midisyn.c -o midisyn.o --- dependall-usr.bin --- --- dependall-tail --- --- tail.o --- # compile tail/tail.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/tail/tail.c -o tail.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfd --- --- npfd --- # link npfd/npfd /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o npfd npfd.o npfd_log.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.00.30-pmax/destdir/lib -L=/lib -lnpf -lpcap -lutil --- dependall-npftest --- --- npf_perf_test.d --- # create libnpftest/npf_perf_test.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f npf_perf_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.c && mv -f npf_perf_test.d.tmp npf_perf_test.d --- dependall-racoon --- --- isakmp_newg.d --- # create racoon/isakmp_newg.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f isakmp_newg.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_newg.c && mv -f isakmp_newg.d.tmp isakmp_newg.d --- dependall-usr.bin --- --- dependall-talk --- --- get_addrs.o --- # compile talk/get_addrs.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/talk/get_addrs.c -o get_addrs.o --- dependall-external --- --- dependall-ipf --- --- dependall-ipsend --- dependall ===> external/bsd/ipf/bin/ipsend --- dependall-usr.sbin --- --- dependall-rtadvd --- --- rtadvd_rumpops.o --- --- dependall-sys --- --- dependall-msdos --- --- msdosfs_rename.d --- --- dependall-usr.bin --- --- dependall-systat --- --- iostat.o --- --- dependall-usr.sbin --- # compile rtadvd/rtadvd_rumpops.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/rtadvd/rtadvd_rumpops.c -o rtadvd_rumpops.o --- dependall-sys --- # create msdos/msdosfs_rename.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f msdosfs_rename.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/msdos -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/fs/msdosfs/msdosfs_rename.c && mv -f msdosfs_rename.d.tmp msdosfs_rename.d --- dependall-usr.bin --- # compile systat/iostat.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-y2k --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/vmstat -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/who -D_KMEMUSER -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/systat/iostat.c -o iostat.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_rule_test.d --- # create libnpftest/npf_rule_test.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f npf_rule_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_rule_test.c && mv -f npf_rule_test.d.tmp npf_rule_test.d --- dependall-racoonctl --- --- sockmisc.o --- # compile racoonctl/sockmisc.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-external --- --- iplang_l.c --- # lex ipsend/iplang_l.c /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nblex -oiplang_l.c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/iplang/iplang_l.l --- iplang_y.c --- # create ipsend/iplang_y.c /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbyacc -d /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/iplang/iplang_y.y mv y.tab.c iplang_y.c mv y.tab.h iplang_y.h --- dependall-iptest --- --- dependall-ipsend --- --- 44arp.d --- --- dependall-nvi --- --- v_match.o --- --- dependall-ipf --- --- dependall-iptest --- dependall ===> external/bsd/ipf/bin/iptest --- dependall-ipsend --- # create ipsend/44arp.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f 44arp.d.tmp -- -std=gnu99 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/iplang -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/44arp.c && mv -f 44arp.d.tmp 44arp.d --- dependall-nvi --- # compile nvi/v_match.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/vi/v_match.c -o v_match.o --- dependall-usr.sbin --- --- dependall-rtadvd --- --- rtadvd --- # link rtadvd/rtadvd /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o rtadvd rtadvd.o advcap.o if.o config.o timer.o dump.o expandm.o rtadvd_hostops.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.00.30-pmax/destdir/lib -L=/lib -lutil --- dependall-sys --- --- msdosfs_unicode.d --- # create msdos/msdosfs_unicode.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f msdosfs_unicode.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/msdos -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/fs/msdosfs/msdosfs_unicode.c && mv -f msdosfs_unicode.d.tmp msdosfs_unicode.d --- dependall-usr.bin --- --- dependall-talk --- --- get_names.o --- # compile talk/get_names.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -c -Wno-stringop-truncation /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/talk/get_names.c -o get_names.o --- dependall-external --- --- dependall-ipf --- --- dependall-iptest --- --- 44arp.d --- --- dependall-usr.sbin --- --- dependall-npf --- --- npf_state_test.d --- --- dependall-racoon --- --- isakmp_quick.d --- --- dependall-external --- # create iptest/44arp.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f 44arp.d.tmp -- -std=gnu99 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/iptest/../ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/44arp.c && mv -f 44arp.d.tmp 44arp.d --- dependall-usr.sbin --- --- dependall-npf --- # create libnpftest/npf_state_test.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f npf_state_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_state_test.c && mv -f npf_state_test.d.tmp npf_state_test.d --- dependall-racoon --- # create racoon/isakmp_quick.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f isakmp_quick.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c && mv -f isakmp_quick.d.tmp isakmp_quick.d --- dependall-rtadvd --- --- rump.rtadvd --- --- dependall-sys --- --- msdosfs_vfsops.d --- --- dependall-usr.sbin --- # link rtadvd/rump.rtadvd /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o rump.rtadvd rtadvd.o advcap.o if.o config.o timer.o dump.o expandm.o rtadvd_rumpops.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.00.30-pmax/destdir/lib -L=/lib -lutil -lrumpres -lrumpclient --- dependall-sys --- # create msdos/msdosfs_vfsops.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f msdosfs_vfsops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/msdos -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/fs/msdosfs/msdosfs_vfsops.c && mv -f msdosfs_vfsops.d.tmp msdosfs_vfsops.d --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_var.o --- # compile npfctl/npf_var.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npfctl/npf_var.c -o npf_var.o --- dependall-pf --- --- dependall-external --- --- dependall-ipsend --- --- ip.d --- --- dependall-usr.sbin --- dependall ===> usr.sbin/pf --- dependall-external --- # create ipsend/ip.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f ip.d.tmp -- -std=gnu99 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/iplang -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/ip.c && mv -f ip.d.tmp ip.d --- dependall-usr.sbin --- --- dependall-authpf --- dependall ===> usr.sbin/pf/authpf --- dependall-sys --- --- msdosfs_vnops.d --- # create msdos/msdosfs_vnops.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f msdosfs_vnops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/msdos -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/fs/msdosfs/msdosfs_vnops.c && mv -f msdosfs_vnops.d.tmp msdosfs_vnops.d --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- --- npf_table_test.d --- --- dependall-racoon --- --- isakmp_unity.d --- --- dependall-npf --- # create libnpftest/npf_table_test.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f npf_table_test.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_table_test.c && mv -f npf_table_test.d.tmp npf_table_test.d --- dependall-external --- --- dependall-iptest --- --- ip.d --- --- dependall-usr.sbin --- --- dependall-racoon --- # create racoon/isakmp_unity.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f isakmp_unity.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c && mv -f isakmp_unity.d.tmp isakmp_unity.d --- dependall-external --- # create iptest/ip.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f ip.d.tmp -- -std=gnu99 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/iptest/../ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/ip.c && mv -f ip.d.tmp ip.d --- dependall-usr.bin --- --- dependall-tail --- --- tail --- # link tail/tail /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o tail forward.o misc.o read.o reverse.o tail.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.00.30-pmax/destdir/lib -L=/lib --- dependall-usr.sbin --- --- dependall-pf --- --- authpf.d --- # create authpf/authpf.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f authpf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/usr.sbin/authpf/authpf.c && mv -f authpf.d.tmp authpf.d --- dependall-npf --- --- dependall-npfctl --- --- npf_data.o --- # compile npfctl/npf_data.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npfctl/npf_data.c -o npf_data.o --- dependall-usr.bin --- --- dependall-talk --- --- init_disp.o --- # compile talk/init_disp.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/talk/init_disp.c -o init_disp.o --- dependall-external --- --- dependall-nvi --- --- v_paragraph.o --- # compile nvi/v_paragraph.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/vi/v_paragraph.c -o v_paragraph.o --- dependall-sys --- --- .depend --- # create msdos/.depend rm -f .depend --- dependall-external --- --- dependall-ipf --- --- iptest.d --- # create iptest/iptest.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f iptest.d.tmp -- -std=gnu99 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/iptest/../ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/iptest.c && mv -f iptest.d.tmp iptest.d --- dependall-sys --- CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend msdosfs_conv.d msdosfs_denode.d msdosfs_fat.d msdosfs_lookup.d msdosfs_rename.d msdosfs_unicode.d msdosfs_vfsops.d msdosfs_vnops.d --- dependall --- --- dependall-external --- --- dependall-ipsend --- --- iplang_l.d --- --- dependall-usr.sbin --- --- dependall-pf --- --- .depend --- --- dependall-external --- # create ipsend/iplang_l.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f iplang_l.d.tmp -- -std=gnu99 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/iplang -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 iplang_l.c && mv -f iplang_l.d.tmp iplang_l.d --- dependall-usr.sbin --- # create authpf/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend authpf.d --- dependall --- --- dependall-npf --- --- dependall-npftest --- --- npf_test_subr.d --- # create libnpftest/npf_test_subr.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f npf_test_subr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_test_subr.c && mv -f npf_test_subr.d.tmp npf_test_subr.d --- dependall-racoon --- --- isakmp_xauth.d --- # create racoon/isakmp_xauth.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f isakmp_xauth.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c && mv -f isakmp_xauth.d.tmp isakmp_xauth.d --- dependall-pf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.00.30-pmax/destdir" > .gdbinit --- authpf.html8 --- # format authpf/authpf.html8 if test "" != "yes"; then /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -c /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/usr.sbin/authpf/authpf.c -o authpf.o --- dependall-external --- --- dependall-iptest --- --- iptests.d --- # create iptest/iptests.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f iptests.d.tmp -- -std=gnu99 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/iptest/../ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/iptests.c && mv -f iptests.d.tmp iptests.d --- dependall-sys --- --- msdosfs_conv.o --- # compile msdos/msdosfs_conv.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/msdos -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/fs/msdosfs/msdosfs_conv.c -o msdosfs_conv.o --- dependall-external --- --- dependall-ipsend --- --- iplang_y.d --- # create ipsend/iplang_y.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f iplang_y.d.tmp -- -std=gnu99 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/iplang -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 iplang_y.c && mv -f iplang_y.d.tmp iplang_y.d --- dependall-usr.sbin --- --- dependall-npf --- --- .depend --- # create libnpftest/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -s .o\ .po\ .pico\ .go\ .ln\ .d -d -f .depend npf_bpf_test.d npf_gc_test.d npf_mbuf_subr.d npf_nat_test.d npf_nbuf_test.d npf_perf_test.d npf_rule_test.d npf_state_test.d npf_table_test.d npf_test_subr.d --- dependall --- --- dependall-usr.bin --- --- invite.o --- # compile talk/invite.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/talk/invite.c -o invite.o --- dependall-usr.sbin --- --- dependall-racoon --- --- localconf.d --- # create racoon/localconf.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f localconf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f logger.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/logger.c && mv -f logger.d.tmp logger.d --- dependall-npf --- --- npf_bpf_test.o --- --- dependall-usr.bin --- --- dependall-systat --- --- ip.o --- --- dependall-usr.sbin --- # compile libnpftest/npf_bpf_test.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_bpf_test.c -o npf_bpf_test.o --- dependall-usr.bin --- # compile systat/ip.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-y2k --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/vmstat -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/who -D_KMEMUSER -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/systat/ip.c -o ip.o --- dependall-external --- --- dependall-iptest --- --- sbpf.d --- # create iptest/sbpf.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f sbpf.d.tmp -- -std=gnu99 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/iptest/../ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/sbpf.c && mv -f sbpf.d.tmp sbpf.d --- dependall-ipsend --- --- ipsend.d --- # create ipsend/ipsend.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f ipsend.d.tmp -- -std=gnu99 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/iplang -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/ipsend.c && mv -f ipsend.d.tmp ipsend.d --- dependall-usr.sbin --- --- dependall-racoon --- --- main.d --- # create racoon/main.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f main.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/main.c && mv -f main.d.tmp main.d --- misc.d --- # create racoon/misc.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f misc.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/misc.c && mv -f misc.d.tmp misc.d --- dependall-sys --- --- dependall-midi_seq --- --- midi.o --- # compile midi_seq/midi.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DNMIDI=1 -DNSEQUENCER=1 -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/midi_seq -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/midi.c -o midi.o --- dependall-external --- --- ipsopt.d --- # create ipsend/ipsopt.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f ipsopt.d.tmp -- -std=gnu99 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/iplang -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/ipsopt.c && mv -f ipsopt.d.tmp ipsopt.d --- dependall-sys --- --- dependall-mqueue --- --- mqueue.kmod --- # link mqueue/mqueue.kmod /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2024.09.03.08.00.30-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=mqueue.kmod.map -o mqueue.kmod sys_mqueue.o --- dependall-usr.sbin --- --- nattraversal.d --- # create racoon/nattraversal.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nattraversal.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/nattraversal.c && mv -f nattraversal.d.tmp nattraversal.d --- dependall-external --- --- dependall-nvi --- --- v_put.o --- # compile nvi/v_put.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/vi/v_put.c -o v_put.o --- dependall-sys --- --- dependall-nand --- --- dependall-external --- --- dependall-ipf --- --- dependall-iptest --- --- sock.d --- --- dependall-sys --- dependall ===> sys/modules/nand --- dependall-external --- # create iptest/sock.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f sock.d.tmp -- -std=gnu99 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/iptest/../ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/sock.c && mv -f sock.d.tmp sock.d --- dependall-sys --- --- ioconf.c --- /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbconfig -b /tmp/build/2024.09.03.08.00.30-pmax/obj/sys/modules/nand -s /tmp/build/2024.09.03.08.00.30-pmax/src/sys /tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand/nand.ioconf --- dependall-usr.sbin --- --- oakley.d --- # create racoon/oakley.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f oakley.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/oakley.c && mv -f oakley.d.tmp oakley.d --- dependall-external --- --- dependall-ipsend --- --- sbpf.d --- # create ipsend/sbpf.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f sbpf.d.tmp -- -std=gnu99 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/iplang -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/sbpf.c && mv -f sbpf.d.tmp sbpf.d --- dependall-usr.bin --- --- dependall-talk --- --- io.o --- # compile talk/io.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/talk/io.c -o io.o --- dependall-sys --- touch ioconf.c ioconf.h locators.h --- dependall-usr.sbin --- --- pfkey.d --- --- dependall-sys --- --- flash_mtdparts.d --- --- dependall-usr.sbin --- # create racoon/pfkey.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f pfkey.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/pfkey.c && mv -f pfkey.d.tmp pfkey.d --- dependall-sys --- # create nand/flash_mtdparts.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f flash_mtdparts.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-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/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/flash/flash_mtdparts.c && mv -f flash_mtdparts.d.tmp flash_mtdparts.d --- dependall-external --- --- dependall-iptest --- --- .depend --- # create iptest/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend 44arp.d ip.d iptest.d iptests.d sbpf.d sock.d --- dependall-usr.sbin --- --- dependall-racoonctl --- --- misc.o --- --- dependall-external --- --- dependall --- --- dependall-usr.sbin --- --- dependall-npf --- /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_bpf_test.o --- dependall-racoonctl --- # compile racoonctl/misc.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-npf --- --- npf_gc_test.o --- # compile libnpftest/npf_gc_test.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c -o npf_gc_test.o --- dependall-sys --- --- hamming.d --- --- dependall-external --- --- dependall-nvi --- --- v_redraw.o --- --- dependall-sys --- # create nand/hamming.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f hamming.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/nand/hamming.c && mv -f hamming.d.tmp hamming.d --- dependall-external --- # compile nvi/v_redraw.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/vi/v_redraw.c -o v_redraw.o --- dependall-ipf --- --- dependall-ipsend --- --- sock.d --- # create ipsend/sock.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f sock.d.tmp -- -std=gnu99 -Wno-stringop-truncation -Wno-stringop-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/iplang -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/sock.c && mv -f sock.d.tmp sock.d --- dependall-iptest --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.00.30-pmax/destdir" > .gdbinit --- dependall-usr.sbin --- --- dependall-racoon --- --- plog.d --- # create racoon/plog.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f plog.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/plog.c && mv -f plog.d.tmp plog.d --- dependall-external --- --- iptest.html1 --- # format iptest/iptest.html1 if test "" != "yes"; then /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/iptest.1 > iptest.html1.tmp && mv -f iptest.html1.tmp iptest.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/iptest.1 > iptest.html1.tmp && mv -f iptest.html1.tmp iptest.html1; fi --- iptest.o --- # compile iptest/iptest.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/iptest/../ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/iptest.c -o iptest.o --- dependall-sys --- --- ioconf.d --- # create nand/ioconf.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-usr.bin --- --- look_up.o --- # compile talk/look_up.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/talk/look_up.c -o look_up.o --- dependall-usr.sbin --- --- policy.d --- # create racoon/policy.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f policy.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/policy.c && mv -f policy.d.tmp policy.d --- dependall-npf --- --- dependall-npfctl --- --- npf_build.o --- # compile npfctl/npf_build.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npfctl/npf_build.c -o npf_build.o --- dependall-racoon --- --- privsep.d --- # create racoon/privsep.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f privsep.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/privsep.c && mv -f privsep.d.tmp privsep.d --- dependall-sys --- --- nand.d --- # create nand/nand.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nand.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/nand/nand.c && mv -f nand.d.tmp nand.d --- dependall-external --- --- dependall-nvi --- --- v_replace.o --- # compile nvi/v_replace.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/vi/v_replace.c -o v_replace.o --- dependall-usr.bin --- --- dependall-systat --- --- keyboard.o --- # compile systat/keyboard.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-y2k --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/vmstat -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/who -D_KMEMUSER -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/systat/keyboard.c -o keyboard.o --- dependall-external --- --- dependall-ipf --- --- dependall-ipsend --- --- .depend --- # create ipsend/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend 44arp.d ip.d iplang_l.d iplang_y.d ipsend.d ipsopt.d sbpf.d sock.d --- dependall --- --- dependall-usr.bin --- --- main.o --- --- dependall-usr.sbin --- --- dependall-racoonctl --- --- racoonctl --- --- dependall-usr.bin --- # compile systat/main.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-y2k --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/vmstat -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/who -D_KMEMUSER -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/systat/main.c -o main.o --- dependall-usr.sbin --- # link racoonctl/racoonctl /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/destdir/lib -L=/lib -lipsec --- dependall-sys --- --- nand_bbt.d --- # create nand/nand_bbt.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nand_bbt.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/nand/nand_bbt.c && mv -f nand_bbt.d.tmp nand_bbt.d --- dependall-usr.bin --- --- dependall-talk --- --- msgs.o --- # compile talk/msgs.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/talk/msgs.c -o msgs.o --- dependall-sys --- --- nand_crc.d --- # create nand/nand_crc.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nand_crc.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/nand/nand_crc.c && mv -f nand_crc.d.tmp nand_crc.d --- dependall-external --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.00.30-pmax/destdir" > .gdbinit --- ipsend.html1 --- # format ipsend/ipsend.html1 if test "" != "yes"; then /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/ipsend.1 > ipsend.html1.tmp && mv -f ipsend.html1.tmp ipsend.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/ipsend.1 > ipsend.html1.tmp && mv -f ipsend.html1.tmp ipsend.html1; fi --- dependall-usr.sbin --- --- dependall-racoon --- --- proposal.d --- --- dependall-external --- --- ipsend.html5 --- --- dependall-usr.sbin --- # create racoon/proposal.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f proposal.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/proposal.c && mv -f proposal.d.tmp proposal.d --- dependall-external --- # format ipsend/ipsend.html5 if test "" != "yes"; then /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/ipsend.5 > ipsend.html5.tmp && mv -f ipsend.html5.tmp ipsend.html5; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/ipsend.5 > ipsend.html5.tmp && mv -f ipsend.html5.tmp ipsend.html5; fi --- dependall-iptest --- --- iptests.o --- # compile iptest/iptests.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/iptest/../ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/iptests.c -o iptests.o --- dependall-usr.bin --- --- dependall-systat --- --- mbufs.o --- # compile systat/mbufs.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-y2k --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/vmstat -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/who -D_KMEMUSER -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/systat/mbufs.c -o mbufs.o --- dependall-external --- --- dependall-ipsend --- --- ipsend.o --- # compile ipsend/ipsend.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/iplang -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/ipsend.c -o ipsend.o --- dependall-sys --- --- nand_micron.d --- # create nand/nand_micron.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nand_micron.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/nand/nand_micron.c && mv -f nand_micron.d.tmp nand_micron.d --- dependall-usr.sbin --- --- dependall-pf --- --- authpf --- # link authpf/authpf /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o authpf authpf.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.00.30-pmax/destdir/lib -L=/lib -lutil --- dependall-usr.bin --- --- netcmds.o --- # compile systat/netcmds.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-y2k --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/vmstat -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/who -D_KMEMUSER -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/systat/netcmds.c -o netcmds.o --- dependall-usr.sbin --- --- dependall-ftp-proxy --- dependall ===> usr.sbin/pf/ftp-proxy --- dependall-sys --- --- dependall-msdos --- --- msdosfs_denode.o --- # compile msdos/msdosfs_denode.o --- dependall-nand --- --- nand_samsung.d --- --- dependall-msdos --- /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/msdos -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/fs/msdosfs/msdosfs_denode.c -o msdosfs_denode.o --- dependall-usr.sbin --- --- dependall-racoon --- --- prsa_par.d --- --- dependall-sys --- --- dependall-nand --- # create nand/nand_samsung.d --- dependall-usr.sbin --- # create racoon/prsa_par.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f prsa_par.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -Wno-error=deprecated-declarations prsa_par.c && mv -f prsa_par.d.tmp prsa_par.d --- dependall-sys --- CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nand_samsung.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/nand/nand_samsung.c && mv -f nand_samsung.d.tmp nand_samsung.d --- dependall-usr.sbin --- --- dependall-pf --- --- filter.d --- # create ftp-proxy/filter.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f filter.d.tmp -- -std=gnu99 -I/tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/sys --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/usr.sbin/ftp-proxy/filter.c && mv -f filter.d.tmp filter.d --- dependall-usr.bin --- --- dependall-talk --- --- talk.o --- --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_gc_test.o --- dependall-usr.bin --- # compile talk/talk.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/talk/talk.c -o talk.o --- dependall-usr.sbin --- --- npf_mbuf_subr.o --- # compile libnpftest/npf_mbuf_subr.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_mbuf_subr.c -o npf_mbuf_subr.o --- dependall-external --- --- dependall-nvi --- --- v_right.o --- # compile nvi/v_right.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/vi/v_right.c -o v_right.o --- dependall-sys --- --- nand_toshiba.d --- # create nand/nand_toshiba.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nand_toshiba.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/nand/nand_toshiba.c && mv -f nand_toshiba.d.tmp nand_toshiba.d --- dependall-usr.sbin --- --- dependall-pf --- --- ftp-proxy.d --- # create ftp-proxy/ftp-proxy.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f ftp-proxy.d.tmp -- -std=gnu99 -I/tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/sys --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c && mv -f ftp-proxy.d.tmp ftp-proxy.d --- dependall-sys --- --- .depend --- # create nand/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend flash_mtdparts.d hamming.d ioconf.d nand.d nand_bbt.d nand_crc.d nand_micron.d nand_samsung.d nand_toshiba.d --- dependall --- --- dependall-external --- --- dependall-ipf --- --- dependall-ipftest --- --- ip_htable.o --- # compile ipftest/ip_htable.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fno-strict-aliasing -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SYNC -DIPFILTER_CKSUM -I. -D_KERNTYPES -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet/ip_htable.c -o ip_htable.o --- dependall-usr.bin --- --- talk --- # link talk/talk /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o talk ctl.o ctl_transact.o display.o get_addrs.o get_names.o init_disp.o invite.o io.o look_up.o msgs.o talk.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.00.30-pmax/destdir/lib -L=/lib -lcurses -lterminfo -lutil --- dependall-usr.sbin --- --- dependall-racoon --- --- prsa_tok.d --- # create racoon/prsa_tok.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f prsa_tok.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES prsa_tok.c && mv -f prsa_tok.d.tmp prsa_tok.d --- dependall-pf --- --- ipf.d --- # create ftp-proxy/ipf.d --- dependall-racoon --- --- remoteconf.d --- --- dependall-pf --- CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f ipf.d.tmp -- -std=gnu99 -I/tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/sys --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/usr.sbin/ftp-proxy/ipf.c && mv -f ipf.d.tmp ipf.d --- dependall-racoon --- # create racoon/remoteconf.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f remoteconf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/remoteconf.c && mv -f remoteconf.d.tmp remoteconf.d --- dependall-usr.bin --- --- dependall-telnet --- dependall ===> usr.bin/telnet --- dependall-usr.sbin --- --- rsalist.d --- # create racoon/rsalist.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f rsalist.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -Wno-error=deprecated-declarations /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c && mv -f rsalist.d.tmp rsalist.d --- dependall-usr.bin --- --- authenc.d --- # create telnet/authenc.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f authenc.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -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/2024.09.03.08.00.30-pmax/destdir -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib -DIPSEC -DINET6 -DKRB5 -DFORWARD -DAUTHENTICATION -DENCRYPTION /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet/authenc.c && mv -f authenc.d.tmp authenc.d --- dependall-sys --- --- nand_bbt.o --- # compile nand/nand_bbt.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/nand/nand_bbt.c -o nand_bbt.o --- dependall-external --- --- dependall-nvi --- --- v_screen.o --- # compile nvi/v_screen.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/vi/v_screen.c -o v_screen.o --- dependall-usr.sbin --- --- dependall-pf --- --- .depend --- --- dependall-plainrsa-gen --- --- logger.o --- # compile plainrsa-gen/logger.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/logger.c -o logger.o --- dependall-pf --- # create ftp-proxy/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend filter.d ftp-proxy.d ipf.d --- dependall --- --- dependall-usr.bin --- --- commands.d --- # create telnet/commands.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f commands.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -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/2024.09.03.08.00.30-pmax/destdir -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib -DIPSEC -DINET6 -DKRB5 -DFORWARD -DAUTHENTICATION -DENCRYPTION -Wno-pointer-sign /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet/commands.c && mv -f commands.d.tmp commands.d --- dependall-external --- --- dependall-ipf --- --- dependall-ipsend --- --- ip.o --- # compile ipsend/ip.o --- dependall-usr.sbin --- --- .gdbinit --- --- dependall-external --- /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/iplang -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/ip.c -o ip.o --- dependall-usr.sbin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.00.30-pmax/destdir" > .gdbinit --- ftp-proxy.html8 --- # format ftp-proxy/ftp-proxy.html8 if test "" != "yes"; then /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.00.30-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 --- dependall-pfctl --- dependall ===> usr.sbin/pf/pfctl --- dependall-ftp-proxy --- --- ftp-proxy.o --- --- dependall-external --- --- dependall-iptest --- --- ip.o --- --- dependall-usr.sbin --- # compile ftp-proxy/ftp-proxy.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/pf/ftp-proxy -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c -o ftp-proxy.o --- dependall-external --- # compile iptest/ip.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/iptest/../ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/ip.c -o ip.o --- dependall-usr.bin --- --- dependall-systat --- --- netstat.o --- # compile systat/netstat.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-y2k --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/vmstat -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/who -D_KMEMUSER -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/systat/netstat.c -o netstat.o --- dependall-usr.sbin --- --- dependall-pfctl --- --- parse.c --- # yacc pfctl/parse.c /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbyacc -o parse.c /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl/parse.y --- dependall-racoon --- --- safefile.d --- # create racoon/safefile.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f safefile.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/safefile.c && mv -f safefile.d.tmp safefile.d --- dependall-external --- --- dependall-nvi --- --- v_scroll.o --- # compile nvi/v_scroll.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/vi/v_scroll.c -o v_scroll.o --- dependall-usr.bin --- --- dependall-telnet --- --- main.d --- # create telnet/main.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f main.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib -DIPSEC -DINET6 -DKRB5 -DFORWARD -DAUTHENTICATION -DENCRYPTION /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet/main.c && mv -f main.d.tmp main.d --- dependall-usr.sbin --- --- dependall-pf --- --- parse.d --- # create pfctl/parse.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f parse.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES parse.c && mv -f parse.d.tmp parse.d --- dependall-racoon --- --- sainfo.d --- # create racoon/sainfo.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f sainfo.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/sainfo.c && mv -f sainfo.d.tmp sainfo.d --- dependall-usr.bin --- --- network.d --- --- dependall-usr.sbin --- --- dependall-npf --- /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_mbuf_subr.o --- dependall-usr.bin --- # create telnet/network.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f network.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -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/2024.09.03.08.00.30-pmax/destdir -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib -DIPSEC -DINET6 -DKRB5 -DFORWARD -DAUTHENTICATION -DENCRYPTION /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet/network.c && mv -f network.d.tmp network.d --- dependall-usr.sbin --- --- npf_nat_test.o --- # compile libnpftest/npf_nat_test.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_nat_test.c -o npf_nat_test.o --- dependall-usr.bin --- --- ring.d --- # create telnet/ring.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f ring.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -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/2024.09.03.08.00.30-pmax/destdir -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib -DIPSEC -DINET6 -DKRB5 -DFORWARD -DAUTHENTICATION -DENCRYPTION /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet/ring.c && mv -f ring.d.tmp ring.d --- dependall-usr.sbin --- --- dependall-racoon --- --- schedule.d --- # create racoon/schedule.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f schedule.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/schedule.c && mv -f schedule.d.tmp schedule.d --- dependall-pf --- --- pf_print_state.d --- # create pfctl/pf_print_state.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f pf_print_state.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl/pf_print_state.c && mv -f pf_print_state.d.tmp pf_print_state.d --- dependall-sys --- --- nand_crc.o --- # compile nand/nand_crc.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/nand/nand_crc.c -o nand_crc.o --- dependall-usr.bin --- --- sys_bsd.d --- --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- vmbuf.o --- --- dependall-usr.bin --- # create telnet/sys_bsd.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f sys_bsd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib -DIPSEC -DINET6 -DKRB5 -DFORWARD -DAUTHENTICATION -DENCRYPTION -Wno-cast-function-type /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet/sys_bsd.c && mv -f sys_bsd.d.tmp sys_bsd.d --- dependall-usr.sbin --- # compile plainrsa-gen/vmbuf.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-sys --- --- dependall-msdos --- --- msdosfs_fat.o --- # compile msdos/msdosfs_fat.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/msdos -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/fs/msdosfs/msdosfs_fat.c -o msdosfs_fat.o --- dependall-usr.sbin --- --- dependall-racoon --- --- session.d --- # create racoon/session.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f session.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/session.c && mv -f session.d.tmp session.d --- dependall-pf --- --- pf_ruleset.d --- # create pfctl/pf_ruleset.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f pf_ruleset.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf/net/pf_ruleset.c && mv -f pf_ruleset.d.tmp pf_ruleset.d --- dependall-usr.bin --- --- telnet.d --- # create telnet/telnet.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f telnet.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -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/2024.09.03.08.00.30-pmax/destdir -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib -DIPSEC -DINET6 -DKRB5 -DFORWARD -DAUTHENTICATION -DENCRYPTION -Wno-pointer-sign -Wno-implicit-fallthrough /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet/telnet.c && mv -f telnet.d.tmp telnet.d --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_bpf_comp.o --- # compile npfctl/npf_bpf_comp.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npfctl/npf_bpf_comp.c -o npf_bpf_comp.o --- dependall-sys --- --- dependall-nand --- --- hamming.o --- # compile nand/hamming.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/nand/hamming.c -o hamming.o --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl.d --- # create pfctl/pfctl.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f pfctl.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl/pfctl.c && mv -f pfctl.d.tmp pfctl.d --- dependall-usr.bin --- --- terminal.d --- # create telnet/terminal.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f terminal.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -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/2024.09.03.08.00.30-pmax/destdir -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib -DIPSEC -DINET6 -DKRB5 -DFORWARD -DAUTHENTICATION -DENCRYPTION -Wno-pointer-sign /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet/terminal.c && mv -f terminal.d.tmp terminal.d --- dependall-external --- --- dependall-ipf --- --- dependall-ipsend --- --- ipsopt.o --- --- dependall-usr.sbin --- --- dependall-racoon --- --- sockmisc.d --- --- dependall-external --- # compile ipsend/ipsopt.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/iplang -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/ipsopt.c -o ipsopt.o --- dependall-usr.sbin --- # create racoon/sockmisc.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f sockmisc.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c && mv -f sockmisc.d.tmp sockmisc.d --- dependall-plainrsa-gen --- --- misc.o --- --- dependall-external --- --- dependall-nvi --- --- v_search.o --- --- dependall-usr.sbin --- # compile plainrsa-gen/misc.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-external --- # compile nvi/v_search.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/vi/v_search.c -o v_search.o --- dependall-sys --- --- dependall-midi_seq --- --- midi_seq_mod.o --- # compile midi_seq/midi_seq_mod.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DNMIDI=1 -DNSEQUENCER=1 -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/midi_seq -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/midi_seq_mod.c -o midi_seq_mod.o --- dependall-external --- --- dependall-gpl3 --- /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-objcopy -x alloc.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_show.o --- # compile npfctl/npf_show.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npfctl/npf_show.c -o npf_show.o --- dependall-usr.bin --- --- utilities.d --- # create telnet/utilities.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f utilities.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -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/2024.09.03.08.00.30-pmax/destdir -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib -DIPSEC -DINET6 -DKRB5 -DFORWARD -DAUTHENTICATION -DENCRYPTION -Wno-pointer-sign /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet/utilities.c && mv -f utilities.d.tmp utilities.d --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl_altq.d --- # create pfctl/pfctl_altq.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f pfctl_altq.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl/pfctl_altq.c && mv -f pfctl_altq.d.tmp pfctl_altq.d --- dependall-racoon --- --- str2val.d --- --- dependall-npf --- --- dependall-npftest --- /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_nat_test.o --- dependall-racoon --- # create racoon/str2val.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f str2val.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/str2val.c && mv -f str2val.d.tmp str2val.d --- dependall-npf --- --- npf_nbuf_test.o --- # compile libnpftest/npf_nbuf_test.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c -o npf_nbuf_test.o --- dependall-usr.bin --- --- .depend --- # create telnet/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend authenc.d commands.d main.d network.d ring.d sys_bsd.d telnet.d terminal.d utilities.d --- dependall --- --- dependall-usr.sbin --- --- dependall-racoon --- --- strnames.d --- # create racoon/strnames.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f strnames.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/strnames.c && mv -f strnames.d.tmp strnames.d --- dependall-pf --- --- pfctl_optimize.d --- # create pfctl/pfctl_optimize.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f pfctl_optimize.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl/pfctl_optimize.c && mv -f pfctl_optimize.d.tmp pfctl_optimize.d --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.00.30-pmax/destdir" > .gdbinit --- telnet.html1 --- # format telnet/telnet.html1 if test "" != "yes"; then /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet/telnet.1 > telnet.html1.tmp && mv -f telnet.html1.tmp telnet.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet/telnet.1 > telnet.html1.tmp && mv -f telnet.html1.tmp telnet.html1; fi --- dependall-sys --- --- dependall-nand --- --- nand_micron.o --- # compile nand/nand_micron.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/nand/nand_micron.c -o nand_micron.o --- dependall-usr.bin --- --- authenc.o --- # compile telnet/authenc.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib -DIPSEC -DINET6 -DKRB5 -DFORWARD -DAUTHENTICATION -DENCRYPTION -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet/authenc.c -o authenc.o --- dependall-sys --- --- dependall-midi_seq --- --- sequencer.o --- # compile midi_seq/sequencer.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DNMIDI=1 -DNSEQUENCER=1 -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/midi_seq -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/sequencer.c -o sequencer.o --- dependall-external --- --- dependall-bsd --- --- dependall-ipf --- --- dependall-iptest --- --- sbpf.o --- # compile iptest/sbpf.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/iptest/../ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/sbpf.c -o sbpf.o --- dependall-ipftest --- --- ip_lookup.o --- --- ip_dstlist.o --- --- ip_lookup.o --- # compile ipftest/ip_lookup.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fno-strict-aliasing -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SYNC -DIPFILTER_CKSUM -I. -D_KERNTYPES -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet/ip_lookup.c -o ip_lookup.o --- ip_dstlist.o --- # compile ipftest/ip_dstlist.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fno-strict-aliasing -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SYNC -DIPFILTER_CKSUM -I. -D_KERNTYPES -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet/ip_dstlist.c -o ip_dstlist.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- rsalist.o --- # compile plainrsa-gen/rsalist.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c -Wno-error=deprecated-declarations /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c -o rsalist.o --- dependall-racoon --- --- throttle.d --- # create racoon/throttle.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f throttle.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/throttle.c && mv -f throttle.d.tmp throttle.d --- dependall-pf --- --- pfctl_osfp.d --- # create pfctl/pfctl_osfp.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f pfctl_osfp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-format-truncation /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl/pfctl_osfp.c && mv -f pfctl_osfp.d.tmp pfctl_osfp.d --- dependall-usr.bin --- --- commands.o --- # compile telnet/commands.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib -DIPSEC -DINET6 -DKRB5 -DFORWARD -DAUTHENTICATION -DENCRYPTION -c -Wno-pointer-sign /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet/commands.c -o commands.o --- dependall-systat --- --- pigs.o --- # compile systat/pigs.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-y2k --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/vmstat -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/who -D_KMEMUSER -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/systat/pigs.c -o pigs.o --- dependall-external --- --- dependall-ipsend --- --- iplang_y.o --- # compile ipsend/iplang_y.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/iplang -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/ipsend -I. -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c iplang_y.c -o iplang_y.o --- dependall-usr.sbin --- --- dependall-racoon --- --- vendorid.d --- # create racoon/vendorid.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f vendorid.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/vendorid.c && mv -f vendorid.d.tmp vendorid.d --- dependall-pf --- --- pfctl_parser.d --- # create pfctl/pfctl_parser.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f pfctl_parser.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl/pfctl_parser.c && mv -f pfctl_parser.d.tmp pfctl_parser.d --- pfctl_qstats.d --- # create pfctl/pfctl_qstats.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f pfctl_qstats.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl/pfctl_qstats.c && mv -f pfctl_qstats.d.tmp pfctl_qstats.d --- dependall-external --- --- dependall-iptest --- --- sock.o --- # compile iptest/sock.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/iptest/../ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/sock.c -o sock.o --- dependall-nvi --- --- v_section.o --- # compile nvi/v_section.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/vi/v_section.c -o v_section.o --- dependall-sys --- --- dependall-nand --- --- nand_samsung.o --- # compile nand/nand_samsung.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/nand/nand_samsung.c -o nand_samsung.o --- dependall-usr.sbin --- --- dependall-npf --- /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_nbuf_test.o --- npf_perf_test.o --- # compile libnpftest/npf_perf_test.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.c -o npf_perf_test.o --- dependall-racoon --- --- vmbuf.d --- # create racoon/vmbuf.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f vmbuf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c && mv -f vmbuf.d.tmp vmbuf.d --- dependall-pf --- --- pfctl_radix.d --- # create pfctl/pfctl_radix.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f pfctl_radix.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl/pfctl_radix.c && mv -f pfctl_radix.d.tmp pfctl_radix.d --- dependall-plainrsa-gen --- /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dup': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:102:17: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 102 | RSA_get0_key(key->rsa, NULL, NULL, &d); | ^~~~~~~~~~~~ In file included from /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:103:17: warning: 'RSAPrivateKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 103 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ In file included from /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/rsa.h:21: /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:103:17: warning: 'RSAPublicKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 103 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:125:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 125 | RSA_free(new->rsa); | ^~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_free': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:147:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 147 | RSA_free(rsa_key->rsa); | ^~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dump_one': /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:161:17: warning: 'RSA_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 161 | RSA_print_fp(stdout, key->rsa, 4); | ^~~~~~~~~~~~ /tmp/build/2024.09.03.08.00.30-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-pf --- --- pfctl_table.d --- # create pfctl/pfctl_table.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f pfctl_table.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl/pfctl_table.c && mv -f pfctl_table.d.tmp pfctl_table.d --- dependall-racoon --- --- .depend --- # create racoon/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-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 --- --- dependall-sys --- --- dependall-msdos --- --- msdosfs_lookup.o --- # compile msdos/msdosfs_lookup.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/msdos -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/fs/msdosfs/msdosfs_lookup.c -o msdosfs_lookup.o --- dependall-usr.sbin --- --- dependall-pf --- --- .depend --- # create pfctl/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-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-ftp-proxy --- --- filter.o --- # compile ftp-proxy/filter.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/pf/ftp-proxy -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/usr.sbin/ftp-proxy/filter.c -o filter.o --- dependall-racoon --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.00.30-pmax/destdir" > .gdbinit --- racoon.html8 --- # format racoon/racoon.html8 if test "" != "yes"; then /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.00.30-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 --- dependall-pf --- --- dependall-pfctl --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.00.30-pmax/destdir" > .gdbinit --- pfctl.html8 --- # format pfctl/pfctl.html8 if test "" != "yes"; then /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl/pfctl.8 > pfctl.html8.tmp && mv -f pfctl.html8.tmp pfctl.html8; fi --- dependall-external --- --- dependall-ipf --- --- 44arp.o --- # compile iptest/44arp.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -Wno-stringop-truncation -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/iptest/../ipsend -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys -D_KMEMUSER -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ipsend/44arp.c -o 44arp.o --- dependall-usr.bin --- --- ps.o --- --- dependall-usr.sbin --- --- pfctl.o --- --- dependall-usr.bin --- # compile systat/ps.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-y2k --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/vmstat -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/who -D_KMEMUSER -DINET6 -c -Wno-stringop-truncation -Wno-format-truncation /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/systat/ps.c -o ps.o --- dependall-usr.sbin --- --- dependall-racoon --- --- main.o --- --- dependall-pf --- # compile pfctl/pfctl.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl/pfctl.c -o pfctl.o --- dependall-racoon --- # compile racoon/main.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/main.c -o main.o --- dependall-external --- --- dependall-nvi --- --- v_sentence.o --- --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_extmod.o --- --- dependall-external --- # compile nvi/v_sentence.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/vi/v_sentence.c -o v_sentence.o --- dependall-usr.sbin --- # compile npfctl/npf_extmod.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npfctl/npf_extmod.c -o npf_extmod.o --- dependall-sys --- --- dependall-nand --- --- nand_toshiba.o --- # compile nand/nand_toshiba.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/nand/nand_toshiba.c -o nand_toshiba.o --- dependall-nandemulator --- dependall ===> sys/modules/nandemulator --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- sockmisc.o --- # compile plainrsa-gen/sockmisc.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-npf --- --- dependall-npftest --- /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_perf_test.o --- npf_rule_test.o --- # compile libnpftest/npf_rule_test.o --- npftest.d --- --- dependall-libnpftest --- /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_rule_test.c -o npf_rule_test.o --- npftest.d --- # create npftest/npftest.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f npftest.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I /tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/npftest.c && mv -f npftest.d.tmp npftest.d --- dependall-sys --- --- ioconf.c --- /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbconfig -b /tmp/build/2024.09.03.08.00.30-pmax/obj/sys/modules/nandemulator -s /tmp/build/2024.09.03.08.00.30-pmax/src/sys /tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nandemulator/nandemulator.ioconf --- dependall-external --- --- dependall-ipf --- --- dependall-ipftest --- --- ip_pool.o --- # compile ipftest/ip_pool.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fno-strict-aliasing -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SYNC -DIPFILTER_CKSUM -I. -D_KERNTYPES -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet/ip_pool.c -o ip_pool.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- genlist.o --- # compile plainrsa-gen/genlist.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/genlist.c -o genlist.o --- dependall-sys --- touch ioconf.c ioconf.h locators.h --- ioconf.d --- # create nandemulator/ioconf.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nandemulator -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-usr.sbin --- --- prsa_par.o --- # compile plainrsa-gen/prsa_par.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c -Wno-error=deprecated-declarations prsa_par.c -o prsa_par.o --- dependall-external --- --- ip_sync.o --- # compile ipftest/ip_sync.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fno-strict-aliasing -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SYNC -DIPFILTER_CKSUM -I. -D_KERNTYPES -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet/ip_sync.c -o ip_sync.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_parse.o --- # compile npfctl/npf_parse.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c npf_parse.c -o npf_parse.o --- dependall-sys --- --- nandemulator.d --- # create nandemulator/nandemulator.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nandemulator.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nandemulator -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/nand/nandemulator.c && mv -f nandemulator.d.tmp nandemulator.d --- dependall-external --- --- dependall-iptest --- --- iptest --- # link iptest/iptest /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o iptest iptest.o iptests.o ip.o sbpf.o sock.o 44arp.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.00.30-pmax/destdir/lib -L=/lib -L/tmp/build/2024.09.03.08.00.30-pmax/obj/external/bsd/ipf/lib -lipf -lkvm -L/tmp/build/2024.09.03.08.00.30-pmax/obj/external/bsd/ipf/lib -lipf -lkvm --- dependall-sys --- --- .depend --- # create nandemulator/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -s .o\ .d -d -f .depend ioconf.d nandemulator.d --- dependall --- --- dependall-external --- --- dependall-ipftest --- --- ip_fil.o --- --- dependall-sys --- --- dependall-nand --- --- flash_mtdparts.o --- --- dependall-external --- # compile ipftest/ip_fil.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fno-strict-aliasing -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SYNC -DIPFILTER_CKSUM -I. -D_KERNTYPES -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/ip_fil.c -o ip_fil.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- prsa_tok.o --- --- dependall-sys --- # compile nand/flash_mtdparts.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/flash/flash_mtdparts.c -o flash_mtdparts.o --- dependall-usr.sbin --- # compile plainrsa-gen/prsa_tok.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c prsa_tok.c -o prsa_tok.o --- dependall-external --- --- ip_log.o --- # compile ipftest/ip_log.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fno-strict-aliasing -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SYNC -DIPFILTER_CKSUM -I. -D_KERNTYPES -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet/ip_log.c -o ip_log.o --- dependall-nvi --- --- v_status.o --- --- dependall-sys --- --- dependall-nandemulator --- --- nandemulator.o --- --- dependall-external --- # compile nvi/v_status.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/vi/v_status.c -o v_status.o --- dependall-sys --- # compile nandemulator/nandemulator.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nandemulator -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/nand/nandemulator.c -o nandemulator.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-ftp-proxy --- --- ipf.o --- # compile ftp-proxy/ipf.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/pf/ftp-proxy -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/usr.sbin/ftp-proxy/ipf.c -o ipf.o --- dependall-npf --- --- dependall-npftest --- --- dependall-libnpftest --- /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_rule_test.o --- npf_state_test.o --- # compile libnpftest/npf_state_test.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_state_test.c -o npf_state_test.o --- dependall-usr.bin --- --- swap.o --- # compile systat/swap.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-y2k --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/vmstat -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/who -D_KMEMUSER -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/systat/swap.c -o swap.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- prsa_par.o --- /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsa_parse_file': /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsaparse': /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-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/2024.09.03.08.00.30-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/2024.09.03.08.00.30-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/2024.09.03.08.00.30-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/2024.09.03.08.00.30-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/2024.09.03.08.00.30-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/2024.09.03.08.00.30-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/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ --- dependall-racoon --- --- session.o --- # compile racoon/session.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/session.c -o session.o --- dependall-external --- --- v_txt.o --- # compile nvi/v_txt.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/dist/vi/v_txt.c -o v_txt.o --- dependall-sys --- --- dependall-nand --- --- nand.o --- # compile nand/nand.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nand -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/dev/nand/nand.c -o nand.o --- dependall-usr.bin --- --- tcp.o --- # compile systat/tcp.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-y2k --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/vmstat -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/who -D_KMEMUSER -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/systat/tcp.c -o tcp.o --- dependall-usr.sbin --- --- dependall-npf --- /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_state_test.o --- npf_table_test.o --- # compile libnpftest/npf_table_test.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_table_test.c -o npf_table_test.o --- dependall-sys --- --- dependall-midi_seq --- --- midi_seq.kmod --- --- dependall-usr.sbin --- --- dependall-pf --- --- ftp-proxy --- --- dependall-sys --- # link midi_seq/midi_seq.kmod /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2024.09.03.08.00.30-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=midi_seq.kmod.map -o midi_seq.kmod midi_seq_mod.o midi.o midictl.o midisyn.o sequencer.o --- dependall-usr.sbin --- # link ftp-proxy/ftp-proxy /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o ftp-proxy ftp-proxy.o filter.o ipf.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.00.30-pmax/destdir/lib -L=/lib -levent --- dependall-sys --- --- dependall-nfs --- dependall ===> sys/modules/nfs --- dependall-msdos --- --- msdosfs_rename.o --- # compile msdos/msdosfs_rename.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mlong-calls -G 0 -ffixed-24 -mno-abicalls -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/msdos -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2024.09.03.08.00.30-pmax/src/sys/fs/msdosfs/msdosfs_rename.c -o msdosfs_rename.o --- dependall-nfsserver --- dependall ===> sys/modules/nfsserver --- dependall-external --- --- dependall-ipf --- --- ippool_y.o --- # compile ipftest/ippool_y.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fno-strict-aliasing -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SYNC -DIPFILTER_CKSUM -I. -D_KERNTYPES -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c ippool_y.c -o ippool_y.o --- dependall-usr.sbin --- --- dependall-pflogd --- --- dependall-sys --- --- dependall-nfs --- --- krpc_subr.d --- --- dependall-usr.sbin --- dependall ===> usr.sbin/pf/pflogd --- dependall-sys --- # create nfs/krpc_subr.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f krpc_subr.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nfs -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/nfs/krpc_subr.c && mv -f krpc_subr.d.tmp krpc_subr.d --- dependall-usr.sbin --- --- pflogd.d --- --- dependall-sys --- --- dependall-nfsserver --- --- nfs_export.d --- --- dependall-usr.sbin --- # create pflogd/pflogd.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f pflogd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd/pflogd.c && mv -f pflogd.d.tmp pflogd.d --- dependall-sys --- # create nfsserver/nfs_export.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nfs_export.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DNFSSERVER -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nfsserver -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/nfs/nfs_export.c && mv -f nfs_export.d.tmp nfs_export.d --- dependall-usr.sbin --- --- dependall-pfs --- dependall ===> usr.sbin/pf/pfs --- dependall-external --- --- ippool_l.o --- # compile ipftest/ippool_l.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fno-strict-aliasing -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SYNC -DIPFILTER_CKSUM -I. -D_KERNTYPES -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c ippool_l.c -o ippool_l.o --- dependall-usr.sbin --- --- token.c --- # lex pfs/token.c /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nblex -otoken.c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/pf/pfs/token.l --- dependall-external --- --- ipf_y.o --- # compile ipftest/ipf_y.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fno-strict-aliasing -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SYNC -DIPFILTER_CKSUM -I. -D_KERNTYPES -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c ipf_y.c -o ipf_y.o --- dependall-usr.sbin --- --- parse.c --- # yacc pfs/parse.c /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbyacc -d -o parse.c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/pf/pfs/parse.y --- parse.d --- # create pfs/parse.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f parse.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/pf/pfs -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir parse.c && mv -f parse.d.tmp parse.d --- dependall-sys --- --- dependall-nfs --- --- nfs_bio.d --- # create nfs/nfs_bio.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nfs_bio.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nfs -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/nfs/nfs_bio.c && mv -f nfs_bio.d.tmp nfs_bio.d --- dependall-usr.sbin --- --- dependall-pflogd --- --- privsep.d --- # create pflogd/privsep.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f privsep.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd/privsep.c && mv -f privsep.d.tmp privsep.d --- dependall-sys --- --- dependall-nandemulator --- --- nandemulator.kmod --- --- dependall-nfsserver --- --- nfs_serv.d --- --- dependall-nandemulator --- # link nandemulator/nandemulator.kmod /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2024.09.03.08.00.30-pmax/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=nandemulator.kmod.map -o nandemulator.kmod nandemulator.o --- dependall-nfsserver --- # create nfsserver/nfs_serv.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nfs_serv.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DNFSSERVER -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nfsserver -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/nfs/nfs_serv.c && mv -f nfs_serv.d.tmp nfs_serv.d --- nfs_srvcache.d --- # create nfsserver/nfs_srvcache.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nfs_srvcache.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DNFSSERVER -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nfsserver -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/nfs/nfs_srvcache.c && mv -f nfs_srvcache.d.tmp nfs_srvcache.d --- dependall-usr.sbin --- --- dependall-pfs --- --- pfs.d --- # create pfs/pfs.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f pfs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/pf/pfs -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/pf/pfs/pfs.c && mv -f pfs.d.tmp pfs.d --- dependall-racoon --- --- isakmp.o --- # compile racoon/isakmp.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fcommon -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib/libipsec -I. -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/crypto/dist/ipsec-tools/src/racoon/isakmp.c -o isakmp.o --- dependall-pf --- --- dependall-pflogd --- --- privsep_fdpass.d --- # create pflogd/privsep_fdpass.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f privsep_fdpass.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-stack-protector /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd/privsep_fdpass.c && mv -f privsep_fdpass.d.tmp privsep_fdpass.d --- dependall-sys --- --- dependall-nfs --- --- nfs_boot.d --- # create nfs/nfs_boot.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nfs_boot.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nfs -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/nfs/nfs_boot.c && mv -f nfs_boot.d.tmp nfs_boot.d --- dependall-usr.bin --- --- vmstat.o --- # compile systat/vmstat.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-y2k --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/vmstat -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/who -D_KMEMUSER -DINET6 -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/systat/vmstat.c -o vmstat.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- npf_scan.o --- # compile npfctl/npf_scan.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npfctl -D_KERNTYPES -c npf_scan.c -o npf_scan.o --- dependall-sys --- --- nfs_bootdhcp.d --- # create nfs/nfs_bootdhcp.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nfs_bootdhcp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nfs -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/nfs/nfs_bootdhcp.c && mv -f nfs_bootdhcp.d.tmp nfs_bootdhcp.d --- dependall-nfsserver --- --- nfs_srvsocket.d --- --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pfs --- --- token.d --- --- dependall-sys --- # create nfsserver/nfs_srvsocket.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nfs_srvsocket.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DNFSSERVER -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nfsserver -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/nfs/nfs_srvsocket.c && mv -f nfs_srvsocket.d.tmp nfs_srvsocket.d --- dependall-usr.sbin --- # create pfs/token.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f token.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/pf/pfs -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir token.c && mv -f token.d.tmp token.d --- dependall-pflogd --- --- .depend --- # create pflogd/.depend rm -f .depend CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend pflogd.d privsep.d privsep_fdpass.d --- dependall --- --- dependall-pfctl --- --- pfctl_parser.o --- # compile pfctl/pfctl_parser.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pfctl/pfctl_parser.c -o pfctl_parser.o --- dependall-pfs --- --- .depend --- # create pfs/.depend rm -f .depend --- dependall-pflogd --- --- .gdbinit --- --- dependall-pfs --- CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend parse.d pfs.d token.d --- dependall-pflogd --- rm -f .gdbinit --- dependall-pfs --- --- dependall --- --- dependall-pflogd --- echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.00.30-pmax/destdir" > .gdbinit --- pflogd.html8 --- # format pflogd/pflogd.html8 if test "" != "yes"; then /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.00.30-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/2024.09.03.08.00.30-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd/pflogd.8 > pflogd.html8.tmp && mv -f pflogd.html8.tmp pflogd.html8; fi --- pflogd.o --- # compile pflogd/pflogd.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd/pflogd.c -o pflogd.o --- dependall-pfs --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.09.03.08.00.30-pmax/destdir" > .gdbinit --- pfs.html8 --- --- dependall-sys --- --- dependall-nfs --- --- nfs_bootparam.d --- # create nfs/nfs_bootparam.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nfs_bootparam.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nfs -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/nfs/nfs_bootparam.c && mv -f nfs_bootparam.d.tmp nfs_bootparam.d --- dependall-usr.sbin --- # format pfs/pfs.html8 if test "" != "yes"; then /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/pf/pfs/pfs.8 > pfs.html8.tmp && mv -f pfs.html8.tmp pfs.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-font:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/site-tmac:/tmp/build/2024.09.03.08.00.30-pmax/tools/share/groff/tmac /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/pf/pfs/pfs.8 > pfs.html8.tmp && mv -f pfs.html8.tmp pfs.html8; fi --- dependall-external --- --- ipnat_y.o --- # compile ipftest/ipnat_y.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -fno-strict-aliasing -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SYNC -DIPFILTER_CKSUM -I. -D_KERNTYPES -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c ipnat_y.c -o ipnat_y.o --- dependall-usr.sbin --- --- pfs.o --- # compile pfs/pfs.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/dist/pf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/pf/pfs -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/pf/pfs/pfs.c -o pfs.o --- dependall-sys --- --- dependall-nfsserver --- --- nfs_srvsubs.d --- --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- plainrsa-gen --- # link plainrsa-gen/plainrsa-gen /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -o plainrsa-gen plainrsa-gen.o plog.o crypto_openssl.o logger.o vmbuf.o misc.o rsalist.o sockmisc.o genlist.o prsa_tok.o prsa_par.o -Wl,-rpath-link,/tmp/build/2024.09.03.08.00.30-pmax/destdir/lib -L=/lib -lcrypto -lipsec --- dependall-sys --- # create nfsserver/nfs_srvsubs.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nfs_srvsubs.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DNFSSERVER -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nfsserver -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/nfs/nfs_srvsubs.c && mv -f nfs_srvsubs.d.tmp nfs_srvsubs.d --- dependall-nfs --- --- nfs_clntsocket.d --- # create nfs/nfs_clntsocket.d CC=/tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/nbmkdep -f nfs_clntsocket.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 -I/tmp/build/2024.09.03.08.00.30-pmax/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/modules/nfs -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/arch -isystem /tmp/build/2024.09.03.08.00.30-pmax/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2024.09.03.08.00.30-pmax/src/sys/nfs/nfs_clntsocket.c && mv -f nfs_clntsocket.d.tmp nfs_clntsocket.d --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pflogd --- /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd/pflogd.c: In function 'scan_dump': /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd/pflogd.c:386:31: error: storage size of 'ph' isn't known 386 | struct pcap_sf_pkthdr ph; | ^~ /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd/pflogd.c:386:31: error: unused variable 'ph' [-Werror=unused-variable] /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd/pflogd.c: In function 'dump_packet_nobuf': /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd/pflogd.c:456:31: error: storage size of 'sf_hdr' isn't known 456 | struct pcap_sf_pkthdr sf_hdr; | ^~~~~~ /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd/pflogd.c:456:31: error: unused variable 'sf_hdr' [-Werror=unused-variable] /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd/pflogd.c: In function 'dump_packet': /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd/pflogd.c:557:31: error: storage size of 'sf_hdr' isn't known 557 | struct pcap_sf_pkthdr sf_hdr; | ^~~~~~ --- dependall-usr.bin --- --- dependall-telnet --- --- main.o --- --- dependall-usr.sbin --- /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd/pflogd.c:557:31: error: unused variable 'sf_hdr' [-Werror=unused-variable] --- dependall-usr.bin --- # compile telnet/main.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet -I/tmp/build/2024.09.03.08.00.30-pmax/src/lib -DIPSEC -DINET6 -DKRB5 -DFORWARD -DAUTHENTICATION -DENCRYPTION -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.bin/telnet/main.c -o main.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npftest --- /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-objcopy -x npf_table_test.o --- npf_test_subr.o --- # compile libnpftest/npf_test_subr.o /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fno-delete-null-pointer-checks -ffreestanding -fno-strict-aliasing -G 0 -ffixed-24 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-format-zero-length -Wno-pointer-sign -fPIE -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2024.09.03.08.00.30-pmax/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -D_RUMPKERNEL -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DMIPS1=1 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -DCOMPAT_110 -nostdinc -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h -c /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npftest/libnpftest/npf_test_subr.c -o npf_test_subr.o --- dependall-pf --- cc1: all warnings being treated as errors *** Failed target: pflogd.o *** In directory: /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/pf/pflogd *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " pflogd/pflogd.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /tmp/build/2024.09.03.08.00.30-pmax/tools/bin/mipsel--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.09.03.08.00.30-pmax/destdir -I/tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd -I/tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2024.09.03.08.00.30-pmax/src/dist/pf/sbin/pflogd/pflogd.c -o pflogd.o ${CTFCONVERT_RUN} => *** [pflogd.o] Error code 1 nbmake[8]: stopped making "realall" in /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/pf/pflogd nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin --- dependall-usr.bin --- nbmake[4]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc --- --- dependall-backend --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gcc/usr.bin --- dependall-bsd --- --- dependall-nvi --- nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/usr.bin/nvi --- dependall-sys --- nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/sys --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb --- nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib/libgdb --- dependall-sys --- nbmake[4]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src --- dependall-usr.sbin --- --- dependall-npf --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf --- dependall-external --- --- dependall-gcc --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gcc --- dependall-bsd --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi/usr.bin --- dependall-ipf --- nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/ipftest --- dependall-ipsend --- nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin/ipsend --- dependall-gpl3 --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3 --- dependall-bsd --- --- dependall-nvi --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/nvi --- dependall-atf --- nbmake[10]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/atf/tests/atf/tools --- dependall-usr.sbin --- --- dependall-racoon --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/racoon --- dependall-external --- --- dependall-ipf --- --- dependall-ipftest --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin --- dependall-gpl3 --- --- dependall-gdb --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb/lib --- dependall-bsd --- --- dependall-ipsend --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf/bin --- dependall-atf --- nbmake[9]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/atf/tests/atf --- dependall-nvi --- --- dependall-usr.sbin --- nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin --- dependall-external --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd --- dependall-gpl3 --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3/gdb --- dependall-bsd --- --- dependall-atf --- nbmake[8]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/atf/tests --- dependall-ipf --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/ipf --- dependall-gpl3 --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/gpl3 --- dependall-bsd --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd --- dependall-atf --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd/atf --- dependall-gpl3 --- nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external --- dependall-bsd --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external/bsd --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/plainrsa-gen --- dependall-external --- nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/external --- dependall-usr.sbin --- nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin --- dependall-external --- nbmake[4]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- nbmake[7]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf/npfctl nbmake[6]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin/npf nbmake[5]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src/usr.sbin nbmake[4]: stopped making "dependall" in /tmp/build/2024.09.03.08.00.30-pmax/src nbmake[3]: stopped making "do-build" in /tmp/build/2024.09.03.08.00.30-pmax/src nbmake[2]: stopped making "build" in /tmp/build/2024.09.03.08.00.30-pmax/src nbmake[1]: stopped making "distribution" in /tmp/build/2024.09.03.08.00.30-pmax/src nbmake: stopped making "release" in /tmp/build/2024.09.03.08.00.30-pmax/src ERROR: Failed to make release *** BUILD ABORTED *** 1053.31 real 10203.03 user 2010.95 sys