=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/net/libexosip", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for libeXosip2-5.3.0nb1 --- all --- /opt/local/bin/bmake all-recursive --- all-recursive --- Making all in scripts Making all in platform --- all-recursive --- Making all in vsnet Making all in src --- eXosip.lo --- --- eXconf.lo --- --- eXregister_api.lo --- --- eXconf.lo --- CC eXconf.lo --- eXregister_api.lo --- CC eXregister_api.lo --- eXosip.lo --- CC eXosip.lo --- eXconf.lo --- eXconf.c: In function 'eXosip_masquerade_contact': eXconf.c:83:87: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 83 | snprintf(excontext->udp_firewall_port, sizeof(excontext->udp_firewall_port), "%i", port); | ^ eXconf.c:83:7: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10 83 | snprintf(excontext->udp_firewall_port, sizeof(excontext->udp_firewall_port), "%i", port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eXconf.c:84:87: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 84 | snprintf(excontext->tcp_firewall_port, sizeof(excontext->tcp_firewall_port), "%i", port); | ^ eXconf.c:84:7: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10 84 | snprintf(excontext->tcp_firewall_port, sizeof(excontext->tcp_firewall_port), "%i", port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eXconf.c:85:87: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 85 | snprintf(excontext->tls_firewall_port, sizeof(excontext->tls_firewall_port), "%i", port); | ^ eXconf.c:85:7: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10 85 | snprintf(excontext->tls_firewall_port, sizeof(excontext->tls_firewall_port), "%i", port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eXconf.c:86:89: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 86 | snprintf(excontext->dtls_firewall_port, sizeof(excontext->dtls_firewall_port), "%i", port); | ^ eXconf.c:86:7: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10 86 | snprintf(excontext->dtls_firewall_port, sizeof(excontext->dtls_firewall_port), "%i", port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- eXcall_api.lo --- CC eXcall_api.lo --- eXmessage_api.lo --- CC eXmessage_api.lo --- eXtransport.lo --- CC eXtransport.lo --- jrequest.lo --- CC jrequest.lo --- jresponse.lo --- CC jresponse.lo --- jcallback.lo --- CC jcallback.lo --- jrequest.lo --- jrequest.c: In function '_eXosip_request_viamanager': jrequest.c:1042:59: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 1042 | snprintf(masquerade_port, sizeof(masquerade_port), "%i", excontext->eXtl_transport.proto_local_port); | ^ jrequest.c:1042:5: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10 1042 | snprintf(masquerade_port, sizeof(masquerade_port), "%i", excontext->eXtl_transport.proto_local_port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jrequest.c:1037:59: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 1037 | snprintf(masquerade_port, sizeof(masquerade_port), "%i", ephemeral_port); | ^ jrequest.c:1037:5: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10 1037 | snprintf(masquerade_port, sizeof(masquerade_port), "%i", ephemeral_port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jrequest.c: In function '_eXosip_message_contactmanager': jrequest.c:1132:59: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 1132 | snprintf(masquerade_port, sizeof(masquerade_port), "%i", excontext->eXtl_transport.proto_local_port); | ^ jrequest.c:1132:5: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10 1132 | snprintf(masquerade_port, sizeof(masquerade_port), "%i", excontext->eXtl_transport.proto_local_port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jrequest.c:1127:59: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 1127 | snprintf(masquerade_port, sizeof(masquerade_port), "%i", ephemeral_port); | ^ jrequest.c:1127:5: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10 1127 | snprintf(masquerade_port, sizeof(masquerade_port), "%i", ephemeral_port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- jdialog.lo --- CC jdialog.lo --- udp.lo --- CC udp.lo --- jcall.lo --- CC jcall.lo --- jreg.lo --- CC jreg.lo --- eXutils.lo --- CC eXutils.lo eXutils.c: In function '_ex_strerror': eXutils.c:312:15: warning: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 312 | char *tmp = strerror_r(errnum, buf + in, buflen - in); | ^~~~~~~~~~ eXutils.c: In function 'eXosip_dnsutils_cares_process': eXutils.c:2546:3: warning: 'ares_fds' is deprecated: Use ARES_OPT_EVENT_THREAD or ARES_OPT_SOCK_STATE_CB instead [-Wdeprecated-declarations] 2546 | nfds = ares_fds(channel, &read_fds, &write_fds); | ^~~~ In file included from eXutils.c:1693: /tmp/work/net/libexosip/work/.buildlink/include/ares.h:906:31: note: declared here 906 | ARES_OPT_SOCK_STATE_CB) int ares_fds(const ares_channel_t *channel, | ^~~~~~~~ eXutils.c:2560:5: warning: 'ares_process' is deprecated: Use ares_process_fds instead [-Wdeprecated-declarations] 2560 | ares_process(channel, &read_fds, &write_fds); | ^~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/ares.h:918:58: note: declared here 918 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_process_fds) void ares_process( | ^~~~~~~~~~~~ eXutils.c:2564:5: warning: 'ares_fds' is deprecated: Use ARES_OPT_EVENT_THREAD or ARES_OPT_SOCK_STATE_CB instead [-Wdeprecated-declarations] 2564 | nfds = ares_fds(channel, &read_fds, &write_fds); | ^~~~ /tmp/work/net/libexosip/work/.buildlink/include/ares.h:906:31: note: declared here 906 | ARES_OPT_SOCK_STATE_CB) int ares_fds(const ares_channel_t *channel, | ^~~~~~~~ eXutils.c: In function '_eXosip_dnsutils_getsock': eXutils.c:2813:9: warning: 'ares_fds' is deprecated: Use ARES_OPT_EVENT_THREAD or ARES_OPT_SOCK_STATE_CB instead [-Wdeprecated-declarations] 2813 | nfds = ares_fds(channel, read_fds, write_fds); | ^~~~ /tmp/work/net/libexosip/work/.buildlink/include/ares.h:906:31: note: declared here 906 | ARES_OPT_SOCK_STATE_CB) int ares_fds(const ares_channel_t *channel, | ^~~~~~~~ eXutils.c:2828:9: warning: 'ares_fds' is deprecated: Use ARES_OPT_EVENT_THREAD or ARES_OPT_SOCK_STATE_CB instead [-Wdeprecated-declarations] 2828 | nfds = ares_fds(channel, read_fds, write_fds); | ^~~~ /tmp/work/net/libexosip/work/.buildlink/include/ares.h:906:31: note: declared here 906 | ARES_OPT_SOCK_STATE_CB) int ares_fds(const ares_channel_t *channel, | ^~~~~~~~ eXutils.c: In function '_eXosip_dnsutils_checksock': eXutils.c:2859:9: warning: 'ares_getsock' is deprecated: Use ARES_OPT_EVENT_THREAD or ARES_OPT_SOCK_STATE_CB instead [-Wdeprecated-declarations] 2859 | int bitmask = ares_getsock(channel, socks, 16); | ^~~ /tmp/work/net/libexosip/work/.buildlink/include/ares.h:911:31: note: declared here 911 | ARES_OPT_SOCK_STATE_CB) int ares_getsock(const ares_channel_t *channel, | ^~~~~~~~~~~~ eXutils.c:2900:9: warning: 'ares_getsock' is deprecated: Use ARES_OPT_EVENT_THREAD or ARES_OPT_SOCK_STATE_CB instead [-Wdeprecated-declarations] 2900 | int bitmask = ares_getsock(channel, socks, 16); | ^~~ /tmp/work/net/libexosip/work/.buildlink/include/ares.h:911:31: note: declared here 911 | ARES_OPT_SOCK_STATE_CB) int ares_getsock(const ares_channel_t *channel, | ^~~~~~~~~~~~ eXutils.c: In function 'eXosip_dnsutils_srv_lookup': eXutils.c:3038:5: warning: 'ares_query' is deprecated: Use ares_query_dnsrec instead [-Wdeprecated-declarations] 3038 | ares_query(channel, output_record->sipudp_record.name, C_IN, T_SRV, _srv_callback, (void *) output_record); | ^~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/ares.h:844:59: note: declared here 844 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_query_dnsrec) void ares_query( | ^~~~~~~~~~ eXutils.c:3043:5: warning: 'ares_query' is deprecated: Use ares_query_dnsrec instead [-Wdeprecated-declarations] 3043 | ares_query(channel, output_record->siptcp_record.name, C_IN, T_SRV, _srv_callback, (void *) output_record); | ^~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/ares.h:844:59: note: declared here 844 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_query_dnsrec) void ares_query( | ^~~~~~~~~~ eXutils.c:3048:5: warning: 'ares_query' is deprecated: Use ares_query_dnsrec instead [-Wdeprecated-declarations] 3048 | ares_query(channel, output_record->siptls_record.name, C_IN, T_SRV, _srv_callback, (void *) output_record); | ^~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/ares.h:844:59: note: declared here 844 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_query_dnsrec) void ares_query( | ^~~~~~~~~~ eXutils.c:3053:5: warning: 'ares_query' is deprecated: Use ares_query_dnsrec instead [-Wdeprecated-declarations] 3053 | ares_query(channel, output_record->sipdtls_record.name, C_IN, T_SRV, _srv_callback, (void *) output_record); | ^~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/ares.h:844:59: note: declared here 844 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_query_dnsrec) void ares_query( | ^~~~~~~~~~ eXutils.c: In function 'eXosip_dnsutils_naptr_lookup': eXutils.c:3151:3: warning: 'ares_query' is deprecated: Use ares_query_dnsrec instead [-Wdeprecated-declarations] 3151 | ares_query(channel, domain, C_IN, T_NAPTR, _naptr_callback, (void *) output_record); | ^~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/ares.h:844:59: note: declared here 844 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_query_dnsrec) void ares_query( | ^~~~~~~~~~ --- jevents.lo --- CC jevents.lo --- eXutils.lo --- eXutils.c: In function 'eXosip_dnsutils_naptr': eXutils.c:3120:69: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 3120 | snprintf(output_record->domain, sizeof(output_record->domain), "%s", domain); | ^ In function 'eXosip_dnsutils_naptr_lookup', inlined from 'eXosip_dnsutils_naptr' at eXutils.c:3406:7: eXutils.c:3120:3: note: 'snprintf' output between 1 and 513 bytes into a destination of size 512 3120 | snprintf(output_record->domain, sizeof(output_record->domain), "%s", domain); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- misc.lo --- CC misc.lo --- jpipe.lo --- CC jpipe.lo --- jauth.lo --- CC jauth.lo --- eXtl_udp.lo --- CC eXtl_udp.lo --- jauth.lo --- jauth.c: In function 'SHA256DigestCalcHA1': jauth.c:134:3: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 134 | SHA256_Init(&SHA256Ctx); | ^~~~~~~~~~~ In file included from jauth.c:43: /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ jauth.c:135:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 135 | SHA256_Update(&SHA256Ctx, (unsigned char *) pszUserName, (unsigned int) strlen(pszUserName)); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:136:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 136 | SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:137:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 137 | SHA256_Update(&SHA256Ctx, (unsigned char *) pszRealm, (unsigned int) strlen(pszRealm)); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:138:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 138 | SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:139:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 139 | SHA256_Update(&SHA256Ctx, (unsigned char *) pszPassword, (unsigned int) strlen(pszPassword)); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:140:3: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 140 | SHA256_Final((unsigned char *) HA1, &SHA256Ctx); | ^~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ jauth.c:144:5: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 144 | SHA256_Init(&SHA256Ctx); | ^~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ jauth.c:145:5: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 145 | SHA256_Update(&SHA256Ctx, (unsigned char *) HA1Hex, SHA256HEXLEN); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:146:5: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 146 | SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:147:5: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 147 | SHA256_Update(&SHA256Ctx, (unsigned char *) pszNonce, (unsigned int) strlen(pszNonce)); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:148:5: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 148 | SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:149:5: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 149 | SHA256_Update(&SHA256Ctx, (unsigned char *) pszCNonce, (unsigned int) strlen(pszCNonce)); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:150:5: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 150 | SHA256_Final((unsigned char *) HA1, &SHA256Ctx); | ^~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ jauth.c: In function 'SHA256DigestCalcResponse': jauth.c:164:3: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 164 | SHA256_Init(&SHA256Ctx); | ^~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ jauth.c:165:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 165 | SHA256_Update(&SHA256Ctx, (unsigned char *) pszMethod, (unsigned int) strlen(pszMethod)); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:166:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 166 | SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:167:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 167 | SHA256_Update(&SHA256Ctx, (unsigned char *) pszDigestUri, (unsigned int) strlen(pszDigestUri)); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:180:3: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 180 | SHA256_Final((unsigned char *) HA2, &SHA256Ctx); | ^~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ jauth.c:184:3: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 184 | SHA256_Init(&SHA256Ctx); | ^~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ jauth.c:185:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 185 | SHA256_Update(&SHA256Ctx, (unsigned char *) HA1, SHA256HEXLEN); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:186:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 186 | SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:187:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 187 | SHA256_Update(&SHA256Ctx, (unsigned char *) pszNonce, (unsigned int) strlen(pszNonce)); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:188:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 188 | SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:194:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 194 | SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:195:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 195 | SHA256_Update(&SHA256Ctx, (unsigned char *) HEntity, SHA256HEXLEN); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:198:3: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 198 | SHA256_Final((unsigned char *) HA2, &SHA256Ctx); | ^~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ jauth.c:202:3: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 202 | SHA256_Init(&SHA256Ctx); | ^~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ jauth.c:203:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 203 | SHA256_Update(&SHA256Ctx, (unsigned char *) HA1, SHA256HEXLEN); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:204:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 204 | SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:205:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 205 | SHA256_Update(&SHA256Ctx, (unsigned char *) pszNonce, (unsigned int) strlen(pszNonce)); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:206:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 206 | SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:209:5: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 209 | SHA256_Update(&SHA256Ctx, (unsigned char *) pszNonceCount, (unsigned int) strlen(pszNonceCount)); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:210:5: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 210 | SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:211:5: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 211 | SHA256_Update(&SHA256Ctx, (unsigned char *) pszCNonce, (unsigned int) strlen(pszCNonce)); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:212:5: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 212 | SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:213:5: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 213 | SHA256_Update(&SHA256Ctx, (unsigned char *) pszQop, (unsigned int) strlen(pszQop)); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:214:5: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 214 | SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:218:3: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 218 | SHA256_Update(&SHA256Ctx, (unsigned char *) HA2Hex, SHA256HEXLEN); | ^~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ jauth.c:219:3: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 219 | SHA256_Final((unsigned char *) RespHash, &SHA256Ctx); | ^~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ --- eXtl_tcp.lo --- CC eXtl_tcp.lo --- eXtl_udp.lo --- eXtl_udp.c: In function 'udp_tl_masquerade_contact': eXtl_udp.c:1407:85: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 1407 | snprintf(excontext->udp_firewall_port, sizeof(excontext->udp_firewall_port), "%i", port); | ^ In function 'udp_tl_masquerade_contact', inlined from 'udp_tl_masquerade_contact' at eXtl_udp.c:1397:12: eXtl_udp.c:1407:5: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10 1407 | snprintf(excontext->udp_firewall_port, sizeof(excontext->udp_firewall_port), "%i", port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- eXtl_tcp.lo --- eXtl_tcp.c: In function 'tcp_tl_masquerade_contact': eXtl_tcp.c:2158:85: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 2158 | snprintf(excontext->tcp_firewall_port, sizeof(excontext->tcp_firewall_port), "%i", port); | ^ In function 'tcp_tl_masquerade_contact', inlined from 'tcp_tl_masquerade_contact' at eXtl_tcp.c:2148:12: eXtl_tcp.c:2158:5: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10 2158 | snprintf(excontext->tcp_firewall_port, sizeof(excontext->tcp_firewall_port), "%i", port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eXtl_tcp.c: In function '_tcp_tl_build_message': eXtl_tcp.c:1550:39: warning: '%i' directive output may be truncated writing between 1 and 10 bytes into a region of size 9 [-Wformat-truncation=] 1550 | snprintf(co->url->port, 9, "%i", natted_port); | ^~ In function '_tcp_tl_update_contact', inlined from '_tcp_tl_build_message' at eXtl_tcp.c:1706:5: eXtl_tcp.c:1550:38: note: directive argument in the range [1, 2147483647] 1550 | snprintf(co->url->port, 9, "%i", natted_port); | ^~~~ eXtl_tcp.c:1550:11: note: 'snprintf' output between 2 and 11 bytes into a destination of size 9 1550 | snprintf(co->url->port, 9, "%i", natted_port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- eXtl_dtls.lo --- CC eXtl_dtls.lo --- eXtl_tls.lo --- CC eXtl_tls.lo --- eXtl_dtls.lo --- eXtl_dtls.c: In function 'dtls_tl_masquerade_contact': eXtl_dtls.c:1264:87: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 1264 | snprintf(excontext->dtls_firewall_port, sizeof(excontext->dtls_firewall_port), "%i", port); | ^ In function 'dtls_tl_masquerade_contact', inlined from 'dtls_tl_masquerade_contact' at eXtl_dtls.c:1254:12: eXtl_dtls.c:1264:5: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10 1264 | snprintf(excontext->dtls_firewall_port, sizeof(excontext->dtls_firewall_port), "%i", port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- eXtl_tls.lo --- eXtl_tls.c: In function 'load_dh_params': eXtl_tls.c:630:5: warning: 'PEM_read_bio_DHparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 630 | ret = PEM_read_bio_DHparams(bio, NULL, NULL, NULL); | ^~~ In file included from eXtl_tls.c:93: /tmp/work/net/libexosip/work/.buildlink/include/openssl/pem.h:76:11: note: declared here 76 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ | ^~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/pem.h:274:10: note: in expansion of macro 'PEM_read_cb_fnsig' 274 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); | ^~~~~~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/pem.h:338:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' 338 | DECLARE_PEM_read_bio_attr(attr, name, type) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/pem.h:348:5: note: in expansion of macro 'DECLARE_PEM_read_attr' 348 | DECLARE_PEM_read_attr(attr, name, type) \ | ^~~~~~~~~~~~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/pem.h:479:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' 479 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH) | ^~~~~~~~~~~~~~~~~~~ eXtl_tls.c: In function 'build_dh_params': eXtl_tls.c:661:3: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 661 | DH *dh = DH_new(); | ^~ In file included from eXtl_tls.c:90: /tmp/work/net/libexosip/work/.buildlink/include/openssl/dh.h:210:27: note: declared here 210 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ eXtl_tls.c:683:3: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 683 | if (!DH_set0_pqg(dh, p, NULL, g)) { | ^~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/dh.h:266:27: note: declared here 266 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ eXtl_tls.c:694:3: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 694 | DH_free(dh); | ^~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ eXtl_tls.c: In function '__RSA_generate_key': eXtl_tls.c:703:3: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 703 | RSA *rsa = RSA_new(); | ^~~ In file included from /tmp/work/net/libexosip/work/.buildlink/include/openssl/x509.h:38, from /tmp/work/net/libexosip/work/.buildlink/include/openssl/pem.h:23: /tmp/work/net/libexosip/work/.buildlink/include/openssl/rsa.h:212:28: note: declared here 212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ eXtl_tls.c:714:3: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 714 | if (RSA_generate_key_ex(rsa, bits, e, NULL)) { | ^~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/rsa.h:270:27: note: declared here 270 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, | ^~~~~~~~~~~~~~~~~~~ eXtl_tls.c:725:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 725 | RSA_free(rsa); | ^~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ eXtl_tls.c: In function 'generate_eph_rsa_key': eXtl_tls.c:743:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 743 | RSA_free(rsa); | ^~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ eXtl_tls.c: In function 'tls_dump_info': eXtl_tls.c:1815:9: warning: 'EVP_PKEY_get1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1815 | EC_KEY *ec = EVP_PKEY_get1_EC_KEY(key); | ^~~~~~ In file included from /tmp/work/net/libexosip/work/.buildlink/include/openssl/pem.h:22: /tmp/work/net/libexosip/work/.buildlink/include/openssl/evp.h:1433:19: note: declared here 1433 | struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ eXtl_tls.c:1818:9: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1818 | nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec)); | ^~~ In file included from /tmp/work/net/libexosip/work/.buildlink/include/openssl/x509.h:35: /tmp/work/net/libexosip/work/.buildlink/include/openssl/ec.h:1045:39: note: declared here 1045 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ eXtl_tls.c:1819:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1819 | EC_KEY_free(ec); | ^~~~~~~~~~~ /tmp/work/net/libexosip/work/.buildlink/include/openssl/ec.h:1014:28: note: declared here 1014 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ eXtl_tls.c: At top level: eXtl_tls.c:1441:13: warning: 'tls_dump_verification_failure' defined but not used [-Wunused-function] 1441 | static void tls_dump_verification_failure(long verification_result, char *reason, size_t reason_len) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eXtl_tls.c: In function 'tls_tl_masquerade_contact': eXtl_tls.c:3346:85: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 3346 | snprintf(excontext->tls_firewall_port, sizeof(excontext->tls_firewall_port), "%i", port); | ^ In function 'tls_tl_masquerade_contact', inlined from 'tls_tl_masquerade_contact' at eXtl_tls.c:3336:12: eXtl_tls.c:3346:5: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10 3346 | snprintf(excontext->tls_firewall_port, sizeof(excontext->tls_firewall_port), "%i", port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eXtl_tls.c: In function '_tls_tl_build_message': eXtl_tls.c:2937:39: warning: '%i' directive output may be truncated writing between 1 and 10 bytes into a region of size 9 [-Wformat-truncation=] 2937 | snprintf(co->url->port, 9, "%i", natted_port); | ^~ In function '_tls_tl_update_contact', inlined from '_tls_tl_build_message' at eXtl_tls.c:2968:5: eXtl_tls.c:2937:38: note: directive argument in the range [1, 2147483647] 2937 | snprintf(co->url->port, 9, "%i", natted_port); | ^~~~ eXtl_tls.c:2937:11: note: 'snprintf' output between 2 and 11 bytes into a destination of size 9 2937 | snprintf(co->url->port, 9, "%i", natted_port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- milenage.lo --- CC milenage.lo --- rijndael.lo --- CC rijndael.lo --- eXsubscription_api.lo --- CC eXsubscription_api.lo --- eXoptions_api.lo --- CC eXoptions_api.lo --- eXinsubscription_api.lo --- CC eXinsubscription_api.lo --- eXpublish_api.lo --- CC eXpublish_api.lo --- jnotify.lo --- CC jnotify.lo --- jsubscribe.lo --- CC jsubscribe.lo --- inet_ntop.lo --- CC inet_ntop.lo --- jpublish.lo --- CC jpublish.lo --- sdp_offans.lo --- CC sdp_offans.lo --- libeXosip2.la --- CCLD libeXosip2.la Making all in include --- all-recursive --- Making all in eXosip2 Making all in tools --- sip_reg.o --- --- sip_monitor.o --- --- sip_storm.o --- --- sip_reg.o --- CC sip_reg.o --- sip_monitor.o --- CC sip_monitor.o --- sip_storm.o --- CC sip_storm.o --- sip_reg.o --- sip_reg.c: In function 'main': sip_reg.c:91:3: warning: macro expands to multiple statements [-Wmultistatement-macros] 91 | fprintf(stderr, b); \ | ^~~~~~~ sip_reg.c:276:5: note: in expansion of macro 'syslog_wrapper' 276 | syslog_wrapper(LOG_INFO, "contact: %s", contact); | ^~~~~~~~~~~~~~ sip_reg.c:275:3: note: some parts of macro expansion are not guarded by this 'if' clause 275 | if (contact != NULL) | ^~ --- sip_monitor.o --- sip_monitor.c: In function 'main': sip_monitor.c:468:7: warning: unused variable 'log_perror' [-Wunused-variable] 468 | int log_perror = 0; | ^~~~~~~~~~ --- sip_storm.o --- sip_storm.c: In function 'main': sip_storm.c:478:7: warning: unused variable 'log_perror' [-Wunused-variable] 478 | int log_perror = 0; | ^~~~~~~~~~ --- sip_reg --- CCLD sip_reg --- sip_monitor --- --- sip_storm --- --- sip_monitor --- CCLD sip_monitor --- sip_storm --- CCLD sip_storm Making all in help --- all-recursive --- Making all in doxygen *** Please use pkgtools/verifypc to sanity check dependencies.