+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libeXosip2-5.3.0nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libeXosip2-5.3.0nb1/work.log ===> Building for libeXosip2-5.3.0nb1 --- all --- /opt/pkg/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 --- --- eXcall_api.lo --- --- eXosip.lo --- CC eXosip.lo --- eXconf.lo --- CC eXconf.lo --- eXregister_api.lo --- CC eXregister_api.lo --- eXcall_api.lo --- CC eXcall_api.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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- eXmessage_api.lo --- CC eXmessage_api.lo --- eXtransport.lo --- CC eXtransport.lo --- jrequest.lo --- --- jresponse.lo --- --- jrequest.lo --- CC jrequest.lo --- jresponse.lo --- CC jresponse.lo --- jcallback.lo --- CC jcallback.lo --- jdialog.lo --- CC jdialog.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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- udp.lo --- CC udp.lo --- jcall.lo --- CC jcall.lo --- jreg.lo --- CC jreg.lo --- eXutils.lo --- CC eXutils.lo --- jevents.lo --- CC jevents.lo --- eXutils.lo --- eXutils.c: In function '_ex_strerror': eXutils.c:312:15: error: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 312 | char *tmp = strerror_r(errnum, buf + in, buflen - in); | ^~~~~~~~~~ --- misc.lo --- CC misc.lo --- eXutils.lo --- eXutils.c: In function 'eXosip_dnsutils_cares_process': eXutils.c:2465:3: warning: 'ares_getsock' is deprecated: Use ARES_OPT_EVENT_THREAD or ARES_OPT_SOCK_STATE_CB instead [-Wdeprecated-declarations] 2465 | int bitmask = ares_getsock(channel, socks, 16); | ^~~ In file included from eXutils.c:1693: /home/pbulk/build/net/libexosip/work/.buildlink/include/ares.h:903:31: note: declared here 903 | ARES_OPT_SOCK_STATE_CB) int ares_getsock(const ares_channel_t *channel, | ^~~~~~~~~~~~ eXutils.c:2526:5: warning: 'ares_getsock' is deprecated: Use ARES_OPT_EVENT_THREAD or ARES_OPT_SOCK_STATE_CB instead [-Wdeprecated-declarations] 2526 | bitmask = ares_getsock(channel, socks, 16); | ^~~~~~~ /home/pbulk/build/net/libexosip/work/.buildlink/include/ares.h:903:31: note: declared here 903 | ARES_OPT_SOCK_STATE_CB) int ares_getsock(const ares_channel_t *channel, | ^~~~~~~~~~~~ eXutils.c: In function '_eXosip_dnsutils_addsock_epoll': eXutils.c:2592:9: warning: 'ares_getsock' is deprecated: Use ARES_OPT_EVENT_THREAD or ARES_OPT_SOCK_STATE_CB instead [-Wdeprecated-declarations] 2592 | int bitmask = ares_getsock(channel, socks, 16); | ^~~ /home/pbulk/build/net/libexosip/work/.buildlink/include/ares.h:903:31: note: declared here 903 | ARES_OPT_SOCK_STATE_CB) int ares_getsock(const ares_channel_t *channel, | ^~~~~~~~~~~~ eXutils.c:2633:9: warning: 'ares_getsock' is deprecated: Use ARES_OPT_EVENT_THREAD or ARES_OPT_SOCK_STATE_CB instead [-Wdeprecated-declarations] 2633 | int bitmask = ares_getsock(channel, socks, 16); | ^~~ /home/pbulk/build/net/libexosip/work/.buildlink/include/ares.h:903:31: note: declared here 903 | ARES_OPT_SOCK_STATE_CB) int ares_getsock(const ares_channel_t *channel, | ^~~~~~~~~~~~ eXutils.c: In function '_eXosip_dnsutils_checksock_epoll': eXutils.c:2689:9: warning: 'ares_getsock' is deprecated: Use ARES_OPT_EVENT_THREAD or ARES_OPT_SOCK_STATE_CB instead [-Wdeprecated-declarations] 2689 | int bitmask = ares_getsock(channel, socks, 16); | ^~~ /home/pbulk/build/net/libexosip/work/.buildlink/include/ares.h:903:31: note: declared here 903 | ARES_OPT_SOCK_STATE_CB) int ares_getsock(const ares_channel_t *channel, | ^~~~~~~~~~~~ eXutils.c:2739:9: warning: 'ares_getsock' is deprecated: Use ARES_OPT_EVENT_THREAD or ARES_OPT_SOCK_STATE_CB instead [-Wdeprecated-declarations] 2739 | int bitmask = ares_getsock(channel, socks, 16); | ^~~ /home/pbulk/build/net/libexosip/work/.buildlink/include/ares.h:903:31: note: declared here 903 | ARES_OPT_SOCK_STATE_CB) int ares_getsock(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); | ^~~~ /home/pbulk/build/net/libexosip/work/.buildlink/include/ares.h:898:31: note: declared here 898 | 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); | ^~~~ /home/pbulk/build/net/libexosip/work/.buildlink/include/ares.h:898:31: note: declared here 898 | 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); | ^~~ /home/pbulk/build/net/libexosip/work/.buildlink/include/ares.h:903:31: note: declared here 903 | 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); | ^~~ /home/pbulk/build/net/libexosip/work/.buildlink/include/ares.h:903:31: note: declared here 903 | 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); | ^~~~~~~~~~ /home/pbulk/build/net/libexosip/work/.buildlink/include/ares.h:836:59: note: declared here 836 | 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); | ^~~~~~~~~~ /home/pbulk/build/net/libexosip/work/.buildlink/include/ares.h:836:59: note: declared here 836 | 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); | ^~~~~~~~~~ /home/pbulk/build/net/libexosip/work/.buildlink/include/ares.h:836:59: note: declared here 836 | 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); | ^~~~~~~~~~ /home/pbulk/build/net/libexosip/work/.buildlink/include/ares.h:836:59: note: declared here 836 | 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); | ^~~~~~~~~~ /home/pbulk/build/net/libexosip/work/.buildlink/include/ares.h:836:59: note: declared here 836 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_query_dnsrec) void ares_query( | ^~~~~~~~~~ *** [eXutils.lo] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/net/libexosip/work/libexosip2-5.3.0/src bmake[2]: 1 error bmake[2]: stopped making "all" in /home/pbulk/build/net/libexosip/work/libexosip2-5.3.0/src bmake[1]: stopped making "all-recursive" in /home/pbulk/build/net/libexosip/work/libexosip2-5.3.0 bmake: stopped making "all" in /home/pbulk/build/net/libexosip/work/libexosip2-5.3.0 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/libexosip *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/libexosip