register.c: In function 'register_init': register.c:77:13: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 77 | fgets(buff, sizeof(buff), stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ register.c:84:19: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 84 | fgets(buff, sizeof(buff), stream);\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ register.c:105:16: note: in expansion of macro 'R' 105 | R(urlmap[i].true_url); | ^ register.c:84:19: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 84 | fgets(buff, sizeof(buff), stream);\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ register.c:106:16: note: in expansion of macro 'R' 106 | R(urlmap[i].masq_url); | ^ register.c:84:19: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 84 | fgets(buff, sizeof(buff), stream);\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ register.c:107:16: note: in expansion of macro 'R' 107 | R(urlmap[i].reg_url); | ^ At top level: 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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -c sock.c sock.c: In function 'sipsock_listen': sock.c:98:24: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] 98 | if (uid != euid) seteuid(0); | ^~~~~~~~~~ sock.c:118:24: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] 118 | if (uid != euid) seteuid(euid); | ^~~~~~~~~~~~~ At top level: 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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -c utils.c 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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -c sip_utils.c 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 $"; | ^~~~~ 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, | ~~~~~~~~~ In file included from /tmp/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/stdio.h:867, from /tmp/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/osipparser2/osip_port.h:23, from /tmp/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/osipparser2/osip_headers.h:23, from /tmp/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/osipparser2/osip_message.h:24, from /tmp/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/osipparser2/osip_parser.h:23, from sip_utils.c:38: /tmp/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 23 or more bytes (assuming 156) into a destination of size 128 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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, | ~~~~~~~~~ In file included from /tmp/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/stdio.h:867, from /tmp/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/osipparser2/osip_port.h:23, from /tmp/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/osipparser2/osip_headers.h:23, from /tmp/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/osipparser2/osip_message.h:24, from /tmp/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/osipparser2/osip_parser.h:23, from sip_utils.c:38: /tmp/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 23 or more bytes (assuming 156) into a destination of size 128 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -c log.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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -c readconf.c 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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -c rtpproxy.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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -c rtpproxy_relay.c rtpproxy_relay.c: In function 'rtp_relay_init': rtpproxy_relay.c:152:24: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] 152 | if (uid != euid) seteuid(0); | ^~~~~~~~~~ rtpproxy_relay.c:179:25: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] 179 | if (uid != euid) seteuid(euid); | ^~~~~~~~~~~~~ rtpproxy_relay.c: In function 'rtp_relay_start_fwd': rtpproxy_relay.c:728:24: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] 728 | if (uid != euid) seteuid(0); | ^~~~~~~~~~ rtpproxy_relay.c:748:24: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] 748 | if (uid != euid) seteuid(euid); | ^~~~~~~~~~~~~ At top level: 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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -c accessctl.c 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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -c route_processing.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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -c security.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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -c auth.c 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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -c fwapi.c 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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -c resolve.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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -c dejitter.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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -c plugins.c 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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -D_POSIX_THREAD_SAFE_FUNCTIONS -c redirect_cache.c 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 /tmp/instance-0/output-1/host/bin/sparc64-linux-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 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -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 -lresolv -losipparser2 -losip2 -ldl libtool: link: /tmp/instance-0/output-1/host/bin/sparc64-linux-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR=\"3452\" -DBUILDDATE=\"2021-09-09T19:35:01\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -pthread -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 -ldl -pthread incrementing BUILD number make[3]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/src' Making all in doc make[3]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/doc' make[4]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/doc' mkdir -p html mkdir -p pdf make[4]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/doc' make[3]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/doc' Making all in scripts make[3]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/scripts' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/scripts' Making all in contrib make[3]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/contrib' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/contrib' make[3]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3' make[3]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3' make[2]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3' make[1]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3' >>> siproxd 0.8.3 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/tmp/instance-0/output-1/target install -C /tmp/instance-0/output-1/build/siproxd-0.8.3/ make[1]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3' Making install in libltdl make[2]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/libltdl' /usr/bin/make install-am make[3]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/libltdl' make[4]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/libltdl' make[4]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/libltdl' make[3]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/libltdl' make[2]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/libltdl' Making install in src make[2]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/src' incrementing BUILD number make[3]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/src' /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/lib/siproxd' /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 '/tmp/instance-0/output-1/target/usr/lib/siproxd' libtool: install: /usr/bin/install -c .libs/plugin_demo.so /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_demo.so libtool: install: /usr/bin/install -c .libs/plugin_demo.lai /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_demo.la libtool: install: /usr/bin/install -c .libs/plugin_shortdial.so /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_shortdial.so libtool: install: /usr/bin/install -c .libs/plugin_shortdial.lai /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_shortdial.la libtool: install: /usr/bin/install -c .libs/plugin_logcall.so /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_logcall.so libtool: install: /usr/bin/install -c .libs/plugin_logcall.lai /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_logcall.la libtool: install: /usr/bin/install -c .libs/plugin_defaulttarget.so /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_defaulttarget.so libtool: install: /usr/bin/install -c .libs/plugin_defaulttarget.lai /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_defaulttarget.la libtool: install: /usr/bin/install -c .libs/plugin_fix_bogus_via.so /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_fix_bogus_via.so libtool: install: /usr/bin/install -c .libs/plugin_fix_bogus_via.lai /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_fix_bogus_via.la libtool: install: /usr/bin/install -c .libs/plugin_fix_DTAG.so /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_fix_DTAG.so libtool: install: /usr/bin/install -c .libs/plugin_fix_DTAG.lai /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_fix_DTAG.la libtool: install: /usr/bin/install -c .libs/plugin_stun.so /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_stun.so libtool: install: /usr/bin/install -c .libs/plugin_stun.lai /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_stun.la libtool: install: /usr/bin/install -c .libs/plugin_prefix.so /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_prefix.so libtool: install: /usr/bin/install -c .libs/plugin_prefix.lai /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_prefix.la libtool: install: /usr/bin/install -c .libs/plugin_regex.so /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_regex.so libtool: install: /usr/bin/install -c .libs/plugin_regex.lai /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_regex.la libtool: install: /usr/bin/install -c .libs/plugin_codecfilter.so /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_codecfilter.so libtool: install: /usr/bin/install -c .libs/plugin_codecfilter.lai /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_codecfilter.la libtool: install: /usr/bin/install -c .libs/plugin_stripheader.so /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_stripheader.so libtool: install: /usr/bin/install -c .libs/plugin_stripheader.lai /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_stripheader.la libtool: install: /usr/bin/install -c .libs/plugin_siptrunk.so /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_siptrunk.so libtool: install: /usr/bin/install -c .libs/plugin_siptrunk.lai /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_siptrunk.la libtool: install: /usr/bin/install -c .libs/plugin_fix_fbox_anoncall.so /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_fix_fbox_anoncall.so libtool: install: /usr/bin/install -c .libs/plugin_fix_fbox_anoncall.lai /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_fix_fbox_anoncall.la libtool: install: /usr/bin/install -c .libs/plugin_stats.so /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_stats.so libtool: install: /usr/bin/install -c .libs/plugin_stats.lai /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_stats.la libtool: install: /usr/bin/install -c .libs/plugin_blacklist.so /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_blacklist.so libtool: install: /usr/bin/install -c .libs/plugin_blacklist.lai /tmp/instance-0/output-1/target/usr/lib/siproxd/plugin_blacklist.la libtool: install: warning: remember to run `libtool --finish /usr/lib/siproxd' /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c siproxd '/tmp/instance-0/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c siproxd /tmp/instance-0/output-1/target/usr/sbin/siproxd make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/src' make[2]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/src' Making install in doc make[2]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/doc' make[3]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/doc' mkdir -p html mkdir -p pdf make[4]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/doc' make[4]: Nothing to be done for 'install-exec-am'. /bin/bash /tmp/instance-0/output-1/build/siproxd-0.8.3/scripts/install-sh -d /tmp/instance-0/output-1/target/etc /usr/bin/install -c -m 644 ./siproxd.conf.example /tmp/instance-0/output-1/target/etc/ /usr/bin/install -c -m 644 ./siproxd_passwd.cfg /tmp/instance-0/output-1/target/etc/ chmod 600 /tmp/instance-0/output-1/target/etc/siproxd_passwd.cfg /bin/bash /tmp/instance-0/output-1/build/siproxd-0.8.3/scripts/install-sh -d /tmp/instance-0/output-1/target/usr/share/doc/siproxd make[4]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/doc' make[3]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/doc' make[2]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/doc' Making install in scripts make[2]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/scripts' make[3]: Entering directory '/tmp/instance-0/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 '/tmp/instance-0/output-1/build/siproxd-0.8.3/scripts' make[2]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/scripts' Making install in contrib make[2]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/contrib' make[3]: Entering directory '/tmp/instance-0/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 '/tmp/instance-0/output-1/build/siproxd-0.8.3/contrib' make[2]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3/contrib' make[2]: Entering directory '/tmp/instance-0/output-1/build/siproxd-0.8.3' make[3]: Entering directory '/tmp/instance-0/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 '/tmp/instance-0/output-1/build/siproxd-0.8.3' make[2]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3' make[1]: Leaving directory '/tmp/instance-0/output-1/build/siproxd-0.8.3' stm32flash-v0.6-br1.tar.gz: OK (sha256: dec1a81a3ba85a61dfa39ec12e391ea16a8d431470f41d34413f7ab183da46ef) >>> stm32flash v0.6 Extracting gzip -d -c /tmp/instance-0/dl/stm32flash/stm32flash-v0.6-br1.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/stm32flash-v0.6 -xf - >>> stm32flash v0.6 Patching >>> stm32flash v0.6 Configuring >>> stm32flash v0.6 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-0/output-1/host/bin/sparc64-linux-ar" AS="/tmp/instance-0/output-1/host/bin/sparc64-linux-as" LD="/tmp/instance-0/output-1/host/bin/sparc64-linux-ld" NM="/tmp/instance-0/output-1/host/bin/sparc64-linux-nm" CC="/tmp/instance-0/output-1/host/bin/sparc64-linux-gcc" GCC="/tmp/instance-0/output-1/host/bin/sparc64-linux-gcc" CPP="/tmp/instance-0/output-1/host/bin/sparc64-linux-cpp" CXX="/tmp/instance-0/output-1/host/bin/sparc64-linux-g++" FC="/tmp/instance-0/output-1/host/bin/sparc64-linux-gfortran" F77="/tmp/instance-0/output-1/host/bin/sparc64-linux-gfortran" RANLIB="/tmp/instance-0/output-1/host/bin/sparc64-linux-ranlib" READELF="/tmp/instance-0/output-1/host/bin/sparc64-linux-readelf" STRIP="/tmp/instance-0/output-1/host/bin/sparc64-linux-strip" OBJCOPY="/tmp/instance-0/output-1/host/bin/sparc64-linux-objcopy" OBJDUMP="/tmp/instance-0/output-1/host/bin/sparc64-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-0/output-1/host/bin/sparc64-linux-as" DEFAULT_LINKER="/tmp/instance-0/output-1/host/bin/sparc64-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /tmp/instance-0/output-1/build/stm32flash-v0.6 make[1]: Entering directory '/tmp/instance-0/output-1/build/stm32flash-v0.6' /tmp/instance-0/output-1/host/bin/sparc64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o dev_table.o dev_table.c /tmp/instance-0/output-1/host/bin/sparc64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o i2c.o i2c.c /tmp/instance-0/output-1/host/bin/sparc64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o init.o init.c /tmp/instance-0/output-1/host/bin/sparc64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o main.o main.c /tmp/instance-0/output-1/host/bin/sparc64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o port.o port.c /tmp/instance-0/output-1/host/bin/sparc64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o serial_common.o serial_common.c /tmp/instance-0/output-1/host/bin/sparc64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o serial_platform.o serial_platform.c /tmp/instance-0/output-1/host/bin/sparc64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o stm32.o stm32.c /tmp/instance-0/output-1/host/bin/sparc64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o utils.o utils.c cd parsers && /usr/bin/make parsers.a make[2]: Entering directory '/tmp/instance-0/output-1/build/stm32flash-v0.6/parsers' /tmp/instance-0/output-1/host/bin/sparc64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o binary.o binary.c /tmp/instance-0/output-1/host/bin/sparc64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o hex.o hex.c /tmp/instance-0/output-1/host/bin/sparc64-linux-ar rc parsers.a binary.o hex.o make[2]: Leaving directory '/tmp/instance-0/output-1/build/stm32flash-v0.6/parsers' /tmp/instance-0/output-1/host/bin/sparc64-linux-gcc -o stm32flash dev_table.o i2c.o init.o main.o port.o serial_common.o serial_platform.o stm32.o utils.o parsers/parsers.a make[1]: Leaving directory '/tmp/instance-0/output-1/build/stm32flash-v0.6' >>> stm32flash v0.6 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR="/tmp/instance-0/output-1/target" PREFIX="/usr" -C /tmp/instance-0/output-1/build/stm32flash-v0.6 install make[1]: Entering directory '/tmp/instance-0/output-1/build/stm32flash-v0.6' cd parsers && /usr/bin/make parsers.a make[2]: Entering directory '/tmp/instance-0/output-1/build/stm32flash-v0.6/parsers' make[2]: 'parsers.a' is up to date. make[2]: Leaving directory '/tmp/instance-0/output-1/build/stm32flash-v0.6/parsers' install -d /tmp/instance-0/output-1/target/usr/bin install -m 755 stm32flash /tmp/instance-0/output-1/target/usr/bin install -d /tmp/instance-0/output-1/target/usr/share/man/man1 install -m 644 stm32flash.1 /tmp/instance-0/output-1/target/usr/share/man/man1 make[1]: Leaving directory '/tmp/instance-0/output-1/build/stm32flash-v0.6' wireless-regdb-2021.04.21.tar.xz: OK (sha256: 9e4c02b2a9710df4dbdb327c39612e8cbbae6495987afeddaebab28c1ea3d8fa) >>> wireless-regdb 2021.04.21 Extracting xzcat /tmp/instance-0/dl/wireless-regdb/wireless-regdb-2021.04.21.tar.xz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/wireless-regdb-2021.04.21 -xf - >>> wireless-regdb 2021.04.21 Patching >>> wireless-regdb 2021.04.21 Configuring >>> wireless-regdb 2021.04.21 Building >>> wireless-regdb 2021.04.21 Installing to target /usr/bin/install -m 644 -D -T /tmp/instance-0/output-1/build/wireless-regdb-2021.04.21/regulatory.bin /tmp/instance-0/output-1/target/usr/lib/crda/regulatory.bin /usr/bin/install -m 644 -D -T /tmp/instance-0/output-1/build/wireless-regdb-2021.04.21/sforshee.key.pub.pem /tmp/instance-0/output-1/target/etc/wireless-regdb/pubkeys/sforshee.key.pub.pem /usr/bin/install -m 644 -D -T /tmp/instance-0/output-1/build/wireless-regdb-2021.04.21/regulatory.db /tmp/instance-0/output-1/target/lib/firmware/regulatory.db /usr/bin/install -m 644 -D -T /tmp/instance-0/output-1/build/wireless-regdb-2021.04.21/regulatory.db.p7s /tmp/instance-0/output-1/target/lib/firmware/regulatory.db.p7s >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-0/output-1/host/bin/sparc64-linux-%g' -e 's%@TARGET_ARCH@%sparc64%g' -e 's%@TARGET_CPU@%ultrasparc%g' -e 's%@TARGET_ENDIAN@%big%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-0/output-1/target/etc/shadow rm -f /tmp/instance-0/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-0/output-1/build/locales.nopurge for dir in /tmp/instance-0/output-1/target/usr/share/locale /tmp/instance-0/output-1/target/usr/share/X11/locale /tmp/instance-0/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake \ /tmp/instance-0/output-1/target/usr/doc find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-0/output-1/target/usr/share/gdb rm -rf /tmp/instance-0/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-0/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-0/output-1/target/usr/share/zsh rm -rf /tmp/instance-0/output-1/target/usr/man /tmp/instance-0/output-1/target/usr/share/man rm -rf /tmp/instance-0/output-1/target/usr/info /tmp/instance-0/output-1/target/usr/share/info rm -rf /tmp/instance-0/output-1/target/usr/doc /tmp/instance-0/output-1/target/usr/share/doc rm -rf /tmp/instance-0/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-0/output-1/target/lib/debug /tmp/instance-0/output-1/target/usr/lib/debug find /tmp/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-0/output-1/host/bin/sparc64-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-0/output-1/host/bin/sparc64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-0/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 /tmp/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.08-rc1-236-gaa433d1c5c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08"; \ echo "PRETTY_NAME=\"Buildroot 2021.08\"" \ ) > /tmp/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-0/output-1/per-package /tmp/instance-0/buildroot/support/scripts/fix-rpath target touch /tmp/instance-0/output-1/target/usr ln -snf /tmp/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2021.08-rc1-236-gaa433d1c5c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> crda 4.14 Collecting legal info LICENSE: OK (sha256: c16224b376128b589eea69a8fdd1f09818b8cb995e10d1e37f72dff22233d7b0) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python-pycryptodomex 3.9.9 Collecting legal info LICENSE.rst: OK (sha256: d1af3fab2ef8cc53b6c7f48bdeb178ac874b04faf4ba0159a96b6109f1d393e2) Doc/LEGAL/COPYRIGHT.pycrypto: OK (sha256: 8e563c767164faa0831a333b57d23d4311cf566eb1b15d93250f4606be4eb549) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libgcrypt 1.9.3 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> davici 1.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> strongswan 5.9.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> gnutls 3.7.1 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.17.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> nettle 3.7.3 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libloki 0.1.7 Collecting legal info >>> libopenssl 1.1.1l Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libosip2 5.2.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libp11 0.4.11 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> openssl Collecting legal info >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> nanomsg 1.1.5 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python3 3.9.7 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> s6-linux-init 1.0.6.3 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-rc 0.5.2.2 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> sed 4.8 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> siproxd 0.8.3 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> sqlite 3.35.5 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> stm32flash v0.6 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wireless-regdb 2021.04.21 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2020.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: libloki-0.1.7: cannot save license (LIBLOKI_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'