/bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c -o plugin_prefix.lo plugin_prefix.c libtool: compile: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR=\"3452\" -DBUILDDATE=\"2023-01-31T02:40:52\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c plugin_stun.c -fPIC -DPIC -o .libs/plugin_stun.o plugin_fix_DTAG.c:38:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 38 | static char const ident[]="$Id: plugin_fix_DTAG.c 522 2015-09-15 21:47:53Z hb9xar $"; | ^~~~~ plugin_fix_bogus_via.c: In function 'plugin_fix_bogus_via_LTX_plugin_process': plugin_fix_bogus_via.c:158:33: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 158 | snprintf(via->port, 5, "%u", ntohs(ticket->from.sin_port)); | ^ plugin_fix_bogus_via.c:158:7: note: 'snprintf' output between 2 and 6 bytes into a destination of size 5 158 | snprintf(via->port, 5, "%u", ntohs(ticket->from.sin_port)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR=\"3452\" -DBUILDDATE=\"2023-01-31T02:40:52\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c plugin_prefix.c -fPIC -DPIC -o .libs/plugin_prefix.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c -o plugin_regex.lo plugin_regex.c plugin_stun.c:42:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 42 | static char const ident[]="$Id: plugin_stun.c 548 2016-09-04 08:16:01Z hb9xar $"; | ^~~~~ /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c -o plugin_codecfilter.lo plugin_codecfilter.c libtool: compile: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR=\"3452\" -DBUILDDATE=\"2023-01-31T02:40:52\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c plugin_regex.c -fPIC -DPIC -o .libs/plugin_regex.o plugin_prefix.c:51:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 51 | static char const ident[]="$Id: plugin_prefix.c 485 2011-06-18 08:23:54Z hb9xar $"; | ^~~~~ plugin_stun.c: In function 'plugin_stun_LTX_plugin_process': plugin_stun.c:228:73: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 228 | snprintf(ipstring, IPSTRING_SIZE-1, "%u.%u.%u.%u", | ^ plugin_stun.c:228:25: note: 'snprintf' output between 8 and 16 bytes into a destination of size 15 228 | snprintf(ipstring, IPSTRING_SIZE-1, "%u.%u.%u.%u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 229 | ip[0], ip[1], ip[2], ip[3]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ plugin_stun.c:260:70: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 260 | snprintf(ipstring, IPSTRING_SIZE-1, "%u.%u.%u.%u", | ^ plugin_stun.c:260:22: note: 'snprintf' output between 8 and 16 bytes into a destination of size 15 260 | snprintf(ipstring, IPSTRING_SIZE-1, "%u.%u.%u.%u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 261 | ip[0], ip[1], ip[2], ip[3]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR=\"3452\" -DBUILDDATE=\"2023-01-31T02:40:52\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c plugin_codecfilter.c -fPIC -DPIC -o .libs/plugin_codecfilter.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c -o plugin_stripheader.lo plugin_stripheader.c plugin_codecfilter.c:40:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 40 | static char const ident[]="$Id: plugin_codecfilter.c 575 2017-09-27 19:21:36Z hb9xar $"; | ^~~~~ plugin_regex.c:48:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 48 | static char const ident[]="$Id: plugin_regex.c 557 2017-02-27 20:15:51Z hb9xar $"; | ^~~~~ /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c -o plugin_siptrunk.lo plugin_siptrunk.c libtool: compile: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR=\"3452\" -DBUILDDATE=\"2023-01-31T02:40:52\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c plugin_stripheader.c -fPIC -DPIC -o .libs/plugin_stripheader.o libtool: compile: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR=\"3452\" -DBUILDDATE=\"2023-01-31T02:40:52\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c plugin_siptrunk.c -fPIC -DPIC -o .libs/plugin_siptrunk.o plugin_stripheader.c:40:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 40 | static char const ident[]="$Id: plugin_stripheader.c 548 2016-09-04 08:16:01Z hb9xar $"; | ^~~~~ /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c -o plugin_fix_fbox_anoncall.lo plugin_fix_fbox_anoncall.c plugin_siptrunk.c:40:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 40 | static char const ident[]="$Id: plugin_siptrunk.c 578 2017-10-24 18:56:46Z hb9xar $"; | ^~~~~ libtool: compile: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR=\"3452\" -DBUILDDATE=\"2023-01-31T02:40:52\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c plugin_fix_fbox_anoncall.c -fPIC -DPIC -o .libs/plugin_fix_fbox_anoncall.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c -o plugin_stats.lo plugin_stats.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c -o plugin_blacklist.lo plugin_blacklist.c libtool: compile: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR=\"3452\" -DBUILDDATE=\"2023-01-31T02:40:52\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c plugin_stats.c -fPIC -DPIC -o .libs/plugin_stats.o plugin_fix_fbox_anoncall.c:39:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 39 | static char const ident[]="$Id: plugin_fix_fbox_anoncall.c 578 2017-10-24 18:56:46Z hb9xar $"; | ^~~~~ libtool: compile: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR=\"3452\" -DBUILDDATE=\"2023-01-31T02:40:52\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c plugin_blacklist.c -fPIC -DPIC -o .libs/plugin_blacklist.o /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c siproxd.c plugin_stats.c:45:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 45 | static char const ident[]="$Id: plugin_stats.c 585 2020-07-07 22:05:29Z hb9xar $"; | ^~~~~ siproxd.c:44:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 44 | static char const ident[]="$Id: siproxd.c 587 2020-07-26 09:40:23Z hb9xar $"; | ^~~~~ plugin_blacklist.c:43:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 43 | static char const ident[]="$Id: plugin_blacklist.c 573 2017-08-12 15:06:52Z hb9xar $"; | ^~~~~ /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c proxy.c /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c register.c proxy.c:40:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 40 | static char const ident[]="$Id: proxy.c 583 2019-11-09 17:41:08Z hb9xar $"; | ^~~~~ /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c sock.c register.c:38:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 38 | static char const ident[]="$Id: register.c 578 2017-10-24 18:56:46Z hb9xar $"; | ^~~~~ /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c utils.c sock.c:42:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 42 | static char const ident[]="$Id: sock.c 582 2019-05-10 15:01:16Z hb9xar $"; | ^~~~~ utils.c:53:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 53 | static char const ident[]="$Id: utils.c 585 2020-07-07 22:05:29Z hb9xar $"; | ^~~~~ /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c sip_utils.c /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c sip_layer.c sip_layer.c:24:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 24 | static char const ident[]="$Id: sip_layer.c 458 2010-03-29 17:41:39Z hb9xar $"; | ^~~~~ sip_utils.c:45:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 45 | static char const ident[]="$Id: sip_utils.c 585 2020-07-07 22:05:29Z hb9xar $"; | ^~~~~ /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c log.c /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c readconf.c log.c:43:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 43 | static char const ident[]="$Id: log.c 587 2020-07-26 09:40:23Z hb9xar $"; | ^~~~~ readconf.c:35:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 35 | static char const ident[]="$Id: readconf.c 559 2017-02-27 22:04:56Z hb9xar $"; | ^~~~~ /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c rtpproxy.c /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c rtpproxy_relay.c sip_utils.c: In function 'sip_add_myvia': sip_utils.c:598:46: warning: '%s' directive writing up to 127 bytes into a region of size 106 [-Wformat-overflow=] 598 | sprintf(tmp, "SIP/2.0/TCP %s:%i;branch=%s%s", | ^~ 599 | myaddr, configuration.sip_listen_port, 600 | branch_id, | ~~~~~~~~~ sip_utils.c:598:7: note: 'sprintf' output 23 or more bytes (assuming 156) into a destination of size 128 598 | sprintf(tmp, "SIP/2.0/TCP %s:%i;branch=%s%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 599 | myaddr, configuration.sip_listen_port, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 600 | branch_id, | ~~~~~~~~~~ 601 | (add_rport)? ";rport":""); | ~~~~~~~~~~~~~~~~~~~~~~~~~ sip_utils.c:593:46: warning: '%s' directive writing up to 127 bytes into a region of size 106 [-Wformat-overflow=] 593 | sprintf(tmp, "SIP/2.0/UDP %s:%i;branch=%s%s", | ^~ 594 | myaddr, configuration.sip_listen_port, 595 | branch_id, | ~~~~~~~~~ sip_utils.c:593:7: note: 'sprintf' output 23 or more bytes (assuming 156) into a destination of size 128 593 | sprintf(tmp, "SIP/2.0/UDP %s:%i;branch=%s%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 594 | myaddr, configuration.sip_listen_port, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 595 | branch_id, | ~~~~~~~~~~ 596 | (add_rport)? ";rport":""); | ~~~~~~~~~~~~~~~~~~~~~~~~~ /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c accessctl.c rtpproxy.c:33:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 33 | static char const ident[]="$Id: rtpproxy.c 583 2019-11-09 17:41:08Z hb9xar $"; | ^~~~~ rtpproxy_relay.c:49:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 49 | static char const ident[]="$Id: rtpproxy_relay.c 583 2019-11-09 17:41:08Z hb9xar $"; | ^~~~~ accessctl.c:34:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 34 | static char const ident[]="$Id: accessctl.c 586 2020-07-26 09:23:21Z hb9xar $"; | ^~~~~ /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c route_processing.c /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c security.c route_processing.c:38:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 38 | static char const ident[]="$Id: route_processing.c 524 2015-09-19 12:56:27Z hb9xar $"; | ^~~~~ /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c auth.c security.c:36:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 36 | static char const ident[]="$Id: security.c 574 2017-09-27 19:21:11Z hb9xar $"; | ^~~~~ /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c fwapi.c auth.c:337:21: warning: argument 1 of type 'unsigned char[16]' with mismatched bound [-Warray-parameter=] 337 | IN HASH Bin, | ~~~~~^~~ In file included from auth.c:37: siproxd.h:254:28: note: previously declared as 'unsigned char *' 254 | void CvtHex(unsigned char *hash, unsigned char *hashstring); | ~~~~~~~~~~~~~~~^~~~ auth.c:338:25: warning: argument 2 of type 'unsigned char[33]' with mismatched bound [-Warray-parameter=] 338 | OUT HASHHEX Hex | ~~~~~~~~^~~ In file included from auth.c:37: siproxd.h:254:49: note: previously declared as 'unsigned char *' 254 | void CvtHex(unsigned char *hash, unsigned char *hashstring); | ~~~~~~~~~~~~~~~^~~~~~~~~~ auth.c:40:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 40 | static char const ident[]="$Id: auth.c 392 2008-07-22 11:17:49Z hb9xar $"; | ^~~~~ fwapi.c:28:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 28 | static char const ident[]="$Id: fwapi.c 369 2008-01-19 16:07:14Z hb9xar $"; | ^~~~~ /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c resolve.c /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c dejitter.c resolve.c:40:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 40 | static char const ident[]="$Id: resolve.c 581 2019-05-10 14:52:31Z hb9xar $"; | ^~~~~ /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c plugins.c dejitter.c:43:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 43 | static char const ident[]="$Id: dejitter.c 583 2019-11-09 17:41:08Z hb9xar $"; | ^~~~~ plugins.c:38:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 38 | static char const ident[]="$Id: plugins.c 567 2017-05-28 13:21:53Z hb9xar $"; | ^~~~~ /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c redirect_cache.c incrementing BUILD number rm -f libcustom_fw_module.a /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc-ar cru libcustom_fw_module.a custom_fw_module.o /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc-ranlib libcustom_fw_module.a /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -module -avoid-version -shared -export-dynamic -shrext '.so' -o plugin_demo.la -rpath /usr/lib/siproxd plugin_demo.lo -lresolv -losipparser2 -losip2 redirect_cache.c:38:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 38 | static char const ident[]="$Id: redirect_cache.c 522 2015-09-15 21:47:53Z hb9xar $"; | ^~~~~ /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -module -avoid-version -shared -export-dynamic -shrext '.so' -o plugin_shortdial.la -rpath /usr/lib/siproxd plugin_shortdial.lo -lresolv -losipparser2 -losip2 /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -module -avoid-version -shared -export-dynamic -shrext '.so' -o plugin_logcall.la -rpath /usr/lib/siproxd plugin_logcall.lo -lresolv -losipparser2 -losip2 libtool: link: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/plugin_demo.o -lresolv -losipparser2 -losip2 -Ofast -Wl,-soname -Wl,plugin_demo.so -o .libs/plugin_demo.so /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -module -avoid-version -shared -export-dynamic -shrext '.so' -o plugin_defaulttarget.la -rpath /usr/lib/siproxd plugin_defaulttarget.lo -lresolv -losipparser2 -losip2 libtool: link: ( cd ".libs" && rm -f "plugin_demo.la" && ln -s "../plugin_demo.la" "plugin_demo.la" ) /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -module -avoid-version -shared -export-dynamic -shrext '.so' -o plugin_fix_bogus_via.la -rpath /usr/lib/siproxd plugin_fix_bogus_via.lo -lresolv -losipparser2 -losip2 libtool: link: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/plugin_logcall.o -lresolv -losipparser2 -losip2 -Ofast -Wl,-soname -Wl,plugin_logcall.so -o .libs/plugin_logcall.so libtool: link: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/plugin_shortdial.o -lresolv -losipparser2 -losip2 -Ofast -Wl,-soname -Wl,plugin_shortdial.so -o .libs/plugin_shortdial.so libtool: link: ( cd ".libs" && rm -f "plugin_logcall.la" && ln -s "../plugin_logcall.la" "plugin_logcall.la" ) /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -module -avoid-version -shared -export-dynamic -shrext '.so' -o plugin_fix_DTAG.la -rpath /usr/lib/siproxd plugin_fix_DTAG.lo -lresolv -losipparser2 -losip2 libtool: link: ( cd ".libs" && rm -f "plugin_shortdial.la" && ln -s "../plugin_shortdial.la" "plugin_shortdial.la" ) /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -module -avoid-version -shared -export-dynamic -shrext '.so' -o plugin_stun.la -rpath /usr/lib/siproxd plugin_stun.lo -lresolv -losipparser2 -losip2 libtool: link: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/plugin_defaulttarget.o -lresolv -losipparser2 -losip2 -Ofast -Wl,-soname -Wl,plugin_defaulttarget.so -o .libs/plugin_defaulttarget.so libtool: link: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/plugin_fix_bogus_via.o -lresolv -losipparser2 -losip2 -Ofast -Wl,-soname -Wl,plugin_fix_bogus_via.so -o .libs/plugin_fix_bogus_via.so libtool: link: ( cd ".libs" && rm -f "plugin_defaulttarget.la" && ln -s "../plugin_defaulttarget.la" "plugin_defaulttarget.la" ) /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -module -avoid-version -shared -export-dynamic -shrext '.so' -o plugin_prefix.la -rpath /usr/lib/siproxd plugin_prefix.lo -lresolv -losipparser2 -losip2 libtool: link: ( cd ".libs" && rm -f "plugin_fix_bogus_via.la" && ln -s "../plugin_fix_bogus_via.la" "plugin_fix_bogus_via.la" ) /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -module -avoid-version -shared -export-dynamic -shrext '.so' -o plugin_regex.la -rpath /usr/lib/siproxd plugin_regex.lo -lresolv -losipparser2 -losip2 libtool: link: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/plugin_fix_DTAG.o -lresolv -losipparser2 -losip2 -Ofast -Wl,-soname -Wl,plugin_fix_DTAG.so -o .libs/plugin_fix_DTAG.so libtool: link: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/plugin_stun.o -lresolv -losipparser2 -losip2 -Ofast -Wl,-soname -Wl,plugin_stun.so -o .libs/plugin_stun.so libtool: link: ( cd ".libs" && rm -f "plugin_stun.la" && ln -s "../plugin_stun.la" "plugin_stun.la" ) libtool: link: ( cd ".libs" && rm -f "plugin_fix_DTAG.la" && ln -s "../plugin_fix_DTAG.la" "plugin_fix_DTAG.la" ) /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -module -avoid-version -shared -export-dynamic -shrext '.so' -o plugin_codecfilter.la -rpath /usr/lib/siproxd plugin_codecfilter.lo -lresolv -losipparser2 -losip2 /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -module -avoid-version -shared -export-dynamic -shrext '.so' -o plugin_stripheader.la -rpath /usr/lib/siproxd plugin_stripheader.lo -lresolv -losipparser2 -losip2 libtool: link: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/plugin_prefix.o -lresolv -losipparser2 -losip2 -Ofast -Wl,-soname -Wl,plugin_prefix.so -o .libs/plugin_prefix.so libtool: link: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/plugin_regex.o -lresolv -losipparser2 -losip2 -Ofast -Wl,-soname -Wl,plugin_regex.so -o .libs/plugin_regex.so libtool: link: ( cd ".libs" && rm -f "plugin_prefix.la" && ln -s "../plugin_prefix.la" "plugin_prefix.la" ) /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -module -avoid-version -shared -export-dynamic -shrext '.so' -o plugin_siptrunk.la -rpath /usr/lib/siproxd plugin_siptrunk.lo -lresolv -losipparser2 -losip2 libtool: link: ( cd ".libs" && rm -f "plugin_regex.la" && ln -s "../plugin_regex.la" "plugin_regex.la" ) /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -module -avoid-version -shared -export-dynamic -shrext '.so' -o plugin_fix_fbox_anoncall.la -rpath /usr/lib/siproxd plugin_fix_fbox_anoncall.lo -lresolv -losipparser2 -losip2 libtool: link: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/plugin_codecfilter.o -lresolv -losipparser2 -losip2 -Ofast -Wl,-soname -Wl,plugin_codecfilter.so -o .libs/plugin_codecfilter.so libtool: link: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/plugin_stripheader.o -lresolv -losipparser2 -losip2 -Ofast -Wl,-soname -Wl,plugin_stripheader.so -o .libs/plugin_stripheader.so libtool: link: ( cd ".libs" && rm -f "plugin_codecfilter.la" && ln -s "../plugin_codecfilter.la" "plugin_codecfilter.la" ) /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -module -avoid-version -shared -export-dynamic -shrext '.so' -o plugin_stats.la -rpath /usr/lib/siproxd plugin_stats.lo -lresolv -losipparser2 -losip2 libtool: link: ( cd ".libs" && rm -f "plugin_stripheader.la" && ln -s "../plugin_stripheader.la" "plugin_stripheader.la" ) /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -module -avoid-version -shared -export-dynamic -shrext '.so' -o plugin_blacklist.la -rpath /usr/lib/siproxd plugin_blacklist.lo -lsqlite3 -lresolv -losipparser2 -losip2 libtool: link: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/plugin_siptrunk.o -lresolv -losipparser2 -losip2 -Ofast -Wl,-soname -Wl,plugin_siptrunk.so -o .libs/plugin_siptrunk.so libtool: link: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/plugin_fix_fbox_anoncall.o -lresolv -losipparser2 -losip2 -Ofast -Wl,-soname -Wl,plugin_fix_fbox_anoncall.so -o .libs/plugin_fix_fbox_anoncall.so libtool: link: ( cd ".libs" && rm -f "plugin_siptrunk.la" && ln -s "../plugin_siptrunk.la" "plugin_siptrunk.la" ) /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -export-dynamic -o siproxd siproxd.o proxy.o register.o sock.o utils.o sip_utils.o sip_layer.o log.o readconf.o rtpproxy.o rtpproxy_relay.o accessctl.o route_processing.o security.o auth.o fwapi.o resolve.o dejitter.o plugins.o redirect_cache.o -lltdl -lresolv -losipparser2 -losip2 libtool: link: ( cd ".libs" && rm -f "plugin_fix_fbox_anoncall.la" && ln -s "../plugin_fix_fbox_anoncall.la" "plugin_fix_fbox_anoncall.la" ) libtool: link: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/plugin_stats.o -lresolv -losipparser2 -losip2 -Ofast -Wl,-soname -Wl,plugin_stats.so -o .libs/plugin_stats.so libtool: link: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/plugin_blacklist.o -lsqlite3 -lresolv -losipparser2 -losip2 -Ofast -Wl,-soname -Wl,plugin_blacklist.so -o .libs/plugin_blacklist.so libtool: link: ( cd ".libs" && rm -f "plugin_stats.la" && ln -s "../plugin_stats.la" "plugin_stats.la" ) libtool: link: ( cd ".libs" && rm -f "plugin_blacklist.la" && ln -s "../plugin_blacklist.la" "plugin_blacklist.la" ) libtool: link: /home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR=\"3453\" -DBUILDDATE=\"2023-01-31T02:40:53\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -o siproxd siproxd.o proxy.o register.o sock.o utils.o sip_utils.o sip_layer.o log.o readconf.o rtpproxy.o rtpproxy_relay.o accessctl.o route_processing.o security.o auth.o fwapi.o resolve.o dejitter.o plugins.o redirect_cache.o -Wl,--export-dynamic -lltdl -lresolv -losipparser2 -losip2 make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/src' Making all in doc make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/doc' make[4]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/doc' mkdir -p html mkdir -p pdf make[4]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/doc' make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/doc' Making all in scripts make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/scripts' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/scripts' Making all in contrib make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/contrib' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/contrib' make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3' make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3' make[1]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3' >>> siproxd 0.8.3 Installing to target PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/thomas/autobuild/instance-1/output-1/target install -C /home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/ make[1]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3' Making install in libltdl make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/libltdl' /usr/bin/make install-am make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/libltdl' make[4]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/libltdl' make[4]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/libltdl' make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/libltdl' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/libltdl' Making install in src make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/src' incrementing BUILD number make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/src' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-1/output-1/target/usr/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c plugin_demo.la plugin_shortdial.la plugin_logcall.la plugin_defaulttarget.la plugin_fix_bogus_via.la plugin_fix_DTAG.la plugin_stun.la plugin_prefix.la plugin_regex.la plugin_codecfilter.la plugin_stripheader.la plugin_siptrunk.la plugin_fix_fbox_anoncall.la plugin_stats.la plugin_blacklist.la '/home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd' /bin/bash ../libtool --mode=install /usr/bin/install -c siproxd '/home/thomas/autobuild/instance-1/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c siproxd /home/thomas/autobuild/instance-1/output-1/target/usr/sbin/siproxd libtool: install: /usr/bin/install -c .libs/plugin_demo.so /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_demo.so libtool: install: /usr/bin/install -c .libs/plugin_demo.lai /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_demo.la libtool: install: /usr/bin/install -c .libs/plugin_shortdial.so /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_shortdial.so libtool: install: /usr/bin/install -c .libs/plugin_shortdial.lai /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_shortdial.la libtool: install: /usr/bin/install -c .libs/plugin_logcall.so /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_logcall.so libtool: install: /usr/bin/install -c .libs/plugin_logcall.lai /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_logcall.la libtool: install: /usr/bin/install -c .libs/plugin_defaulttarget.so /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_defaulttarget.so libtool: install: /usr/bin/install -c .libs/plugin_defaulttarget.lai /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_defaulttarget.la libtool: install: /usr/bin/install -c .libs/plugin_fix_bogus_via.so /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_fix_bogus_via.so libtool: install: /usr/bin/install -c .libs/plugin_fix_bogus_via.lai /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_fix_bogus_via.la libtool: install: /usr/bin/install -c .libs/plugin_fix_DTAG.so /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_fix_DTAG.so libtool: install: /usr/bin/install -c .libs/plugin_fix_DTAG.lai /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_fix_DTAG.la libtool: install: /usr/bin/install -c .libs/plugin_stun.so /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_stun.so libtool: install: /usr/bin/install -c .libs/plugin_stun.lai /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_stun.la libtool: install: /usr/bin/install -c .libs/plugin_prefix.so /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_prefix.so libtool: install: /usr/bin/install -c .libs/plugin_prefix.lai /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_prefix.la libtool: install: /usr/bin/install -c .libs/plugin_regex.so /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_regex.so libtool: install: /usr/bin/install -c .libs/plugin_regex.lai /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_regex.la libtool: install: /usr/bin/install -c .libs/plugin_codecfilter.so /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_codecfilter.so libtool: install: /usr/bin/install -c .libs/plugin_codecfilter.lai /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_codecfilter.la libtool: install: /usr/bin/install -c .libs/plugin_stripheader.so /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_stripheader.so libtool: install: /usr/bin/install -c .libs/plugin_stripheader.lai /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_stripheader.la libtool: install: /usr/bin/install -c .libs/plugin_siptrunk.so /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_siptrunk.so libtool: install: /usr/bin/install -c .libs/plugin_siptrunk.lai /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_siptrunk.la libtool: install: /usr/bin/install -c .libs/plugin_fix_fbox_anoncall.so /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_fix_fbox_anoncall.so libtool: install: /usr/bin/install -c .libs/plugin_fix_fbox_anoncall.lai /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_fix_fbox_anoncall.la libtool: install: /usr/bin/install -c .libs/plugin_stats.so /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_stats.so libtool: install: /usr/bin/install -c .libs/plugin_stats.lai /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_stats.la libtool: install: /usr/bin/install -c .libs/plugin_blacklist.so /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_blacklist.so libtool: install: /usr/bin/install -c .libs/plugin_blacklist.lai /home/thomas/autobuild/instance-1/output-1/target/usr/lib/siproxd/plugin_blacklist.la libtool: install: warning: remember to run `libtool --finish /usr/lib/siproxd' make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/src' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/src' Making install in doc make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/doc' make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/doc' mkdir -p html mkdir -p pdf make[4]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/doc' make[4]: Nothing to be done for 'install-exec-am'. /bin/bash /home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/scripts/install-sh -d /home/thomas/autobuild/instance-1/output-1/target/etc /usr/bin/install -c -m 644 ./siproxd.conf.example /home/thomas/autobuild/instance-1/output-1/target/etc/ /usr/bin/install -c -m 644 ./siproxd_passwd.cfg /home/thomas/autobuild/instance-1/output-1/target/etc/ chmod 600 /home/thomas/autobuild/instance-1/output-1/target/etc/siproxd_passwd.cfg /bin/bash /home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/scripts/install-sh -d /home/thomas/autobuild/instance-1/output-1/target/usr/share/doc/siproxd make[4]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/doc' make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/doc' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/doc' Making install in scripts make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/scripts' make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/scripts' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/scripts' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/scripts' Making install in contrib make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/contrib' make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/contrib' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/contrib' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3/contrib' make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3' make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3' make[1]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/siproxd-0.8.3' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/thomas/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86_64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-1/output-1/host/x86_64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-1/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86_64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-1/output-1/host/x86_64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/thomas/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/dash" >> /home/thomas/autobuild/instance-1/output-1/target/etc/shells rm -f -r /home/thomas/autobuild/instance-1/output-1/target/usr/share/openrc { echo "baud=\"0\""; echo "term_type=\"vt100\"" ; echo "agetty_options=\"-L \""; } > /home/thomas/autobuild/instance-1/output-1/target/etc/conf.d/agetty.console ln -sf agetty /home/thomas/autobuild/instance-1/output-1/target/etc/init.d/agetty.console ln -sf /etc/init.d/agetty.console /home/thomas/autobuild/instance-1/output-1/target/etc/runlevels/default/agetty.console mkdir -p /home/thomas/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/thomas/autobuild/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/thomas/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /home/thomas/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/thomas/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-1/output-1/target/etc/shells ln -sf dash /home/thomas/autobuild/instance-1/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/thomas/autobuild/instance-1/output-1/target/etc/passwd rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/include /home/thomas/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-1/output-1/target/usr/doc find /home/thomas/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-1/output-1/target/lib/ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/ /home/thomas/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/man /home/thomas/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/info /home/thomas/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/doc /home/thomas/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-1/output-1/target/lib/debug /home/thomas/autobuild/instance-1/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/thomas/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-2342-g039dfca252"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/thomas/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-1/output-1/per-package /home/thomas/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-1/output-1/target/usr ln -snf /home/thomas/autobuild/instance-1/output-1/host/x86_64-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-1/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot' make: Entering directory '/home/thomas/autobuild/instance-1/buildroot' >>> Buildroot 2022.08-rc1-2342-g039dfca252 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 6.1.5 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> daq3 3.0.9 Collecting legal info COPYING: OK (sha256: 64601289158eddad72cb4de72652f9e64dc886942c910b38ddee93ba13b0db26) LICENSE: OK (sha256: 64601289158eddad72cb4de72652f9e64dc886942c910b38ddee93ba13b0db26) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libdvbpsi 1.3.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-networking 2.5.1.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> siproxd 0.8.3 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot'