Last 2000 lines of build log: | ^~~~~~~~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:17: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1053:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1053 | res = HMAC_Final(ctx->ctx, mac, &mdlen); | ^~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:17: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ --- dependall-wpa_supplicant --- --- wpa.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o wpa.o wpa.o.o && rm -f wpa.o.o --- dependall-hostapd --- /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1054:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1054 | HMAC_CTX_free(ctx->ctx); | ^~~~~~~~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:17: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c: In function 'openssl_hmac_vector': /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1081:2: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1081 | ctx = HMAC_CTX_new(); | ^~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:17: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/hmac.h:33:33: note: declared here 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); | ^~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1084:2: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1084 | res = HMAC_Init_ex(ctx, key, key_len, type, NULL); | ^~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:17: /tmp/build/2024.01.02.19.27.57-amd64/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/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1089:3: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1089 | HMAC_Update(ctx, addr[i], len[i]); | ^~~~~~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:17: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1091:2: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1091 | res = HMAC_Final(ctx, mac, &mdlen); | ^~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:17: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1093:2: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1093 | HMAC_CTX_free(ctx); | ^~~~~~~~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:17: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c: In function 'crypto_ec_init': /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1621:6: warning: 'EC_GROUP_get_curve_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1621 | !EC_GROUP_get_curve_GFp(e->group, e->prime, e->a, e->b, e->bnctx) || | ^ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:23: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ec.h:354:27: note: declared here 354 | OSSL_DEPRECATEDIN_3_0 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c: In function 'crypto_ec_point_x': /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1697:2: warning: 'EC_POINT_get_affine_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1697 | return EC_POINT_get_affine_coordinates_GFp(e->group, | ^~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:23: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ec.h:659:27: note: declared here 659 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_get_affine_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c: In function 'crypto_ec_point_to_bin': --- dependall-wpa_supplicant --- --- wpa_common.o --- --- dependall-hostapd --- /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1718:6: warning: 'EC_POINT_get_affine_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1718 | EC_POINT_get_affine_coordinates_GFp(e->group, (EC_POINT *) point, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:23: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ec.h:659:27: note: declared here 659 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_get_affine_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c: In function 'crypto_ec_point_from_bin': /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1757:2: warning: 'EC_POINT_set_affine_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1757 | if (!EC_POINT_set_affine_coordinates_GFp(e->group, elem, x, y, | ^~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:23: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ec.h:646:27: note: declared here 646 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_set_affine_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c: In function 'crypto_ec_point_solve_y_coord': /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1807:2: warning: 'EC_POINT_set_compressed_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1807 | if (!EC_POINT_set_compressed_coordinates_GFp(e->group, (EC_POINT *) p, | ^~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:23: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ec.h:686:27: note: declared here 686 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_set_compressed_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- dependall-wpa_supplicant --- # compile wpa_supplicant/wpa_common.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/wpa_supplicant -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/drivers -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/rsn_supp -DCONFIG_BACKEND_FILE -DCONFIG_PEERKEY -DCONFIG_MATCH_IFACE -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_WIRED -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_SMARTCARD -DCONFIG_DEBUG_FILE -DCONFIG_DEBUG_SYSLOG -DIEEE8021X_EAPOL -DPKCS12_FUNCS -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_PSK -DEAP_TLS_OPENSSL -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common/wpa_common.c -o wpa_common.o.o --- dependall-hostapd --- /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c: In function 'crypto_ecdh_init': /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1890:2: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1890 | ec_params = EC_KEY_new_by_curve_name(ecdh->ec->nid); | ^~~~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:23: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ec.h:998:31: note: declared here 998 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1896:2: warning: 'EC_KEY_set_asn1_flag' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1896 | EC_KEY_set_asn1_flag(ec_params, OPENSSL_EC_NAMED_CURVE); | ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:23: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ec.h:1087:28: note: declared here 1087 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_asn1_flag(EC_KEY *eckey, int asn1_flag); | ^~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1898:2: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1898 | if (!params || EVP_PKEY_set1_EC_KEY(params, ec_params) != 1) { | ^~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:15: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/evp.h:1372:5: note: declared here 1372 | int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key); | ^~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1922:2: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1922 | EC_KEY_free(ec_params); | ^~~~~~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:23: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ec.h:1003:28: note: declared here 1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c: In function 'crypto_ecdh_get_pubkey': /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1943:2: warning: 'EVP_PKEY_get1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1943 | eckey = EVP_PKEY_get1_EC_KEY(ecdh->pkey); | ^~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:15: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/evp.h:1376:19: note: declared here 1376 | struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1947:2: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1947 | pubkey = EC_KEY_get0_public_key(eckey); | ^~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:23: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ec.h:1062:39: note: declared here 1062 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1961:2: warning: 'EC_POINT_get_affine_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1961 | if (EC_POINT_get_affine_coordinates_GFp(ecdh->ec->group, pubkey, | ^~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:23: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ec.h:659:27: note: declared here 659 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_get_affine_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:1984:2: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1984 | EC_KEY_free(eckey); | ^~~~~~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:23: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ec.h:1003:28: note: declared here 1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c: In function 'crypto_ecdh_set_peerkey': /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:2014:3: warning: 'EC_POINT_set_affine_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2014 | if (!EC_POINT_set_affine_coordinates_GFp(ecdh->ec->group, pub, | ^~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:23: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ec.h:646:27: note: declared here 646 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_set_affine_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:2022:2: warning: 'EC_POINT_set_compressed_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2022 | } else if (!EC_POINT_set_compressed_coordinates_GFp(ecdh->ec->group, | ^ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:23: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ec.h:686:27: note: declared here 686 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_set_compressed_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:2037:2: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2037 | eckey = EC_KEY_new_by_curve_name(ecdh->ec->nid); | ^~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:23: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ec.h:998:31: note: declared here 998 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:2038:2: warning: 'EC_KEY_set_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2038 | if (!eckey || EC_KEY_set_public_key(eckey, pub) != 1) { | ^~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:23: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ec.h:1070:27: note: declared here 1070 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub); | ^~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:2046:2: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2046 | if (!peerkey || EVP_PKEY_set1_EC_KEY(peerkey, eckey) != 1) | ^~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:15: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/evp.h:1372:5: note: declared here 1372 | int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key); | ^~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:2077:2: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2077 | EC_KEY_free(eckey); | ^~~~~~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/crypto_openssl.c:23: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ec.h:1003:28: note: declared here 1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ --- dependall-tests --- --- regress_buffer.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o regress_buffer.o regress_buffer.o.o && rm -f regress_buffer.o.o --- dependall-external --- --- dependall-nvi --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ex_shift.o ex_shift.o.o && rm -f ex_shift.o.o --- dependall-sys --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -L VERSION -o if_loop.o if_loop.o.o && rm -f if_loop.o.o --- dependall-external --- --- ex_source.o --- --- dependall-tests --- --- regress_zlib.o --- --- dependall-external --- # compile nvi/ex_source.o --- dependall-tests --- # compile libevent/regress_zlib.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/libevent/dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/libevent/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/libevent/dist/include -DLIBEVENT_CRYPTO -I/tmp/build/2024.01.02.19.27.57-amd64/src/tests/lib/libevent/../.. -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/libevent/dist/test/regress_zlib.c -o regress_zlib.o.o --- dependall-external --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/ex/ex_source.c -o ex_source.o.o --- dependall-sys --- --- if_loop.kmod --- # link if_loop/if_loop.kmod /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -Wl,--warn-shared-textrel -Wl,-z,relro -nostdlib -r -Wl,-T,/tmp/build/2024.01.02.19.27.57-amd64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=if_loop.kmod.map -o if_loop.kmod if_loop.o --- dependall-if_lagg --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -L VERSION -o if_laggproto.o if_laggproto.o.o && rm -f if_laggproto.o.o --- dependall-if_loop --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -L VERSION -o if_loop.kmod if_loop.o --- dependall-external --- --- ex_stop.o --- --- dependall-sys --- --- dependall-if_lagg --- --- if_lagg_lacp.o --- # compile if_lagg/if_lagg_lacp.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -g -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -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 -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mcmodel=kernel -fno-omit-frame-pointer -I/tmp/build/2024.01.02.19.27.57-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DINET -DINET6 -I/tmp/build/2024.01.02.19.27.57-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/modules/if_lagg -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys/arch -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2024.01.02.19.27.57-amd64/src/sys/net/lagg/if_lagg_lacp.c -o if_lagg_lacp.o.o --- dependall-usr.sbin --- --- dependall-sysinst --- --- part_edit.d --- --- dependall-external --- # compile nvi/ex_stop.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/ex/ex_stop.c -o ex_stop.o.o --- dependall-usr.sbin --- # create amd64/part_edit.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f part_edit.d.tmp -- -std=gnu99 -Wno-format-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -DBOOTSEL -DWSKBD -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_GPT -DHAVE_MBR -DCHECK_ENTROPY=1 -DHAVE_MODULES -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../.. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../../../sbin/fsck -DSETS_TAR_SUFF=\"tar.xz\" -DREL=\"10.99.10\" -DMACH=\"amd64\" -DMACH_amd64 -DARCH_x86_64 -DEXTRACT_NEEDS_BIG_RAM -DSYSINST_FTP_HOST=\"nyftp.NetBSD.org\" -DSYSINST_HTTP_HOST=\"nycdn.NetBSD.org\" -DREL_PATH=\"HEAD\" -DPKG_SUBDIR="\"10.0\"" -DNETBSD_MAJOR='"10"' -DCATALOG_DIR=\"/usr/share/sysinst/catalog\" -DINET6 /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../part_edit.c && mv -f part_edit.d.tmp part_edit.d --- dependall-external --- --- dependall-tcpdump --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-timed.o print-timed.o.o && rm -f print-timed.o.o --- dependall-ipf --- --- ipmon.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ipmon.o ipmon.o.o && rm -f ipmon.o.o --- dependall-tcpdump --- --- print-tipc.o --- # compile bin/print-tipc.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist/print-tipc.c -o print-tipc.o.o --- dependall-tmux --- --- window-client.o --- # compile tmux/window-client.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/usr.bin/tmux -DHAVE_ASPRINTF=1 -DHAVE_B64_NTOP=1 -DHAVE_BITSTRING_H=1 -DHAVE_BSD_GETOPT=1 -DHAVE_CFMAKERAW=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOSEFROM=1 -DHAVE_CURSES_H=1 -DHAVE_DAEMON=1 -DHAVE_DIRENT_H=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_FCNTL_CLOSEM=1 -DHAVE_FCNTL_H=1 -DHAVE_FGETLN=1 -DHAVE_FLOCK=1 -DHAVE_FORKPTY=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETLINE=1 -DHAVE_GETPEEREID=1 -DHAVE_GETPROGNAME=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBM=1 -DHAVE_LIBPROC_H=1 -DHAVE_MEMMEM=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_PROC_PID=1 -DHAVE_QUEUE_H=1 -DHAVE_REALLOCARRAY=1 -DHAVE_SETENV=1 -DHAVE_SETPROCTITLE=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRCASESTR=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 -DHAVE_STRNDUP=1 -DHAVE_STRSEP=1 -DHAVE_STRTONUM=1 -DHAVE_SYSCONF=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_SIGNAME=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TREE_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_TREE_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTIL_H=1 -DHAVE_VIS=1 -DHAVE___PROGNAME=1 -DPACKAGE=\"tmux\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_NAME=\"tmux\" -DPACKAGE_STRING=\"tmux\ 3.3a\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_URL=\"\" -DPACKAGE_VERSION=\"3.3a\" -DSTDC_HEADERS=1 -DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:DG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' -DTMUX_TERM='"tmux-256color"' -DTMUX_VERSION='"3.3a"' -DVERSION=\"3.3a\" -D_ALL_SOURCE=1 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE=1 -D_OPENBSD_SOURCE -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/dist/window-client.c -o window-client.o.o --- tty.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o tty.o tty.o.o && rm -f tty.o.o --- dependall-usr.sbin --- --- partitions.d --- # create amd64/partitions.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f partitions.d.tmp -- -std=gnu99 -Wno-format-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -DBOOTSEL -DWSKBD -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_GPT -DHAVE_MBR -DCHECK_ENTROPY=1 -DHAVE_MODULES -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../.. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../../../sbin/fsck -DSETS_TAR_SUFF=\"tar.xz\" -DREL=\"10.99.10\" -DMACH=\"amd64\" -DMACH_amd64 -DARCH_x86_64 -DEXTRACT_NEEDS_BIG_RAM -DSYSINST_FTP_HOST=\"nyftp.NetBSD.org\" -DSYSINST_HTTP_HOST=\"nycdn.NetBSD.org\" -DREL_PATH=\"HEAD\" -DPKG_SUBDIR="\"10.0\"" -DNETBSD_MAJOR='"10"' -DCATALOG_DIR=\"/usr/share/sysinst/catalog\" -DINET6 /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../partitions.c && mv -f partitions.d.tmp partitions.d --- dependall-external --- --- dependall-nvi --- --- ex_source.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ex_source.o ex_source.o.o && rm -f ex_source.o.o --- dependall-tests --- --- regress_et.o --- # compile libevent/regress_et.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/libevent/dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/libevent/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/libevent/dist/include -DLIBEVENT_CRYPTO -I/tmp/build/2024.01.02.19.27.57-amd64/src/tests/lib/libevent/../.. -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/libevent/dist/test/regress_et.c -o regress_et.o.o --- dependall-sys --- --- if_lagg.o --- # compile if_lagg/if_lagg.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -g -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -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 -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mcmodel=kernel -fno-omit-frame-pointer -I/tmp/build/2024.01.02.19.27.57-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DINET -DINET6 -I/tmp/build/2024.01.02.19.27.57-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/modules/if_lagg -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys/arch -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2024.01.02.19.27.57-amd64/src/sys/net/lagg/if_lagg.c -o if_lagg.o.o --- dependall-external --- --- ex_stop.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ex_stop.o ex_stop.o.o && rm -f ex_stop.o.o --- ex_subst.o --- # compile nvi/ex_subst.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/ex/ex_subst.c -o ex_subst.o.o --- dependall-usr.sbin --- --- partman.d --- # create amd64/partman.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f partman.d.tmp -- -std=gnu99 -Wno-format-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -DBOOTSEL -DWSKBD -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_GPT -DHAVE_MBR -DCHECK_ENTROPY=1 -DHAVE_MODULES -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../.. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../../../sbin/fsck -DSETS_TAR_SUFF=\"tar.xz\" -DREL=\"10.99.10\" -DMACH=\"amd64\" -DMACH_amd64 -DARCH_x86_64 -DEXTRACT_NEEDS_BIG_RAM -DSYSINST_FTP_HOST=\"nyftp.NetBSD.org\" -DSYSINST_HTTP_HOST=\"nycdn.NetBSD.org\" -DREL_PATH=\"HEAD\" -DPKG_SUBDIR="\"10.0\"" -DNETBSD_MAJOR='"10"' -DCATALOG_DIR=\"/usr/share/sysinst/catalog\" -DINET6 /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../partman.c && mv -f partman.d.tmp partman.d --- partutil.d --- # create amd64/partutil.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f partutil.d.tmp -- -std=gnu99 -Wno-format-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -DBOOTSEL -DWSKBD -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_GPT -DHAVE_MBR -DCHECK_ENTROPY=1 -DHAVE_MODULES -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../.. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../../../sbin/fsck -DSETS_TAR_SUFF=\"tar.xz\" -DREL=\"10.99.10\" -DMACH=\"amd64\" -DMACH_amd64 -DARCH_x86_64 -DEXTRACT_NEEDS_BIG_RAM -DSYSINST_FTP_HOST=\"nyftp.NetBSD.org\" -DSYSINST_HTTP_HOST=\"nycdn.NetBSD.org\" -DREL_PATH=\"HEAD\" -DPKG_SUBDIR="\"10.0\"" -DNETBSD_MAJOR='"10"' -DCATALOG_DIR=\"/usr/share/sysinst/catalog\" -DINET6 /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../../../sbin/fsck/partutil.c && mv -f partutil.d.tmp partutil.d --- dependall-sys --- --- dependall-if_mpls --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -L VERSION -o if_mpls.o if_mpls.o.o && rm -f if_mpls.o.o --- if_mpls.kmod --- # link if_mpls/if_mpls.kmod /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -Wl,--warn-shared-textrel -Wl,-z,relro -nostdlib -r -Wl,-T,/tmp/build/2024.01.02.19.27.57-amd64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=if_mpls.kmod.map -o if_mpls.kmod if_mpls.o --- dependall-usr.sbin --- --- dependall-timed --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o master.o master.o.o && rm -f master.o.o --- networkdelta.o --- --- dependall-sys --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -L VERSION -o if_mpls.kmod if_mpls.o --- dependall-usr.sbin --- # compile timed/networkdelta.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DSUPPORT_UTMP -DSUPPORT_UTMPX -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timed/networkdelta.c -o networkdelta.o.o --- dependall-external --- --- dependall-gpl3 --- --- thread.d --- # create libgdb/thread.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f thread.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 -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/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/thread.c && mv -f thread.d.tmp thread.d --- dependall-usr.sbin --- --- dependall-timedc --- dependall ===> usr.sbin/timed/timedc --- dependall-usr.bin --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ul.o ul.o.o && rm -f ul.o.o --- ul --- # link ul/ul /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o ul ul.o -Wl,-rpath-link,/tmp/build/2024.01.02.19.27.57-amd64/destdir/lib -L=/lib -lterminfo -lutil --- dependall-usr.sbin --- --- dependall-sysinst --- --- run.d --- # create amd64/run.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f run.d.tmp -- -std=gnu99 -Wno-format-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -DBOOTSEL -DWSKBD -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_GPT -DHAVE_MBR -DCHECK_ENTROPY=1 -DHAVE_MODULES -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../.. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../../../sbin/fsck -DSETS_TAR_SUFF=\"tar.xz\" -DREL=\"10.99.10\" -DMACH=\"amd64\" -DMACH_amd64 -DARCH_x86_64 -DEXTRACT_NEEDS_BIG_RAM -DSYSINST_FTP_HOST=\"nyftp.NetBSD.org\" -DSYSINST_HTTP_HOST=\"nycdn.NetBSD.org\" -DREL_PATH=\"HEAD\" -DPKG_SUBDIR="\"10.0\"" -DNETBSD_MAJOR='"10"' -DCATALOG_DIR=\"/usr/share/sysinst/catalog\" -DINET6 /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../run.c && mv -f run.d.tmp run.d --- dependall-timed --- --- byteorder.d --- # create timedc/byteorder.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f byteorder.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timedc/../timed/byteorder.c && mv -f byteorder.d.tmp byteorder.d --- dependall-external --- --- dependall-bsd --- --- dependall-tcpdump --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-tipc.o print-tipc.o.o && rm -f print-tipc.o.o --- dependall-gpl3 --- --- dependall-gcc.old --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-objcopy -x tsan_suppressions.pico --- dependall-bsd --- --- print-token.o --- --- dependall-gpl3 --- --- tsan_suppressions.po --- --- dependall-bsd --- # compile bin/print-token.o --- dependall-gpl3 --- # compile libtsan/tsan_suppressions.po --- dependall-bsd --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist/print-token.c -o print-token.o.o --- dependall-gpl3 --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=74311ed5 -O2 -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -std=gnu++11 -fsized-deallocation -fvisibility=hidden -fno-builtin -fno-exceptions -fno-rtti -funwind-tables --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSANITIZER_HAS_EXCEPTIONS=1 -DSANITIZER_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -c -DGPROF -DPROF -pg -fPIC /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/tsan_suppressions.cc -o tsan_suppressions.po --- dependall-usr.bin --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o ul ul.o --- dependall-uname --- dependall ===> usr.bin/uname --- dependall-usr.sbin --- --- cksum.d --- # create timedc/cksum.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f cksum.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timedc/../timed/cksum.c && mv -f cksum.d.tmp cksum.d --- dependall-usr.bin --- --- uname.d --- # create uname/uname.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f uname.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/uname/uname.c && mv -f uname.d.tmp uname.d --- dependall-usr.sbin --- --- dependall-sysinst --- --- sizemultname.d --- --- dependall-external --- --- dependall-bsd --- --- dependall-tmux --- --- window-client.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o window-client.o window-client.o.o && rm -f window-client.o.o --- dependall-usr.sbin --- # create amd64/sizemultname.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f sizemultname.d.tmp -- -std=gnu99 -Wno-format-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -DBOOTSEL -DWSKBD -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_GPT -DHAVE_MBR -DCHECK_ENTROPY=1 -DHAVE_MODULES -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../.. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../../../sbin/fsck -DSETS_TAR_SUFF=\"tar.xz\" -DREL=\"10.99.10\" -DMACH=\"amd64\" -DMACH_amd64 -DARCH_x86_64 -DEXTRACT_NEEDS_BIG_RAM -DSYSINST_FTP_HOST=\"nyftp.NetBSD.org\" -DSYSINST_HTTP_HOST=\"nycdn.NetBSD.org\" -DREL_PATH=\"HEAD\" -DPKG_SUBDIR="\"10.0\"" -DNETBSD_MAJOR='"10"' -DCATALOG_DIR=\"/usr/share/sysinst/catalog\" -DINET6 /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../sizemultname.c && mv -f sizemultname.d.tmp sizemultname.d --- dependall-timed --- --- cmds.d --- --- dependall-external --- --- window-clock.o --- --- dependall-usr.sbin --- # create timedc/cmds.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f cmds.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timedc/cmds.c && mv -f cmds.d.tmp cmds.d --- dependall-external --- # compile tmux/window-clock.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/usr.bin/tmux -DHAVE_ASPRINTF=1 -DHAVE_B64_NTOP=1 -DHAVE_BITSTRING_H=1 -DHAVE_BSD_GETOPT=1 -DHAVE_CFMAKERAW=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOSEFROM=1 -DHAVE_CURSES_H=1 -DHAVE_DAEMON=1 -DHAVE_DIRENT_H=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_FCNTL_CLOSEM=1 -DHAVE_FCNTL_H=1 -DHAVE_FGETLN=1 -DHAVE_FLOCK=1 -DHAVE_FORKPTY=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETLINE=1 -DHAVE_GETPEEREID=1 -DHAVE_GETPROGNAME=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBM=1 -DHAVE_LIBPROC_H=1 -DHAVE_MEMMEM=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_PROC_PID=1 -DHAVE_QUEUE_H=1 -DHAVE_REALLOCARRAY=1 -DHAVE_SETENV=1 -DHAVE_SETPROCTITLE=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRCASESTR=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 -DHAVE_STRNDUP=1 -DHAVE_STRSEP=1 -DHAVE_STRTONUM=1 -DHAVE_SYSCONF=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_SIGNAME=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TREE_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_TREE_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTIL_H=1 -DHAVE_VIS=1 -DHAVE___PROGNAME=1 -DPACKAGE=\"tmux\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_NAME=\"tmux\" -DPACKAGE_STRING=\"tmux\ 3.3a\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_URL=\"\" -DPACKAGE_VERSION=\"3.3a\" -DSTDC_HEADERS=1 -DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:DG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' -DTMUX_TERM='"tmux-256color"' -DTMUX_VERSION='"3.3a"' -DVERSION=\"3.3a\" -D_ALL_SOURCE=1 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE=1 -D_OPENBSD_SOURCE -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/dist/window-clock.c -o window-clock.o.o --- dependall-tests --- --- regress_zlib.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o regress_zlib.o regress_zlib.o.o && rm -f regress_zlib.o.o --- dependall-usr.bin --- --- .depend --- --- dependall-external --- --- dependall-ipf --- --- ipmon_l.o --- --- dependall-usr.bin --- # create uname/.depend rm -f .depend --- dependall-external --- # compile ipmon/ipmon_l.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -DLOGFAC=LOG_LOCAL0 -I. --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/ipf/dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/external/bsd/ipf -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c ipmon_l.c -o ipmon_l.o.o --- dependall-usr.bin --- CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend uname.d --- dependall-usr.sbin --- --- dependall-timed --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o networkdelta.o networkdelta.o.o && rm -f networkdelta.o.o --- dependall-usr.bin --- --- dependall --- --- dependall-usr.sbin --- --- readmsg.o --- # compile timed/readmsg.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DSUPPORT_UTMP -DSUPPORT_UTMPX -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timed/readmsg.c -o readmsg.o.o --- dependall-usr.bin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.01.02.19.27.57-amd64/destdir" > .gdbinit --- uname.html1 --- # format uname/uname.html1 if test "" != "yes"; then /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/uname/uname.1 > uname.html1.tmp && mv -f uname.html1.tmp uname.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/uname/uname.1 > uname.html1.tmp && mv -f uname.html1.tmp uname.html1; fi --- uname.o --- # compile uname/uname.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/uname/uname.c -o uname.o.o --- dependall-usr.sbin --- --- dependall-syslogd --- --- tls.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o tls.o tls.o.o && rm -f tls.o.o --- dependall-sysinst --- --- target.d --- --- dependall-timed --- --- dependall-timedc --- --- cmdtab.d --- # create timedc/cmdtab.d --- dependall-sysinst --- # create amd64/target.d --- dependall-timed --- CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f cmdtab.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timedc/cmdtab.c && mv -f cmdtab.d.tmp cmdtab.d --- dependall-sysinst --- CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f target.d.tmp -- -std=gnu99 -Wno-format-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -DBOOTSEL -DWSKBD -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_GPT -DHAVE_MBR -DCHECK_ENTROPY=1 -DHAVE_MODULES -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../.. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../../../sbin/fsck -DSETS_TAR_SUFF=\"tar.xz\" -DREL=\"10.99.10\" -DMACH=\"amd64\" -DMACH_amd64 -DARCH_x86_64 -DEXTRACT_NEEDS_BIG_RAM -DSYSINST_FTP_HOST=\"nyftp.NetBSD.org\" -DSYSINST_HTTP_HOST=\"nycdn.NetBSD.org\" -DREL_PATH=\"HEAD\" -DPKG_SUBDIR="\"10.0\"" -DNETBSD_MAJOR='"10"' -DCATALOG_DIR=\"/usr/share/sysinst/catalog\" -DINET6 /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../target.c && mv -f target.d.tmp target.d --- dependall-syslogd --- --- syslogd --- # link syslogd/syslogd /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o syslogd syslogd.o utmpentry.o tls.o sign.o -Wl,-rpath-link,/tmp/build/2024.01.02.19.27.57-amd64/destdir/lib -L=/lib -lutil -levent -lwrap -lblocklist -lssl -lcrypto --- dependall-timed --- --- measure.d --- # create timedc/measure.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f measure.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timedc/../timed/measure.c && mv -f measure.d.tmp measure.d --- dependall-external --- --- dependall-tcpdump --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-token.o print-token.o.o && rm -f print-token.o.o --- dependall-usr.sbin --- --- dependall-syslogd --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o syslogd syslogd.o utmpentry.o tls.o sign.o --- dependall-sysinst --- --- txtwalk.d --- --- dependall-external --- --- print-udld.o --- --- dependall-usr.sbin --- # create amd64/txtwalk.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f txtwalk.d.tmp -- -std=gnu99 -Wno-format-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -DBOOTSEL -DWSKBD -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_GPT -DHAVE_MBR -DCHECK_ENTROPY=1 -DHAVE_MODULES -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../.. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../../../sbin/fsck -DSETS_TAR_SUFF=\"tar.xz\" -DREL=\"10.99.10\" -DMACH=\"amd64\" -DMACH_amd64 -DARCH_x86_64 -DEXTRACT_NEEDS_BIG_RAM -DSYSINST_FTP_HOST=\"nyftp.NetBSD.org\" -DSYSINST_HTTP_HOST=\"nycdn.NetBSD.org\" -DREL_PATH=\"HEAD\" -DPKG_SUBDIR="\"10.0\"" -DNETBSD_MAJOR='"10"' -DCATALOG_DIR=\"/usr/share/sysinst/catalog\" -DINET6 /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../txtwalk.c && mv -f txtwalk.d.tmp txtwalk.d --- dependall-external --- # compile bin/print-udld.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist/print-udld.c -o print-udld.o.o --- dependall-usr.sbin --- --- dependall-timed --- --- timedc.d --- # create timedc/timedc.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f timedc.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timedc/timedc.c && mv -f timedc.d.tmp timedc.d --- dependall-timed --- --- slave.o --- # compile timed/slave.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DSUPPORT_UTMP -DSUPPORT_UTMPX -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timed/slave.c -o slave.o.o --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb --- --- tid-parse.d --- # create libgdb/tid-parse.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f tid-parse.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 -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/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/tid-parse.c && mv -f tid-parse.d.tmp tid-parse.d --- dependall-usr.sbin --- --- dependall-sysinst --- --- upgrade.d --- # create amd64/upgrade.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f upgrade.d.tmp -- -std=gnu99 -Wno-format-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -DBOOTSEL -DWSKBD -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_GPT -DHAVE_MBR -DCHECK_ENTROPY=1 -DHAVE_MODULES -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../.. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../../../sbin/fsck -DSETS_TAR_SUFF=\"tar.xz\" -DREL=\"10.99.10\" -DMACH=\"amd64\" -DMACH_amd64 -DARCH_x86_64 -DEXTRACT_NEEDS_BIG_RAM -DSYSINST_FTP_HOST=\"nyftp.NetBSD.org\" -DSYSINST_HTTP_HOST=\"nycdn.NetBSD.org\" -DREL_PATH=\"HEAD\" -DPKG_SUBDIR="\"10.0\"" -DNETBSD_MAJOR='"10"' -DCATALOG_DIR=\"/usr/share/sysinst/catalog\" -DINET6 /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../upgrade.c && mv -f upgrade.d.tmp upgrade.d --- dependall-external --- --- dependall-bsd --- --- dependall-wpa --- --- dependall-wpa_supplicant --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o wpa_common.o wpa_common.o.o && rm -f wpa_common.o.o --- wpa_debug.o --- --- dependall-usr.sbin --- --- dependall-timed --- --- dependall-timedc --- --- tspname.d --- --- dependall-external --- # compile wpa_supplicant/wpa_debug.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/wpa_supplicant -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/drivers -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/rsn_supp -DCONFIG_BACKEND_FILE -DCONFIG_PEERKEY -DCONFIG_MATCH_IFACE -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_WIRED -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_SMARTCARD -DCONFIG_DEBUG_FILE -DCONFIG_DEBUG_SYSLOG -DIEEE8021X_EAPOL -DPKCS12_FUNCS -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_PSK -DEAP_TLS_OPENSSL -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils/wpa_debug.c -o wpa_debug.o.o --- dependall-usr.sbin --- # create timedc/tspname.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f tspname.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timedc/../timed/tspname.c && mv -f tspname.d.tmp tspname.d --- dependall-tests --- --- regress_et.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o regress_et.o regress_et.o.o && rm -f regress_et.o.o --- dependall-external --- --- dependall-tmux --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o window-clock.o window-clock.o.o && rm -f window-clock.o.o --- dependall-tests --- --- regress_finalize.o --- # compile libevent/regress_finalize.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/libevent/dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/libevent/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/libevent/dist/include -DLIBEVENT_CRYPTO -I/tmp/build/2024.01.02.19.27.57-amd64/src/tests/lib/libevent/../.. -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/libevent/dist/test/regress_finalize.c -o regress_finalize.o.o --- dependall-external --- --- window-copy.o --- # compile tmux/window-copy.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/usr.bin/tmux -DHAVE_ASPRINTF=1 -DHAVE_B64_NTOP=1 -DHAVE_BITSTRING_H=1 -DHAVE_BSD_GETOPT=1 -DHAVE_CFMAKERAW=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOSEFROM=1 -DHAVE_CURSES_H=1 -DHAVE_DAEMON=1 -DHAVE_DIRENT_H=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_FCNTL_CLOSEM=1 -DHAVE_FCNTL_H=1 -DHAVE_FGETLN=1 -DHAVE_FLOCK=1 -DHAVE_FORKPTY=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETLINE=1 -DHAVE_GETPEEREID=1 -DHAVE_GETPROGNAME=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBM=1 -DHAVE_LIBPROC_H=1 -DHAVE_MEMMEM=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_PROC_PID=1 -DHAVE_QUEUE_H=1 -DHAVE_REALLOCARRAY=1 -DHAVE_SETENV=1 -DHAVE_SETPROCTITLE=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRCASESTR=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 -DHAVE_STRNDUP=1 -DHAVE_STRSEP=1 -DHAVE_STRTONUM=1 -DHAVE_SYSCONF=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_SIGNAME=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TREE_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_TREE_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTIL_H=1 -DHAVE_VIS=1 -DHAVE___PROGNAME=1 -DPACKAGE=\"tmux\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_NAME=\"tmux\" -DPACKAGE_STRING=\"tmux\ 3.3a\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_URL=\"\" -DPACKAGE_VERSION=\"3.3a\" -DSTDC_HEADERS=1 -DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:DG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' -DTMUX_TERM='"tmux-256color"' -DTMUX_VERSION='"3.3a"' -DVERSION=\"3.3a\" -D_ALL_SOURCE=1 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE=1 -D_OPENBSD_SOURCE -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -c -Wno-maybe-uninitialized -Wno-pointer-sign /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/dist/window-copy.c -o window-copy.o.o --- dependall-usr.bin --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o uname.o uname.o.o && rm -f uname.o.o --- uname --- # link uname/uname /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o uname uname.o -Wl,-rpath-link,/tmp/build/2024.01.02.19.27.57-amd64/destdir/lib -L=/lib --- dependall-usr.sbin --- --- dependall-sysinst --- --- util.d --- # create amd64/util.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f util.d.tmp -- -std=gnu99 -Wno-format-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -DBOOTSEL -DWSKBD -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_GPT -DHAVE_MBR -DCHECK_ENTROPY=1 -DHAVE_MODULES -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../.. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../../../sbin/fsck -DSETS_TAR_SUFF=\"tar.xz\" -DREL=\"10.99.10\" -DMACH=\"amd64\" -DMACH_amd64 -DARCH_x86_64 -DEXTRACT_NEEDS_BIG_RAM -DSYSINST_FTP_HOST=\"nyftp.NetBSD.org\" -DSYSINST_HTTP_HOST=\"nycdn.NetBSD.org\" -DREL_PATH=\"HEAD\" -DPKG_SUBDIR="\"10.0\"" -DNETBSD_MAJOR='"10"' -DCATALOG_DIR=\"/usr/share/sysinst/catalog\" -DINET6 -Wno-stringop-truncation /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../util.c && mv -f util.d.tmp util.d --- dependall-usr.bin --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o uname uname.o --- dependall-usr.sbin --- --- dependall-timed --- --- dependall-timed --- --- readmsg.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o readmsg.o readmsg.o.o && rm -f readmsg.o.o --- dependall-usr.bin --- --- dependall-unexpand --- --- dependall-unifdef --- --- dependall-unexpand --- dependall ===> usr.bin/unexpand --- dependall-unifdef --- dependall ===> usr.bin/unifdef --- dependall-usr.sbin --- --- dependall-timedc --- --- .depend --- --- dependall-usr.bin --- --- dependall-unexpand --- --- unexpand.d --- --- dependall-usr.sbin --- # create timedc/.depend rm -f .depend --- dependall-usr.bin --- # create unexpand/unexpand.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f unexpand.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/unexpand/unexpand.c && mv -f unexpand.d.tmp unexpand.d --- dependall-usr.sbin --- CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend byteorder.d cksum.d cmds.d cmdtab.d measure.d timedc.d tspname.d --- dependall-usr.bin --- --- dependall-unifdef --- --- unifdef.d --- --- dependall-usr.sbin --- --- dependall --- --- dependall-usr.bin --- # create unifdef/unifdef.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f unifdef.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -Wno-stringop-truncation /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/unifdef/unifdef.c && mv -f unifdef.d.tmp unifdef.d --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc.old --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-objcopy -X tsan_suppressions.po --- dependall-bsd --- --- dependall-tcpdump --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-udld.o print-udld.o.o && rm -f print-udld.o.o --- dependall-gpl3 --- --- tsan_symbolize.pico --- --- dependall-bsd --- --- print-udp.o --- --- dependall-gpl3 --- # compile libtsan/tsan_symbolize.pico /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=12cdd5d5 -O2 -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -std=gnu++11 -fsized-deallocation -fvisibility=hidden -fno-builtin -fno-exceptions -fno-rtti -funwind-tables --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSANITIZER_HAS_EXCEPTIONS=1 -DSANITIZER_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -c -DPIC -fPIC /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/tsan_symbolize.cc -o tsan_symbolize.pico --- dependall-bsd --- # compile bin/print-udp.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist/print-udp.c -o print-udp.o.o --- dependall-usr.sbin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.01.02.19.27.57-amd64/destdir" > .gdbinit --- timedc.html8 --- --- dependall-usr.bin --- --- dependall-unexpand --- --- .depend --- --- dependall-usr.sbin --- # format timedc/timedc.html8 if test "" != "yes"; then /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timedc/timedc.8 > timedc.html8.tmp && mv -f timedc.html8.tmp timedc.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timedc/timedc.8 > timedc.html8.tmp && mv -f timedc.html8.tmp timedc.html8; fi --- dependall-usr.bin --- # create unexpand/.depend rm -f .depend --- dependall-external --- --- dependall-ipf --- --- ipmon_y.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ipmon_y.o ipmon_y.o.o && rm -f ipmon_y.o.o --- dependall-usr.bin --- CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend unexpand.d --- dependall --- --- dependall-usr.sbin --- --- cmds.o --- --- cmdtab.o --- --- cmds.o --- # compile timedc/cmds.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timedc/cmds.c -o cmds.o.o --- cmdtab.o --- # compile timedc/cmdtab.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timedc/cmdtab.c -o cmdtab.o.o --- dependall-usr.bin --- --- dependall-unifdef --- --- .depend --- # create unifdef/.depend rm -f .depend CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend unifdef.d --- dependall --- --- dependall-unexpand --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.01.02.19.27.57-amd64/destdir" > .gdbinit --- unexpand.o --- # compile unexpand/unexpand.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/unexpand/unexpand.c -o unexpand.o.o --- dependall-usr.sbin --- --- dependall-sysinst --- --- wskbd.d --- # create amd64/wskbd.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f wskbd.d.tmp -- -std=gnu99 -Wno-format-truncation -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -DBOOTSEL -DWSKBD -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_GPT -DHAVE_MBR -DCHECK_ENTROPY=1 -DHAVE_MODULES -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../.. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../../../sbin/fsck -DSETS_TAR_SUFF=\"tar.xz\" -DREL=\"10.99.10\" -DMACH=\"amd64\" -DMACH_amd64 -DARCH_x86_64 -DEXTRACT_NEEDS_BIG_RAM -DSYSINST_FTP_HOST=\"nyftp.NetBSD.org\" -DSYSINST_HTTP_HOST=\"nycdn.NetBSD.org\" -DREL_PATH=\"HEAD\" -DPKG_SUBDIR="\"10.0\"" -DNETBSD_MAJOR='"10"' -DCATALOG_DIR=\"/usr/share/sysinst/catalog\" -DINET6 /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../wskbd.c && mv -f wskbd.d.tmp wskbd.d --- dependall-usr.bin --- --- dependall-unifdef --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.01.02.19.27.57-amd64/destdir" > .gdbinit --- unifdef.html1 --- # format unifdef/unifdef.html1 if test "" != "yes"; then /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/unifdef/unifdef.1 > unifdef.html1.tmp && mv -f unifdef.html1.tmp unifdef.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/unifdef/unifdef.1 > unifdef.html1.tmp && mv -f unifdef.html1.tmp unifdef.html1; fi --- unifdef.o --- --- dependall-usr.sbin --- --- dependall-timed --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o cmdtab.o cmdtab.o.o && rm -f cmdtab.o.o --- dependall-usr.bin --- # compile unifdef/unifdef.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c -Wno-stringop-truncation /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/unifdef/unifdef.c -o unifdef.o.o --- dependall-external --- --- dependall-tmux --- --- window-customize.o --- # compile tmux/window-customize.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/usr.bin/tmux -DHAVE_ASPRINTF=1 -DHAVE_B64_NTOP=1 -DHAVE_BITSTRING_H=1 -DHAVE_BSD_GETOPT=1 -DHAVE_CFMAKERAW=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOSEFROM=1 -DHAVE_CURSES_H=1 -DHAVE_DAEMON=1 -DHAVE_DIRENT_H=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_FCNTL_CLOSEM=1 -DHAVE_FCNTL_H=1 -DHAVE_FGETLN=1 -DHAVE_FLOCK=1 -DHAVE_FORKPTY=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETLINE=1 -DHAVE_GETPEEREID=1 -DHAVE_GETPROGNAME=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBM=1 -DHAVE_LIBPROC_H=1 -DHAVE_MEMMEM=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_PROC_PID=1 -DHAVE_QUEUE_H=1 -DHAVE_REALLOCARRAY=1 -DHAVE_SETENV=1 -DHAVE_SETPROCTITLE=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRCASESTR=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 -DHAVE_STRNDUP=1 -DHAVE_STRSEP=1 -DHAVE_STRTONUM=1 -DHAVE_SYSCONF=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_SIGNAME=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TREE_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_TREE_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTIL_H=1 -DHAVE_VIS=1 -DHAVE___PROGNAME=1 -DPACKAGE=\"tmux\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_NAME=\"tmux\" -DPACKAGE_STRING=\"tmux\ 3.3a\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_URL=\"\" -DPACKAGE_VERSION=\"3.3a\" -DSTDC_HEADERS=1 -DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:DG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' -DTMUX_TERM='"tmux-256color"' -DTMUX_VERSION='"3.3a"' -DVERSION=\"3.3a\" -D_ALL_SOURCE=1 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE=1 -D_OPENBSD_SOURCE -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/dist/window-customize.c -o window-customize.o.o --- dependall-wpa --- --- dependall-hostapd --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o crypto_openssl.o crypto_openssl.o.o && rm -f crypto_openssl.o.o --- dh_groups.o --- # compile hostapd/dh_groups.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -Wno-address-of-packed-member -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -Diphdr=ip -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/dh_groups.c -o dh_groups.o.o --- dependall-usr.sbin --- --- dependall-sysinst --- --- .depend --- # create amd64/.depend rm -f .depend CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend aout2elf.d bsddisklabel.d checkrc.d configmenu.d disklabel.d disks.d disks_lfs.d factor.d geom.d gpt.d gpt_uuid.d install.d label.d main.d mbr.d md.d menu_defs.d msg_defs.d net.d part_edit.d partitions.d partman.d partutil.d run.d sizemultname.d target.d txtwalk.d upgrade.d util.d wskbd.d --- dependall --- --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb --- --- top.d --- # create libgdb/top.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f top.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 -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/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/top.c && mv -f top.d.tmp top.d --- dependall-usr.sbin --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.01.02.19.27.57-amd64/destdir" > .gdbinit --- sysinst.html8 --- # format amd64/sysinst.html8 if test "" != "yes"; then /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../sysinst.8 > sysinst.html8.tmp && mv -f sysinst.html8.tmp sysinst.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../sysinst.8 > sysinst.html8.tmp && mv -f sysinst.html8.tmp sysinst.html8; fi --- menu_defs.o --- # compile amd64/menu_defs.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -Wno-format-truncation -fcommon -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -DBOOTSEL -DWSKBD -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_GPT -DHAVE_MBR -DCHECK_ENTROPY=1 -DHAVE_MODULES -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../.. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../../../sbin/fsck -DSETS_TAR_SUFF=\"tar.xz\" -DREL=\"10.99.10\" -DMACH=\"amd64\" -DMACH_amd64 -DARCH_x86_64 -DEXTRACT_NEEDS_BIG_RAM -DSYSINST_FTP_HOST=\"nyftp.NetBSD.org\" -DSYSINST_HTTP_HOST=\"nycdn.NetBSD.org\" -DREL_PATH=\"HEAD\" -DPKG_SUBDIR="\"10.0\"" -DNETBSD_MAJOR='"10"' -DCATALOG_DIR=\"/usr/share/sysinst/catalog\" -DINET6 -c menu_defs.c -o menu_defs.o.o --- dependall-timed --- --- dependall-timed --- --- slave.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o slave.o slave.o.o && rm -f slave.o.o --- dependall-external --- --- dependall-bsd --- --- dependall-ipf --- --- ipmon_l.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ipmon_l.o ipmon_l.o.o && rm -f ipmon_l.o.o --- dependall-usr.sbin --- --- timed.o --- # compile timed/timed.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DSUPPORT_UTMP -DSUPPORT_UTMPX -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timed/timed.c -o timed.o.o --- dependall-external --- --- ipmon --- # link ipmon/ipmon /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o ipmon ipmon.o ipmon_y.o ipmon_l.o -Wl,-rpath-link,/tmp/build/2024.01.02.19.27.57-amd64/destdir/lib -L=/lib -L/tmp/build/2024.01.02.19.27.57-amd64/obj/external/bsd/ipf/lib -lipf -lkvm --- dependall-usr.bin --- --- dependall-unexpand --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o unexpand.o unexpand.o.o && rm -f unexpand.o.o --- unexpand --- # link unexpand/unexpand /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o unexpand unexpand.o -Wl,-rpath-link,/tmp/build/2024.01.02.19.27.57-amd64/destdir/lib -L=/lib -lutil --- dependall-external --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o ipmon ipmon.o ipmon_y.o ipmon_l.o --- dependall-usr.sbin --- --- dependall-timedc --- --- cmds.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o cmds.o cmds.o.o && rm -f cmds.o.o --- timedc.o --- --- dependall-usr.bin --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o unexpand unexpand.o --- dependall-external --- --- dependall-tmux --- --- window-tree.o --- --- dependall-usr.sbin --- # compile timedc/timedc.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timedc/timedc.c -o timedc.o.o --- dependall-external --- # compile tmux/window-tree.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/usr.bin/tmux -DHAVE_ASPRINTF=1 -DHAVE_B64_NTOP=1 -DHAVE_BITSTRING_H=1 -DHAVE_BSD_GETOPT=1 -DHAVE_CFMAKERAW=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOSEFROM=1 -DHAVE_CURSES_H=1 -DHAVE_DAEMON=1 -DHAVE_DIRENT_H=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_FCNTL_CLOSEM=1 -DHAVE_FCNTL_H=1 -DHAVE_FGETLN=1 -DHAVE_FLOCK=1 -DHAVE_FORKPTY=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETLINE=1 -DHAVE_GETPEEREID=1 -DHAVE_GETPROGNAME=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBM=1 -DHAVE_LIBPROC_H=1 -DHAVE_MEMMEM=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_PROC_PID=1 -DHAVE_QUEUE_H=1 -DHAVE_REALLOCARRAY=1 -DHAVE_SETENV=1 -DHAVE_SETPROCTITLE=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRCASESTR=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 -DHAVE_STRNDUP=1 -DHAVE_STRSEP=1 -DHAVE_STRTONUM=1 -DHAVE_SYSCONF=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_SIGNAME=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TREE_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_TREE_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTIL_H=1 -DHAVE_VIS=1 -DHAVE___PROGNAME=1 -DPACKAGE=\"tmux\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_NAME=\"tmux\" -DPACKAGE_STRING=\"tmux\ 3.3a\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_URL=\"\" -DPACKAGE_VERSION=\"3.3a\" -DSTDC_HEADERS=1 -DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:DG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' -DTMUX_TERM='"tmux-256color"' -DTMUX_VERSION='"3.3a"' -DVERSION=\"3.3a\" -D_ALL_SOURCE=1 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE=1 -D_OPENBSD_SOURCE -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/dist/window-tree.c -o window-tree.o.o --- dependall-wpa --- --- dependall-wpa_supplicant --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o wpa_debug.o wpa_debug.o.o && rm -f wpa_debug.o.o --- wpa_ie.o --- --- dependall-usr.sbin --- --- dependall-timed --- --- byteorder.o --- --- dependall-external --- # compile wpa_supplicant/wpa_ie.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/wpa_supplicant -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/drivers -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/rsn_supp -DCONFIG_BACKEND_FILE -DCONFIG_PEERKEY -DCONFIG_MATCH_IFACE -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_WIRED -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_SMARTCARD -DCONFIG_DEBUG_FILE -DCONFIG_DEBUG_SYSLOG -DIEEE8021X_EAPOL -DPKCS12_FUNCS -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_PSK -DEAP_TLS_OPENSSL -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/rsn_supp/wpa_ie.c -o wpa_ie.o.o --- dependall-usr.sbin --- # compile timed/byteorder.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DSUPPORT_UTMP -DSUPPORT_UTMPX -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timed/byteorder.c -o byteorder.o.o --- dependall-external --- --- dependall-hostapd --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o dh_groups.o dh_groups.o.o && rm -f dh_groups.o.o --- fips_prf_openssl.o --- # compile hostapd/fips_prf_openssl.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -Wno-address-of-packed-member -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -Diphdr=ip -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c -Wno-error=deprecated-declarations /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/fips_prf_openssl.c -o fips_prf_openssl.o.o --- dependall-gpl3 --- --- dependall-gcc.old --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-objcopy -x tsan_symbolize.pico --- dependall-tests --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o regress_finalize.o regress_finalize.o.o && rm -f regress_finalize.o.o --- dependall-external --- --- tsan_symbolize.po --- # compile libtsan/tsan_symbolize.po /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=f654e68c -O2 -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -std=gnu++11 -fsized-deallocation -fvisibility=hidden -fno-builtin -fno-exceptions -fno-rtti -funwind-tables --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSANITIZER_HAS_EXCEPTIONS=1 -DSANITIZER_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -c -DGPROF -DPROF -pg -fPIC /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/tsan_symbolize.cc -o tsan_symbolize.po --- dependall-tests --- --- regress_ssl.o --- # compile libevent/regress_ssl.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-missing-noreturn -fPIE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/libevent/dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/libevent/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/libevent/dist/include -DLIBEVENT_CRYPTO -I/tmp/build/2024.01.02.19.27.57-amd64/src/tests/lib/libevent/../.. -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/libevent/dist/test/regress_ssl.c -o regress_ssl.o.o --- dependall-external --- --- dependall-bsd --- --- dependall-nvi --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ex_subst.o ex_subst.o.o && rm -f ex_subst.o.o --- ex_tag.o --- # compile nvi/ex_tag.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/ex/ex_tag.c -o ex_tag.o.o --- dependall-usr.sbin --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o byteorder.o byteorder.o.o && rm -f byteorder.o.o --- dependall-external --- --- dependall-gpl3 --- --- tsan_sync.pico --- # compile libtsan/tsan_sync.pico /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=6327d27d -O2 -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -std=gnu++11 -fsized-deallocation -fvisibility=hidden -fno-builtin -fno-exceptions -fno-rtti -funwind-tables --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSANITIZER_HAS_EXCEPTIONS=1 -DSANITIZER_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -c -DPIC -fPIC /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/tsan_sync.cc -o tsan_sync.pico --- dependall-bsd --- --- dependall-wpa --- /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/fips_prf_openssl.c: In function 'sha1_transform': /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/fips_prf_openssl.c:38:2: warning: 'SHA1_Transform' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 38 | SHA1_Transform(&context, data); | ^~~~~~~~~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/fips_prf_openssl.c:10: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/sha.h:56:28: note: declared here 56 | OSSL_DEPRECATEDIN_3_0 void SHA1_Transform(SHA_CTX *c, const unsigned char *data); | ^~~~~~~~~~~~~~ --- dependall-gpl3 --- --- dependall-gdb --- --- tracectf.d --- # create libgdb/tracectf.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f tracectf.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 -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/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/tracectf.c && mv -f tracectf.d.tmp tracectf.d --- dependall-bsd --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o fips_prf_openssl.o fips_prf_openssl.o.o && rm -f fips_prf_openssl.o.o --- ms_funcs.o --- # compile hostapd/ms_funcs.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -Wno-address-of-packed-member -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -Diphdr=ip -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/ms_funcs.c -o ms_funcs.o.o --- dependall-usr.sbin --- --- dependall-timedc --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o timedc.o timedc.o.o && rm -f timedc.o.o --- dependall-timed --- --- timed.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o timed.o timed.o.o && rm -f timed.o.o --- dependall-external --- --- dependall-tcpdump --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-udp.o print-udp.o.o && rm -f print-udp.o.o --- dependall-usr.sbin --- --- dependall-timedc --- --- byteorder.o --- --- dependall-timed --- --- measure.o --- --- dependall-timedc --- # compile timedc/byteorder.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timedc/../timed/byteorder.c -o byteorder.o.o --- dependall-timed --- # compile timed/measure.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DSUPPORT_UTMP -DSUPPORT_UTMPX -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timed/measure.c -o measure.o.o --- dependall-external --- --- print-unsupported.o --- # compile bin/print-unsupported.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist/print-unsupported.c -o print-unsupported.o.o --- dependall-wpa --- --- dependall-wpa_supplicant --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o wpa_ie.o wpa_ie.o.o && rm -f wpa_ie.o.o --- wpa_supplicant.o --- # compile wpa_supplicant/wpa_supplicant.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/wpa_supplicant -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/drivers -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/rsn_supp -DCONFIG_BACKEND_FILE -DCONFIG_PEERKEY -DCONFIG_MATCH_IFACE -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_WIRED -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_SMARTCARD -DCONFIG_DEBUG_FILE -DCONFIG_DEBUG_SYSLOG -DIEEE8021X_EAPOL -DPKCS12_FUNCS -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_PSK -DEAP_TLS_OPENSSL -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant/../../dist/wpa_supplicant/wpa_supplicant.c -o wpa_supplicant.o.o --- dependall-sys --- --- dependall-if_lagg --- --- if_lagg_lacp.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -L VERSION -o if_lagg_lacp.o if_lagg_lacp.o.o && rm -f if_lagg_lacp.o.o --- dependall-external --- --- dependall-tmux --- --- window.o --- # compile tmux/window.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/usr.bin/tmux -DHAVE_ASPRINTF=1 -DHAVE_B64_NTOP=1 -DHAVE_BITSTRING_H=1 -DHAVE_BSD_GETOPT=1 -DHAVE_CFMAKERAW=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOSEFROM=1 -DHAVE_CURSES_H=1 -DHAVE_DAEMON=1 -DHAVE_DIRENT_H=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_FCNTL_CLOSEM=1 -DHAVE_FCNTL_H=1 -DHAVE_FGETLN=1 -DHAVE_FLOCK=1 -DHAVE_FORKPTY=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETLINE=1 -DHAVE_GETPEEREID=1 -DHAVE_GETPROGNAME=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBM=1 -DHAVE_LIBPROC_H=1 -DHAVE_MEMMEM=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_PROC_PID=1 -DHAVE_QUEUE_H=1 -DHAVE_REALLOCARRAY=1 -DHAVE_SETENV=1 -DHAVE_SETPROCTITLE=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRCASESTR=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 -DHAVE_STRNDUP=1 -DHAVE_STRSEP=1 -DHAVE_STRTONUM=1 -DHAVE_SYSCONF=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_SIGNAME=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TREE_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_TREE_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTIL_H=1 -DHAVE_VIS=1 -DHAVE___PROGNAME=1 -DPACKAGE=\"tmux\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_NAME=\"tmux\" -DPACKAGE_STRING=\"tmux\ 3.3a\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_URL=\"\" -DPACKAGE_VERSION=\"3.3a\" -DSTDC_HEADERS=1 -DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:DG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' -DTMUX_TERM='"tmux-256color"' -DTMUX_VERSION='"3.3a"' -DVERSION=\"3.3a\" -D_ALL_SOURCE=1 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE=1 -D_OPENBSD_SOURCE -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/dist/window.c -o window.o.o --- dependall-atf --- --- dependall-atf-c++ --- --- check_test.o --- # compile atf-c++/check_test.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=6b0de2a7 -O2 -Werror -fPIE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_CONFIG_H -DATF_ARCH=\"x86_64\" -DATF_BUILD_CC=\"/usr/bin/cc\" -DATF_BUILD_CFLAGS=\"\" -DATF_BUILD_CPP=\"/usr/bin/cpp\" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"/usr/bin/c++\" -DATF_BUILD_CXXFLAGS=\"\" -DATF_CONFDIR=\"/etc/atf\" -DATF_INCLUDEDIR=\"/usr/include\" -DATF_LIBDIR=\"/usr/lib\" -DATF_LIBEXECDIR=\"/usr/libexec\" -DATF_MACHINE=\"amd64\" -DATF_M4=\"/usr/bin/m4\" -DATF_PKGDATADIR=\"/usr/share/atf\" -DATF_SHELL=\"/bin/sh\" -DATF_WORKDIR=\"/tmp\" -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/lib/libatf-c -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/dist -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/dist/atf-c++/check_test.cpp --- dependall-usr.sbin --- --- dependall-timedc --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o byteorder.o byteorder.o.o && rm -f byteorder.o.o --- measure.o --- --- dependall-external --- --- dependall-tcpdump --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-unsupported.o print-unsupported.o.o && rm -f print-unsupported.o.o --- dependall-usr.sbin --- # compile timedc/measure.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timedc/../timed/measure.c -o measure.o.o --- dependall-external --- --- print-usb.o --- # compile bin/print-usb.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist/print-usb.c -o print-usb.o.o --- dependall-ipf --- --- dependall-ipnat --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ipnat_y.o ipnat_y.o.o && rm -f ipnat_y.o.o --- ipnat_l.o --- # compile ipnat/ipnat_l.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member -I. --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/ipf/dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/external/bsd/ipf -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c ipnat_l.c -o ipnat_l.o.o --- dependall-gpl3 --- --- dependall-gcc.old --- --- tsan_symbolize.po --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-objcopy -X tsan_symbolize.po --- dependall-gdb --- --- tracefile-tfile.d --- # create libgdb/tracefile-tfile.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f tracefile-tfile.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 -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/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/tracefile-tfile.c && mv -f tracefile-tfile.d.tmp tracefile-tfile.d --- dependall-bsd --- --- dependall-wpa --- --- dependall-hostapd --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ms_funcs.o ms_funcs.o.o && rm -f ms_funcs.o.o --- sha1-tlsprf.o --- # compile hostapd/sha1-tlsprf.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -Wno-address-of-packed-member -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -Diphdr=ip -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/sha1-tlsprf.c -o sha1-tlsprf.o.o --- dependall-usr.sbin --- --- dependall-timed --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o measure.o measure.o.o && rm -f measure.o.o --- cksum.o --- # compile timed/cksum.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DSUPPORT_UTMP -DSUPPORT_UTMPX -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timed/cksum.c -o cksum.o.o --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc.old --- --- tsan_sync.po --- # compile libtsan/tsan_sync.po /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=3477561e -O2 -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -std=gnu++11 -fsized-deallocation -fvisibility=hidden -fno-builtin -fno-exceptions -fno-rtti -funwind-tables --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSANITIZER_HAS_EXCEPTIONS=1 -DSANITIZER_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -c -DGPROF -DPROF -pg -fPIC /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/tsan_sync.cc -o tsan_sync.po --- dependall-usr.bin --- --- dependall-unifdef --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o unifdef.o unifdef.o.o && rm -f unifdef.o.o --- unifdef --- # link unifdef/unifdef /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o unifdef unifdef.o -Wl,-rpath-link,/tmp/build/2024.01.02.19.27.57-amd64/destdir/lib -L=/lib --- dependall-external --- --- dependall-bsd --- --- dependall-tmux --- --- window-customize.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o window-customize.o window-customize.o.o && rm -f window-customize.o.o --- dependall-tcpdump --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-usb.o print-usb.o.o && rm -f print-usb.o.o --- print-vjc.o --- --- print-vqp.o --- --- print-vjc.o --- # compile bin/print-vjc.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist/print-vjc.c -o print-vjc.o.o --- print-vqp.o --- # compile bin/print-vqp.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist/print-vqp.c -o print-vqp.o.o --- dependall-usr.bin --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o unifdef unifdef.o --- dependall-usr.sbin --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o cksum.o cksum.o.o && rm -f cksum.o.o --- dependall-external --- --- dependall-wpa --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o sha1-tlsprf.o sha1-tlsprf.o.o && rm -f sha1-tlsprf.o.o --- dependall-usr.sbin --- --- tspname.o --- # compile timed/tspname.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -DSUPPORT_UTMP -DSUPPORT_UTMPX -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timed/tspname.c -o tspname.o.o --- dependall-usr.bin --- --- dependall-uniq --- --- dependall-external --- --- sha256.o --- # compile hostapd/sha256.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -Wno-address-of-packed-member -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -Diphdr=ip -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/sha256.c -o sha256.o.o --- dependall-usr.bin --- dependall ===> usr.bin/uniq --- uniq.d --- # create uniq/uniq.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f uniq.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/uniq/uniq.c && mv -f uniq.d.tmp uniq.d --- .depend --- # create uniq/.depend rm -f .depend CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend uniq.d --- dependall --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.01.02.19.27.57-amd64/destdir" > .gdbinit --- uniq.html1 --- --- dependall-usr.sbin --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o tspname.o tspname.o.o && rm -f tspname.o.o --- dependall-usr.bin --- # format uniq/uniq.html1 if test "" != "yes"; then /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/uniq/uniq.1 > uniq.html1.tmp && mv -f uniq.html1.tmp uniq.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/uniq/uniq.1 > uniq.html1.tmp && mv -f uniq.html1.tmp uniq.html1; fi --- dependall-usr.sbin --- --- timed --- # link timed/timed /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o timed acksend.o candidate.o correct.o master.o networkdelta.o readmsg.o slave.o timed.o byteorder.o measure.o cksum.o tspname.o -Wl,-rpath-link,/tmp/build/2024.01.02.19.27.57-amd64/destdir/lib -L=/lib -lutil --- dependall-usr.bin --- --- uniq.o --- # compile uniq/uniq.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/uniq/uniq.c -o uniq.o.o --- dependall-usr.sbin --- --- dependall-timedc --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o measure.o measure.o.o && rm -f measure.o.o --- dependall-sys --- --- if_lagg.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -L VERSION -o if_lagg.o if_lagg.o.o && rm -f if_lagg.o.o --- dependall-usr.sbin --- --- cksum.o --- # compile timedc/cksum.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timedc/../timed/cksum.c -o cksum.o.o --- dependall-timed --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o timed acksend.o candidate.o correct.o master.o networkdelta.o readmsg.o slave.o timed.o byteorder.o measure.o cksum.o tspname.o --- dependall-external --- --- dependall-atf --- --- dependall-tools --- --- parser_test.o --- # compile tools/parser_test.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=ce81e4e9 -O2 -Werror -fPIE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_CONFIG_H -DATF_ARCH=\"x86_64\" -DATF_BUILD_CC=\"/usr/bin/cc\" -DATF_BUILD_CFLAGS=\"\" -DATF_BUILD_CPP=\"/usr/bin/cpp\" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"/usr/bin/c++\" -DATF_BUILD_CXXFLAGS=\"\" -DATF_CONFDIR=\"/etc/atf\" -DATF_INCLUDEDIR=\"/usr/include\" -DATF_LIBDIR=\"/usr/lib\" -DATF_LIBEXECDIR=\"/usr/libexec\" -DATF_MACHINE=\"amd64\" -DATF_M4=\"/usr/bin/m4\" -DATF_PKGDATADIR=\"/usr/share/atf\" -DATF_SHELL=\"/bin/sh\" -DATF_WORKDIR=\"/tmp\" -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/lib/libatf-c -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/dist -I/tmp/build/2024.01.02.19.27.57-amd64/obj/external/bsd/atf/lib/tools -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/dist/tools/parser_test.cpp --- dependall-gpl3 --- --- tsan_sync.pico --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-objcopy -x tsan_sync.pico --- dependall-bsd --- --- dependall-tmux --- --- xmalloc.o --- # compile tmux/xmalloc.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DSUPPORT_UTMP -DSUPPORT_UTMPX -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/usr.bin/tmux -DHAVE_ASPRINTF=1 -DHAVE_B64_NTOP=1 -DHAVE_BITSTRING_H=1 -DHAVE_BSD_GETOPT=1 -DHAVE_CFMAKERAW=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOSEFROM=1 -DHAVE_CURSES_H=1 -DHAVE_DAEMON=1 -DHAVE_DIRENT_H=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_FCNTL_CLOSEM=1 -DHAVE_FCNTL_H=1 -DHAVE_FGETLN=1 -DHAVE_FLOCK=1 -DHAVE_FORKPTY=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETLINE=1 -DHAVE_GETPEEREID=1 -DHAVE_GETPROGNAME=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBM=1 -DHAVE_LIBPROC_H=1 -DHAVE_MEMMEM=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_PROC_PID=1 -DHAVE_QUEUE_H=1 -DHAVE_REALLOCARRAY=1 -DHAVE_SETENV=1 -DHAVE_SETPROCTITLE=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRCASESTR=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 -DHAVE_STRNDUP=1 -DHAVE_STRSEP=1 -DHAVE_STRTONUM=1 -DHAVE_SYSCONF=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_SIGNAME=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TREE_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_TREE_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTIL_H=1 -DHAVE_VIS=1 -DHAVE___PROGNAME=1 -DPACKAGE=\"tmux\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_NAME=\"tmux\" -DPACKAGE_STRING=\"tmux\ 3.3a\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_URL=\"\" -DPACKAGE_VERSION=\"3.3a\" -DSTDC_HEADERS=1 -DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:DG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' -DTMUX_TERM='"tmux-256color"' -DTMUX_VERSION='"3.3a"' -DVERSION=\"3.3a\" -D_ALL_SOURCE=1 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE=1 -D_OPENBSD_SOURCE -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/dist/xmalloc.c -o xmalloc.o.o --- dependall-gpl3 --- --- dependall-gdb --- --- tracefile.d --- # create libgdb/tracefile.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f tracefile.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 -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/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/tracefile.c && mv -f tracefile.d.tmp tracefile.d --- dependall-sys --- --- if_lagg.kmod --- # link if_lagg/if_lagg.kmod /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -Wl,--warn-shared-textrel -Wl,-z,relro -nostdlib -r -Wl,-T,/tmp/build/2024.01.02.19.27.57-amd64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=if_lagg.kmod.map -o if_lagg.kmod if_lagg.o if_laggproto.o if_lagg_lacp.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -L VERSION -o if_lagg.kmod if_lagg.o if_laggproto.o if_lagg_lacp.o --- dependall-external --- --- dependall-bsd --- --- window-tree.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o window-tree.o window-tree.o.o && rm -f window-tree.o.o --- dependall-sys --- --- dependall-if_mue --- --- dependall-external --- --- dependall-tcpdump --- --- print-vjc.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-vjc.o print-vjc.o.o && rm -f print-vjc.o.o --- dependall-sys --- dependall ===> sys/modules/if_mue --- dependall-usr.sbin --- --- dependall-SMM.doc --- dependall ===> usr.sbin/timed/SMM.doc --- dependall-timed --- dependall ===> usr.sbin/timed/SMM.doc/timed --- dependall-external --- --- dependall-wpa --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o sha256.o sha256.o.o && rm -f sha256.o.o --- dependall-gpl3 --- --- tracepoint.d --- # create libgdb/tracepoint.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f tracepoint.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 -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/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/tracepoint.c && mv -f tracepoint.d.tmp tracepoint.d --- dependall-bsd --- --- sha384.o --- --- dependall-usr.sbin --- --- dependall --- --- dependall-external --- # compile hostapd/sha384.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -Wno-address-of-packed-member -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -Diphdr=ip -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/sha384.c -o sha384.o.o --- dependall-tests --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o regress_ssl.o regress_ssl.o.o && rm -f regress_ssl.o.o --- t_event --- # build libevent/t_event echo '#! /usr/bin/atf-sh' >t_event.tmp cat /tmp/build/2024.01.02.19.27.57-amd64/src/tests/lib/libevent/t_event.sh >>t_event.tmp --- dependall-usr.sbin --- --- timed.txt --- --- dependall-timedc --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o cksum.o cksum.o.o && rm -f cksum.o.o --- dependall-tests --- chmod +x t_event.tmp --- dependall-usr.sbin --- --- dependall-SMM.doc --- # format timed/timed.txt GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tascii -t -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/SMM.doc/timed -ms /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/SMM.doc/timed/timed.ms > timed.txt --- dependall-tests --- mv -f t_event.tmp t_event --- dependall-external --- --- dependall-atf --- --- dependall-atf-c++ --- --- config_test.o --- --- dependall-tests --- --- h_event --- --- dependall-external --- # compile atf-c++/config_test.o --- dependall-tcpdump --- --- print-vqp.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-vqp.o print-vqp.o.o && rm -f print-vqp.o.o --- dependall-atf --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=98712df3 -O2 -Werror -fPIE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_CONFIG_H -DATF_ARCH=\"x86_64\" -DATF_BUILD_CC=\"/usr/bin/cc\" -DATF_BUILD_CFLAGS=\"\" -DATF_BUILD_CPP=\"/usr/bin/cpp\" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"/usr/bin/c++\" -DATF_BUILD_CXXFLAGS=\"\" -DATF_CONFDIR=\"/etc/atf\" -DATF_INCLUDEDIR=\"/usr/include\" -DATF_LIBDIR=\"/usr/lib\" -DATF_LIBEXECDIR=\"/usr/libexec\" -DATF_MACHINE=\"amd64\" -DATF_M4=\"/usr/bin/m4\" -DATF_PKGDATADIR=\"/usr/share/atf\" -DATF_SHELL=\"/bin/sh\" -DATF_WORKDIR=\"/tmp\" -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/lib/libatf-c -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/dist -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/dist/atf-c++/config_test.cpp --- dependall-usr.sbin --- --- dependall-timedc --- --- tspname.o --- --- dependall-tests --- # link libevent/h_event /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -Wl,--warn-shared-textrel -Wl,-z,relro -pie -shared-libgcc -o h_event regress.o regress.gen.o regress_dns.o regress_http.o regress_rpc.o regress_main.o tinytest.o regress_testutils.o regress_minheap.o regress_util.o regress_thread.o regress_buffer.o regress_bufferevent.o regress_listener.o regress_zlib.o regress_et.o regress_finalize.o regress_ssl.o -Wl,-rpath-link,/tmp/build/2024.01.02.19.27.57-amd64/destdir/lib -L=/lib -levent_openssl -lssl -lcrypto -levent_pthreads -levent -lz -lpthread --- dependall-usr.sbin --- # compile timedc/tspname.o --- dependall-external --- --- dependall-tcpdump --- --- print-vrrp.o --- --- dependall-usr.sbin --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/timedc/../timed/tspname.c -o tspname.o.o --- dependall-external --- # compile bin/print-vrrp.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist/print-vrrp.c -o print-vrrp.o.o --- dependall-sys --- --- ioconf.c --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbconfig -b /tmp/build/2024.01.02.19.27.57-amd64/obj/sys/modules/if_mue -s /tmp/build/2024.01.02.19.27.57-amd64/src/sys /tmp/build/2024.01.02.19.27.57-amd64/src/sys/modules/if_mue/if_mue.ioconf --- dependall-external --- --- dependall-nvi --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ex_tag.o ex_tag.o.o && rm -f ex_tag.o.o --- ex_tcl.o --- # compile nvi/ex_tcl.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/ex/ex_tcl.c -o ex_tcl.o.o --- dependall-usr.bin --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o uniq.o uniq.o.o && rm -f uniq.o.o --- uniq --- # link uniq/uniq /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o uniq uniq.o -Wl,-rpath-link,/tmp/build/2024.01.02.19.27.57-amd64/destdir/lib -L=/lib --- dependall-usr.sbin --- --- dependall-SMM.doc --- --- timed.ps --- # format timed/timed.ps GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tps -t -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/SMM.doc/timed -ms /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/SMM.doc/timed/timed.ms | /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbsed -e '/^%%CreationDate:/d' > timed.ps --- dependall-external --- --- dependall-ipf --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ipnat_l.o ipnat_l.o.o && rm -f ipnat_l.o.o --- ipnat --- # link ipnat/ipnat /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o ipnat ipnat.o ipnat_y.o ipnat_l.o -Wl,-rpath-link,/tmp/build/2024.01.02.19.27.57-amd64/destdir/lib -L=/lib -L/tmp/build/2024.01.02.19.27.57-amd64/obj/external/bsd/ipf/lib -lipf -lkvm --- dependall-sys --- touch ioconf.c ioconf.h locators.h --- if_mue.d --- # create if_mue/if_mue.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f if_mue.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.01.02.19.27.57-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/modules/if_mue -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys/arch -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2024.01.02.19.27.57-amd64/src/sys/dev/usb/if_mue.c && mv -f if_mue.d.tmp if_mue.d --- dependall-usr.bin --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o uniq uniq.o --- dependall-units --- --- dependall-usr.sbin --- --- dependall-timedc --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o tspname.o tspname.o.o && rm -f tspname.o.o --- dependall-usr.bin --- dependall ===> usr.bin/units --- dependall-usr.sbin --- --- timedc --- # link timedc/timedc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o timedc cmds.o cmdtab.o timedc.o byteorder.o measure.o cksum.o tspname.o -Wl,-rpath-link,/tmp/build/2024.01.02.19.27.57-amd64/destdir/lib -L=/lib --- dependall-external --- --- dependall-nvi --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ex_tcl.o ex_tcl.o.o && rm -f ex_tcl.o.o --- dependall-tmux --- --- xmalloc.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o xmalloc.o xmalloc.o.o && rm -f xmalloc.o.o --- dependall-nvi --- --- ex_txt.o --- # compile nvi/ex_txt.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/ex/ex_txt.c -o ex_txt.o.o --- dependall-usr.sbin --- --- dependall-tprof --- dependall ===> usr.sbin/tprof --- dependall-usr.bin --- --- units.d --- # create units/units.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f units.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/units/units.c && mv -f units.d.tmp units.d --- dependall-tests --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o h_event regress.o regress.gen.o regress_dns.o regress_http.o regress_rpc.o regress_main.o tinytest.o regress_testutils.o regress_minheap.o regress_util.o regress_thread.o regress_buffer.o regress_bufferevent.o regress_listener.o regress_zlib.o regress_et.o regress_finalize.o regress_ssl.o --- dependall-external --- --- dependall-ipf --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o ipnat ipnat.o ipnat_y.o ipnat_l.o --- dependall-usr.sbin --- --- ksyms.d --- # create tprof/ksyms.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f ksyms.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/ --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/ksyms.c && mv -f ksyms.d.tmp ksyms.d --- dependall-timed --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o timedc cmds.o cmdtab.o timedc.o byteorder.o measure.o cksum.o tspname.o --- dependall-usr.bin --- --- dependall-unvis --- dependall ===> usr.bin/unvis --- dependall-external --- --- dependall-wpa --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o sha384.o sha384.o.o && rm -f sha384.o.o --- dependall-tests --- --- dependall --- --- dependall-external --- --- sha512.o --- --- dependall-usr.bin --- --- dependall-units --- --- .depend --- --- dependall-external --- # compile hostapd/sha512.o --- dependall-gpl3 --- --- dependall-gcc.old --- --- libtsan_pic.a --- --- dependall-bsd --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -Wno-address-of-packed-member -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -Diphdr=ip -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/sha512.c -o sha512.o.o --- dependall-usr.bin --- # create units/.depend rm -f .depend --- dependall-external --- --- dependall-gpl3 --- # build libtsan/libtsan_pic.a --- dependall-bsd --- --- dependall-atf --- --- macros_test.o --- --- dependall-usr.bin --- CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend units.d --- dependall-external --- --- dependall-gpl3 --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-ar crsD libtsan_pic.a $(NM=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-nm NM=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-nm MKTEMP=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmktemp /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nblorder interception_linux.pico interception_mac.pico interception_type_test.pico interception_win.pico sancov_flags.pico sanitizer_allocator.pico sanitizer_allocator_checks.pico sanitizer_allocator_report.pico sanitizer_common.pico sanitizer_common_libcdep.pico sanitizer_coverage_libcdep_new.pico sanitizer_deadlock_detector1.pico sanitizer_deadlock_detector2.pico sanitizer_errno.pico sanitizer_file.pico sanitizer_flag_parser.pico sanitizer_flags.pico sanitizer_libc.pico sanitizer_libignore.pico sanitizer_linux.pico sanitizer_linux_libcdep.pico sanitizer_linux_s390.pico sanitizer_mac.pico sanitizer_netbsd.pico sanitizer_openbsd.pico sanitizer_persistent_allocator.pico sanitizer_platform_limits_linux.pico sanitizer_platform_limits_netbsd.pico sanitizer_platform_limits_openbsd.pico sanitizer_platform_limits_solaris.pico sanitizer_posix.pico sanitizer_posix_libcdep.pico sanitizer_printf.pico sanitizer_procmaps_bsd.pico sanitizer_procmaps_common.pico sanitizer_procmaps_linux.pico sanitizer_procmaps_mac.pico sanitizer_procmaps_solaris.pico sanitizer_rtems.pico sanitizer_solaris.pico sanitizer_stackdepot.pico sanitizer_stacktrace.pico sanitizer_stacktrace_libcdep.pico sanitizer_stacktrace_printer.pico sanitizer_stacktrace_sparc.pico sanitizer_stoptheworld_linux_libcdep.pico sanitizer_stoptheworld_netbsd_libcdep.pico sanitizer_suppressions.pico sanitizer_symbolizer.pico sanitizer_symbolizer_libbacktrace.pico sanitizer_symbolizer_libcdep.pico sanitizer_symbolizer_mac.pico sanitizer_symbolizer_posix_libcdep.pico sanitizer_symbolizer_report.pico sanitizer_symbolizer_win.pico sanitizer_termination.pico sanitizer_thread_registry.pico sanitizer_tls_get_addr.pico sanitizer_unwind_linux_libcdep.pico sanitizer_unwind_win.pico sanitizer_win.pico tsan_clock.pico tsan_debugging.pico tsan_external.pico tsan_fd.pico tsan_flags.pico tsan_ignoreset.pico tsan_interceptors.pico tsan_interceptors_mac.pico tsan_interface_ann.pico tsan_interface_atomic.pico tsan_interface.pico tsan_interface_java.pico tsan_libdispatch_mac.pico tsan_malloc_mac.pico tsan_md5.pico tsan_mman.pico tsan_mutex.pico tsan_mutexset.pico tsan_new_delete.pico tsan_platform_linux.pico tsan_platform_mac.pico tsan_platform_posix.pico tsan_platform_windows.pico tsan_report.pico tsan_rtl.pico tsan_rtl_mutex.pico tsan_rtl_proc.pico tsan_rtl_report.pico tsan_rtl_thread.pico tsan_stack_trace.pico tsan_stat.pico tsan_suppressions.pico tsan_symbolize.pico tsan_sync.pico tsan_rtl_amd64.pico | /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbtsort -q) --- dependall-usr.bin --- --- dependall-unvis --- --- unvis.d --- --- dependall-external --- --- dependall-bsd --- # compile atf-c++/macros_test.o --- dependall-usr.bin --- --- dependall-units --- --- dependall --- --- dependall-external --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=3c8b8953 -O2 -Werror -fPIE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_CONFIG_H -DATF_ARCH=\"x86_64\" -DATF_BUILD_CC=\"/usr/bin/cc\" -DATF_BUILD_CFLAGS=\"\" -DATF_BUILD_CPP=\"/usr/bin/cpp\" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"/usr/bin/c++\" -DATF_BUILD_CXXFLAGS=\"\" -DATF_CONFDIR=\"/etc/atf\" -DATF_INCLUDEDIR=\"/usr/include\" -DATF_LIBDIR=\"/usr/lib\" -DATF_LIBEXECDIR=\"/usr/libexec\" -DATF_MACHINE=\"amd64\" -DATF_M4=\"/usr/bin/m4\" -DATF_PKGDATADIR=\"/usr/share/atf\" -DATF_SHELL=\"/bin/sh\" -DATF_WORKDIR=\"/tmp\" -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/lib/libatf-c -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/dist -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/dist/atf-c++/macros_test.cpp --- dependall-usr.bin --- --- dependall-unvis --- # create unvis/unvis.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f unvis.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/unvis/unvis.c && mv -f unvis.d.tmp unvis.d --- dependall-usr.sbin --- --- dependall-tprof --- --- tprof.d --- # create tprof/tprof.d --- dependall-tests --- --- Atffile --- --- dependall-usr.sbin --- CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f tprof.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/ --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof.c && mv -f tprof.d.tmp tprof.d --- dependall-tests --- # create lib/Atffile --- dependall-usr.sbin --- --- dependall-timed --- --- dependall-SMM.doc --- --- timed.ps.gz --- --- dependall-tests --- --- dependall --- --- dependall-usr.bin --- --- dependall-units --- --- .gdbinit --- --- dependall-usr.sbin --- gzip -9 -c -n timed.ps > timed.ps.gz --- dependall-usr.bin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.01.02.19.27.57-amd64/destdir" > .gdbinit --- units.html1 --- # format units/units.html1 if test "" != "yes"; then /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/units/units.1 > units.html1.tmp && mv -f units.html1.tmp units.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/units/units.1 > units.html1.tmp && mv -f units.html1.tmp units.html1; fi --- dependall-external --- --- dependall-tcpdump --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-vrrp.o print-vrrp.o.o && rm -f print-vrrp.o.o --- dependall-usr.sbin --- --- dependall-timedop --- --- dependall-tests --- --- Atffile --- --- dependall-external --- --- print-vsock.o --- --- dependall-usr.sbin --- dependall ===> usr.sbin/timed/SMM.doc/timedop --- dependall-tests --- # create tests/Atffile --- dependall-usr.bin --- --- units.o --- --- dependall-external --- # compile bin/print-vsock.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist/print-vsock.c -o print-vsock.o.o --- print-vtp.o --- --- dependall-usr.bin --- # compile units/units.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/units/units.c -o units.o.o --- dependall-external --- # compile bin/print-vtp.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist/print-vtp.c -o print-vtp.o.o --- dependall-usr.sbin --- --- dependall-tprof --- --- tprof_analyze.d --- --- dependall-timed --- --- dependall --- --- dependall-tprof --- # create tprof/tprof_analyze.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f tprof_analyze.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/ --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_analyze.c && mv -f tprof_analyze.d.tmp tprof_analyze.d --- dependall-usr.bin --- --- dependall-unvis --- --- .depend --- --- dependall-sys --- --- ioconf.d --- --- dependall-usr.bin --- # create unvis/.depend rm -f .depend --- dependall-sys --- # create if_mue/ioconf.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f ioconf.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.01.02.19.27.57-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/modules/if_mue -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys/arch -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS ioconf.c && mv -f ioconf.d.tmp ioconf.d --- dependall-usr.sbin --- --- dependall-timed --- --- timed.txt --- --- dependall-usr.bin --- CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend unvis.d --- dependall --- --- dependall-unzip --- dependall ===> usr.bin/unzip --- dependall-usr.sbin --- # format timedop/timed.txt GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tascii -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/SMM.doc/timedop -ms /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/SMM.doc/timedop/timed.ms > timed.txt --- dependall-usr.bin --- --- unzip.d --- # create unzip/unzip.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f unzip.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -Wno-format-y2k /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/unzip/unzip.c && mv -f unzip.d.tmp unzip.d --- dependall-usr.sbin --- --- dependall-tprof --- --- tprof_top.d --- --- dependall-usr.bin --- --- dependall-unvis --- --- .gdbinit --- --- dependall-usr.sbin --- # create tprof/tprof_top.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f tprof_top.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/ --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES -Wno-format-nonliteral /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c && mv -f tprof_top.d.tmp tprof_top.d --- dependall-usr.bin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.01.02.19.27.57-amd64/destdir" > .gdbinit --- unvis.html1 --- # format unvis/unvis.html1 if test "" != "yes"; then /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/unvis/unvis.1 > unvis.html1.tmp && mv -f unvis.html1.tmp unvis.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/unvis/unvis.1 > unvis.html1.tmp && mv -f unvis.html1.tmp unvis.html1; fi --- unvis.o --- --- dependall-usr.sbin --- --- dependall-timed --- --- timed.ps --- --- dependall-usr.bin --- # compile unvis/unvis.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/unvis/unvis.c -o unvis.o.o --- dependall-sys --- --- .depend --- --- dependall-usr.sbin --- # format timedop/timed.ps GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tps -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/SMM.doc/timedop -ms /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/timed/SMM.doc/timedop/timed.ms | /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbsed -e '/^%%CreationDate:/d' > timed.ps --- dependall-sys --- # create if_mue/.depend rm -f .depend CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .d -d -f .depend if_mue.d ioconf.d --- dependall --- --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb --- --- trad-frame.d --- # create libgdb/trad-frame.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f trad-frame.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 -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/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/trad-frame.c && mv -f trad-frame.d.tmp trad-frame.d --- dependall-usr.bin --- --- dependall-unzip --- --- .depend --- # create unzip/.depend rm -f .depend CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend unzip.d --- dependall --- --- dependall-usr.sbin --- --- dependall-tprof --- --- tprof_x86.d --- # create tprof/tprof_x86.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f tprof_x86.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/ --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/arch/tprof_x86.c && mv -f tprof_x86.d.tmp tprof_x86.d --- dependall-timed --- --- timed.ps.gz --- gzip -9 -c -n timed.ps > timed.ps.gz --- dependall-usr.bin --- --- .gdbinit --- --- dependall-usr.sbin --- --- dependall --- --- dependall-usr.bin --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.01.02.19.27.57-amd64/destdir" > .gdbinit --- unzip.html1 --- --- dependall-external --- --- dependall-bsd --- --- dependall-wpa --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o sha512.o sha512.o.o && rm -f sha512.o.o --- dependall-usr.sbin --- --- dependall-tprof --- --- .depend --- --- dependall-usr.bin --- # format unzip/unzip.html1 if test "" != "yes"; then /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/unzip/unzip.1 > unzip.html1.tmp && mv -f unzip.html1.tmp unzip.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/unzip/unzip.1 > unzip.html1.tmp && mv -f unzip.html1.tmp unzip.html1; fi --- dependall-usr.sbin --- # create tprof/.depend rm -f .depend CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend ksyms.d tprof.d tprof_analyze.d tprof_top.d tprof_x86.d --- dependall-external --- --- tls_openssl.o --- --- dependall-usr.sbin --- --- dependall --- --- dependall-timed --- --- dependall --- --- dependall-external --- # compile hostapd/tls_openssl.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -std=gnu99 -Werror -Wno-address-of-packed-member -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -Diphdr=ip -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/hostapd -DHOSTAPD -DHOSTAPD_DUMP_STATE -DALL_DH_GROUPS -DRADIUS_SERVER -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NONE -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_WPA -DCONFIG_IPV6 -DCONFIG_PEERKEY -DCONFIG_RSN_PREAUTH -DCONFIG_DPP -DCONFIG_DPP2 -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_MBO -DEAP_SERVER -DEAP_SERVER_AKA -DEAP_SERVER_AKA_PRIME -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_IKEV2 -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PAX -DEAP_SERVER_PEAP -DEAP_SERVER_PSK -DEAP_SERVER_SAKE -DEAP_SERVER_SIM -DEAP_SERVER_TLS -DEAP_SERVER_TNC -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DPKCS12_FUNCS -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/ap -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/common -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/l2_packet -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/utils -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_ELOOP_KQUEUE -D_FORTIFY_SOURCE=2 -c -Wno-error=deprecated-declarations /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c -o tls_openssl.o.o --- dependall-usr.bin --- --- unzip.o --- # compile unzip/unzip.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c -Wno-format-y2k /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/unzip/unzip.c -o unzip.o.o --- dependall-usbhidaction --- dependall ===> usr.bin/usbhidaction --- usbhidaction.d --- # create usbhidaction/usbhidaction.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f usbhidaction.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/usbhidaction/usbhidaction.c && mv -f usbhidaction.d.tmp usbhidaction.d --- dependall-usr.sbin --- --- dependall-tprof --- --- .gdbinit --- --- dependall-sys --- --- if_mue.o --- --- dependall-usr.sbin --- rm -f .gdbinit --- dependall-sys --- # compile if_mue/if_mue.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -g -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -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 -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mcmodel=kernel -fno-omit-frame-pointer -I/tmp/build/2024.01.02.19.27.57-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/modules/if_mue -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys/arch -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2024.01.02.19.27.57-amd64/src/sys/dev/usb/if_mue.c -o if_mue.o.o --- dependall-usr.sbin --- echo "set solib-absolute-prefix /tmp/build/2024.01.02.19.27.57-amd64/destdir" > .gdbinit --- dependall-external --- --- dependall-nvi --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ex_txt.o ex_txt.o.o && rm -f ex_txt.o.o --- dependall-usr.sbin --- --- tprof.html8 --- # format tprof/tprof.html8 if test "" != "yes"; then /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof.8 > tprof.html8.tmp && mv -f tprof.html8.tmp tprof.html8; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof.8 > tprof.html8.tmp && mv -f tprof.html8.tmp tprof.html8; fi --- dependall-external --- --- dependall-gpl3 --- --- dependall-gcc.old --- --- tsan_sync.po --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-objcopy -X tsan_sync.po --- dependall-bsd --- --- ex_undo.o --- --- dependall-sys --- --- dependall-if_npflog --- --- dependall-external --- # compile nvi/ex_undo.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/ex/ex_undo.c -o ex_undo.o.o --- dependall-usr.sbin --- --- tprof.o --- --- dependall-sys --- dependall ===> sys/modules/if_npflog --- dependall-usr.sbin --- # compile tprof/tprof.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/ --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof.c -o tprof.o.o --- dependall-usr.bin --- --- dependall-unvis --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o unvis.o unvis.o.o && rm -f unvis.o.o --- unvis --- # link unvis/unvis /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o unvis unvis.o -Wl,-rpath-link,/tmp/build/2024.01.02.19.27.57-amd64/destdir/lib -L=/lib --- dependall-external --- --- dependall-tcpdump --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-vtp.o print-vtp.o.o && rm -f print-vtp.o.o --- dependall-usr.bin --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o unvis unvis.o --- dependall-sys --- --- if_npflog.d --- # create if_npflog/if_npflog.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f if_npflog.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -Wno-pointer-sign -Wno-attributes -Wno-type-limits -Wno-address-of-packed-member -I/tmp/build/2024.01.02.19.27.57-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/modules/if_npflog -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys/arch -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS /tmp/build/2024.01.02.19.27.57-amd64/src/sys/net/npf/if_npflog.c && mv -f if_npflog.d.tmp if_npflog.d --- dependall-external --- --- print-vxlan-gpe.o --- # compile bin/print-vxlan-gpe.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist/print-vxlan-gpe.c -o print-vxlan-gpe.o.o --- dependall-usr.bin --- --- dependall-usbhidaction --- --- .depend --- --- dependall-external --- --- print-vsock.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-vsock.o print-vsock.o.o && rm -f print-vsock.o.o --- dependall-usr.bin --- --- dependall-usbhidctl --- --- dependall-usbhidaction --- # create usbhidaction/.depend rm -f .depend CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend usbhidaction.d --- dependall-usbhidctl --- dependall ===> usr.bin/usbhidctl --- dependall-usbhidaction --- --- dependall --- --- dependall-users --- dependall ===> usr.bin/users --- dependall-usbhidctl --- --- usbhid.d --- # create usbhidctl/usbhid.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f usbhid.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/usbhidctl/usbhid.c && mv -f usbhid.d.tmp usbhid.d --- dependall-users --- --- users.d --- # create users/users.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f users.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/users/users.c && mv -f users.d.tmp users.d --- dependall-usbhidaction --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.01.02.19.27.57-amd64/destdir" > .gdbinit --- dependall-external --- --- dependall-nvi --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ex_undo.o ex_undo.o.o && rm -f ex_undo.o.o --- ex_usage.o --- --- dependall-usr.bin --- --- usbhidaction.html1 --- --- dependall-usbhidctl --- --- .depend --- --- dependall-external --- # compile nvi/ex_usage.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/ex/ex_usage.c -o ex_usage.o.o --- dependall-sys --- --- .depend --- --- dependall-usr.bin --- # create usbhidctl/.depend rm -f .depend --- dependall-usbhidaction --- # format usbhidaction/usbhidaction.html1 if test "" != "yes"; then /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/usbhidaction/usbhidaction.1 > usbhidaction.html1.tmp && mv -f usbhidaction.html1.tmp usbhidaction.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/usbhidaction/usbhidaction.1 > usbhidaction.html1.tmp && mv -f usbhidaction.html1.tmp usbhidaction.html1; fi --- dependall-usbhidctl --- CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend usbhid.d --- dependall-sys --- # create if_npflog/.depend rm -f .depend --- dependall-usr.bin --- --- dependall --- --- dependall-sys --- CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .d -d -f .depend if_npflog.d --- dependall-usr.bin --- --- dependall-usbhidaction --- --- usbhidaction.o --- --- dependall-sys --- --- dependall --- --- dependall-usr.bin --- # compile usbhidaction/usbhidaction.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/usbhidaction/usbhidaction.c -o usbhidaction.o.o --- dependall-users --- --- utmpentry.d --- # create users/utmpentry.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f utmpentry.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/who/utmpentry.c && mv -f utmpentry.d.tmp utmpentry.d --- dependall-usbhidctl --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.01.02.19.27.57-amd64/destdir" > .gdbinit --- usbhidctl.html1 --- # format usbhidctl/usbhidctl.html1 if test "" != "yes"; then /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/usbhidctl/usbhidctl.1 > usbhidctl.html1.tmp && mv -f usbhidctl.html1.tmp usbhidctl.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/usbhidctl/usbhidctl.1 > usbhidctl.html1.tmp && mv -f usbhidctl.html1.tmp usbhidctl.html1; fi --- usbhid.o --- --- dependall-external --- --- dependall-gpl3 --- --- interception_linux.o --- --- dependall-usr.bin --- # compile usbhidctl/usbhid.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/usbhidctl/usbhid.c -o usbhid.o.o --- dependall-external --- # compile libtsan/interception_linux.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=25750b8f -O2 -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -std=gnu++11 -fsized-deallocation -fvisibility=hidden -fno-builtin -fno-exceptions -fno-rtti -funwind-tables --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSANITIZER_HAS_EXCEPTIONS=1 -DSANITIZER_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/interception/interception_linux.cc -o interception_linux.o --- dependall-bsd --- --- dependall-tcpdump --- --- print-vxlan-gpe.o --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-vxlan-gpe.o print-vxlan-gpe.o.o && rm -f print-vxlan-gpe.o.o --- dependall-ipf --- --- dependall-ipftest --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o fil.o fil.o.o && rm -f fil.o.o --- dependall-tcpdump --- --- print-vxlan.o --- # compile bin/print-vxlan.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist/print-vxlan.c -o print-vxlan.o.o --- dependall-usr.bin --- --- dependall-users --- --- .depend --- # create users/.depend rm -f .depend --- dependall-external --- --- dependall-ipf --- --- ip_frag.o --- # compile ipftest/ip_frag.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -fno-strict-aliasing -Wno-stringop-truncation -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SYNC -DIPFILTER_CKSUM -I. -D_KERNTYPES -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/ipf/dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/ipf/dist/tools -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/external/bsd/ipf -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/external/bsd/ipf/netinet -DSTATETOP -D__UIO_EXPOSE -DINET -DINET6 -c /tmp/build/2024.01.02.19.27.57-amd64/src/sys/external/bsd/ipf/netinet/ip_frag.c -o ip_frag.o.o --- dependall-usr.bin --- CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend users.d utmpentry.d --- dependall --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.01.02.19.27.57-amd64/destdir" > .gdbinit --- users.html1 --- # format users/users.html1 if test "" != "yes"; then /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/users/users.1 > users.html1.tmp && mv -f users.html1.tmp users.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/users/users.1 > users.html1.tmp && mv -f users.html1.tmp users.html1; fi --- dependall-usr.sbin --- --- dependall-sysinst --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o menu_defs.o menu_defs.o.o && rm -f menu_defs.o.o --- dependall-usr.bin --- --- users.o --- # compile users/users.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/users/users.c -o users.o.o --- dependall-usr.sbin --- --- msg_defs.o --- # compile amd64/msg_defs.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -Wno-format-truncation -fcommon -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-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 -DBOOTSEL -DWSKBD -D_KERNTYPES --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -DHAVE_GPT -DHAVE_MBR -DCHECK_ENTROPY=1 -DHAVE_MODULES -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../.. -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/sysinst/arch/amd64/../../../../sbin/fsck -DSETS_TAR_SUFF=\"tar.xz\" -DREL=\"10.99.10\" -DMACH=\"amd64\" -DMACH_amd64 -DARCH_x86_64 -DEXTRACT_NEEDS_BIG_RAM -DSYSINST_FTP_HOST=\"nyftp.NetBSD.org\" -DSYSINST_HTTP_HOST=\"nycdn.NetBSD.org\" -DREL_PATH=\"HEAD\" -DPKG_SUBDIR="\"10.0\"" -DNETBSD_MAJOR='"10"' -DCATALOG_DIR=\"/usr/share/sysinst/catalog\" -DINET6 -c msg_defs.c -o msg_defs.o.o --- dependall-sys --- --- if_npflog.o --- # compile if_npflog/if_npflog.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -g -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -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 -mno-red-zone -mno-mmx -mno-sse -mno-avx -msoft-float -mcmodel=kernel -fno-omit-frame-pointer -I/tmp/build/2024.01.02.19.27.57-amd64/src/common/include -DDIAGNOSTIC --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/external/bsd/libnv/dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/common/include -DDIAGNOSTIC -nostdinc -I. -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/modules/if_npflog -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys/arch -isystem /tmp/build/2024.01.02.19.27.57-amd64/src/sys/../common/include -D_KERNEL -D_MODULE -DSYSCTL_INCLUDE_DESCR -DKDTRACE_HOOKS -c /tmp/build/2024.01.02.19.27.57-amd64/src/sys/net/npf/if_npflog.c -o if_npflog.o.o --- dependall-external --- --- dependall-gpl3 --- --- dependall-gdb --- --- tramp-frame.d --- --- dependall-gcc.old --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-objcopy -x interception_linux.o --- dependall-gdb --- # create libgdb/tramp-frame.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f tramp-frame.d.tmp -- -std=gnu++17 -Werror -Wno-error=alloca-larger-than= -Wno-error=stack-protector --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdbsupport -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/config -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include/opcode -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/readline -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libdecnumber -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/libbacktrace -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgnulib/arch/x86_64/gnulib/import -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbacktrace/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libgdbsupport/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libbfd/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../libdecnumber/arch/x86_64 -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/bfd -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 -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/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/tramp-frame.c && mv -f tramp-frame.d.tmp tramp-frame.d --- dependall-gcc.old --- --- interception_mac.o --- # compile libtsan/interception_mac.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=e5efba88 -O2 -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -std=gnu++11 -fsized-deallocation -fvisibility=hidden -fno-builtin -fno-exceptions -fno-rtti -funwind-tables --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSANITIZER_HAS_EXCEPTIONS=1 -DSANITIZER_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/interception/interception_mac.cc -o interception_mac.o --- dependall-usr.bin --- --- dependall-units --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o units.o units.o.o && rm -f units.o.o --- dependall-external --- --- dependall-bsd --- --- dependall-wpa --- /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c: In function 'tls_connection_private_key': /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:3715:3: warning: 'SSL_use_RSAPrivateKey_ASN1' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3715 | if (SSL_use_RSAPrivateKey_ASN1(conn->ssl, | ^~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:19: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ssl.h:1663:12: note: declared here 1663 | __owur int SSL_use_RSAPrivateKey_ASN1(SSL *ssl, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c: In function 'tls_connection_dh': /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:3832:2: warning: 'PEM_read_bio_DHparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3832 | dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL); | ^~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ssl.h:35, from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:19: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/pem.h:469:1: note: declared here 469 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH) | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:3843:3: warning: 'PEM_read_bio_DSAparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3843 | dsa = PEM_read_bio_DSAparams(bio, NULL, NULL, NULL); | ^~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ssl.h:35, from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:19: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/pem.h:455:1: note: declared here 455 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSAparams, DSA) | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:3853:3: warning: 'DSA_dup_DH' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3853 | dh = DSA_dup_DH(dsa); | ^~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ssl.h:30, from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:19: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/dsa.h:198:27: note: declared here 198 | OSSL_DEPRECATEDIN_3_0 DH *DSA_dup_DH(const DSA *r); | ^~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:3854:3: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3854 | DSA_free(dsa); | ^~~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ssl.h:30, from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:19: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/dsa.h:127:28: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:3873:3: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3873 | DH_free(dh); | ^~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ssl.h:30, from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:19: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/dh.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:3876:2: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3876 | DH_free(dh); | ^~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ssl.h:30, from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:19: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/dh.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c: In function 'tls_global_dh': /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:3907:2: warning: 'PEM_read_bio_DHparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3907 | dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL); | ^~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ssl.h:35, from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:19: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/pem.h:469:1: note: declared here 469 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH) | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:3918:3: warning: 'PEM_read_bio_DSAparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3918 | dsa = PEM_read_bio_DSAparams(bio, NULL, NULL, NULL); | ^~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ssl.h:35, from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:19: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/pem.h:455:1: note: declared here 455 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSAparams, DSA) | ^~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:3928:3: warning: 'DSA_dup_DH' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3928 | dh = DSA_dup_DH(dsa); | ^~ --- dependall-usr.bin --- --- units --- --- dependall-external --- In file included from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ssl.h:30, from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:19: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/dsa.h:198:27: note: declared here 198 | OSSL_DEPRECATEDIN_3_0 DH *DSA_dup_DH(const DSA *r); | ^~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:3929:3: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3929 | DSA_free(dsa); | ^~~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ssl.h:30, from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:19: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/dsa.h:127:28: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:3948:3: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3948 | DH_free(dh); | ^~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ssl.h:30, from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:19: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/dh.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:3951:2: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3951 | DH_free(dh); | ^~~~~~~ In file included from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/dsa.h:51, from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/x509.h:36, from /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/ssl.h:30, from /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd/../../dist/src/crypto/tls_openssl.c:19: /tmp/build/2024.01.02.19.27.57-amd64/destdir/usr/include/openssl/dh.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ --- dependall-usr.bin --- # link units/units /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o units units.o -Wl,-rpath-link,/tmp/build/2024.01.02.19.27.57-amd64/destdir/lib -L=/lib --- dependall-external --- --- dependall-tcpdump --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o print-vxlan.o print-vxlan.o.o && rm -f print-vxlan.o.o --- dependall-nvi --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ex_usage.o ex_usage.o.o && rm -f ex_usage.o.o --- dependall-tcpdump --- --- print-wb.o --- # compile bin/print-wb.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Werror -Wno-address-of-packed-member --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist -DHAVE_CONFIG_H -I/tmp/build/2024.01.02.19.27.57-amd64/src/dist/pf/sbin/pfctl -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/dist/pf -DHAVE_CONFIG_H -DWITH_USER=\"_tcpdump\" -DWITH_CHROOT=\"/var/chroot/tcpdump\" -DHAVE_OS_IPV6_SUPPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OPENSSL_EVP_H -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin/../dist/print-wb.c -o print-wb.o.o --- dependall-nvi --- --- ex_util.o --- # compile nvi/ex_util.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/ex/ex_util.c -o ex_util.o.o --- dependall-gpl3 --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-objcopy -x interception_mac.o --- dependall-usr.bin --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o units units.o --- dependall-users --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o users.o users.o.o && rm -f users.o.o --- dependall-external --- --- interception_type_test.o --- # compile libtsan/interception_type_test.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=b6826eaa -O2 -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -std=gnu++11 -fsized-deallocation -fvisibility=hidden -fno-builtin -fno-exceptions -fno-rtti -funwind-tables --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSANITIZER_HAS_EXCEPTIONS=1 -DSANITIZER_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/interception/interception_type_test.cc -o interception_type_test.o --- dependall-usr.bin --- --- dependall-utoppya --- --- dependall-users --- --- utmpentry.o --- # compile users/utmpentry.o --- dependall-utoppya --- dependall ===> usr.bin/utoppya --- dependall-users --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/who/utmpentry.c -o utmpentry.o.o --- dependall-utoppya --- --- progressbar.d --- # create utoppya/progressbar.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f progressbar.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/ftp -DSTANDALONE_PROGRESS /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/ftp/progressbar.c && mv -f progressbar.d.tmp progressbar.d --- dependall-usr.sbin --- --- dependall-tprof --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o tprof.o tprof.o.o && rm -f tprof.o.o --- tprof_analyze.o --- # compile tprof/tprof_analyze.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/ --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES -c /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_analyze.c -o tprof_analyze.o.o --- dependall-usr.bin --- --- utoppya.d --- # create utoppya/utoppya.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f utoppya.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/ftp -DSTANDALONE_PROGRESS -Wno-stringop-truncation /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/utoppya/utoppya.c && mv -f utoppya.d.tmp utoppya.d --- dependall-external --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-objcopy -x interception_type_test.o --- interception_win.o --- # compile libtsan/interception_win.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=2bbfb219 -O2 -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -std=gnu++11 -fsized-deallocation -fvisibility=hidden -fno-builtin -fno-exceptions -fno-rtti -funwind-tables --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSANITIZER_HAS_EXCEPTIONS=1 -DSANITIZER_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/interception/interception_win.cc -o interception_win.o --- dependall-usr.bin --- --- dependall-usbhidaction --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o usbhidaction.o usbhidaction.o.o && rm -f usbhidaction.o.o --- usbhidaction --- --- dependall-utoppya --- --- .depend --- --- dependall-usbhidaction --- # link usbhidaction/usbhidaction /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o usbhidaction usbhidaction.o -Wl,-rpath-link,/tmp/build/2024.01.02.19.27.57-amd64/destdir/lib -L=/lib -lusbhid -lutil --- dependall-utoppya --- # create utoppya/.depend rm -f .depend CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend progressbar.d utoppya.d --- dependall --- --- dependall-usr.sbin --- --- tprof_top.o --- # compile tprof/tprof_top.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/ --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES -c -Wno-format-nonliteral /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c -o tprof_top.o.o --- dependall-external --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-objcopy -x interception_win.o --- sancov_flags.o --- # compile libtsan/sancov_flags.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-c++ -frandom-seed=225d89ae -O2 -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -std=gnu++11 -fsized-deallocation -fvisibility=hidden -fno-builtin -fno-exceptions -fno-rtti -funwind-tables --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DSANITIZER_HAS_EXCEPTIONS=1 -DSANITIZER_NEEDS_SEGV=1 -DCAN_SANITIZE_UB=0 -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sancov_flags.cc -o sancov_flags.o --- dependall-usr.bin --- --- dependall-usbhidaction --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -g -L VERSION -o usbhidaction usbhidaction.o --- dependall-utoppya --- --- .gdbinit --- rm -f .gdbinit echo "set solib-absolute-prefix /tmp/build/2024.01.02.19.27.57-amd64/destdir" > .gdbinit --- utoppya.html1 --- --- dependall-uudecode --- --- dependall-utoppya --- # format utoppya/utoppya.html1 if test "" != "yes"; then /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmandoc -Thtml -Oman=../html%S/%N.html,style=../style.css /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/utoppya/utoppya.1 > utoppya.html1.tmp && mv -f utoppya.html1.tmp utoppya.html1; else GROFF_ENCODING= GROFF_BIN_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/lib/groff GROFF_FONT_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-font:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/font GROFF_TMAC_PATH=/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/site-tmac:/tmp/build/2024.01.02.19.27.57-amd64/tools/share/groff/tmac /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbgroff -Tlatin1 -mdoc2html /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/utoppya/utoppya.1 > utoppya.html1.tmp && mv -f utoppya.html1.tmp utoppya.html1; fi --- dependall-uudecode --- dependall ===> usr.bin/uudecode --- dependall-external --- --- dependall-bsd --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o ex_util.o ex_util.o.o && rm -f ex_util.o.o --- dependall-usr.bin --- --- dependall-utoppya --- --- utoppya.o --- # compile utoppya/utoppya.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/ftp -DSTANDALONE_PROGRESS -c -Wno-stringop-truncation /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/utoppya/utoppya.c -o utoppya.o.o --- dependall-external --- --- ex_visual.o --- # compile nvi/ex_visual.o /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/include -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/usr.bin/nvi -I. -DGTAGS -DIMCTRL -DHAVE_OPENPTY -DHAVE_UTIL_H -DHAVE_SIGTIMEDWAIT -DHAVE_MVWCHGAT -DUSE_WIDECHAR -I/tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_BUNDLED_DB -c /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/dist/ex/ex_visual.c -o ex_visual.o.o --- dependall-usr.bin --- --- dependall-uudecode --- --- uudecode.d --- # create uudecode/uudecode.d CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -f uudecode.d.tmp -- -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir /tmp/build/2024.01.02.19.27.57-amd64/src/usr.bin/uudecode/uudecode.c && mv -f uudecode.d.tmp uudecode.d --- dependall-usr.sbin --- /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:94:8: error: unknown type name 'bool' 94 | static bool termios_saved; | ^~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:96:8: error: unknown type name 'bool' 96 | static bool do_redraw; | ^~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c: In function 'sigwinch_handler': /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:216:14: error: 'true' undeclared (first use in this function) 216 | do_redraw = true; | ^~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:216:14: note: each undeclared identifier is reported only once for each function it appears in --- dependall-sys --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -L VERSION -o if_npflog.o if_npflog.o.o && rm -f if_npflog.o.o --- dependall-usr.sbin --- /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c: In function 'tty_setup': /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:231:19: error: 'true' undeclared (first use in this function) 231 | termios_saved = true; | ^~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c: In function 'tty_restore': /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:248:19: error: 'false' undeclared (first use in this function) 248 | termios_saved = false; | ^~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c: At top level: /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:398:14: error: unknown type name 'bool' 398 | sample_reset(bool reset_accumulative) | ^~~~ --- dependall-usr.bin --- --- dependall-unzip --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o unzip.o unzip.o.o && rm -f unzip.o.o --- dependall-usr.sbin --- /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c: In function 'show_count_per_event': /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:657:16: error: 'true' undeclared (first use in this function) 657 | do_redraw = true; | ^~~~ --- dependall-usr.bin --- --- unzip --- --- dependall-sys --- --- if_npflog.kmod --- --- dependall-usr.bin --- # link unzip/unzip /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o unzip unzip.o -Wl,-rpath-link,/tmp/build/2024.01.02.19.27.57-amd64/destdir/lib -L=/lib -larchive -lz -lbz2 -llzma -lcrypto -lpthread --- dependall-sys --- # link if_npflog/if_npflog.kmod /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -Wl,--warn-shared-textrel -Wl,-z,relro -nostdlib -r -Wl,-T,/tmp/build/2024.01.02.19.27.57-amd64/src/sys/../sys/modules/xldscripts/kmodule,-d -Wl,-Map=if_npflog.kmod.map -o if_npflog.kmod if_npflog.o --- dependall-usr.sbin --- /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c: In function 'tprof_top': /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:912:2: error: unknown type name 'bool' 912 | bool noinput = false; | ^~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:912:17: error: 'false' undeclared (first use in this function) 912 | bool noinput = false; | ^~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:994:2: error: implicit declaration of function 'sample_reset'; did you mean 'sample_init'? [-Werror=implicit-function-declaration] 994 | sample_reset(true); | ^~~~~~~~~~~~ | sample_init /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:994:15: error: 'true' undeclared (first use in this function) 994 | sample_reset(true); | ^~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:1001:3: error: unknown type name 'bool' 1001 | bool force_update = false; | ^~~~ --- dependall-sys --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfmerge -t -L VERSION -o if_npflog.kmod if_npflog.o --- dependall-usr.bin --- --- dependall-users --- /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o utmpentry.o utmpentry.o.o && rm -f utmpentry.o.o --- dependall-uudecode --- --- .depend --- --- dependall-usr.sbin --- At top level: /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:388:1: error: 'sample_clear_instantaneous' defined but not used [-Werror=unused-function] 388 | sample_clear_instantaneous(void *arg) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:343:28: error: 'sample_ops' defined but not used [-Werror=unused-const-variable=] 343 | static const rb_tree_ops_t sample_ops = { | ^~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:323:1: error: 'ptrarray_clear' defined but not used [-Werror=unused-function] 323 | ptrarray_clear(struct ptrarray *ptrarray) | ^~~~~~~~~~~~~~ /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c:313:1: error: 'ptrarray_iterate' defined but not used [-Werror=unused-function] 313 | ptrarray_iterate(struct ptrarray *ptrarray, void (*ifunc)(void *)) | ^~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors --- dependall-usr.bin --- # create uudecode/.depend rm -f .depend CC=/tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend uudecode.d --- dependall-users --- --- users --- --- dependall-sys --- --- dependall-if_ppp --- --- dependall-usr.bin --- # link users/users /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -pie -shared-libgcc -Wl,--warn-shared-textrel -Wl,-z,relro -o users users.o utmpentry.o -Wl,-rpath-link,/tmp/build/2024.01.02.19.27.57-amd64/destdir/lib -L=/lib --- dependall-uudecode --- --- dependall --- --- dependall-usr.sbin --- *** Failed target: tprof_top.o *** Failed commands: ${_MKTARGET_COMPILE} => @echo '# ' "compile " tprof/tprof_top.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} --- dependall-sys --- dependall ===> sys/modules/if_ppp --- dependall-usr.sbin --- => /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/x86_64--netbsd-gcc -O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -I/tmp/build/2024.01.02.19.27.57-amd64/src/sys/ --sysroot=/tmp/build/2024.01.02.19.27.57-amd64/destdir -D_KERNTYPES -c -Wno-format-nonliteral /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof/tprof_top.c -o tprof_top.o.o ${CTFCONVERT_RUN} => /tmp/build/2024.01.02.19.27.57-amd64/tools/bin/nbctfconvert -g -L VERSION -o tprof_top.o tprof_top.o.o && rm -f tprof_top.o.o *** [tprof_top.o] Error code 1 nbmake[7]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/usr.sbin/tprof --- dependall-external --- --- dependall-ipf --- nbmake[7]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/ipf --- dependall-gpl3 --- --- dependall-gdb --- nbmake[8]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb/lib --- dependall-bsd --- nbmake[6]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd --- dependall-usr.bin --- nbmake[4]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src --- dependall-external --- --- dependall-atf --- --- dependall-tools --- nbmake[10]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/tests/atf/tools --- dependall-sys --- nbmake[5]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/sys --- dependall-external --- --- dependall-gpl3 --- nbmake[7]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gdb --- dependall-bsd --- --- dependall-wpa --- --- dependall-wpa_supplicant --- nbmake[9]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/wpa_supplicant --- dependall-sys --- nbmake[4]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src --- dependall-external --- --- dependall-gpl3 --- nbmake[6]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3 --- dependall-bsd --- --- dependall-atf --- nbmake[9]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/tests/atf --- dependall-atf-c++ --- nbmake[10]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/tests/atf/atf-c++ --- dependall-wpa --- nbmake[8]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin --- dependall-usr.sbin --- nbmake[4]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src --- dependall-external --- --- dependall-tmux --- nbmake[9]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/usr.bin/tmux --- dependall-gpl3 --- --- dependall-gcc.old --- nbmake[9]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/lib/libtsan --- dependall-bsd --- --- dependall-atf --- nbmake[9]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/tests/atf --- dependall-nvi --- nbmake[9]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/usr.bin/nvi --- dependall-wpa --- --- dependall-hostapd --- nbmake[9]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin/hostapd --- dependall-atf --- nbmake[8]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf/tests --- dependall-gpl3 --- nbmake[8]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old/lib --- dependall-bsd --- --- dependall-tmux --- nbmake[8]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux/usr.bin --- dependall-wpa --- nbmake[8]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa/bin --- dependall-nvi --- nbmake[8]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi/usr.bin --- dependall-tmux --- nbmake[7]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tmux --- dependall-gpl3 --- nbmake[7]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3/gcc.old --- dependall-bsd --- --- dependall-wpa --- nbmake[7]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/wpa --- dependall-nvi --- nbmake[7]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/nvi --- dependall-tcpdump --- nbmake[8]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump/bin --- dependall-atf --- nbmake[7]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/atf --- dependall-tmux --- nbmake[6]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd --- dependall-gpl3 --- nbmake[6]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/gpl3 --- dependall-bsd --- --- dependall-wpa --- nbmake[6]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd --- dependall-nvi --- nbmake[6]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd --- dependall-atf --- nbmake[6]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd --- dependall-gpl3 --- nbmake[5]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external --- dependall-bsd --- --- dependall-tcpdump --- nbmake[7]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd/tcpdump nbmake[6]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external/bsd nbmake[5]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src/external nbmake[4]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src nbmake[3]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src nbmake[2]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src nbmake[1]: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src nbmake: stopped in /tmp/build/2024.01.02.19.27.57-amd64/src ERROR: Failed to make release *** BUILD ABORTED *** 692.18 real 6410.94 user 1646.51 sys