Last 2000 lines of build log: 1235 | return DES_is_weak_key((void *)key->v); | ^~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:61: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/des.h:178:27: note: declared here 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_3des_weakkey': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1433:2: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1433 | return (DES_is_weak_key((void *)key->v) || | ^~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:61: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/des.h:178:27: note: declared here 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1434:6: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1434 | DES_is_weak_key((void *)(key->v + 8)) || | ^~~~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:61: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/des.h:178:27: note: declared here 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ --- dependall-external --- # compile nvi/regfree.o --- dependall-usr.sbin --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1435:6: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1435 | DES_is_weak_key((void *)(key->v + 16))); | ^~~~~~~~~~~~~~~ --- dependall-external --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/nvi/dist/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/nvi/dist/regex/regfree.c -o regfree.o --- dependall-usr.sbin --- In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:61: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/des.h:178:27: note: declared here 178 | OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key); | ^~~~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmac_init': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1731:2: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1731 | HMAC_CTX *c = HMAC_CTX_new(); | ^~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:33:33: note: declared here 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); | ^~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1733:2: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1733 | HMAC_Init_ex(c, key->v, key->l, md, NULL); | ^~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_512_update': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1797:2: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1797 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_512_final': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1811:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1811 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1813:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1813 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_update': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1847:2: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1847 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_final': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1861:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1861 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1863:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1863 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_update': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1897:2: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1897 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_final': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1911:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1911 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1913:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1913 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_update': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1948:2: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1948 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_final': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1962:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1962 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1964:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1964 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_update': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1998:2: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1998 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_final': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2012:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2012 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2014:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2014 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_init': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2035:2: warning: 'SHA512_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2035 | SHA512_Init(c); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/sha.h:127:27: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c); | ^~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_update': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2045:2: warning: 'SHA512_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2045 | SHA512_Update((SHA512_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/sha.h:128:27: note: declared here 128 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_final': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2059:2: warning: 'SHA512_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2059 | SHA512_Final((unsigned char *) res->v, (SHA512_CTX *)c); | ^~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/sha.h:130:27: note: declared here 130 | OSSL_DEPRECATEDIN_3_0 int SHA512_Final(unsigned char *md, SHA512_CTX *c); | ^~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_init': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2088:2: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2088 | SHA384_Init(c); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/sha.h:123:27: note: declared here 123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c); | ^~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_update': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2098:2: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2098 | SHA384_Update((SHA384_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/sha.h:124:27: note: declared here 124 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_final': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2112:2: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2112 | SHA384_Final((unsigned char *) res->v, (SHA384_CTX *)c); | ^~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/sha.h:126:27: note: declared here 126 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c); | ^~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_init': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2141:2: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2141 | SHA256_Init(c); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/sha.h:77:27: note: declared here 77 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_update': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2151:2: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2151 | SHA256_Update((SHA256_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/sha.h:78:27: note: declared here 78 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_final': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2165:2: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2165 | SHA256_Final((unsigned char *) res->v, (SHA256_CTX *)c); | ^~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/sha.h:80:27: note: declared here 80 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_init': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2193:2: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2193 | SHA1_Init(c); | ^~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/sha.h:53:27: note: declared here 53 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_update': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2203:2: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2203 | SHA1_Update((SHA_CTX *)c, data->v, data->l); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/sha.h:54:27: note: declared here 54 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_final': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2217:2: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2217 | SHA1_Final((unsigned char *) res->v, (SHA_CTX *)c); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:40, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/sha.h:55:27: note: declared here 55 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_init': --- dependall-sys --- --- lfs_inode.o --- --- dependall-usr.sbin --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2244:2: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2244 | MD5_Init(c); | ^~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_update': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2254:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2254 | MD5_Update((MD5_CTX *)c, data->v, data->l); | ^~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_final': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2268:2: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2268 | MD5_Final((unsigned char *) res->v, (MD5_CTX *)c); | ^~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_generate': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2326:2: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2326 | if ((dh = DH_new()) == NULL) | ^~ --- dependall-sys --- # compile lfs/lfs_inode.o --- dependall-usr.sbin --- In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dh.h:199:27: note: declared here 199 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ --- dependall-sys --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/ufs/lfs/lfs_inode.c -o lfs_inode.o --- dependall-usr.sbin --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2332:2: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2332 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dh.h:255:27: note: declared here 255 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2337:3: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2337 | DH_set_length(dh, publen); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dh.h:269:27: note: declared here 269 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2340:2: warning: 'DH_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2340 | if (!DH_generate_key(dh)) | ^~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dh.h:223:27: note: declared here 223 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh); | ^~~~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2343:2: warning: 'DH_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2343 | DH_get0_key(dh, &pub_key, &priv_key); | ^~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dh.h:256:28: note: declared here 256 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2357:3: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2357 | DH_free(dh); | ^~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dh.h:200:28: note: declared here 200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_compute': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2380:2: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2380 | if ((dh = DH_new()) == NULL) | ^~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dh.h:199:27: note: declared here 199 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2390:2: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2390 | DH_set_length(dh, pub2->l * 8); | ^~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dh.h:269:27: note: declared here 269 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); | ^~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2397:2: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2397 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dh.h:255:27: note: declared here 255 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2401:2: warning: 'DH_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2401 | if (!DH_set0_key(dh, pub_key, priv_key)) | ^~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dh.h:258:27: note: declared here 258 | OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); | ^~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2408:2: warning: 'DH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2408 | if ((l = DH_compute_key(v, dh_pub, dh)) == -1) | ^~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dh.h:224:27: note: declared here 224 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key, | ^~~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2421:3: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2421 | DH_free(dh); | ^~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/dh.h:200:28: note: declared here 200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_init': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2471:2: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2471 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/engine.h:358:28: note: declared here 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2472:2: warning: 'ENGINE_register_all_complete' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2472 | ENGINE_register_all_complete(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/engine.h:415:27: note: declared here 415 | OSSL_DEPRECATEDIN_3_0 int ENGINE_register_all_complete(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'binbuf_pubkey2rsa': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2558:2: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2558 | rsa_pub = RSA_new(); | ^~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2565:2: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2565 | if (!RSA_set0_key(rsa_pub, mod, exp, NULL)) | ^~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2571:2: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2571 | RSA_free(rsa_pub); | ^~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/x509.h:35, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/pem.h:23, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:51: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-external --- --- vi_db1.o --- # compile nvi/vi_db1.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/nvi/dist/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/nvi/dist/common/vi_db1.c -o vi_db1.o --- dependall-usr.bin --- --- main.d --- # create rump_dhcpclient/main.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f main.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_dhcpclient/main.c && mv -f main.d.tmp main.d --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb --- --- bfd-target.o --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x bfd-target.o --- dependall-usr.bin --- --- net.d --- # create rump_dhcpclient/net.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f net.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_dhcpclient/net.c && mv -f net.d.tmp net.d --- dependall-external --- --- break-catch-syscall.o --- # compile libgdb/break-catch-syscall.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/break-catch-syscall.c -o break-catch-syscall.o --- dependall-usr.bin --- --- dependall-xlint --- --- err.o --- # compile lint1/err.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -ftrapv -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DIS_LINT1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/err.c -o err.o --- dependall-external --- --- dependall-gcc.old --- --- insn-emit.c --- # create backend/insn-emit.c ./genemit /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/common.md /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/config/riscv/riscv.md insn-conditions.md >insn-emit.c --- dependall-usr.sbin --- --- dependall-rtadvd --- --- timer.o --- # compile rtadvd/timer.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/rtadvd/timer.c -o timer.o --- dependall-external --- --- insn-output.c --- # create backend/insn-output.c ./genoutput /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/common.md /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/config/riscv/riscv.md insn-conditions.md >insn-output.c --- dependall-usr.bin --- --- dependall-rump_dhcpclient --- --- .depend --- # create rump_dhcpclient/.depend rm -f .depend CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend bpf.d common.d configure.d dhcp.d if-bsd.d main.d net.d --- dependall --- --- dependall-external --- --- insn-peep.c --- # create backend/insn-peep.c ./genpeep /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/common.md /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/config/riscv/riscv.md insn-conditions.md >insn-peep.c --- insn-recog.c --- # create backend/insn-recog.c ./genrecog /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/common.md /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/config/riscv/riscv.md insn-conditions.md >insn-recog.c --- dependall-usr.bin --- --- .gdbinit --- --- dependall-external --- --- dependall-gdb --- --- break-catch-fork.o --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x break-catch-fork.o --- dependall-usr.bin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir" > .gdbinit --- dependall-external --- --- break-catch-throw.o --- --- dependall-usr.bin --- --- dependall-../external/zlib/pigz/bin/pigz --- --- yarn.o --- # compile pigz/yarn.o --- dependall-external --- # compile libgdb/break-catch-throw.o --- dependall-usr.bin --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/zlib/pigz/dist/yarn.c -o yarn.o --- dependall-external --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/break-catch-throw.c -o break-catch-throw.o --- dependall-gcc.old --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/config/riscv/riscv.md:2303:1: warning: operand 0 missing mode? /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/config/riscv/riscv.md:2325:1: warning: operand 1 missing mode? /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/config/riscv/riscv.md:2348:1: warning: operand 0 missing mode? /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/config/riscv/riscv.md:2371:1: warning: operand 1 missing mode? /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/config/riscv/riscv.md:2441:1: warning: source missing a mode? Statistics for recog: Number of decisions: 1692 longest path: 36 (code: 288) longest backtrack: 13 (code: 336) Statistics for split_insns: Number of decisions: 211 longest path: 30 (code: 40) longest backtrack: 3 (code: 40) Statistics for peephole2_insns: Number of decisions: 22 longest path: 22 (code: 1) longest backtrack: 0 (code: 1) --- dependall-usr.bin --- --- dependall-rump_dhcpclient --- --- rump.dhcpclient.html1 --- # format rump_dhcpclient/rump.dhcpclient.html1 if test "" != "yes"; then /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_dhcpclient/rump.dhcpclient.1 > rump.dhcpclient.html1.tmp && mv -f rump.dhcpclient.html1.tmp rump.dhcpclient.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_dhcpclient/rump.dhcpclient.1 > rump.dhcpclient.html1.tmp && mv -f rump.dhcpclient.html1.tmp rump.dhcpclient.html1; fi --- dependall-external --- Shared 1201 out of 3020 states by creating 356 new states, saving 845 --- dependall-usr.bin --- --- main.o --- # compile rump_dhcpclient/main.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_dhcpclient/main.c -o main.o --- dependall-external --- --- insn-target-def.h --- # create backend/insn-target-def.h ./gentarget-def /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/common.md /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/config/riscv/riscv.md insn-conditions.md >insn-target-def.h --- insn-attrtab.c --- --- dependall-usr.sbin --- --- dump.o --- --- dependall-external --- # create backend/insn-attrtab.c ./genattrtab /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/common.md /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/config/riscv/riscv.md insn-conditions.md -Ainsn-attrtab.c.tmp -Dinsn-dfatab.c.tmp -Linsn-latencytab.c.tmp && mv insn-attrtab.c.tmp insn-attrtab.c --- dependall-usr.sbin --- # compile rtadvd/dump.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/rtadvd/dump.c -o dump.o --- dependall-sys --- --- lfs_pages.o --- # compile lfs/lfs_pages.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/ufs/lfs/lfs_pages.c -o lfs_pages.o --- dependall-usr.sbin --- --- dependall-ypserv --- --- getnetnamadr.o --- # compile ypserv/getnetnamadr.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DOPTIMIZE_DB -DLIBWRAP -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libc/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/ypserv/ypserv/../common -D_KERNTYPES -c -UYP -D_LIBC /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libc/net/getnetnamadr.c -o getnetnamadr.o --- dependall-sys --- --- lfs_segment.o --- # compile lfs/lfs_segment.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/ufs/lfs/lfs_segment.c -o lfs_segment.o --- dependall-lua --- --- ldo.o --- # compile lua/ldo.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/ldo.c -o ldo.o --- dependall-external --- --- insn-opinit.c --- # create backend/insn-opinit.c ./genopinit /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/common.md /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/config/riscv/riscv.md insn-conditions.md -hinsn-opinit.h.tmp -cinsn-opinit.c.tmp && mv insn-opinit.c.tmp insn-opinit.c --- dependall-bsd --- --- log1.o --- # compile nvi/log1.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/nvi/dist/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/nvi/dist/common/log1.c -o log1.o --- dependall-gpl3 --- --- insn-attr.h --- # create backend/insn-attr.h ./genattr /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/common.md /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/config/riscv/riscv.md insn-conditions.md >insn-attr.h --- dependall-usr.bin --- --- bpf.o --- # compile rump_dhcpclient/bpf.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_dhcpclient/bpf.c -o bpf.o --- dependall-xlint --- --- func.o --- # compile lint1/func.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -ftrapv -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DIS_LINT1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/func.c -o func.o --- dependall-external --- --- genextract.lo --- # compile backend/genextract.lo c++ -O -std=gnu++98 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/obj/external/gpl3/gcc.old/usr.bin/backend -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin/backend/.. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/obj/external/gpl3/gcc.old/usr.bin/host-libiberty/libiberty -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/riscv64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DGENERATOR_FILE -c -o genextract.lo.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/genextract.c --- dependall-usr.bin --- --- dependall-rump_dhcpclient --- --- common.o --- # compile rump_dhcpclient/common.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_dhcpclient/common.c -o common.o --- dependall-../external/zlib/pigz/bin/pigz --- --- deflate.o --- # compile pigz/deflate.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/zlib/pigz/dist/zopfli/deflate.c -o deflate.o --- dependall-usr.sbin --- --- dependall-rtadvd --- --- expandm.o --- # compile rtadvd/expandm.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libwrap/expandm.c -o expandm.o --- dependall-external --- --- dependall-gdb --- --- ax-gdb.o --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x ax-gdb.o --- dependall-gcc.old --- --- insn-dfatab.c --- cp -p insn-dfatab.c.tmp insn-dfatab.c --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- logger.o --- --- dependall-external --- --- dependall-gdb --- --- breakpoint.o --- --- dependall-sys --- --- ldump.o --- --- dependall-usr.sbin --- # compile plainrsa-gen/logger.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/logger.c -o logger.o --- dependall-external --- # compile libgdb/breakpoint.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/breakpoint.c -o breakpoint.o --- dependall-sys --- # compile lua/ldump.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/ldump.c -o ldump.o --- dependall-usr.sbin --- --- dependall-ypserv --- --- ypserv --- # link ypserv/ypserv /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o ypserv ypserv.o ypserv_proc.o ypserv_db.o ypserv_xdr.o gethnamaddr.o getnetnamadr.o -Wl,-rpath-link,/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/lib -L=/lib -lwrap -lblocklist -lutil -L/tmp/build/2023.08.19.01.34.21-riscv-riscv64/obj/usr.sbin/ypserv/common -lcommon --- dependall-racoon --- dependall ===> usr.sbin/racoon --- dependall-usr.bin --- --- dependall-rump_dhcpclient --- --- configure.o --- # compile rump_dhcpclient/configure.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_dhcpclient/configure.c -o configure.o --- dependall-usr.sbin --- --- dependall-ypserv --- --- dependall --- --- dependall-racoon --- --- cftoken.c --- # lex racoon/cftoken.c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nblex -ocftoken.c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/cftoken.l --- dependall-racoonctl --- dependall ===> usr.sbin/racoonctl --- dependall-rtadvd --- --- rtadvd_hostops.o --- # compile rtadvd/rtadvd_hostops.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/rtadvd/rtadvd_hostops.c -o rtadvd_hostops.o --- dependall-racoonctl --- --- kmpstat.d --- # create racoonctl/kmpstat.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f kmpstat.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/kmpstat.c && mv -f kmpstat.d.tmp kmpstat.d --- dependall-nvmmctl --- dependall ===> usr.sbin/nvmmctl --- dependall --- --- dependall-rtadvd --- --- rtadvd_rumpops.o --- # compile rtadvd/rtadvd_rumpops.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DINET6 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/rtadvd/rtadvd_rumpops.c -o rtadvd_rumpops.o --- dependall-nvmmctl --- --- nvmmctl.html8 --- --- dependall-racoon --- --- cfparse.c --- --- dependall-nvmmctl --- # format nvmmctl/nvmmctl.html8 --- dependall-racoon --- # yacc racoon/cfparse.c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbyacc -d -o cfparse.c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/cfparse.y --- dependall-nvmmctl --- if test "" != "yes"; then /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/nvmmctl/nvmmctl.8 > nvmmctl.html8.tmp && mv -f nvmmctl.html8.tmp nvmmctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/nvmmctl/nvmmctl.8 > nvmmctl.html8.tmp && mv -f nvmmctl.html8.tmp nvmmctl.html8; fi --- dependall-npf --- --- dependall-racoonctl --- --- misc.d --- --- dependall-npf --- dependall ===> usr.sbin/npf --- dependall-racoonctl --- # create racoonctl/misc.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f misc.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/misc.c && mv -f misc.d.tmp misc.d --- dependall-external --- --- dependall-bsd --- --- ex_version.o --- # compile nvi/ex_version.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/nvi/dist/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/nvi/dist/ex/ex_version.c -o ex_version.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- dependall-racoon --- --- prsa_tok.c --- --- dependall-npf --- dependall ===> usr.sbin/npf/npfctl --- dependall-racoon --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nblex -Pprsa -oprsa_tok.c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_tok.l --- dependall-npf --- --- dependall-npfd --- dependall ===> usr.sbin/npf/npfd --- dependall-npfctl --- --- npf_scan.c --- # lex npfctl/npf_scan.c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nblex -onpf_scan.c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_scan.l --- dependall-rtadvd --- --- rtadvd --- # link rtadvd/rtadvd /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -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/2023.08.19.01.34.21-riscv-riscv64/destdir/lib -L=/lib -lutil --- dependall-npf --- --- dependall-npfd --- --- npfd.d --- # create npfd/npfd.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npfd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfd/npfd.c && mv -f npfd.d.tmp npfd.d --- dependall-racoon --- --- prsa_par.c --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbyacc -pprsa -d -o prsa_par.c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y --- admin.d --- # create racoon/admin.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f admin.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/admin.c && mv -f admin.d.tmp admin.d --- dependall-racoonctl --- --- racoonctl.d --- # create racoonctl/racoonctl.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f racoonctl.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.c && mv -f racoonctl.d.tmp racoonctl.d --- dependall-npf --- --- dependall-npfctl --- --- npf_parse.c --- --- dependall-sys --- --- lfunc.o --- --- dependall-usr.sbin --- # yacc npfctl/npf_parse.c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbyacc -d -o npf_parse.c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_parse.y --- dependall-sys --- # compile lua/lfunc.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lfunc.c -o lfunc.o --- dependall-usr.sbin --- --- dependall-rtadvd --- --- rump.rtadvd --- --- dependall-npf --- --- npf_bpf_comp.d --- --- dependall-rtadvd --- # link rtadvd/rump.rtadvd /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -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/2023.08.19.01.34.21-riscv-riscv64/destdir/lib -L=/lib -lutil -lrumpres -lrumpclient --- dependall-npf --- # create npfctl/npf_bpf_comp.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npf_bpf_comp.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_bpf_comp.c && mv -f npf_bpf_comp.d.tmp npf_bpf_comp.d --- dependall-external --- --- vi --- # link nvi/vi --- dependall-usr.sbin --- --- dependall-npfd --- --- npfd_log.d --- --- dependall-external --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o vi api.o cl_bsd.o cl_funcs.o cl_main.o cl_read.o cl_screen.o cl_term.o conv.o cut.o delete.o ex.o ex_abbrev.o ex_append.o ex_args.o ex_argv.o ex_at.o ex_bang.o ex_cd.o ex_cmd.o ex_cscope.o ex_delete.o ex_display.o ex_edit.o ex_equal.o ex_file.o ex_filter.o ex_global.o ex_init.o ex_join.o ex_map.o ex_mark.o ex_mkexrc.o ex_move.o ex_open.o ex_perl.o ex_preserve.o ex_print.o ex_put.o ex_quit.o ex_read.o ex_screen.o ex_script.o ex_set.o ex_shell.o ex_shift.o ex_source.o ex_stop.o ex_subst.o ex_tag.o ex_tcl.o ex_txt.o ex_undo.o ex_usage.o ex_util.o ex_version.o ex_visual.o ex_write.o ex_yank.o ex_z.o exf.o getc.o gs.o key.o trace.o main.o mark.o msg.o nothread.o options.o options_f.o put.o recover.o screen.o search.o seq.o util.o v_at.o v_ch.o v_cmd.o v_delete.o v_event.o v_ex.o v_increment.o v_init.o v_itxt.o v_left.o v_mark.o v_match.o v_paragraph.o v_put.o v_redraw.o v_replace.o v_right.o v_screen.o v_scroll.o v_search.o v_section.o v_sentence.o v_status.o v_txt.o v_ulcase.o v_undo.o v_util.o v_word.o v_xchar.o v_yank.o v_z.o v_zexit.o vi.o vs_line.o vs_msg.o vs_refresh.o vs_relative.o vs_smap.o vs_split.o regcomp.o regerror.o regexec.o regfree.o vi_db1.o log1.o -Wl,-rpath-link,/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/lib -L=/lib -lcurses -lterminfo -lutil --- dependall-usr.sbin --- # create npfd/npfd_log.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npfd_log.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfd/npfd_log.c && mv -f npfd_log.d.tmp npfd_log.d --- dependall-pf --- dependall ===> usr.sbin/pf --- dependall-sys --- --- dependall-lfs --- --- lfs_rename.o --- # compile lfs/lfs_rename.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/ufs/lfs/lfs_rename.c -o lfs_rename.o --- dependall-usr.sbin --- --- dependall-authpf --- dependall ===> usr.sbin/pf/authpf --- dependall-racoonctl --- --- sockmisc.d --- # create racoonctl/sockmisc.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f sockmisc.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c && mv -f sockmisc.d.tmp sockmisc.d --- dependall-plainrsa-gen --- --- vmbuf.o --- --- dependall-npf --- --- .depend --- --- dependall-plainrsa-gen --- # compile plainrsa-gen/vmbuf.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-npf --- --- dependall-npfctl --- --- npf_build.d --- --- dependall-npfd --- # create npfd/.depend rm -f .depend --- dependall-npfctl --- # create npfctl/npf_build.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npf_build.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_build.c && mv -f npf_build.d.tmp npf_build.d --- dependall-npfd --- CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend npfd.d npfd_log.d --- dependall --- --- dependall-racoon --- --- algorithm.d --- # create racoon/algorithm.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f algorithm.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/algorithm.c && mv -f algorithm.d.tmp algorithm.d --- dependall-pf --- --- authpf.d --- # create authpf/authpf.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/destdir /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/usr.sbin/authpf/authpf.c && mv -f authpf.d.tmp authpf.d --- dependall-usr.bin --- --- dhcp.o --- # compile rump_dhcpclient/dhcp.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_dhcpclient/dhcp.c -o dhcp.o --- dependall-external --- --- dependall-gpl3 --- --- break-catch-exec.o --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x break-catch-exec.o --- dependall-usr.sbin --- --- dependall-npf --- --- .gdbinit --- rm -f .gdbinit --- dependall-sys --- --- dependall-ipl --- --- ip_fil_netbsd.o --- --- dependall-usr.sbin --- echo "set solib-absolute-prefix /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir" > .gdbinit --- npfd.html8 --- # format npfd/npfd.html8 if test "" != "yes"; then /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfd/npfd.8 > npfd.html8.tmp && mv -f npfd.html8.tmp npfd.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfd/npfd.8 > npfd.html8.tmp && mv -f npfd.html8.tmp npfd.html8; fi --- dependall-sys --- # compile ipl/ip_fil_netbsd.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c -o ip_fil_netbsd.o --- dependall-external --- --- bsd-kvm.o --- --- block.o --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x block.o --- bsd-kvm.o --- # compile libgdb/bsd-kvm.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/bsd-kvm.c -o bsd-kvm.o --- dependall-sys --- --- dependall-lfs --- --- lfs_syscalls.o --- # compile lfs/lfs_syscalls.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/ufs/lfs/lfs_syscalls.c -o lfs_syscalls.o --- dependall-usr.sbin --- --- npfd.o --- # compile npfd/npfd.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfd/npfd.c -o npfd.o --- dependall-racoonctl --- --- str2val.d --- # create racoonctl/str2val.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f str2val.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/str2val.c && mv -f str2val.d.tmp str2val.d --- dependall-pf --- --- .depend --- --- dependall-npf --- --- dependall-npfctl --- --- npf_cmd.d --- --- dependall-pf --- # create authpf/.depend rm -f .depend --- dependall-npf --- # create npfctl/npf_cmd.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npf_cmd.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_cmd.c && mv -f npf_cmd.d.tmp npf_cmd.d --- dependall-pf --- CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend authpf.d --- dependall --- --- dependall-sys --- --- dependall-lua --- --- lgc.o --- # compile lua/lgc.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lgc.c -o lgc.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- misc.o --- # compile plainrsa-gen/misc.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-usr.bin --- --- dependall-../external/zlib/pigz/bin/pigz --- --- blocksplitter.o --- --- dependall-external --- --- dependall-bsd --- --- dependall --- --- dependall-usr.bin --- # compile pigz/blocksplitter.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/zlib/pigz/dist/zopfli/blocksplitter.c -o blocksplitter.o --- dependall-usr.sbin --- --- dependall-racoonctl --- --- vmbuf.d --- # create racoonctl/vmbuf.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f vmbuf.d.tmp -- -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c && mv -f vmbuf.d.tmp vmbuf.d --- dependall-usr.bin --- --- dependall-xlint --- --- init.o --- # compile lint1/init.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -ftrapv -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DIS_LINT1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/init.c -o init.o --- dependall-external --- --- dependall --- --- dependall --- --- dependall-usr.sbin --- --- dependall-pf --- --- .gdbinit --- --- dependall-npf --- --- npf_data.d --- --- dependall-pf --- rm -f .gdbinit --- dependall-npf --- # create npfctl/npf_data.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npf_data.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_data.c && mv -f npf_data.d.tmp npf_data.d --- dependall-pf --- echo "set solib-absolute-prefix /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir" > .gdbinit --- dependall-racoon --- --- backupsa.d --- --- dependall-pf --- --- authpf.html8 --- --- dependall-racoon --- # create racoon/backupsa.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f backupsa.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/backupsa.c && mv -f backupsa.d.tmp backupsa.d --- dependall-pf --- # format authpf/authpf.html8 if test "" != "yes"; then /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -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/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/usr.sbin/authpf/authpf.c -o authpf.o --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc.old --- --- insn-latencytab.c --- cp -p insn-latencytab.c.tmp insn-latencytab.c --- dependall-sys --- --- dependall-lfs --- --- lfs_itimes.o --- # compile lfs/lfs_itimes.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/ufs/lfs/lfs_itimes.c -o lfs_itimes.o --- dependall-usr.sbin --- --- dependall-racoonctl --- --- .depend --- # create racoonctl/.depend rm -f .depend CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend kmpstat.d misc.d racoonctl.d sockmisc.d str2val.d vmbuf.d --- dependall --- --- dependall-sys --- --- ulfs_bmap.o --- # compile lfs/ulfs_bmap.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/ufs/lfs/ulfs_bmap.c -o ulfs_bmap.o --- dependall-usr.sbin --- --- dependall-racoon --- --- cfparse.d --- # create racoon/cfparse.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f cfparse.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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 cfparse.c && mv -f cfparse.d.tmp cfparse.d --- dependall-npf --- --- npf_extmod.d --- --- dependall-racoonctl --- --- .gdbinit --- --- dependall-npf --- # create npfctl/npf_extmod.d --- dependall-racoonctl --- rm -f .gdbinit --- dependall-npf --- CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npf_extmod.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_extmod.c && mv -f npf_extmod.d.tmp npf_extmod.d --- dependall-racoonctl --- echo "set solib-absolute-prefix /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir" > .gdbinit --- racoonctl.html8 --- # format racoonctl/racoonctl.html8 if test "" != "yes"; then /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.8 > racoonctl.html8.tmp && mv -f racoonctl.html8.tmp racoonctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.8 > racoonctl.html8.tmp && mv -f racoonctl.html8.tmp racoonctl.html8; fi --- racoonctl.o --- # compile racoonctl/racoonctl.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/racoonctl.c -o racoonctl.o --- dependall-plainrsa-gen --- --- rsalist.o --- # compile plainrsa-gen/rsalist.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c -Wno-error=deprecated-declarations /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c -o rsalist.o --- dependall-npf --- --- dependall-npfd --- --- npfd_log.o --- # compile npfd/npfd_log.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfd -D_KERNTYPES --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfd/npfd_log.c -o npfd_log.o --- dependall-npfctl --- --- npf_parse.d --- # create npfctl/npf_parse.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npf_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 -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES npf_parse.c && mv -f npf_parse.d.tmp npf_parse.d --- npf_scan.d --- # create npfctl/npf_scan.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npf_scan.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES npf_scan.c && mv -f npf_scan.d.tmp npf_scan.d --- dependall-racoon --- --- cftoken.d --- # create racoon/cftoken.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f cftoken.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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 cftoken.c && mv -f cftoken.d.tmp cftoken.d --- dependall-usr.bin --- --- dependall-../external/zlib/pigz/bin/pigz --- --- tree.o --- # compile pigz/tree.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/zlib/pigz/dist/zopfli/tree.c -o tree.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_show.d --- # create npfctl/npf_show.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npf_show.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_show.c && mv -f npf_show.d.tmp npf_show.d --- dependall-racoon --- --- crypto_openssl.d --- # create racoon/crypto_openssl.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f crypto_openssl.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c && mv -f crypto_openssl.d.tmp crypto_openssl.d --- dependall-sys --- --- ulfs_dirhash.o --- # compile lfs/ulfs_dirhash.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/ufs/lfs/ulfs_dirhash.c -o ulfs_dirhash.o --- dependall-usr.sbin --- --- dependall-npf --- --- npf_var.d --- # create npfctl/npf_var.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npf_var.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_var.c && mv -f npf_var.d.tmp npf_var.d --- dependall-usr.bin --- --- dependall-rump_dhcpclient --- --- if-bsd.o --- --- dependall-external --- --- genextract.lo --- mv genextract.lo.o genextract.lo --- dependall-sys --- --- ulfs_inode.o --- --- dependall-usr.bin --- # compile rump_dhcpclient/if-bsd.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_dhcpclient/if-bsd.c -o if-bsd.o --- dependall-sys --- # compile lfs/ulfs_inode.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/ufs/lfs/ulfs_inode.c -o ulfs_inode.o --- dependall-external --- --- insn-opinit.h --- cp -p insn-opinit.h.tmp insn-opinit.h --- analysis-plan.o --- # compile backend/analysis-plan.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -frandom-seed=40a3b642 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/riscv64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"riscv64--netbsd\" -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/riscv64 -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/analyzer/analysis-plan.cc -o analysis-plan.o --- dependall-usr.bin --- --- dependall-../external/zlib/pigz/bin/pigz --- --- lz77.o --- # compile pigz/lz77.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/zlib/pigz/dist/zopfli/lz77.c -o lz77.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dup': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:102:3: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 102 | RSA_get0_key(key->rsa, NULL, NULL, &d); | ^~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:103:3: warning: 'RSAPrivateKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 103 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:21, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:449:1: note: declared here 449 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPrivateKey) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:103:3: warning: 'RSAPublicKey_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 103 | new->rsa = d != NULL ? RSAPrivateKey_dup(key->rsa) : RSAPublicKey_dup(key->rsa); | ^~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:21, from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:448:1: note: declared here 448 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPublicKey) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:125:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 125 | RSA_free(new->rsa); | ^~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_free': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:147:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 147 | RSA_free(rsa_key->rsa); | ^~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c: In function 'rsa_key_dump_one': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:161:3: warning: 'RSA_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 161 | RSA_print_fp(stdout, key->rsa, 4); | ^~~~~~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/rsalist.c:46: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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-npf --- --- npfctl.d --- # create npfctl/npfctl.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npfctl.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npfctl.c && mv -f npfctl.d.tmp npfctl.d --- dependall-npfd --- --- npfd --- # link npfd/npfd /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o npfd npfd.o npfd_log.o -Wl,-rpath-link,/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/lib -L=/lib -lnpf -lpcap -lutil --- dependall-external --- --- dependall-gdb --- --- blockframe.o --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x blockframe.o --- bt-utils.o --- # compile libgdb/bt-utils.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/bt-utils.c -o bt-utils.o --- dependall-sys --- --- dependall-ipl --- --- ip_frag.o --- --- dependall-usr.sbin --- --- dependall-racoon --- --- dnssec.d --- --- dependall-sys --- # compile ipl/ip_frag.o --- dependall-usr.sbin --- # create racoon/dnssec.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f dnssec.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/dnssec.c && mv -f dnssec.d.tmp dnssec.d --- dependall-sys --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_frag.c -o ip_frag.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-npfctl --- --- .depend --- # create npfctl/.depend rm -f .depend CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend npf_bpf_comp.d npf_build.d npf_cmd.d npf_data.d npf_extmod.d npf_parse.d npf_scan.d npf_show.d npf_var.d npfctl.d --- dependall --- --- dependall-pf --- --- authpf --- # link authpf/authpf /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o authpf authpf.o -Wl,-rpath-link,/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/lib -L=/lib -lutil --- dependall-usr.bin --- --- dependall-xlint --- --- inittyp.o --- # compile lint1/inittyp.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -ftrapv -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DIS_LINT1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../common/inittyp.c -o inittyp.o --- dependall-usr.sbin --- --- dependall-npf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir" > .gdbinit --- npfctl.html8 --- # format npfctl/npfctl.html8 if test "" != "yes"; then /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npfctl.8 > npfctl.html8.tmp && mv -f npfctl.html8.tmp npfctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npfctl.8 > npfctl.html8.tmp && mv -f npfctl.html8.tmp npfctl.html8; fi --- dependall-racoon --- --- evt.d --- # create racoon/evt.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f evt.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/evt.c && mv -f evt.d.tmp evt.d --- dependall-npf --- --- npf.conf.html5 --- # format npfctl/npf.conf.html5 if test "" != "yes"; then /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf.conf.5 > npf.conf.html5.tmp && mv -f npf.conf.html5.tmp npf.conf.html5; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf.conf.5 > npf.conf.html5.tmp && mv -f npf.conf.html5.tmp npf.conf.html5; fi --- npfctl.o --- --- dependall-pf --- --- dependall-ftp-proxy --- --- dependall-npf --- # compile npfctl/npfctl.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npfctl.c -o npfctl.o --- dependall-pf --- dependall ===> usr.sbin/pf/ftp-proxy --- dependall-plainrsa-gen --- --- sockmisc.o --- # compile plainrsa-gen/sockmisc.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-pf --- --- filter.d --- # create ftp-proxy/filter.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f filter.d.tmp -- -std=gnu99 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/sys --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/filter.c && mv -f filter.d.tmp filter.d --- dependall-usr.bin --- --- lex.o --- --- dependall-sys --- --- dependall-lfs --- --- ulfs_lookup.o --- --- dependall-usr.bin --- # compile lint1/lex.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -ftrapv -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DIS_LINT1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/lex.c -o lex.o --- dependall-sys --- # compile lfs/ulfs_lookup.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/ufs/lfs/ulfs_lookup.c -o ulfs_lookup.o --- dependall-usr.sbin --- --- dependall-racoon --- --- genlist.d --- # create racoon/genlist.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f genlist.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/genlist.c && mv -f genlist.d.tmp genlist.d --- dependall-usr.bin --- --- dependall-rump_dhcpclient --- --- net.o --- # compile rump_dhcpclient/net.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_dhcpclient/net.c -o net.o --- dependall-sys --- --- ulfs_snapshot.o --- # compile lfs/ulfs_snapshot.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/ufs/lfs/ulfs_snapshot.c -o ulfs_snapshot.o --- dependall-usr.sbin --- --- dependall-pf --- --- ftp-proxy.d --- # create ftp-proxy/ftp-proxy.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f ftp-proxy.d.tmp -- -std=gnu99 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/sys --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c && mv -f ftp-proxy.d.tmp ftp-proxy.d --- dependall-racoon --- --- getcertsbyname.d --- # create racoon/getcertsbyname.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f getcertsbyname.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/getcertsbyname.c && mv -f getcertsbyname.d.tmp getcertsbyname.d --- grabmyaddr.d --- # create racoon/grabmyaddr.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f grabmyaddr.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c && mv -f grabmyaddr.d.tmp grabmyaddr.d --- dependall-usr.bin --- --- dependall-../external/zlib/pigz/bin/pigz --- --- cache.o --- --- dependall-usr.sbin --- --- dependall-pf --- --- ipf.d --- --- dependall-usr.bin --- # compile pigz/cache.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/zlib/pigz/dist/zopfli/cache.c -o cache.o --- dependall-usr.sbin --- # create ftp-proxy/ipf.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f ipf.d.tmp -- -std=gnu99 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/sys --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/ipf.c && mv -f ipf.d.tmp ipf.d --- dependall-sys --- --- ulfs_vfsops.o --- # compile lfs/ulfs_vfsops.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/ufs/lfs/ulfs_vfsops.c -o ulfs_vfsops.o --- ulfs_vnops.o --- # compile lfs/ulfs_vnops.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lfs -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/ufs/lfs/ulfs_vnops.c -o ulfs_vnops.o --- dependall-usr.sbin --- --- .depend --- # create ftp-proxy/.depend rm -f .depend CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend filter.d ftp-proxy.d ipf.d --- dependall-racoon --- --- gssapi.d --- --- dependall-pf --- --- dependall --- --- dependall-racoon --- # create racoon/gssapi.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f gssapi.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/gssapi.c && mv -f gssapi.d.tmp gssapi.d --- dependall-npf --- --- npf_cmd.o --- # compile npfctl/npf_cmd.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_cmd.c -o npf_cmd.o --- dependall-pf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir" > .gdbinit --- ftp-proxy.html8 --- # format ftp-proxy/ftp-proxy.html8 if test "" != "yes"; then /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8 > ftp-proxy.html8.tmp && mv -f ftp-proxy.html8.tmp ftp-proxy.html8; fi --- ftp-proxy.o --- # compile ftp-proxy/ftp-proxy.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/pf/ftp-proxy -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/2023.08.19.01.34.21-riscv-riscv64/src/sys --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c -o ftp-proxy.o --- dependall-usr.bin --- --- hash.o --- # compile pigz/hash.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/zlib/pigz/dist/zopfli/hash.c -o hash.o --- dependall-usr.sbin --- --- dependall-pfctl --- dependall ===> usr.sbin/pf/pfctl --- parse.c --- # yacc pfctl/parse.c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbyacc -o parse.c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl/parse.y --- dependall-racoon --- --- handler.d --- # create racoon/handler.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f handler.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/handler.c && mv -f handler.d.tmp handler.d --- dependall-sys --- --- dependall-ipl --- --- ip_htable.o --- --- dependall-usr.sbin --- --- dependall-racoonctl --- --- str2val.o --- --- dependall-sys --- # compile ipl/ip_htable.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_htable.c -o ip_htable.o --- dependall-usr.sbin --- # compile racoonctl/str2val.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/str2val.c -o str2val.o --- dependall-sys --- --- dependall-lua --- --- llex.o --- # compile lua/llex.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/llex.c -o llex.o --- dependall-usr.sbin --- --- dependall-pf --- --- parse.d --- # create pfctl/parse.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES parse.c && mv -f parse.d.tmp parse.d --- dependall-usr.bin --- --- dependall-rump_dhcpclient --- --- rump.dhcpclient --- # link rump_dhcpclient/rump.dhcpclient /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o rump.dhcpclient main.o bpf.o common.o configure.o dhcp.o if-bsd.o net.o -Wl,-rpath-link,/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/lib -L=/lib -lrumpclient --- dependall-../external/zlib/pigz/bin/pigz --- --- util.o --- # compile pigz/util.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/zlib/pigz/dist/zopfli/util.c -o util.o --- dependall-rump_halt --- --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- genlist.o --- # compile plainrsa-gen/genlist.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/genlist.c -o genlist.o --- dependall-usr.bin --- dependall ===> usr.bin/rump_halt --- rump.halt.d --- # create rump_halt/rump.halt.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f rump.halt.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_halt/rump.halt.c && mv -f rump.halt.d.tmp rump.halt.d --- dependall-rump_server --- dependall ===> usr.bin/rump_server --- dependall-usr.sbin --- --- dependall-racoon --- --- ipsec_doi.d --- # create racoon/ipsec_doi.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f ipsec_doi.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c && mv -f ipsec_doi.d.tmp ipsec_doi.d --- dependall-racoonctl --- --- kmpstat.o --- # compile racoonctl/kmpstat.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/kmpstat.c -o kmpstat.o --- dependall-pf --- --- pf_print_state.d --- --- dependall-usr.bin --- --- rump_allserver.d --- --- dependall-usr.sbin --- # create pfctl/pf_print_state.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pf_print_state.c && mv -f pf_print_state.d.tmp pf_print_state.d --- dependall-usr.bin --- # create rump_server/rump_allserver.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f rump_allserver.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_server/../rump_allserver/rump_allserver.c && mv -f rump_allserver.d.tmp rump_allserver.d --- dependall-rump_halt --- --- .depend --- --- dependall-../external/zlib/pigz/bin/pigz --- --- squeeze.o --- --- dependall-rump_halt --- # create rump_halt/.depend rm -f .depend --- dependall-../external/zlib/pigz/bin/pigz --- # compile pigz/squeeze.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/zlib/pigz/dist/zopfli/squeeze.c -o squeeze.o --- dependall-rump_halt --- CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend rump.halt.d --- dependall-usr.sbin --- --- dependall-npf --- --- npf_var.o --- --- dependall-usr.bin --- --- dependall --- --- dependall-usr.sbin --- # compile npfctl/npf_var.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_var.c -o npf_var.o --- dependall-usr.bin --- --- dependall-rump_server --- --- .depend --- # create rump_server/.depend rm -f .depend CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend rump_allserver.d --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- prsa_par.o --- --- dependall-usr.bin --- --- dependall --- --- dependall-usr.sbin --- --- dependall-pf --- --- pf_ruleset.d --- --- dependall-plainrsa-gen --- # compile plainrsa-gen/prsa_par.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c -Wno-error=deprecated-declarations prsa_par.c -o prsa_par.o --- dependall-pf --- # create pfctl/pf_ruleset.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/dist/pf/net/pf_ruleset.c && mv -f pf_ruleset.d.tmp pf_ruleset.d --- dependall-usr.bin --- --- dependall-rump_halt --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir" > .gdbinit --- rump.halt.html1 --- # format rump_halt/rump.halt.html1 if test "" != "yes"; then /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_halt/rump.halt.1 > rump.halt.html1.tmp && mv -f rump.halt.html1.tmp rump.halt.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_halt/rump.halt.1 > rump.halt.html1.tmp && mv -f rump.halt.html1.tmp rump.halt.html1; fi --- rump.halt.o --- # compile rump_halt/rump.halt.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_halt/rump.halt.c -o rump.halt.o --- dependall-external --- --- dependall-gcc.old --- --- analyzer.o --- # compile backend/analyzer.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -frandom-seed=6bc7e612 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/riscv64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"riscv64--netbsd\" -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/riscv64 -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/analyzer/analyzer.cc -o analyzer.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp.d --- # create racoon/isakmp.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f isakmp.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp.c && mv -f isakmp.d.tmp isakmp.d --- dependall-usr.bin --- --- dependall-rump_server --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir" > .gdbinit --- rump_allserver.o --- # compile rump_server/rump_allserver.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/rump_server/../rump_allserver/rump_allserver.c -o rump_allserver.o --- dependall-usr.sbin --- --- dependall-pf --- --- pfctl.d --- # create pfctl/pfctl.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl.c && mv -f pfctl.d.tmp pfctl.d --- dependall-usr.bin --- --- dependall-rump_halt --- --- rump.halt --- # link rump_halt/rump.halt /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o rump.halt rump.halt.o -Wl,-rpath-link,/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/lib -L=/lib -lrumpclient --- dependall-usr.sbin --- --- dependall-racoonctl --- --- vmbuf.o --- # compile racoonctl/vmbuf.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-pf --- --- pfctl_altq.d --- --- dependall-racoonctl --- --- sockmisc.o --- --- dependall-pf --- # create pfctl/pfctl_altq.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_altq.c && mv -f pfctl_altq.d.tmp pfctl_altq.d --- dependall-racoonctl --- # compile racoonctl/sockmisc.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-usr.bin --- --- dependall-xlint --- --- main1.o --- # compile lint1/main1.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -ftrapv -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DIS_LINT1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/main1.c -o main1.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_agg.d --- # create racoon/isakmp_agg.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f isakmp_agg.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_agg.c && mv -f isakmp_agg.d.tmp isakmp_agg.d --- dependall-npf --- --- npf_data.o --- # compile npfctl/npf_data.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_data.c -o npf_data.o --- dependall-npftest --- dependall ===> usr.sbin/npf/npftest --- dependall-pf --- --- pfctl_optimize.d --- # create pfctl/pfctl_optimize.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_optimize.c && mv -f pfctl_optimize.d.tmp pfctl_optimize.d --- dependall-npf --- --- dependall-libnpftest --- dependall ===> usr.sbin/npf/npftest/libnpftest --- npfstream.d --- # create npftest/npfstream.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npfstream.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/npfstream.c && mv -f npfstream.d.tmp npfstream.d --- dependall-plainrsa-gen --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsa_parse_file': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:423:2: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 423 | rsa_cur = RSA_new(); | ^~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:426:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 426 | RSA_free(rsa_cur); | ^~~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y: In function 'prsaparse': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:192:4: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 192 | } else if (1 != RSA_set0_key(rsa_cur, bn_n, bn_e, NULL)) { | ^ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:201:4: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 201 | } else if (1 != RSA_set0_key(rsa_cur, bn_n, bn_e, bn_d)) { | ^ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:208:4: warning: 'RSA_set0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 208 | } else if (1 != RSA_set0_factors(rsa_cur, bn_p, bn_q)) { | ^ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:208:27: note: declared here 208 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q); | ^~~~~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:211:4: warning: 'RSA_set0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 211 | } else if (1 != RSA_set0_crt_params(rsa_cur, bn_dmp1, bn_dmq1, bn_iqmp)) { | ^ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:209:27: note: declared here 209 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r, | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:218:3: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 218 | rsa_cur = RSA_new(); | ^~~~~~~ In file included from /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/prsa_par.y:62: /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ --- dependall-npf --- --- npftest.d --- # create npftest/npftest.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/libnv/dist -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/npftest.c && mv -f npftest.d.tmp npftest.d --- dependall-sys --- --- lmem.o --- --- dependall-usr.sbin --- --- dependall-libnpftest --- --- npf_bpf_test.d --- --- dependall-sys --- # compile lua/lmem.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lmem.c -o lmem.o --- dependall-usr.sbin --- # create libnpftest/npf_bpf_test.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npf_bpf_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/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_bpf_test.c && mv -f npf_bpf_test.d.tmp npf_bpf_test.d --- dependall-pf --- --- pfctl_osfp.d --- # create pfctl/pfctl_osfp.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-format-truncation /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_osfp.c && mv -f pfctl_osfp.d.tmp pfctl_osfp.d --- dependall-usr.bin --- --- mem.o --- --- dependall-shmif_dumpbus --- --- dependall-xlint --- # compile lint1/mem.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -ftrapv -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DIS_LINT1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../common/mem.c -o mem.o --- dependall-shmif_dumpbus --- dependall ===> usr.bin/shmif_dumpbus --- dependall-../external/zlib/pigz/bin/pigz --- --- katajainen.o --- # compile pigz/katajainen.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/zlib/pigz/dist/zopfli/katajainen.c -o katajainen.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_base.d --- # create racoon/isakmp_base.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f isakmp_base.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_base.c && mv -f isakmp_base.d.tmp isakmp_base.d --- dependall-usr.bin --- --- dependall-shmif_dumpbus --- --- shmif_busops.d --- # create shmif_dumpbus/shmif_busops.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f shmif_busops.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/rump/net/lib/libshmif /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/rump/net/lib/libshmif/shmif_busops.c && mv -f shmif_busops.d.tmp shmif_busops.d --- dependall-usr.sbin --- --- dependall-npf --- --- npf_gc_test.d --- --- .depend --- --- dependall-libnpftest --- # create libnpftest/npf_gc_test.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npf_gc_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/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c && mv -f npf_gc_test.d.tmp npf_gc_test.d --- .depend --- # create npftest/.depend rm -f .depend CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend npfstream.d npftest.d --- dependall-pf --- --- dependall-ftp-proxy --- --- filter.o --- # compile ftp-proxy/filter.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/pf/ftp-proxy -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/2023.08.19.01.34.21-riscv-riscv64/src/sys --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/filter.c -o filter.o --- dependall-pfctl --- --- pfctl_parser.d --- --- dependall-racoonctl --- --- misc.o --- --- dependall-pf --- # create pfctl/pfctl_parser.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_parser.c && mv -f pfctl_parser.d.tmp pfctl_parser.d --- dependall-racoonctl --- # compile racoonctl/misc.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-external --- --- dependall-gdb --- --- break-catch-load.o --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x break-catch-load.o --- dependall-usr.bin --- --- dependall-xlint --- --- mem1.o --- --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pflogd --- --- dependall-usr.bin --- # compile lint1/mem1.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -ftrapv -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DIS_LINT1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/mem1.c -o mem1.o --- dependall-usr.sbin --- dependall ===> usr.sbin/pf/pflogd --- dependall-usr.bin --- --- dependall-shmif_dumpbus --- --- shmif_dumpbus.d --- # create shmif_dumpbus/shmif_dumpbus.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f shmif_dumpbus.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/rump/net/lib/libshmif /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/shmif_dumpbus/shmif_dumpbus.c && mv -f shmif_dumpbus.d.tmp shmif_dumpbus.d --- dependall-usr.sbin --- --- pflogd.d --- --- dependall-usr.bin --- --- dependall-rump_server --- --- rump_server --- --- dependall-usr.sbin --- # create pflogd/pflogd.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pflogd -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.c && mv -f pflogd.d.tmp pflogd.d --- dependall-usr.bin --- # link rump_server/rump_server /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o rump_server rump_allserver.o -Wl,-rpath-link,/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/lib -L=/lib -Wl,--whole-archive -lrumpkern_sysproxy -lrump -lrumpvfs_nofifofs -lrumpvfs -lrumpuser -Wl,--no-whole-archive -lpthread --- dependall-sys --- --- dependall-ipl --- --- ip_log.o --- # compile ipl/ip_log.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_log.c -o ip_log.o --- dependall-usr.sbin --- --- dependall-npf --- --- dependall-libnpftest --- --- npf_mbuf_subr.d --- # create libnpftest/npf_mbuf_subr.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npf_mbuf_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/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_mbuf_subr.c && mv -f npf_mbuf_subr.d.tmp npf_mbuf_subr.d --- dependall-sys --- --- dependall-lua --- --- lobject.o --- # compile lua/lobject.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lobject.c -o lobject.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pfctl --- --- pfctl_qstats.d --- # create pfctl/pfctl_qstats.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_qstats.c && mv -f pfctl_qstats.d.tmp pfctl_qstats.d --- pfctl_radix.d --- --- dependall-racoon --- --- isakmp_cfg.d --- --- dependall-usr.bin --- --- dependall-shmif_dumpbus --- --- .depend --- --- dependall-usr.sbin --- --- dependall-pf --- # create pfctl/pfctl_radix.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_radix.c && mv -f pfctl_radix.d.tmp pfctl_radix.d --- dependall-racoon --- # create racoon/isakmp_cfg.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f isakmp_cfg.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c && mv -f isakmp_cfg.d.tmp isakmp_cfg.d --- dependall-usr.bin --- # create shmif_dumpbus/.depend rm -f .depend CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend shmif_busops.d shmif_dumpbus.d --- dependall-sys --- --- dependall-lfs --- --- lfs.kmod --- --- dependall-usr.bin --- --- dependall --- --- dependall-sys --- # link lfs/lfs.kmod /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=lfs.kmod.map -o lfs.kmod lfs_vfsops.o lfs_vnops.o lfs_subr.o lfs_alloc.o lfs_balloc.o lfs_bio.o lfs_cksum.o lfs_debug.o lfs_inode.o lfs_pages.o lfs_segment.o lfs_rename.o lfs_syscalls.o lfs_itimes.o ulfs_bmap.o ulfs_dirhash.o ulfs_inode.o ulfs_lookup.o ulfs_snapshot.o ulfs_vfsops.o ulfs_vnops.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pflogd --- --- privsep.d --- # create pflogd/privsep.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pflogd -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pflogd/privsep.c && mv -f privsep.d.tmp privsep.d --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir" > .gdbinit --- shmif_dumpbus.html1 --- # format shmif_dumpbus/shmif_dumpbus.html1 if test "" != "yes"; then /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/shmif_dumpbus/shmif_dumpbus.1 > shmif_dumpbus.html1.tmp && mv -f shmif_dumpbus.html1.tmp shmif_dumpbus.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/shmif_dumpbus/shmif_dumpbus.1 > shmif_dumpbus.html1.tmp && mv -f shmif_dumpbus.html1.tmp shmif_dumpbus.html1; fi --- dependall-../external/zlib/pigz/bin/pigz --- --- pigz --- # link pigz/pigz /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -o pigz pigz.o yarn.o deflate.o blocksplitter.o tree.o lz77.o cache.o hash.o util.o squeeze.o katajainen.o -Wl,-rpath-link,/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/lib -L=/lib -lm -lz -lpthread --- dependall-usr.sbin --- --- dependall-pfs --- --- dependall-usr.bin --- --- dependall-shmif_dumpbus --- --- shmif_dumpbus.o --- --- dependall-usr.sbin --- dependall ===> usr.sbin/pf/pfs --- dependall-usr.bin --- # compile shmif_dumpbus/shmif_dumpbus.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/rump/net/lib/libshmif -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/shmif_dumpbus/shmif_dumpbus.c -o shmif_dumpbus.o --- dependall-external --- --- btrace.o --- --- dependall-usr.bin --- --- dependall-xlint --- --- oper.o --- --- dependall-external --- # compile libgdb/btrace.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -O2 -Werror -Wno-error=alloca-larger-than= -fcommon -fcommon -fcommon -std=gnu++17 -Wno-error=stack-protector --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -D_KERNTYPES -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/riscv64/gnulib/import -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/lgpl3/gmp/lib/libgmp/arch/riscv64 -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/btrace.c -o btrace.o --- dependall-usr.bin --- # compile lint1/oper.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -ftrapv -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DIS_LINT1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/oper.c -o oper.o --- dependall-usr.sbin --- --- token.c --- # lex pfs/token.c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nblex -otoken.c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/pf/pfs/token.l --- dependall-npf --- --- dependall-npfctl --- --- npf_build.o --- # compile npfctl/npf_build.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl/npf_build.c -o npf_build.o --- dependall-pf --- --- dependall-pfctl --- --- pfctl_table.d --- --- dependall-npf --- --- dependall-npftest --- --- npf_nat_test.d --- --- dependall-pf --- # create pfctl/pfctl_table.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl_table.c && mv -f pfctl_table.d.tmp pfctl_table.d --- dependall-npf --- # create libnpftest/npf_nat_test.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f npf_nat_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/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_nat_test.c && mv -f npf_nat_test.d.tmp npf_nat_test.d --- dependall-plainrsa-gen --- --- prsa_tok.o --- # compile plainrsa-gen/prsa_tok.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/lib/libipsec -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -D_KERNTYPES -c prsa_tok.c -o prsa_tok.o --- dependall-pf --- --- dependall-pfs --- --- parse.c --- # yacc pfs/parse.c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbyacc -d -o parse.c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/pf/pfs/parse.y --- dependall-pflogd --- --- privsep_fdpass.d --- --- dependall-pfs --- --- parse.d --- --- dependall-pflogd --- # create pflogd/privsep_fdpass.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pflogd -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -Wno-stack-protector /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pflogd/privsep_fdpass.c && mv -f privsep_fdpass.d.tmp privsep_fdpass.d --- dependall-pfs --- # create pfs/parse.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/sys/dist/pf -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/pf/pfs -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir parse.c && mv -f parse.d.tmp parse.d --- dependall-tftp-proxy --- dependall ===> usr.sbin/pf/tftp-proxy --- dependall-racoon --- --- isakmp_frag.d --- # create racoon/isakmp_frag.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f isakmp_frag.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c && mv -f isakmp_frag.d.tmp isakmp_frag.d --- dependall-sys --- --- dependall-ipl --- --- ip_lookup.o --- # compile ipl/ip_lookup.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_COMPAT -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/ipf -DINET -DINET6 -DIPSEC -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/ipl -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/ipf/netinet/ip_lookup.c -o ip_lookup.o --- dependall-usr.sbin --- --- dependall-racoonctl --- --- racoonctl --- # link racoonctl/racoonctl /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -Wl,--warn-shared-textrel -o racoonctl racoonctl.o str2val.o kmpstat.o vmbuf.o sockmisc.o misc.o -Wl,-rpath-link,/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir/lib -L=/lib -lipsec --- dependall-usr.bin --- --- tree.o --- # compile lint1/tree.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -ftrapv -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DIS_LINT1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/obj/usr.bin/xlint/lint1 -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../arch/riscv64 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/../common -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.bin/xlint/lint1/tree.c -o tree.o --- dependall-usr.sbin --- --- dependall-pf --- --- filter.d --- --- dependall-pfctl --- --- .depend --- --- dependall-tftp-proxy --- # create tftp-proxy/filter.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f filter.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 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/libexec/tftp-proxy/filter.c && mv -f filter.d.tmp filter.d --- dependall-pfctl --- # create pfctl/.depend rm -f .depend CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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-pflogd --- --- .depend --- # create pflogd/.depend rm -f .depend CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend pflogd.d privsep.d privsep_fdpass.d --- dependall --- --- dependall-ftp-proxy --- --- ipf.o --- # compile ftp-proxy/ipf.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/pf/ftp-proxy -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/2023.08.19.01.34.21-riscv-riscv64/src/sys --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/usr.sbin/ftp-proxy/ipf.c -o ipf.o --- dependall-pfs --- --- pfs.d --- # create pfs/pfs.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/sys/dist/pf -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/pf/pfs -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/pf/pfs/pfs.c && mv -f pfs.d.tmp pfs.d --- dependall-npf --- --- npf_nbuf_test.d --- --- npf_perf_test.d --- --- npf_nbuf_test.d --- # create libnpftest/npf_nbuf_test.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c && mv -f npf_nbuf_test.d.tmp npf_nbuf_test.d --- npf_perf_test.d --- # create libnpftest/npf_perf_test.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.c && mv -f npf_perf_test.d.tmp npf_perf_test.d --- dependall-racoon --- --- isakmp_ident.d --- # create racoon/isakmp_ident.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f isakmp_ident.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_ident.c && mv -f isakmp_ident.d.tmp isakmp_ident.d --- dependall-pf --- --- dependall-pfctl --- --- .gdbinit --- --- dependall-pflogd --- --- .gdbinit --- --- dependall-pfctl --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir" > .gdbinit --- dependall-pflogd --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir" > .gdbinit --- dependall-pfctl --- --- pfctl.html8 --- --- dependall-pflogd --- --- pflogd.html8 --- --- dependall-pfctl --- # format pfctl/pfctl.html8 if test "" != "yes"; then /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl.8 > pfctl.html8.tmp && mv -f pfctl.html8.tmp pfctl.html8; fi --- dependall-pflogd --- # format pflogd/pflogd.html8 if test "" != "yes"; then /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.8 > pflogd.html8.tmp && mv -f pflogd.html8.tmp pflogd.html8; fi --- dependall-tftp-proxy --- --- tftp-proxy.d --- # create tftp-proxy/tftp-proxy.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f tftp-proxy.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 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/libexec/tftp-proxy/tftp-proxy.c && mv -f tftp-proxy.d.tmp tftp-proxy.d --- dependall-pflogd --- --- pflogd.o --- # compile pflogd/pflogd.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pflogd -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.c -o pflogd.o --- dependall-pfctl --- --- pfctl.o --- --- dependall-sys --- --- dependall-lua --- --- lopcodes.o --- --- dependall-usr.sbin --- # compile pfctl/pfctl.o --- dependall-sys --- # compile lua/lopcodes.o --- dependall-usr.sbin --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pfctl/pfctl.c -o pfctl.o --- dependall-sys --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lopcodes.c -o lopcodes.o --- dependall-usr.sbin --- --- dependall-pfs --- --- token.d --- # create pfs/token.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/sys/dist/pf -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/pf/pfs -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir token.c && mv -f token.d.tmp token.d --- dependall-tftp-proxy --- --- .depend --- # create tftp-proxy/.depend rm -f .depend CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend filter.d tftp-proxy.d --- dependall --- --- dependall-npf --- --- npf_rule_test.d --- # create libnpftest/npf_rule_test.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -D_NPF_TESTING -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/net/npf -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/external/bsd/libnv/dist --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -D_RUMPKERNEL -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/librump/rumpkern -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 -DCOMPAT_90 -DCOMPAT_100 -nostdinc -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../../common/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/../arch -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/.. -DDIAGNOSTIC -DKTRACE -imacros /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/../../../../sys/rump/include/opt/opt_rumpkernel.h /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest/libnpftest/npf_rule_test.c && mv -f npf_rule_test.d.tmp npf_rule_test.d --- dependall-sys --- --- lparser.o --- # compile lua/lparser.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -mcmodel=medany -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/sys -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/lua -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../external/mit/lua/dist/src/lparser.c -o lparser.o --- dependall-external --- --- dependall-gcc.old --- --- analysis-plan.o --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-objcopy -x analysis-plan.o --- dependall-sys --- --- dependall-midi --- --- dependall-external --- --- analyzer-logging.o --- --- dependall-sys --- dependall ===> sys/modules/midi --- dependall-external --- # compile backend/analyzer-logging.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-c++ -frandom-seed=61601b95 -O2 -Wno-format-diag -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -Wno-narrowing -Wno-unused -Wno-stack-protector -fno-exceptions -fno-rtti -fasynchronous-unwind-tables --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -I. -DENABLE_SHARED_LIBGCC -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin/backend/../gcc/arch/riscv64 -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libcpp/include -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libdecnumber/dpd -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/../libbacktrace -DTARGET_NAME=\"riscv64--netbsd\" -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/libgcc -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin/backend/../../lib/libgcc/libgcov/arch/riscv64 -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/dist/gcc/analyzer/analyzer-logging.cc -o analyzer-logging.o --- dependall-usr.sbin --- --- dependall-pf --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir" > .gdbinit --- tftp-proxy.html8 --- --- dependall-usr.bin --- --- dependall-shmif_dumpbus --- --- shmif_busops.o --- --- dependall-usr.sbin --- # format tftp-proxy/tftp-proxy.html8 if test "" != "yes"; then /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/libexec/tftp-proxy/tftp-proxy.8 > tftp-proxy.html8.tmp && mv -f tftp-proxy.html8.tmp tftp-proxy.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/libexec/tftp-proxy/tftp-proxy.8 > tftp-proxy.html8.tmp && mv -f tftp-proxy.html8.tmp tftp-proxy.html8; fi --- dependall-usr.bin --- # compile shmif_dumpbus/shmif_busops.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/rump/net/lib/libshmif -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/rump/net/lib/libshmif/shmif_busops.c -o shmif_busops.o --- dependall-usr.sbin --- --- tftp-proxy.o --- --- dependall-pfs --- --- .depend --- --- dependall-tftp-proxy --- # compile tftp-proxy/tftp-proxy.o /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc -O2 -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/2023.08.19.01.34.21-riscv-riscv64/src/sys -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/libexec/tftp-proxy/tftp-proxy.c -o tftp-proxy.o --- dependall-pfs --- # create pfs/.depend rm -f .depend CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend parse.d pfs.d token.d --- dependall --- --- dependall-pflogd --- /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.c: In function 'try_reset_dump': /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.c:352:23: error: 'pcap_t' {aka 'struct pcap'} has no member named 'tzoff' 352 | hdr.thiszone = hpcap->tzoff; | ^~ --- dependall-racoon --- --- isakmp_inf.d --- # create racoon/isakmp_inf.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f isakmp_inf.d.tmp -- -std=gnu99 -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c && mv -f isakmp_inf.d.tmp isakmp_inf.d --- dependall-pf --- --- dependall-pfs --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir" > .gdbinit --- dependall-sys --- --- midi_mod.d --- --- dependall-usr.sbin --- --- pfs.html8 --- --- dependall-sys --- # create midi/midi_mod.d CC=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--netbsd-gcc /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmkdep -f midi_mod.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -DNMIDI=1 -DNSEQUENCER=1 -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/modules/midi -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/arch -isystem /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys/dev/midi_mod.c && mv -f midi_mod.d.tmp midi_mod.d --- dependall-usr.sbin --- # format pfs/pfs.html8 if test "" != "yes"; then /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2023.08.19.01.34.21-riscv-riscv64/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/2023.08.19.01.34.21-riscv-riscv64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-font:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/site-tmac:/tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/share/groff/tmac /tmp/build/2023.08.19.01.34.21-riscv-riscv64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/pf/pfs/pfs.8 > pfs.html8.tmp && mv -f pfs.html8.tmp pfs.html8; fi --- dependall-pflogd --- *** Failed target: pflogd.o *** 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/2023.08.19.01.34.21-riscv-riscv64/tools/bin/riscv64--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 -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2023.08.19.01.34.21-riscv-riscv64/destdir -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pflogd -I/tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/dist/pf/sbin/pflogd/pflogd.c -o pflogd.o ${CTFCONVERT_RUN} => *** [pflogd.o] Error code 1 nbmake[8]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/pf/pflogd nbmake[5]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin --- dependall-racoon --- nbmake[5]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin --- dependall-npf --- nbmake[7]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npftest --- dependall-npfctl --- nbmake[7]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf/npfctl --- dependall-sys --- nbmake[5]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/sys --- dependall-usr.bin --- nbmake[4]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src --- dependall-usr.sbin --- --- dependall-npftest --- nbmake[6]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf --- dependall-external --- nbmake[8]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old/usr.bin --- dependall-usr.sbin --- --- dependall-npfctl --- nbmake[6]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/npf --- dependall-sys --- nbmake[4]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src --- dependall-external --- nbmake[7]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gcc.old --- dependall-usr.sbin --- nbmake[5]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin --- dependall-external --- nbmake[6]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3 --- dependall-gdb --- nbmake[9]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib/libgdb nbmake[8]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb/lib nbmake[7]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3/gdb nbmake[6]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external/gpl3 nbmake[5]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/external nbmake[4]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- nbmake[6]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin/plainrsa-gen nbmake[5]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src/usr.sbin nbmake[4]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src nbmake[3]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src nbmake[2]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src nbmake[1]: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src nbmake: stopped in /tmp/build/2023.08.19.01.34.21-riscv-riscv64/src ERROR: Failed to make release *** BUILD ABORTED *** 810.90 real 6483.79 user 1722.58 sys