Last 2000 lines of build log: | ^~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1016:9: warning: 'RSA_private_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1016 | len = RSA_private_encrypt(src->l, (unsigned char *) src->v, | ^~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/rsa.h:295:5: note: declared here 295 | int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_rsa_verify': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1035:9: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1035 | len = RSA_size(rsa); | ^~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/rsa.h:215:27: note: declared here 215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1042:9: warning: 'RSA_public_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1042 | len = RSA_public_decrypt(sig->l, (unsigned char *) sig->v, | ^~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/rsa.h:298:5: note: declared here 298 | int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_strerror': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1075:9: warning: 'ERR_get_error_line_data' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1075 | while ((l = ERR_get_error_line_data(&file, &line, &data, &flags)) != 0){ | ^~~~~ In file included from /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/engine.h:31, from /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:64: /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/err.h:427:15: note: declared here 427 | unsigned long ERR_get_error_line_data(const char **file, int *line, | ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_des_weakkey': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1197:9: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1197 | return DES_is_weak_key((void *)key->v); | ^~~~~~ In file included from /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:61: /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_3des_weakkey': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1383:9: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1383 | return (DES_is_weak_key((void *)key->v) || | ^~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1384:13: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1384 | DES_is_weak_key((void *)(key->v + 8)) || | ^~~~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1385:13: warning: 'DES_is_weak_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1385 | DES_is_weak_key((void *)(key->v + 16))); | ^~~~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmac_init': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1665:9: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1665 | HMAC_CTX *c = HMAC_CTX_new(); | ^~~~~~~~ In file included from /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:60: /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/hmac.h:33:33: note: declared here 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); | ^~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1667:9: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1667 | HMAC_Init_ex(c, key->v, key->l, md, NULL); | ^~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_512_update': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1723:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1723 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_512_final': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1736:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1736 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1738:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1738 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_update': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1768:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1768 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_384_final': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1781:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1781 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1783:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1783 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_update': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1812:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1812 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha2_256_final': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1825:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1825 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1827:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1827 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_update': --- dependall-sys --- --- dependall-npf --- --- npf_connkey.o --- --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1858:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1858 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacsha1_final': --- dependall-pf --- dependall ===> usr.sbin/pf --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1871:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1871 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1873:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1873 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_update': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1903:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1903 | HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_hmacmd5_final': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1916:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1916 | HMAC_Final(c, (unsigned char *) res->v, &l); | ^~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1918:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1918 | HMAC_CTX_free(c); | ^~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ --- dependall-npf --- --- npf_build.d --- --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_init': --- dependall-npf --- # create npfctl/npf_build.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f npf_build.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl/npf_build.c && mv -f npf_build.d.tmp npf_build.d --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1939:9: warning: 'SHA512_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1939 | SHA512_Init(c); | ^~~~~~~~~~~ In file included from /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/x509.h:42: /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/sha.h:124:27: note: declared here 124 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c) __RENAME(_OpenSSL_SHA512_Init); | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_update': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1947:9: warning: 'SHA512_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1947 | SHA512_Update((SHA512_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/sha.h:125:27: note: declared here 125 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ --- dependall-pf --- --- dependall-authpf --- --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_512_final': --- dependall-pf --- dependall ===> usr.sbin/pf/authpf --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1960:9: warning: 'SHA512_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1960 | SHA512_Final((unsigned char *) res->v, (SHA512_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/sha.h:127:27: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 int SHA512_Final(unsigned char *md, SHA512_CTX *c) __RENAME(_OpenSSL_SHA512_Final); | ^~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_init': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1988:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1988 | SHA384_Init(c); | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/sha.h:120:27: note: declared here 120 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c) __RENAME(_OpenSSL_SHA384_Init); | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_update': --- dependall-ypserv --- --- revnetgroup --- --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:1996:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1996 | SHA384_Update((SHA384_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/sha.h:121:27: note: declared here 121 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_384_final': --- dependall-sys --- --- dependall-raid --- --- rf_pq.d --- --- dependall-usr.sbin --- --- dependall-ypserv --- # link revnetgroup/revnetgroup /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wl,--warn-shared-textrel -o revnetgroup revnetgroup.o hash.o parse_netgroup.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib -L/tmp/build/2026.03.18.23.43.21-sparc/obj/usr.sbin/ypserv/common -lcommon --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2009:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2009 | SHA384_Final((unsigned char *) res->v, (SHA384_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/sha.h:123:27: note: declared here 123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c) __RENAME(_OpenSSL_SHA384_Final); | ^~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_init': --- dependall-sys --- # create raid/rf_pq.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_pq.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_pq.c && mv -f rf_pq.d.tmp rf_pq.d --- dependall-usr.sbin --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2037:9: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2037 | SHA256_Init(c); | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c) __RENAME(_OpenSSL_SHA256_Init); | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_update': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2045:9: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2045 | SHA256_Update((SHA256_CTX *)c, (unsigned char *) data->v, data->l); | ^~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha2_256_final': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2058:9: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2058 | SHA256_Final((unsigned char *) res->v, (SHA256_CTX *)c); | ^~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c) __RENAME(_OpenSSL_SHA256_Final); | ^~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_init': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2085:9: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2085 | SHA1_Init(c); | ^~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_update': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2093:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2093 | SHA1_Update((SHA_CTX *)c, data->v, data->l); | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_sha1_final': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2106:9: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2106 | SHA1_Final((unsigned char *) res->v, (SHA_CTX *)c); | ^~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_init': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2132:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2132 | MD5_Init(c); | ^~~~~~~~ In file included from /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:58: /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_update': --- dependall-pf --- --- authpf.d --- --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2140:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2140 | MD5_Update((MD5_CTX *)c, data->v, data->l); | ^~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_md5_final': --- dependall-pf --- # create authpf/authpf.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f authpf.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir /tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/usr.sbin/authpf/authpf.c && mv -f authpf.d.tmp authpf.d --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2153:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2153 | MD5_Final((unsigned char *) res->v, (MD5_CTX *)c); | ^~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_generate': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2207:9: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2207 | if ((dh = DH_new()) == NULL) | ^~ In file included from /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/dsa.h:31, from /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/x509.h:38: /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/dh.h:210:27: note: declared here 210 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2213:9: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2213 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/dh.h:266:27: note: declared here 266 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2218:17: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2218 | DH_set_length(dh, publen); | ^~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/dh.h:280:27: note: declared here 280 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); | ^~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2221:9: warning: 'DH_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2221 | if (!DH_generate_key(dh)) | ^~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/dh.h:234:27: note: declared here 234 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh); | ^~~~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2224:9: warning: 'DH_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2224 | DH_get0_key(dh, &pub_key, &priv_key); | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/dh.h:267:28: note: declared here 267 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ --- dependall-ypserv --- --- dependall-stdethers --- dependall ===> usr.sbin/ypserv/stdethers --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2238:17: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2238 | DH_free(dh); | ^~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_dh_compute': /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2260:9: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2260 | if ((dh = DH_new()) == NULL) | ^~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/dh.h:210:27: note: declared here 210 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2270:9: warning: 'DH_set_length' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2270 | DH_set_length(dh, pub2->l * 8); | ^~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/dh.h:280:27: note: declared here 280 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length); | ^~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2277:9: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2277 | if (!DH_set0_pqg(dh, p, NULL, g)) | ^~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/dh.h:266:27: note: declared here 266 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2281:9: warning: 'DH_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2281 | if (!DH_set0_key(dh, pub_key, priv_key)) | ^~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/dh.h:269:27: note: declared here 269 | OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); | ^~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2288:9: warning: 'DH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2288 | if ((l = DH_compute_key(v, dh_pub, dh)) == -1) | ^~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/dh.h:235:27: note: declared here 235 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key, | ^~~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2301:17: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2301 | DH_free(dh); | ^~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ --- dependall-ypserv --- --- stdethers.d --- --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'eay_init': --- dependall-ypserv --- # create stdethers/stdethers.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f stdethers.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/stdethers/../common -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/stdethers/stdethers.c && mv -f stdethers.d.tmp stdethers.d --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2347:9: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2347 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/engine.h:358:28: note: declared here 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2348:9: warning: 'ENGINE_register_all_complete' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2348 | ENGINE_register_all_complete(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/engine.h:415:27: note: declared here 415 | OSSL_DEPRECATEDIN_3_0 int ENGINE_register_all_complete(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- dependall-rtadvd --- --- if.o --- --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c: In function 'binbuf_pubkey2rsa': --- dependall-rtadvd --- --- timer.o --- --- dependall-npf --- --- npf_cmd.d --- --- dependall-rtadvd --- # compile rtadvd/timer.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/rtadvd/timer.c -o timer.o --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2434:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2434 | rsa_pub = RSA_new(); | ^~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/rsa.h:212:28: note: declared here 212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ --- dependall-npf --- # create npfctl/npf_cmd.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f npf_cmd.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl/npf_cmd.c && mv -f npf_cmd.d.tmp npf_cmd.d --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2441:9: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2441 | if (!RSA_set0_key(rsa_pub, mod, exp, NULL)) | ^~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/rsa.h:218:27: note: declared here 218 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c:2447:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2447 | RSA_free(rsa_pub); | ^~~~~~~~ /tmp/build/2026.03.18.23.43.21-sparc/destdir/usr/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ --- dependall-external --- --- dependall-bsd --- --- atf-run_test --- --- dependall-usr.sbin --- --- dependall-racoon --- --- gssapi.d --- --- dependall-sys --- --- dependall-procfs --- --- dependall-raid --- --- rf_pqdeg.d --- --- dependall-usr.sbin --- # create racoon/gssapi.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f gssapi.d.tmp -- -std=gnu11 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/gssapi.c && mv -f gssapi.d.tmp gssapi.d --- dependall-external --- # build tools/atf-run_test echo '#! /usr/bin/atf-sh' >atf-run_test.tmp cat /tmp/build/2026.03.18.23.43.21-sparc/src/external/bsd/atf/dist/tools/atf-run_test.sh >>atf-run_test.tmp --- dependall-sys --- --- dependall-procfs --- --- procfs_fpregs.o --- --- dependall-raid --- # create raid/rf_pqdeg.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_pqdeg.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_pqdeg.c && mv -f rf_pqdeg.d.tmp rf_pqdeg.d --- dependall-external --- chmod +x atf-run_test.tmp --- dependall-sys --- --- dependall-procfs --- # compile procfs/procfs_fpregs.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/procfs -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-sparc/src/sys/miscfs/procfs/procfs_fpregs.c -o procfs_fpregs.o --- dependall-external --- mv -f atf-run_test.tmp atf-run_test --- dependall-usr.sbin --- --- dependall-pf --- --- .depend --- --- dependall-sys --- --- dependall-sgp40mox --- --- sgp40.o --- --- dependall-usr.sbin --- --- dependall-racoon --- --- handler.d --- --- dependall-sys --- --- sgp40mox.kmod --- --- dependall-usr.sbin --- --- dependall-pf --- # create authpf/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend authpf.d --- dependall-racoon --- # create racoon/handler.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f handler.d.tmp -- -std=gnu11 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/handler.c && mv -f handler.d.tmp handler.d --- dependall-sys --- # link sgp40mox/sgp40mox.kmod /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2026.03.18.23.43.21-sparc/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=sgp40mox.kmod.map -o sgp40mox.kmod sgp40.o sensirion_voc_algorithm.o --- dependall-usr.sbin --- --- dependall-pf --- --- dependall --- --- dependall-sys --- --- dependall-si70xxtemp --- dependall ===> sys/modules/si70xxtemp --- dependall-usr.sbin --- --- dependall-ypserv --- --- .depend --- # create stdethers/.depend rm -f .depend --- dependall-sys --- --- dependall-raid --- --- rf_pqdegdags.d --- --- dependall-usr.sbin --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend stdethers.d --- dependall-sys --- # create raid/rf_pqdegdags.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_pqdegdags.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_pqdegdags.c && mv -f rf_pqdegdags.d.tmp rf_pqdegdags.d --- dependall-usr.sbin --- --- dependall --- --- dependall-sys --- --- dependall-npf --- --- npf_portmap.o --- --- npf_state.o --- # compile npf/npf_state.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-sparc/src/sys/net/npf/npf_state.c -o npf_state.o --- dependall-sht4xtemp --- --- dependall-usr.sbin --- --- dependall-npf --- --- npf_data.d --- --- dependall-sys --- --- sht4xtemp.kmod --- --- dependall-usr.sbin --- --- dependall-pf --- --- .gdbinit --- --- dependall-sys --- # link sht4xtemp/sht4xtemp.kmod /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2026.03.18.23.43.21-sparc/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=sht4xtemp.kmod.map -o sht4xtemp.kmod sht4x.o --- dependall-usr.sbin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-sparc/destdir" > .gdbinit --- authpf.html8 --- # format authpf/authpf.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/usr.sbin/authpf/authpf.8 > authpf.html8.tmp && mv -f authpf.html8.tmp authpf.html8; fi --- dependall-sys --- --- dependall-raid --- --- rf_psstatus.d --- # create raid/rf_psstatus.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_psstatus.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_psstatus.c && mv -f rf_psstatus.d.tmp rf_psstatus.d --- dependall-si70xxtemp --- --- ioconf.c --- /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbconfig -b /tmp/build/2026.03.18.23.43.21-sparc/obj/sys/modules/si70xxtemp -s /tmp/build/2026.03.18.23.43.21-sparc/src/sys /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/si70xxtemp/si70xxtemp.ioconf --- dependall-usr.sbin --- --- dependall-npf --- # create npfctl/npf_data.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f npf_data.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl/npf_data.c && mv -f npf_data.d.tmp npf_data.d --- dependall-sys --- --- dependall-skipjack --- --- dependall-usr.sbin --- --- dependall-pf --- --- authpf.o --- --- dependall-sys --- dependall ===> sys/modules/skipjack --- dependall-usr.sbin --- # compile authpf/authpf.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -D_OPENBSD_SOURCE -D_KERNTYPES --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -c /tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/usr.sbin/authpf/authpf.c -o authpf.o --- dependall-ypserv --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-sparc/destdir" > .gdbinit --- stdethers.html8 --- # format stdethers/stdethers.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/stdethers/stdethers.8 > stdethers.html8.tmp && mv -f stdethers.html8.tmp stdethers.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/stdethers/stdethers.8 > stdethers.html8.tmp && mv -f stdethers.html8.tmp stdethers.html8; fi --- stdethers.o --- # compile stdethers/stdethers.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/stdethers/../common -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/stdethers/stdethers.c -o stdethers.o --- dependall-sys --- --- skipjack.d --- # create skipjack/skipjack.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f skipjack.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/skipjack -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/crypto/skipjack/skipjack.c && mv -f skipjack.d.tmp skipjack.d --- dependall-usr.sbin --- --- dependall-racoon --- --- ipsec_doi.d --- --- dependall-sys --- --- dependall-si70xxtemp --- touch ioconf.c ioconf.h locators.h --- dependall-usr.sbin --- # create racoon/ipsec_doi.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f ipsec_doi.d.tmp -- -std=gnu11 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c && mv -f ipsec_doi.d.tmp ipsec_doi.d --- dependall-sys --- --- ioconf.d --- # create si70xxtemp/ioconf.d --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc --- mv -f gencfn-macros.lo.o gencfn-macros.lo --- dependall-sys --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/si70xxtemp -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-external --- --- build-ggc-none.lo --- # compile backend/build-ggc-none.lo c++ -O -std=gnu++11 -I/tmp/build/2026.03.18.23.43.21-sparc/obj/external/gpl3/gcc/usr.bin/backend -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/usr.bin/backend/.. -I/tmp/build/2026.03.18.23.43.21-sparc/obj/external/gpl3/gcc/usr.bin/host-libiberty/libiberty -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/sparc -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DGENERATOR_FILE -c -o build-ggc-none.lo.o build-ggc-none.cc --- dependall-sys --- --- dependall-raid --- --- rf_raid0.d --- # create raid/rf_raid0.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_raid0.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_raid0.c && mv -f rf_raid0.d.tmp rf_raid0.d --- rf_raid1.d --- # create raid/rf_raid1.d --- dependall-skipjack --- --- .depend --- --- dependall-raid --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_raid1.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_raid1.c && mv -f rf_raid1.d.tmp rf_raid1.d --- dependall-usr.sbin --- --- dependall-npf --- --- npf_extmod.d --- --- dependall-sys --- --- dependall-puffs --- --- puffs.kmod --- --- dependall-procfs --- --- dependall-usr.sbin --- # create npfctl/npf_extmod.d --- dependall-sys --- --- dependall-skipjack --- # create skipjack/.depend rm -f .depend --- dependall-usr.sbin --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f npf_extmod.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl/npf_extmod.c && mv -f npf_extmod.d.tmp npf_extmod.d --- dependall-sys --- --- dependall-procfs --- --- procfs_mem.o --- --- dependall-puffs --- # link puffs/puffs.kmod /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2026.03.18.23.43.21-sparc/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=puffs.kmod.map -o puffs.kmod puffs_node.o puffs_msgif.o puffs_subr.o puffs_vfsops.o puffs_vnops.o --- dependall-skipjack --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .d -d -f .depend skipjack.d --- dependall-procfs --- # compile procfs/procfs_mem.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/procfs -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-sparc/src/sys/miscfs/procfs/procfs_mem.c -o procfs_mem.o --- dependall-skipjack --- --- dependall --- --- dependall-usr.sbin --- --- dependall-rtadvd --- --- dump.o --- # compile rtadvd/dump.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/rtadvd/dump.c -o dump.o --- dependall-external --- --- dependall-bsd --- --- bad_metadata_helper --- --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp.d --- # create racoon/isakmp.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f isakmp.d.tmp -- -std=gnu11 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -Wno-stringop-truncation /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/isakmp.c && mv -f isakmp.d.tmp isakmp.d --- dependall-sys --- --- dependall-si70xxtemp --- --- si70xx.d --- # create si70xxtemp/si70xx.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f si70xx.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/si70xxtemp -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/i2c/si70xx.c && mv -f si70xx.d.tmp si70xx.d --- dependall-external --- # link tools/bad_metadata_helper /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o bad_metadata_helper bad_metadata_helper.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a --- process_helpers --- # link tools/process_helpers /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o process_helpers process_helpers.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a --- dependall-usr.sbin --- --- dependall-ypserv --- --- stdethers --- # link stdethers/stdethers /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wl,--warn-shared-textrel -o stdethers stdethers.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib -L/tmp/build/2026.03.18.23.43.21-sparc/obj/usr.sbin/ypserv/common -lcommon --- dependall-npf --- --- npf_parse.d --- # create npfctl/npf_parse.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f npf_parse.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl -D_KERNTYPES npf_parse.c && mv -f npf_parse.d.tmp npf_parse.d --- dependall-sys --- --- dependall-skipjack --- --- skipjack.o --- --- dependall-usr.sbin --- --- npf_scan.d --- --- dependall-sys --- # compile skipjack/skipjack.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/skipjack -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-sparc/src/sys/crypto/skipjack/skipjack.c -o skipjack.o --- dependall-external --- --- expect_helpers --- --- dependall-usr.sbin --- # create npfctl/npf_scan.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f npf_scan.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl -D_KERNTYPES npf_scan.c && mv -f npf_scan.d.tmp npf_scan.d --- dependall-external --- # link tools/expect_helpers /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o expect_helpers expect_helpers.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c --- dependall-sys --- --- dependall-raid --- --- rf_raid4.d --- # create raid/rf_raid4.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_raid4.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_raid4.c && mv -f rf_raid4.d.tmp rf_raid4.d --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb --- --- p-valprint.d --- # create libgdb/p-valprint.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f p-valprint.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -D_KERNTYPES -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/sparc/gnulib/import -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/lgpl3/gmp/lib/libgmp/arch/sparc -include /tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/p-valprint.c && mv -f p-valprint.d.tmp p-valprint.d --- dependall-usr.sbin --- --- dependall-ypserv --- --- dependall-stdhosts --- dependall ===> usr.sbin/ypserv/stdhosts --- dependall-external --- --- dependall-bsd --- --- several_tcs_helper --- --- dependall-sys --- --- dependall-si70xxtemp --- --- .depend --- --- dependall-external --- # link tools/several_tcs_helper /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o several_tcs_helper several_tcs_helper.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c --- dependall-sys --- # create si70xxtemp/.depend rm -f .depend --- dependall-sht3xtemp --- --- sht3xtemp.kmod --- --- dependall-si70xxtemp --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .d -d -f .depend ioconf.d si70xx.d --- dependall-sht3xtemp --- # link sht3xtemp/sht3xtemp.kmod /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2026.03.18.23.43.21-sparc/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=sht3xtemp.kmod.map -o sht3xtemp.kmod sht3x.o --- dependall-si70xxtemp --- --- dependall --- --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_agg.d --- --- dependall-npf --- --- npf_show.d --- --- dependall-racoon --- # create racoon/isakmp_agg.d --- dependall-sys --- --- dependall-slcompress --- --- dependall-usr.sbin --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f isakmp_agg.d.tmp -- -std=gnu11 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/isakmp_agg.c && mv -f isakmp_agg.d.tmp isakmp_agg.d --- dependall-sys --- dependall ===> sys/modules/slcompress --- dependall-usr.sbin --- --- dependall-npf --- # create npfctl/npf_show.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f npf_show.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl/npf_show.c && mv -f npf_show.d.tmp npf_show.d --- dependall-external --- --- zero_tcs_helper --- --- dependall-sys --- --- dependall-procfs --- --- dependall-usr.sbin --- --- dependall-ypserv --- --- stdhosts.d --- --- dependall-sys --- --- procfs_fd.o --- --- dependall-external --- # link tools/zero_tcs_helper /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o zero_tcs_helper zero_tcs_helper.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c --- dependall-usr.sbin --- # create stdhosts/stdhosts.d --- dependall-sys --- # compile procfs/procfs_fd.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/procfs -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-sparc/src/sys/miscfs/procfs/procfs_fd.c -o procfs_fd.o --- dependall-usr.sbin --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f stdhosts.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/stdhosts/../common -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/stdhosts/stdhosts.c && mv -f stdhosts.d.tmp stdhosts.d --- dependall-npf --- --- npf_var.d --- --- dependall-sys --- --- dependall-npf --- --- npf_state_tcp.o --- --- dependall-usr.sbin --- # create npfctl/npf_var.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f npf_var.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl/npf_var.c && mv -f npf_var.d.tmp npf_var.d --- dependall-sys --- # compile npf/npf_state_tcp.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-sparc/src/sys/net/npf/npf_state_tcp.c -o npf_state_tcp.o --- dependall-external --- --- dependall-gpl3 --- --- parent-map.d --- # create libgdb/parent-map.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f parent-map.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -D_KERNTYPES -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/sparc/gnulib/import -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/lgpl3/gmp/lib/libgmp/arch/sparc -include /tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/dwarf2/parent-map.c && mv -f parent-map.d.tmp parent-map.d --- dependall-bsd --- --- application_test --- --- atffile_test --- --- application_test --- # link tools/application_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o application_test application_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- atffile_test --- # link tools/atffile_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o atffile_test atffile_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-sys --- --- dependall-raid --- --- rf_raid5.d --- # create raid/rf_raid5.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_raid5.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_raid5.c && mv -f rf_raid5.d.tmp rf_raid5.d --- dependall-slcompress --- --- slcompress.d --- --- dependall-usr.sbin --- --- dependall-ypserv --- --- .depend --- --- dependall-sys --- # create slcompress/slcompress.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f slcompress.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DINET -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/slcompress -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -Wno-address-of-packed-member /tmp/build/2026.03.18.23.43.21-sparc/src/sys/net/slcompress.c && mv -f slcompress.d.tmp slcompress.d --- dependall-usr.sbin --- # create stdhosts/.depend --- dependall-ypinit --- --- dependall-stdhosts --- rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend stdhosts.d --- dependall-npf --- --- npfctl.d --- --- dependall-ypserv --- --- dependall-ypinit --- dependall ===> usr.sbin/ypserv/ypinit --- dependall-npf --- # create npfctl/npfctl.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f npfctl.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl/npfctl.c && mv -f npfctl.d.tmp npfctl.d --- dependall-sys --- --- dependall-si70xxtemp --- --- si70xx.o --- # compile si70xxtemp/si70xx.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/si70xxtemp -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/i2c/si70xx.c -o si70xx.o --- dependall-usr.sbin --- --- dependall-ypserv --- --- dependall-stdhosts --- --- dependall --- --- dependall-ypinit --- --- dependall --- --- ypinit.html8 --- --- dependall-sys --- --- dependall-raid --- --- rf_raid5_rotatedspare.d --- # create raid/rf_raid5_rotatedspare.d --- dependall-usr.sbin --- # format ypinit/ypinit.html8 --- dependall-sys --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_raid5_rotatedspare.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_raid5_rotatedspare.c && mv -f rf_raid5_rotatedspare.d.tmp rf_raid5_rotatedspare.d --- dependall-usr.sbin --- if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/ypinit/ypinit.8 > ypinit.html8.tmp && mv -f ypinit.html8.tmp ypinit.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/ypinit/ypinit.8 > ypinit.html8.tmp && mv -f ypinit.html8.tmp ypinit.html8; fi --- dependall-yppush --- dependall ===> usr.sbin/ypserv/yppush --- dependall-external --- --- auto_array_test --- --- dependall-usr.sbin --- --- dependall-stdhosts --- --- .gdbinit --- --- dependall-external --- # link tools/auto_array_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o auto_array_test auto_array_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-usr.sbin --- rm -f .gdbinit --- dependall-rtadvd --- --- expandm.o --- --- dependall-ypserv --- echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-sparc/destdir" > .gdbinit --- stdhosts.html8 --- --- dependall-rtadvd --- # compile rtadvd/expandm.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/lib/libwrap/expandm.c -o expandm.o --- dependall-ypserv --- # format stdhosts/stdhosts.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/stdhosts/stdhosts.8 > stdhosts.html8.tmp && mv -f stdhosts.html8.tmp stdhosts.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/stdhosts/stdhosts.8 > stdhosts.html8.tmp && mv -f stdhosts.html8.tmp stdhosts.html8; fi --- dependall-external --- --- config_file_test --- --- dependall-usr.sbin --- --- dependall-racoonctl --- --- dependall-external --- # link tools/config_file_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o config_file_test config_file_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-usr.sbin --- --- str2val.o --- # compile racoonctl/str2val.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/str2val.c -o str2val.o --- dependall-ypserv --- --- stdhosts.o --- --- dependall-npf --- --- .depend --- --- dependall-ypserv --- # compile stdhosts/stdhosts.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/stdhosts/../common -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/stdhosts/stdhosts.c -o stdhosts.o --- dependall-npf --- # create npfctl/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/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-ypserv --- --- dependall-yppush --- --- yppush.d --- # create yppush/yppush.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f yppush.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/../common -D_KERNTYPES -Wno-cast-function-type /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/yppush.c && mv -f yppush.d.tmp yppush.d --- dependall-sys --- --- dependall-slcompress --- --- .depend --- # create slcompress/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .d -d -f .depend slcompress.d --- dependall --- --- dependall-usr.sbin --- --- dependall-npf --- --- .gdbinit --- --- dependall-racoon --- --- isakmp_base.d --- --- dependall-npf --- rm -f .gdbinit --- dependall-racoon --- # create racoon/isakmp_base.d --- dependall-npf --- echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-sparc/destdir" > .gdbinit --- dependall-racoon --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f isakmp_base.d.tmp -- -std=gnu11 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/isakmp_base.c && mv -f isakmp_base.d.tmp isakmp_base.d --- dependall-rtadvd --- --- dump.o --- --- rtadvd_hostops.o --- --- dependall-npf --- --- npfctl.html8 --- --- dependall-rtadvd --- # compile rtadvd/rtadvd_hostops.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/rtadvd/rtadvd_hostops.c -o rtadvd_hostops.o --- dependall-npf --- # format npfctl/npfctl.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl/npfctl.8 > npfctl.html8.tmp && mv -f npfctl.html8.tmp npfctl.html8; fi --- dependall-sys --- --- dependall-procfs --- --- procfs_auxv.o --- --- dependall-usr.sbin --- --- npf.conf.html5 --- --- dependall-sys --- # compile procfs/procfs_auxv.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -D SYSVSHM -D SYSVSEM -D SYSVMSG -D MQUEUE -fno-strict-aliasing -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/procfs -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-sparc/src/sys/miscfs/procfs/procfs_auxv.c -o procfs_auxv.o --- dependall-usr.sbin --- # format npfctl/npf.conf.html5 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl/npf.conf.5 > npf.conf.html5.tmp && mv -f npf.conf.html5.tmp npf.conf.html5; fi --- npfctl.o --- # compile npfctl/npfctl.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl/npfctl.c -o npfctl.o --- dependall-route6d --- --- route6d --- # link route6d/route6d /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wl,--warn-shared-textrel -o route6d route6d.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib -lutil --- dependall-sys --- --- dependall-raid --- --- rf_reconbuffer.d --- # create raid/rf_reconbuffer.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_reconbuffer.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_reconbuffer.c && mv -f rf_reconbuffer.d.tmp rf_reconbuffer.d --- dependall-usr.sbin --- --- dependall-ypserv --- --- yppush_err.d --- # create yppush/yppush_err.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f yppush_err.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/../common -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/yppush_err.c && mv -f yppush_err.d.tmp yppush_err.d --- dependall-external --- --- config_test --- # link tools/config_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o config_test config_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-usr.sbin --- --- dependall-rtadvd --- --- expandm.o --- --- rtadvd_rumpops.o --- # compile rtadvd/rtadvd_rumpops.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libwrap -DRUMP_ACTION -D_KERNTYPES -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/rtadvd/rtadvd_rumpops.c -o rtadvd_rumpops.o --- dependall-external --- --- fail_helper --- # link tools/fail_helper /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o fail_helper fail_helper.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-usr.sbin --- --- dependall-cnwctl --- dependall ===> usr.sbin/cnwctl --- dependall-sys --- --- dependall-slcompress --- --- slcompress.o --- # compile slcompress/slcompress.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DINET -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/slcompress -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c -Wno-address-of-packed-member /tmp/build/2026.03.18.23.43.21-sparc/src/sys/net/slcompress.c -o slcompress.o --- dependall-usr.sbin --- --- cnwctl.d --- # create cnwctl/cnwctl.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f cnwctl.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wno-stringop-truncation /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/cnwctl/cnwctl.c && mv -f cnwctl.d.tmp cnwctl.d --- dependall-ypserv --- --- yppush_proc.d --- # create yppush/yppush_proc.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f yppush_proc.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/../common -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/yppush_proc.c && mv -f yppush_proc.d.tmp yppush_proc.d --- dependall-rtadvd --- --- rtadvd_hostops.o --- --- dependall-ypserv --- --- dependall-stdhosts --- --- stdhosts --- --- dependall-racoon --- --- isakmp_cfg.d --- --- dependall-ypserv --- # link stdhosts/stdhosts /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wl,--warn-shared-textrel -o stdhosts stdhosts.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib -L/tmp/build/2026.03.18.23.43.21-sparc/obj/usr.sbin/ypserv/common -lcommon --- dependall-racoon --- # create racoon/isakmp_cfg.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f isakmp_cfg.d.tmp -- -std=gnu11 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 -Wno-stringop-truncation -Wno-error=format-truncation /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c && mv -f isakmp_cfg.d.tmp isakmp_cfg.d --- dependall-racoonctl --- --- kmpstat.o --- # compile racoonctl/kmpstat.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/kmpstat.c -o kmpstat.o --- dependall-external --- --- env_test --- # link tools/env_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o env_test env_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-sys --- --- dependall-raid --- --- rf_reconmap.d --- # create raid/rf_reconmap.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_reconmap.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_reconmap.c && mv -f rf_reconmap.d.tmp rf_reconmap.d --- dependall-usr.sbin --- --- dependall-rtadvd --- --- rtadvd_rumpops.o --- --- dependall-external --- --- dependall-gpl3 --- --- parse.d --- # create libgdb/parse.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f parse.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -D_KERNTYPES -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/sparc/gnulib/import -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/lgpl3/gmp/lib/libgmp/arch/sparc -include /tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/parse.c && mv -f parse.d.tmp parse.d --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_frag.d --- # create racoon/isakmp_frag.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f isakmp_frag.d.tmp -- -std=gnu11 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c && mv -f isakmp_frag.d.tmp isakmp_frag.d --- dependall-external --- --- dependall-bsd --- --- expand_test --- # link tools/expand_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o expand_test expand_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- fs_test --- --- dependall-usr.sbin --- --- dependall-rtadvd --- --- config.o --- --- rtadvd --- --- dependall-external --- # link tools/fs_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o fs_test fs_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-usr.sbin --- # link rtadvd/rtadvd /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib -lutil --- dependall-sys --- --- dependall-procfs --- --- dependall-usr.sbin --- --- dependall-cnwctl --- --- .depend --- --- dependall-sys --- --- procfs.kmod --- --- dependall-usr.sbin --- # create cnwctl/.depend rm -f .depend --- dependall-sys --- # link procfs/procfs.kmod /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2026.03.18.23.43.21-sparc/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=procfs.kmod.map -o procfs.kmod procfs_note.o procfs_status.o procfs_subr.o procfs_vfsops.o procfs_vnops.o procfs_cmdline.o procfs_limit.o procfs_linux.o procfs_machdep.o procfs_map.o procfs_regs.o procfs_fpregs.o procfs_mem.o procfs_fd.o procfs_auxv.o --- dependall-usr.sbin --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend cnwctl.d --- dependall --- --- dependall-sys --- --- dependall-npf --- --- npf_tableset.o --- # compile npf/npf_tableset.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-sparc/src/sys/net/npf/npf_tableset.c -o npf_tableset.o --- dependall-usr.sbin --- --- dependall-pf --- --- authpf --- # link authpf/authpf /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wl,--warn-shared-textrel -o authpf authpf.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib -lutil --- dependall-ypserv --- --- dependall-yppush --- --- yppush_svc.d --- # create yppush/yppush_svc.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f yppush_svc.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/../common -D_KERNTYPES -Wno-cast-function-type /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/yppush_svc.c && mv -f yppush_svc.d.tmp yppush_svc.d --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc --- mv -f build-ggc-none.lo.o build-ggc-none.lo --- dependall-sys --- --- dependall-spdmem --- --- dependall-external --- --- build-hash-table.lo --- --- dependall-sys --- dependall ===> sys/modules/spdmem --- dependall-external --- # compile backend/build-hash-table.lo c++ -O -std=gnu++11 -I/tmp/build/2026.03.18.23.43.21-sparc/obj/external/gpl3/gcc/usr.bin/backend -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/usr.bin/backend/.. -I/tmp/build/2026.03.18.23.43.21-sparc/obj/external/gpl3/gcc/usr.bin/host-libiberty/libiberty -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/sparc -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DGENERATOR_FILE -c -o build-hash-table.lo.o build-hash-table.cc --- dependall-usr.sbin --- --- dependall-rtadvd --- --- rump.rtadvd --- # link rtadvd/rump.rtadvd /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib -lutil -lrumpres -lrumpclient --- dependall-cnwctl --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-sparc/destdir" > .gdbinit --- cnwctl.html8 --- --- dependall-pf --- --- dependall-ftp-proxy --- dependall ===> usr.sbin/pf/ftp-proxy --- dependall-npf --- --- npf_cmd.o --- # compile npfctl/npf_cmd.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl/npf_cmd.c -o npf_cmd.o --- dependall-cnwctl --- # format cnwctl/cnwctl.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/cnwctl/cnwctl.8 > cnwctl.html8.tmp && mv -f cnwctl.html8.tmp cnwctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/cnwctl/cnwctl.8 > cnwctl.html8.tmp && mv -f cnwctl.html8.tmp cnwctl.html8; fi --- dependall-external --- --- dependall-bsd --- --- io_test --- --- dependall-usr.sbin --- --- cnwctl.o --- --- dependall-external --- # link tools/io_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o io_test io_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-sys --- --- dependall-skipjack --- --- dependall-raid --- --- rf_reconstruct.d --- --- dependall-usr.sbin --- # compile cnwctl/cnwctl.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -c -Wno-stringop-truncation /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/cnwctl/cnwctl.c -o cnwctl.o --- dependall-sys --- --- dependall-skipjack --- --- skipjack.kmod --- --- dependall-raid --- # create raid/rf_reconstruct.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_reconstruct.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_reconstruct.c && mv -f rf_reconstruct.d.tmp rf_reconstruct.d --- dependall-skipjack --- # link skipjack/skipjack.kmod --- dependall-spdmem --- --- ioconf.c --- --- dependall-skipjack --- /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2026.03.18.23.43.21-sparc/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=skipjack.kmod.map -o skipjack.kmod skipjack.o --- dependall-spdmem --- /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbconfig -b /tmp/build/2026.03.18.23.43.21-sparc/obj/sys/modules/spdmem -s /tmp/build/2026.03.18.23.43.21-sparc/src/sys /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/spdmem/spdmem.ioconf --- dependall-usr.sbin --- --- dependall-iwictl --- dependall ===> usr.sbin/iwictl --- dependall-pf --- --- filter.d --- # create ftp-proxy/filter.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f filter.d.tmp -- -std=gnu11 -I/tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/sys --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/usr.sbin/ftp-proxy/filter.c && mv -f filter.d.tmp filter.d --- dependall-sys --- --- dependall-spkr --- dependall ===> sys/modules/spkr --- dependall-usr.sbin --- --- dependall-ypserv --- --- .depend --- # create yppush/.depend rm -f .depend --- dependall-external --- --- misc_helpers --- --- dependall-usr.sbin --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend yppush.d yppush_err.d yppush_proc.d yppush_svc.d --- dependall-external --- # link tools/misc_helpers /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o misc_helpers misc_helpers.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-usr.sbin --- --- dependall-iwictl --- --- iwictl.d --- --- dependall-ypserv --- --- dependall --- --- dependall-iwictl --- # create iwictl/iwictl.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f iwictl.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wno-stringop-truncation /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/iwictl/iwictl.c && mv -f iwictl.d.tmp iwictl.d --- dependall-external --- --- pass_helper --- --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_ident.d --- # create racoon/isakmp_ident.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f isakmp_ident.d.tmp -- -std=gnu11 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/isakmp_ident.c && mv -f isakmp_ident.d.tmp isakmp_ident.d --- dependall-external --- # link tools/pass_helper /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o pass_helper pass_helper.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-sys --- --- dependall-spdmem --- touch ioconf.c ioconf.h locators.h --- ioconf.d --- # create spdmem/ioconf.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -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/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/spdmem -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-spkr --- --- ioconf.c --- /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbconfig -b /tmp/build/2026.03.18.23.43.21-sparc/obj/sys/modules/spkr -s /tmp/build/2026.03.18.23.43.21-sparc/src/sys /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/spkr/spkr.ioconf --- dependall-usr.sbin --- --- dependall-ypserv --- --- .gdbinit --- --- dependall-pf --- --- ftp-proxy.d --- --- dependall-ypserv --- rm -f .gdbinit --- dependall-pf --- # create ftp-proxy/ftp-proxy.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f ftp-proxy.d.tmp -- -std=gnu11 -I/tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/sys --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c && mv -f ftp-proxy.d.tmp ftp-proxy.d --- dependall-ypserv --- echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-sparc/destdir" > .gdbinit --- dependall-iwictl --- --- .depend --- --- dependall-ypserv --- --- yppush.html8 --- --- dependall-iwictl --- # create iwictl/.depend rm -f .depend --- dependall-ypserv --- # format yppush/yppush.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/yppush.8 > yppush.html8.tmp && mv -f yppush.html8.tmp yppush.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/yppush.8 > yppush.html8.tmp && mv -f yppush.html8.tmp yppush.html8; fi --- dependall-iwictl --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend iwictl.d --- dependall-sys --- --- dependall-raid --- --- rf_reconutil.d --- --- dependall-usr.sbin --- --- dependall --- --- dependall-sys --- # create raid/rf_reconutil.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_reconutil.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_reconutil.c && mv -f rf_reconutil.d.tmp rf_reconutil.d --- dependall-usr.sbin --- --- dependall-ypserv --- --- yppush.o --- # compile yppush/yppush.o --- dependall-external --- --- parser_test --- # link tools/parser_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o parser_test parser_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-usr.sbin --- /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/../common -D_KERNTYPES -c -Wno-cast-function-type /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/yppush.c -o yppush.o --- dependall-sys --- --- dependall-spdmem --- --- spdmem.d --- # create spdmem/spdmem.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f spdmem.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/spdmem -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/ic/spdmem.c && mv -f spdmem.d.tmp spdmem.d --- dependall-spkr --- touch ioconf.c ioconf.h locators.h --- audiobell.d --- --- dependall-external --- --- process_test --- # link tools/process_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o process_test process_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-usr.sbin --- --- dependall-iwictl --- --- .gdbinit --- --- dependall-sys --- # create spkr/audiobell.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f audiobell.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DNWSMUX=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/spkr -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/audio/audiobell.c && mv -f audiobell.d.tmp audiobell.d --- dependall-usr.sbin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-sparc/destdir" > .gdbinit --- dependall-external --- --- reader_test --- --- dependall-usr.sbin --- --- iwictl.html8 --- --- dependall-external --- --- signals_test --- --- dependall-usr.sbin --- # format iwictl/iwictl.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/iwictl/iwictl.8 > iwictl.html8.tmp && mv -f iwictl.html8.tmp iwictl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/iwictl/iwictl.8 > iwictl.html8.tmp && mv -f iwictl.html8.tmp iwictl.html8; fi --- dependall-npf --- --- npfctl.o --- --- npf_var.o --- # compile npfctl/npf_var.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl/npf_var.c -o npf_var.o --- dependall-racoonctl --- --- vmbuf.o --- --- dependall-iwictl --- --- iwictl.o --- --- dependall-racoonctl --- # compile racoonctl/vmbuf.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/vmbuf.c -o vmbuf.o --- dependall-iwictl --- # compile iwictl/iwictl.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -c -Wno-stringop-truncation /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/iwictl/iwictl.c -o iwictl.o --- dependall-sys --- --- dependall-raid --- --- rf_revent.d --- # create raid/rf_revent.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_revent.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_revent.c && mv -f rf_revent.d.tmp rf_revent.d --- dependall-spdmem --- --- spdmem_i2c.d --- # create spdmem/spdmem_i2c.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f spdmem_i2c.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/spdmem -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/i2c/spdmem_i2c.c && mv -f spdmem_i2c.d.tmp spdmem_i2c.d --- dependall-external --- --- reader_test --- # link tools/reader_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o reader_test reader_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- signals_test --- # link tools/signals_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o signals_test signals_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-usr.sbin --- --- dependall-pf --- --- ipf.d --- --- dependall-external --- --- requirements_test --- --- test_program_test --- --- dependall-usr.sbin --- # create ftp-proxy/ipf.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f ipf.d.tmp -- -std=gnu11 -I/tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/src/sys --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/usr.sbin/ftp-proxy/ipf.c && mv -f ipf.d.tmp ipf.d --- dependall-external --- --- requirements_test --- # link tools/requirements_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o requirements_test requirements_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-sys --- --- dependall-spkr --- --- ioconf.d --- --- dependall-external --- --- test_program_test --- # link tools/test_program_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o test_program_test test_program_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-sys --- # create spkr/ioconf.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DNWSMUX=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/spkr -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_inf.d --- # create racoon/isakmp_inf.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f isakmp_inf.d.tmp -- -std=gnu11 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c && mv -f isakmp_inf.d.tmp isakmp_inf.d --- dependall-external --- --- text_test --- # link tools/text_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o text_test text_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- user_test --- # link tools/user_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o user_test user_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- ui_test --- # link tools/ui_test /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -o ui_test ui_test.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib /tmp/build/2026.03.18.23.43.21-sparc/obj/external/bsd/atf/lib/tools/libtools.a -latf-c++ -latf-c --- dependall-sys --- --- dependall-spdmem --- --- .depend --- --- dependall-spkr --- --- spkr.d --- --- dependall-raid --- --- rf_shutdown.d --- --- dependall-spdmem --- # create spdmem/.depend rm -f .depend --- dependall-spkr --- # create spkr/spkr.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f spkr.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DNWSMUX=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/spkr -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/spkr.c && mv -f spkr.d.tmp spkr.d --- dependall-raid --- # create raid/rf_shutdown.d --- dependall-spdmem --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .d -d -f .depend ioconf.d spdmem.d spdmem_i2c.d --- dependall-raid --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_shutdown.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_shutdown.c && mv -f rf_shutdown.d.tmp rf_shutdown.d --- dependall-spdmem --- --- dependall --- --- dependall-usr.sbin --- --- dependall-pf --- --- .depend --- # create ftp-proxy/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend filter.d ftp-proxy.d ipf.d --- dependall --- --- dependall-racoonctl --- --- sockmisc.o --- # compile racoonctl/sockmisc.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c -o sockmisc.o --- dependall-cnwctl --- --- dependall-iwictl --- --- iwictl --- # link iwictl/iwictl /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wl,--warn-shared-textrel -o iwictl iwictl.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib --- dependall-cnwctl --- --- cnwctl --- --- dependall-wiconfig --- --- dependall-cnwctl --- # link cnwctl/cnwctl /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wl,--warn-shared-textrel -o cnwctl cnwctl.o -Wl,-rpath-link,/tmp/build/2026.03.18.23.43.21-sparc/destdir/lib -L=/lib --- dependall-wiconfig --- dependall ===> usr.sbin/wiconfig --- dependall-racoon --- --- isakmp_newg.d --- # create racoon/isakmp_newg.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f isakmp_newg.d.tmp -- -std=gnu11 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/isakmp_newg.c && mv -f isakmp_newg.d.tmp isakmp_newg.d --- dependall-wiconfig --- --- wiconfig.d --- --- dependall-sys --- --- dependall-si70xxtemp --- --- si70xxtemp.kmod --- --- dependall-usr.sbin --- # create wiconfig/wiconfig.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f wiconfig.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wno-stringop-truncation /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/wiconfig/wiconfig.c && mv -f wiconfig.d.tmp wiconfig.d --- dependall-sys --- # link si70xxtemp/si70xxtemp.kmod /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2026.03.18.23.43.21-sparc/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=si70xxtemp.kmod.map -o si70xxtemp.kmod si70xx.o --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb --- --- posix-hdep.d --- --- dependall-usr.sbin --- --- dependall-racoonctl --- --- misc.o --- --- dependall-sys --- --- dependall-sppp_subr --- --- dependall-usr.sbin --- # compile racoonctl/misc.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP -DADMINPORTDIR=\"/var/run\" -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-external --- # create libgdb/posix-hdep.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-c++ /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f posix-hdep.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -D_KERNTYPES -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/lgpl3/mpfr/dist/src -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/sparc/gnulib/import -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/sparc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/lgpl3/gmp/lib/libgmp/arch/sparc -include /tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/defs.h -Dsighandler_t=sig_t -DTARGET_SYSTEM_ROOT=\"\" -DTARGET_SYSTEM_ROOT_RELOCATABLE=0 -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -DTUI=1 -D__STDC_ISO_10646__ -D_KERNTYPES -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/posix-hdep.c && mv -f posix-hdep.d.tmp posix-hdep.d --- dependall-sys --- --- dependall-npf --- --- npf_socket.o --- --- dependall-sppp_subr --- dependall ===> sys/modules/sppp_subr --- dependall-npf --- # compile npf/npf_socket.o --- dependall-raid --- --- rf_sstf.d --- --- dependall-npf --- /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-sparc/src/sys/net/npf/npf_socket.c -o npf_socket.o --- dependall-raid --- # create raid/rf_sstf.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_sstf.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_sstf.c && mv -f rf_sstf.d.tmp rf_sstf.d --- dependall-spkr --- --- spkr_audio.d --- --- dependall-usr.sbin --- --- dependall-pf --- --- .gdbinit --- --- dependall-sys --- # create spkr/spkr_audio.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f spkr_audio.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DNWSMUX=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/spkr -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/spkr_audio.c && mv -f spkr_audio.d.tmp spkr_audio.d --- dependall-usr.sbin --- rm -f .gdbinit --- dependall-sys --- --- dependall-sysmon --- --- dependall-usr.sbin --- echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-sparc/destdir" > .gdbinit --- dependall-sys --- dependall ===> sys/modules/sysmon --- dependall-usr.sbin --- --- ftp-proxy.html8 --- # format ftp-proxy/ftp-proxy.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-sparc/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/2026.03.18.23.43.21-sparc/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8 > ftp-proxy.html8.tmp && mv -f ftp-proxy.html8.tmp ftp-proxy.html8; fi --- dependall-external --- --- dependall-bsd --- --- dependall --- --- dependall-usr.sbin --- --- dependall-ypserv --- --- dependall-pf --- --- ftp-proxy.o --- --- dependall-ypserv --- --- yppush_err.o --- --- dependall-sys --- --- dependall-spdmem --- --- spdmem.o --- --- dependall-usr.sbin --- --- dependall-pf --- # compile ftp-proxy/ftp-proxy.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/pf/ftp-proxy -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c -o ftp-proxy.o --- dependall-sys --- # compile spdmem/spdmem.o --- dependall-usr.sbin --- --- dependall-ypserv --- # compile yppush/yppush_err.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/../common -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/yppush_err.c -o yppush_err.o --- dependall-sys --- /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/spdmem -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/ic/spdmem.c -o spdmem.o --- dependall-usr.sbin --- --- dependall-racoon --- --- isakmp_quick.d --- --- dependall-plainrsa-gen --- --- genlist.o --- --- dependall-racoon --- # create racoon/isakmp_quick.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f isakmp_quick.d.tmp -- -std=gnu11 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c && mv -f isakmp_quick.d.tmp isakmp_quick.d --- dependall-plainrsa-gen --- # compile plainrsa-gen/genlist.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c -Wno-calloc-transposed-args /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/genlist.c -o genlist.o --- dependall-external --- --- Atffile --- # create atf/Atffile --- dependall-usr.sbin --- --- logger.o --- --- dependall-npf --- --- npf_cmd.o --- --- dependall-plainrsa-gen --- # compile plainrsa-gen/logger.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/logger.c -o logger.o --- dependall-external --- --- dependall --- --- dependall-sys --- --- dependall-sppp_subr --- --- if_spppsubr.d --- --- dependall-slcompress --- --- dependall-sppp_subr --- # create sppp_subr/if_spppsubr.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f if_spppsubr.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DINET -DINET6 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/sppp_subr -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/net/if_spppsubr.c && mv -f if_spppsubr.d.tmp if_spppsubr.d --- dependall-external --- --- dependall --- --- dependall-sys --- --- dependall-slcompress --- --- slcompress.kmod --- --- dependall-sysmon --- --- sysmon.d --- --- dependall-slcompress --- # link slcompress/slcompress.kmod --- dependall-sysmon --- # create sysmon/sysmon.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f sysmon.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/sysmon -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/sysmon/sysmon.c && mv -f sysmon.d.tmp sysmon.d --- dependall-slcompress --- /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -Wl,--warn-shared-textrel -nostdlib -r -Wl,-T,/tmp/build/2026.03.18.23.43.21-sparc/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=slcompress.kmod.map -o slcompress.kmod slcompress.o --- dependall-usr.sbin --- --- crypto_openssl.o --- --- dependall-wlanctl --- dependall ===> usr.sbin/wlanctl --- dependall-external --- --- dependall --- --- dependall-usr.sbin --- --- dependall-pf --- --- dependall-pfctl --- dependall ===> usr.sbin/pf/pfctl --- dependall-npf --- --- npf_var.o --- --- dependall-sys --- --- dependall-spkr --- --- spkr_pcppi.d --- --- dependall-usr.sbin --- --- npf_data.o --- --- dependall-wlanctl --- --- wlanctl.d --- --- dependall-sys --- # create spkr/spkr_pcppi.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f spkr_pcppi.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DNWSMUX=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/spkr -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/isa/spkr_pcppi.c && mv -f spkr_pcppi.d.tmp spkr_pcppi.d --- dependall-usr.sbin --- --- dependall-npf --- # compile npfctl/npf_data.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl/npf_data.c -o npf_data.o --- dependall-wlanctl --- # create wlanctl/wlanctl.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f wlanctl.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/wlanctl/wlanctl.c && mv -f wlanctl.d.tmp wlanctl.d --- dependall-pf --- --- dependall-ftp-proxy --- --- filter.o --- # compile ftp-proxy/filter.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/pf/ftp-proxy -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DWITH_IPF -D_OPENBSD_SOURCE -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/usr.sbin/ftp-proxy/filter.c -o filter.o --- dependall-sys --- --- dependall-raid --- --- rf_states.d --- --- dependall-usr.sbin --- --- dependall-pfctl --- --- parse.c --- --- dependall-sys --- # create raid/rf_states.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_states.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_states.c && mv -f rf_states.d.tmp rf_states.d --- dependall-usr.sbin --- # yacc pfctl/parse.c /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbyacc -o parse.c /tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/sbin/pfctl/parse.y --- dependall-wiconfig --- --- .depend --- # create wiconfig/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend wiconfig.d --- dependall --- --- dependall-sys --- --- dependall-sysmon --- --- .depend --- # create sysmon/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .d -d -f .depend sysmon.d --- dependall --- --- dependall-usr.sbin --- --- dependall-ypserv --- --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc --- mv -f build-hash-table.lo.o build-hash-table.lo --- dependall-usr.sbin --- --- yppush_proc.o --- --- dependall-pf --- --- parse.d --- --- dependall-external --- --- build-vec.lo --- --- dependall-usr.sbin --- # create pfctl/parse.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f parse.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES parse.c && mv -f parse.d.tmp parse.d --- dependall-external --- # compile backend/build-vec.lo c++ -O -std=gnu++11 -I/tmp/build/2026.03.18.23.43.21-sparc/obj/external/gpl3/gcc/usr.bin/backend -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/usr.bin/backend/.. -I/tmp/build/2026.03.18.23.43.21-sparc/obj/external/gpl3/gcc/usr.bin/host-libiberty/libiberty -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/usr.bin/backend/../gcc/arch/sparc -DIN_GCC -DHAVE_CONFIG_H -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/. -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../include -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../libcpp/include -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../libcody -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../libdecnumber -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/dist/gcc/../libbacktrace -DGENERATOR_FILE -c -o build-vec.lo.o build-vec.cc --- dependall-usr.sbin --- --- dependall-ypserv --- # compile yppush/yppush_proc.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/../common -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/yppush_proc.c -o yppush_proc.o --- dependall-pf --- --- pf_print_state.d --- # create pfctl/pf_print_state.d --- dependall-wlanctl --- --- .depend --- --- dependall-pf --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f pf_print_state.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/sbin/pfctl/pf_print_state.c && mv -f pf_print_state.d.tmp pf_print_state.d --- dependall-plainrsa-gen --- --- genlist.o --- --- dependall-sys --- --- dependall-spkr --- --- .depend --- --- dependall-usr.sbin --- --- dependall-wlanctl --- # create wlanctl/.depend rm -f .depend --- dependall-plainrsa-gen --- --- misc.o --- --- dependall-wlanctl --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend wlanctl.d --- dependall-sys --- # create spkr/.depend rm -f .depend --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- # compile plainrsa-gen/misc.o --- dependall-sys --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .d -d -f .depend audiobell.d ioconf.d spkr.d spkr_audio.d spkr_pcppi.d --- dependall-usr.sbin --- --- dependall-wlanctl --- --- dependall --- --- dependall-plainrsa-gen --- /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/misc.c -o misc.o --- dependall-sys --- --- dependall-sppp_subr --- --- .depend --- # create sppp_subr/.depend rm -f .depend --- dependall-spkr --- --- dependall --- --- dependall-sppp_subr --- CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .d -d -f .depend if_spppsubr.d --- dependall-usr.sbin --- --- dependall-wiconfig --- --- .gdbinit --- rm -f .gdbinit --- dependall-sys --- --- dependall --- --- dependall-usr.sbin --- echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-sparc/destdir" > .gdbinit --- wiconfig.html8 --- --- dependall-racoon --- --- isakmp_unity.d --- --- dependall-wiconfig --- # format wiconfig/wiconfig.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/wiconfig/wiconfig.8 > wiconfig.html8.tmp && mv -f wiconfig.html8.tmp wiconfig.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/wiconfig/wiconfig.8 > wiconfig.html8.tmp && mv -f wiconfig.html8.tmp wiconfig.html8; fi --- dependall-racoon --- # create racoon/isakmp_unity.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f isakmp_unity.d.tmp -- -std=gnu11 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c && mv -f isakmp_unity.d.tmp isakmp_unity.d --- dependall-racoonctl --- --- dependall-racoon --- --- isakmp_xauth.d --- # create racoon/isakmp_xauth.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f isakmp_xauth.d.tmp -- -std=gnu11 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c && mv -f isakmp_xauth.d.tmp isakmp_xauth.d --- dependall-wiconfig --- --- wiconfig.o --- # compile wiconfig/wiconfig.o --- dependall-sys --- --- dependall-raid --- --- rf_stripelocks.d --- --- dependall-usr.sbin --- /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -c -Wno-stringop-truncation /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/wiconfig/wiconfig.c -o wiconfig.o --- dependall-sys --- # create raid/rf_stripelocks.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_stripelocks.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_stripelocks.c && mv -f rf_stripelocks.d.tmp rf_stripelocks.d --- dependall-usr.sbin --- --- dependall-wlanctl --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2026.03.18.23.43.21-sparc/destdir" > .gdbinit --- wlanctl.html8 --- # format wlanctl/wlanctl.html8 if test "" != "yes"; then /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/wlanctl/wlanctl.8 > wlanctl.html8.tmp && mv -f wlanctl.html8.tmp wlanctl.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-font:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/site-tmac:/tmp/build/2026.03.18.23.43.21-sparc/tools/share/groff/tmac /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/wlanctl/wlanctl.8 > wlanctl.html8.tmp && mv -f wlanctl.html8.tmp wlanctl.html8; fi --- wlanctl.o --- # compile wlanctl/wlanctl.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -c /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/wlanctl/wlanctl.c -o wlanctl.o --- dependall-sys --- --- dependall-sysmon --- --- sysmon.o --- # compile sysmon/sysmon.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/sysmon -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/sysmon/sysmon.c -o sysmon.o --- dependall-usr.sbin --- --- dependall-ypserv --- --- yppush_svc.o --- # compile yppush/yppush_svc.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/../common -D_KERNTYPES -c -Wno-cast-function-type /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush/yppush_svc.c -o yppush_svc.o --- dependall-plainrsa-gen --- --- logger.o --- --- dependall-ypserv --- --- dependall-ypserv --- --- dependall-pf --- --- dependall-pflogd --- --- dependall-ypserv --- dependall ===> usr.sbin/ypserv/ypserv --- dependall-pf --- dependall ===> usr.sbin/pf/pflogd --- dependall-sys --- --- dependall-npf --- --- dependall-usr.sbin --- --- dependall-ypserv --- --- dependall-yptest --- dependall ===> usr.sbin/ypserv/yptest --- dependall-pf --- --- dependall-pfctl --- --- pf_ruleset.d --- # create pfctl/pf_ruleset.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f pf_ruleset.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dist/pf/net/pf_ruleset.c && mv -f pf_ruleset.d.tmp pf_ruleset.d --- dependall-pflogd --- --- pflogd.d --- # create pflogd/pflogd.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f pflogd.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/sbin/pflogd -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/sbin/pflogd/pflogd.c && mv -f pflogd.d.tmp pflogd.d --- dependall-ypserv --- --- dependall-ypserv --- --- gethnamaddr.d --- # create ypserv/gethnamaddr.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f gethnamaddr.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DOPTIMIZE_DB -DLIBWRAP -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libc/include -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/ypserv/../common -D_KERNTYPES -UYP -D_LIBC /tmp/build/2026.03.18.23.43.21-sparc/src/lib/libc/net/gethnamaddr.c && mv -f gethnamaddr.d.tmp gethnamaddr.d --- dependall-yptest --- --- yptest.d --- # create yptest/yptest.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f yptest.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yptest/../common -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yptest/yptest.c && mv -f yptest.d.tmp yptest.d --- dependall-sys --- --- dependall-sppp_subr --- --- if_spppsubr.o --- # compile sppp_subr/if_spppsubr.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DINET -DINET6 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/sppp_subr -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-sparc/src/sys/net/if_spppsubr.c -o if_spppsubr.o --- dependall-spkr --- --- spkr_pcppi.o --- # compile spkr/spkr_pcppi.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DNWSMUX=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/spkr -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/isa/spkr_pcppi.c -o spkr_pcppi.o --- dependall-usr.sbin --- --- dependall-racoon --- --- localconf.d --- # create racoon/localconf.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f localconf.d.tmp -- -std=gnu11 -Wstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DIPSEC_DEBUG -DENABLE_WILDCARD_MATCH -DADMINPORTDIR=\"/var/run\" -DSYSCONFDIR=\"/etc/racoon\" -DHAVE_LIBRADIUS -DHAVE_LIBPAM -DHAVE_GSSAPI -DHAVE_OPENSSL_IDEA_H -DINET6 -DHAVE_LIBLDAP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -D_FORTIFY_SOURCE=2 /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/localconf.c && mv -f localconf.d.tmp localconf.d --- dependall-sys --- --- dependall-raid --- --- rf_strutils.d --- # create raid/rf_strutils.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f rf_strutils.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DRAID_AUTOCONFIG=1 -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 -DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 -DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/raid -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR /tmp/build/2026.03.18.23.43.21-sparc/src/sys/dev/raidframe/rf_strutils.c && mv -f rf_strutils.d.tmp rf_strutils.d --- dependall-npf --- --- npf_tableset.o --- --- lpm.o --- # compile npf/lpm.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -ffreestanding -fno-strict-aliasing -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DINET6 -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/external/bsd/libnv/dist -I/tmp/build/2026.03.18.23.43.21-sparc/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/npf -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/arch -isystem /tmp/build/2026.03.18.23.43.21-sparc/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -c /tmp/build/2026.03.18.23.43.21-sparc/src/sys/net/npf/lpm.c -o lpm.o --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- --- misc.o --- --- plog.o --- --- dependall-pf --- In file included from /tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/sbin/pflogd/pflogd.c:51: /tmp/build/2026.03.18.23.43.21-sparc/src/external/bsd/libpcap/dist/pcap-int.h:89:4: error: #error Unknown time_t size 89 | #error Unknown time_t size | ^~~~~ --- dependall-plainrsa-gen --- # compile plainrsa-gen/plog.o /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc -O2 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DNOUSE_PRIVSEP -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/missing -I/tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/libipsec -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libipsec -I. -DHAVE_CONFIG_H -D_KERNTYPES -c /tmp/build/2026.03.18.23.43.21-sparc/src/crypto/dist/ipsec-tools/src/racoon/plog.c -o plog.o --- dependall-ypserv --- --- dependall-ypserv --- --- getnetnamadr.d --- --- dependall-pf --- --- dependall-pfctl --- --- pfctl.d --- --- dependall-ypserv --- # create ypserv/getnetnamadr.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f getnetnamadr.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -DOPTIMIZE_DB -DLIBWRAP -I. -I/tmp/build/2026.03.18.23.43.21-sparc/src/lib/libc/include -I/tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/ypserv/../common -D_KERNTYPES -UYP -D_LIBC /tmp/build/2026.03.18.23.43.21-sparc/src/lib/libc/net/getnetnamadr.c && mv -f getnetnamadr.d.tmp getnetnamadr.d --- dependall-yptest --- --- .depend --- --- dependall-pf --- # create pfctl/pfctl.d CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f pfctl.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/sbin/pfctl -I/tmp/build/2026.03.18.23.43.21-sparc/src/sys/dist/pf -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/sbin/pfctl/pfctl.c && mv -f pfctl.d.tmp pfctl.d --- dependall-ypserv --- # create yptest/.depend rm -f .depend CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend yptest.d --- dependall-pf --- --- dependall-pflogd --- nbmkdep: compile failed. --- dependall-ypserv --- --- dependall --- --- dependall-pf --- *** Failed target: pflogd.d *** In directory: /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/pf/pflogd *** Failed commands: ${_MKTARGET_CREATE} => @echo '# ' " create " pflogd/pflogd.d ${MKDEP} -f ${.TARGET}.tmp ${_MKDEP_FILEFLAGS} -- ${MKDEPFLAGS} ${CFLAGS:M-std=*} ${CFLAGS:C/-([IDUW])[ ]*/-\1/Wg:M-[IDUW]*} ${CPPFLAGS:N-Wp,-iremap,*} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} && ${MV} ${.TARGET}.tmp ${.TARGET} => CC=/tmp/build/2026.03.18.23.43.21-sparc/tools/bin/sparc--netbsdelf-gcc /tmp/build/2026.03.18.23.43.21-sparc/tools/bin/nbmkdep -f pflogd.d.tmp -- -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2026.03.18.23.43.21-sparc/destdir -I/tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/sbin/pflogd -I/tmp/build/2026.03.18.23.43.21-sparc/src/external/bsd/libpcap/dist -DPCAP_DONT_INCLUDE_PCAP_BPF_H -D_OPENBSD_SOURCE -D_KERNTYPES /tmp/build/2026.03.18.23.43.21-sparc/src/dist/pf/sbin/pflogd/pflogd.c && mv -f pflogd.d.tmp pflogd.d *** [pflogd.d] Error code 1 nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/pf/pflogd nbmake[7]: 1 error nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/pf/pflogd nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/pf --- dependall-ypserv --- --- dependall-yppush --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yppush nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv --- dependall-sys --- --- dependall-raid --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules --- dependall-usr.sbin --- --- dependall-racoon --- nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin --- dependall-ypserv --- --- dependall-yptest --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv/yptest nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv --- dependall-ypserv --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/ypserv nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin --- dependall-pf --- --- dependall-pfctl --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/pf --- dependall-racoonctl --- --- sockmisc.o --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/racoonctl nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin --- dependall-pf --- --- dependall-ftp-proxy --- --- dependall-sys --- --- dependall-spkr --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/spkr nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules --- dependall-usr.sbin --- --- dependall-wlanctl --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/wlanctl nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin --- dependall-external --- --- dependall-gdb --- nbmake[8]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb/lib nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gdb nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3 --- dependall-sys --- --- dependall-sysmon --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/sysmon nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules --- dependall-usr.sbin --- --- dependall-plainrsa-gen --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/plainrsa-gen nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin --- dependall-npf --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf/npfctl nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/npf nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin --- dependall-sys --- --- dependall-npf --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/npf nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules --- dependall-usr.sbin --- --- dependall-pf --- --- ftp-proxy.o --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/pf/ftp-proxy nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/pf nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin --- dependall-wiconfig --- nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin/wiconfig nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/usr.sbin nbmake[4]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src --- dependall-sys --- --- dependall-spdmem --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/spdmem nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules --- dependall-nfs --- --- nfs_vnops.o --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/nfs nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules --- dependall-external --- --- dependall-gcc --- mv -f build-vec.lo.o build-vec.lo nbmake[8]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc/usr.bin nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3/gcc nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/external/gpl3 nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/external nbmake[4]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src --- dependall-sys --- --- dependall-pf --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/pf nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules --- dependall-sppp_subr --- nbmake[7]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules/sppp_subr nbmake[6]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/sys/modules nbmake[5]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src/sys nbmake[4]: stopped making "dependall" in /tmp/build/2026.03.18.23.43.21-sparc/src nbmake[3]: stopped making "do-build" in /tmp/build/2026.03.18.23.43.21-sparc/src nbmake[2]: stopped making "build" in /tmp/build/2026.03.18.23.43.21-sparc/src nbmake[1]: stopped making "distribution" in /tmp/build/2026.03.18.23.43.21-sparc/src nbmake: stopped making "release" in /tmp/build/2026.03.18.23.43.21-sparc/src ERROR: Failed to make release *** BUILD ABORTED *** 978.38 real 12173.61 user 2110.81 sys