| ^~~~~ /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-0/output-1/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -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: /tmp/instance-0/output-1/host/bin/xtensa-linux-gcc -shared -fPIC -DPIC .libs/plugin_fix_fbox_anoncall.o -lresolv -losipparser2 -losip2 -mlongcalls -mauto-litpools -Os -Wl,-soname -Wl,plugin_fix_fbox_anoncall.so -o .libs/plugin_fix_fbox_anoncall.so libtool: link: ( cd ".libs" && rm -f "plugin_fix_fbox_anoncall.la" && ln -s "../plugin_fix_fbox_anoncall.la" "plugin_fix_fbox_anoncall.la" ) /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-0/output-1/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c -o plugin_stats.lo plugin_stats.c libtool: compile: /tmp/instance-0/output-1/host/bin/xtensa-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=\"3452\" -DBUILDDATE=\"2021-08-12T10:49:03\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c plugin_stats.c -fPIC -DPIC -o .libs/plugin_stats.o 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 $"; | ^~~~~ /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-0/output-1/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -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: /tmp/instance-0/output-1/host/bin/xtensa-linux-gcc -shared -fPIC -DPIC .libs/plugin_stats.o -lresolv -losipparser2 -losip2 -mlongcalls -mauto-litpools -Os -Wl,-soname -Wl,plugin_stats.so -o .libs/plugin_stats.so libtool: link: ( cd ".libs" && rm -f "plugin_stats.la" && ln -s "../plugin_stats.la" "plugin_stats.la" ) /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-0/output-1/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c -o plugin_blacklist.lo plugin_blacklist.c libtool: compile: /tmp/instance-0/output-1/host/bin/xtensa-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=\"3452\" -DBUILDDATE=\"2021-08-12T10:49:03\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c plugin_blacklist.c -fPIC -DPIC -o .libs/plugin_blacklist.o In file included from plugin_blacklist.c:41: plugin_blacklist.c: In function 'sqlite_begin': plugin_blacklist.c:606:27: warning: format '%li' expects argument of type 'long int', but argument 5 has type 'unsigned int' [-Wformat=] 606 | DEBUGC(DBCLASS_BABBLE, "PLUGIN_INIT: preparing %li statements", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 607 | sizeof(sql_statement) / sizeof(sql_statement[0])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned int log.h:62:55: note: in definition of macro 'DEBUGC' 62 | #define DEBUGC(C,F...) log_debug(C,__FILE__, __LINE__,F) | ^ plugin_blacklist.c:606:53: note: format string is defined here 606 | DEBUGC(DBCLASS_BABBLE, "PLUGIN_INIT: preparing %li statements", | ~~^ | | | long int | %i At top level: 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 $"; | ^~~~~ /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-0/output-1/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -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: /tmp/instance-0/output-1/host/bin/xtensa-linux-gcc -shared -fPIC -DPIC .libs/plugin_blacklist.o -lsqlite3 -lresolv -losipparser2 -losip2 -mlongcalls -mauto-litpools -Os -Wl,-soname -Wl,plugin_blacklist.so -o .libs/plugin_blacklist.so libtool: link: ( cd ".libs" && rm -f "plugin_blacklist.la" && ln -s "../plugin_blacklist.la" "plugin_blacklist.la" ) /tmp/instance-0/output-1/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c siproxd.c 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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c proxy.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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c register.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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c sock.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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -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/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -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, | ~~~~~~~~~ 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":""); | ~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-0/output-1/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -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 $"; | ^~~~~ /tmp/instance-0/output-1/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -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/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -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/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -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/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c rtpproxy_relay.c 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/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -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/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -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/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -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/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -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/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -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/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -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/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -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/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -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/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 -Wall -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/xtensa-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 -mlongcalls -mauto-litpools -Os -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: /tmp/instance-0/output-1/host/bin/xtensa-linux-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR=\"3452\" -DBUILDDATE=\"2021-08-12T10:49:05\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -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 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' ttyd-1.6.3.tar.gz: OK (sha256: 1116419527edfe73717b71407fb6e06f46098fc8a8e6b0bb778c4c75dc9f64b9) >>> ttyd 1.6.3 Extracting gzip -d -c /tmp/instance-0/dl/ttyd/ttyd-1.6.3.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/ttyd-1.6.3 -xf - >>> ttyd 1.6.3 Patching >>> ttyd 1.6.3 Configuring (mkdir -p /tmp/instance-0/output-1/build/ttyd-1.6.3/ && cd /tmp/instance-0/output-1/build/ttyd-1.6.3/ && rm -f CMakeCache.txt && 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" /tmp/instance-0/output-1/host/bin/cmake /tmp/instance-0/output-1/build/ttyd-1.6.3/ -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-0/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ) -- The C compiler identification is GNU 9.3.0 -- Check for working C compiler: /tmp/instance-0/output-1/host/bin/xtensa-linux-gcc -- Check for working C compiler: /tmp/instance-0/output-1/host/bin/xtensa-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Found Git: /usr/bin/git (found version "2.25.1") -- Found LIBUV: /tmp/instance-0/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libuv.so -- Found JSON-C: /tmp/instance-0/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/json-c -- Found ZLIB: /tmp/instance-0/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libz.so (found version "1.2.11") -- Looking for LWS_OPENSSL_SUPPORT -- Looking for LWS_OPENSSL_SUPPORT - found -- Looking for LWS_WITH_MBEDTLS -- Looking for LWS_WITH_MBEDTLS - not found -- Found OpenSSL: /tmp/instance-0/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libcrypto.so (found version "1.1.1k") -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /tmp/instance-0/output-1/build/ttyd-1.6.3 >>> ttyd 1.6.3 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 -C /tmp/instance-0/output-1/build/ttyd-1.6.3/ make[1]: Entering directory '/tmp/instance-0/output-1/build/ttyd-1.6.3' make[2]: Entering directory '/tmp/instance-0/output-1/build/ttyd-1.6.3' make[3]: Entering directory '/tmp/instance-0/output-1/build/ttyd-1.6.3' Scanning dependencies of target ttyd make[3]: Leaving directory '/tmp/instance-0/output-1/build/ttyd-1.6.3' make[3]: Entering directory '/tmp/instance-0/output-1/build/ttyd-1.6.3' [ 16%] Building C object CMakeFiles/ttyd.dir/src/server.c.o [ 33%] Building C object CMakeFiles/ttyd.dir/src/http.c.o [ 50%] Building C object CMakeFiles/ttyd.dir/src/protocol.c.o [ 66%] Building C object CMakeFiles/ttyd.dir/src/terminal.c.o [ 83%] Building C object CMakeFiles/ttyd.dir/src/utils.c.o [100%] Linking C executable ttyd make[3]: Leaving directory '/tmp/instance-0/output-1/build/ttyd-1.6.3' [100%] Built target ttyd make[2]: Leaving directory '/tmp/instance-0/output-1/build/ttyd-1.6.3' make[1]: Leaving directory '/tmp/instance-0/output-1/build/ttyd-1.6.3' >>> ttyd 1.6.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/fast -C /tmp/instance-0/output-1/build/ttyd-1.6.3/ make[1]: Entering directory '/tmp/instance-0/output-1/build/ttyd-1.6.3' Install the project... -- Install configuration: "Debug" -- Installing: /tmp/instance-0/output-1/target/usr/bin/ttyd -- Installing: /tmp/instance-0/output-1/target/usr/share/man/man1/ttyd.1 make[1]: Leaving directory '/tmp/instance-0/output-1/build/ttyd-1.6.3' >>> 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/xtensa-linux-%g' -e 's%@TARGET_ARCH@%xtensa%g' -e 's%@TARGET_CPU@%%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mlongcalls', '-mauto-litpools', '-Os', '-g0'@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', '-mlongcalls', '-mauto-litpools', '-Os', '-g0'@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/xtensa-buildroot-linux-uclibc/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 find: '/tmp/instance-0/output-1/target/usr/libexec/': No such file or directory 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/xtensa-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/xtensa-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-92-ge2d2cd94e0"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-rc1\"" \ ) > /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/xtensa-buildroot-linux-uclibc/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-92-ge2d2cd94e0 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 >>> alsa-lib 1.2.5.1 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> heirloom-mailx 12.5 Collecting legal info COPYING: OK (sha256: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07) >>> openssl Collecting legal info >>> libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> ipcalc 1.0.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 0.58.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-python3 3.9.6 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) >>> 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-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> jack2 1.9.17 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) >>> libsamplerate 0.1.9 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsndfile 1.0.31 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> json-c 0.15 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libnetconf2 1.1.43 Collecting legal info LICENSE: OK (sha256: bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064) >>> libssh 0.9.5 Collecting legal info COPYING: OK (sha256: 1656186e951db1c010a8485481fa94587f7e53a26d24976bef97945ad0c4df5a) >>> libyang 1.0.225 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libosip2 5.2.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libstrophe 0.10.1 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuv 1.41.0 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> libwebsockets 4.0.21 Collecting legal info LICENSE: OK (sha256: 5756db345eb9c21cb06dd7cb69c38ec234657a233f9a186b4f5fa453681bd394) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> mrouted 4.2 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> netopeer2 1.1.70 Collecting legal info LICENSE: OK (sha256: b46f161fbdcf127d3ef22602e15958c3092fe3294f71a2dc8cdf8f6689cba95b) >>> host-sysrepo 1.4.122 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-libyang 1.0.225 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> sysrepo 1.4.122 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> nginx 1.20.1 Collecting legal info LICENSE: OK (sha256: b57270c1f73eb6624b38b2d0a1affcec56b21fab39efbf8c837428f05cef1d73) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> siproxd 0.8.3 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> sqlite 3350500 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ttyd 1.6.3 Collecting legal info LICENSE: OK (sha256: 711762f081c180ade3d09d7b0b7537eaf35eca8d1671e47bc66eaa39376edb12) 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) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'