CFLAGS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp LDFLAGS extralibs -lixml -lpthread -lupnp -pthread -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/lib Creating config.mak ... Creating config.h ... >>> ushare 2.1 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 LDFLAGS=" " -C /home/buildroot/autobuild/instance-3/output-1/build/ushare-2.1 make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ushare-2.1' for subdir in scripts src ; do \ make -C $subdir all; \ done make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ushare-2.1/scripts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ushare-2.1/scripts' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ushare-2.1/src' /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -I.. -MM cds.c cms.c msr.c http.c presentation.c metadata.c mime.c services.c buffer.c util_iconv.c content.c cfgparser.c trace.c redblack.c osdep.c ctrl_telnet.c ushare.c 1>.depend /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o cds.o cds.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o cms.o cms.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o msr.o msr.c In file included from msr.c:24: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ cds.c: In function 'didl_add_value': cds.c:271:33: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=] 271 | buffer_appendf (out, " %s=\"%zu\"", param, value); | ~~^ ~~~~~ | | | | unsigned int off_t {aka long long int} | %llu In file included from cms.c:28: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ cds.c: In function 'cds_browse': cds.c:485:43: warning: variable 'sort_criteria' set but not used [-Wunused-but-set-variable] 485 | int result_count = 0, index, count, id, sort_criteria; | ^~~~~~~~~~~~~ cds.c: In function 'cds_search': cds.c:805:43: warning: variable 'sort_criteria' set but not used [-Wunused-but-set-variable] 805 | int result_count = 0, index, count, id, sort_criteria; | ^~~~~~~~~~~~~ In file included from cds.c:28: cds.c: At top level: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ In function 'cms_get_protocol_info', inlined from 'cms_get_protocol_info' at cms.c:87:1: cms.c:117:5: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 117 | strncpy (respPtr, protocol, len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cms.c: In function 'cms_get_protocol_info': cms.c:116:11: note: length computed here 116 | len = strlen (protocol); | ^~~~~~~~~~~~~~~~~ cds.c: In function 'matches_search': cds.c:615:5: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 615 | strncpy (keyword, search_criteria | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 616 | + strlen (SEARCH_PROTOCOL_CONTAINS_KEYWORD), sizeof (keyword)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cds.c:604:5: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 604 | strncpy (keyword, search_criteria | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 605 | + strlen (SEARCH_CLASS_DERIVED_KEYWORD), sizeof (keyword)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cds.c:593:5: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 593 | strncpy (keyword, search_criteria | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 594 | + strlen (SEARCH_CLASS_MATCH_KEYWORD), sizeof (keyword)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o http.o http.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o presentation.o presentation.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o metadata.o metadata.c In file included from metadata.h:29, from presentation.c:30: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o mime.o mime.c In file included from metadata.c:38: trace.h:32:13: warning: inline function 'start_log' declared but never defined 32 | inline void start_log (void); | ^~~~~~~~~ In file included from metadata.h:29, from metadata.c:34: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ In file included from http.c:42: http.c: In function 'http_seek': trace.h:52:28: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'off_t' {aka 'long long int'} [-Wformat=] 52 | print_log (ULOG_VERBOSE, (s), ##str); \ | ^~~ http.c:318:5: note: in expansion of macro 'log_verbose' 318 | log_verbose ("Attempting to seek to %zu (was at %zu) in %s\n", | ^~~~~~~~~~~ trace.h:52:28: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=] 52 | print_log (ULOG_VERBOSE, (s), ##str); \ | ^~~ http.c:318:5: note: in expansion of macro 'log_verbose' 318 | log_verbose ("Attempting to seek to %zu (was at %zu) in %s\n", | ^~~~~~~~~~~ trace.h:52:28: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'off_t' {aka 'long long int'} [-Wformat=] 52 | print_log (ULOG_VERBOSE, (s), ##str); \ | ^~~ http.c:323:5: note: in expansion of macro 'log_verbose' 323 | log_verbose ("Attempting to seek by %zu from %zu in %s\n", | ^~~~~~~~~~~ trace.h:52:28: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=] 52 | print_log (ULOG_VERBOSE, (s), ##str); \ | ^~~ http.c:323:5: note: in expansion of macro 'log_verbose' 323 | log_verbose ("Attempting to seek by %zu from %zu in %s\n", | ^~~~~~~~~~~ trace.h:52:28: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'off_t' {aka 'long long int'} [-Wformat=] 52 | print_log (ULOG_VERBOSE, (s), ##str); \ | ^~~ http.c:328:5: note: in expansion of macro 'log_verbose' 328 | log_verbose ("Attempting to seek by %zu from end (was at %zu) in %s\n", | ^~~~~~~~~~~ trace.h:52:28: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=] 52 | print_log (ULOG_VERBOSE, (s), ##str); \ | ^~~ http.c:328:5: note: in expansion of macro 'log_verbose' 328 | log_verbose ("Attempting to seek by %zu from end (was at %zu) in %s\n", | ^~~~~~~~~~~ http.c: At top level: trace.h:32:13: warning: inline function 'start_log' declared but never defined 32 | inline void start_log (void); | ^~~~~~~~~ In file included from services.h:27, from http.c:35: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o services.o services.c In file included from mime.c:27: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o buffer.o buffer.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o util_iconv.o util_iconv.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o content.o content.c In file included from services.c:33: trace.h:32:13: warning: inline function 'start_log' declared but never defined 32 | inline void start_log (void); | ^~~~~~~~~ In file included from services.c:28: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ content.c: In function 'content_del': content.c:58:6: warning: nonnull argument 'list' compared to NULL [-Wnonnull-compare] 58 | if (!list || n >= list->count) | ^ content.c: In function 'content_free': content.c:80:6: warning: nonnull argument 'list' compared to NULL [-Wnonnull-compare] 80 | if (!list) | ^ /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o cfgparser.o cfgparser.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o trace.o trace.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o redblack.o redblack.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o osdep.o osdep.c redblack.c: In function 'rbinit': redblack.c:143:7: warning: variable 'c' set but not used [-Wunused-but-set-variable] 143 | char c; | ^ /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o ctrl_telnet.o ctrl_telnet.c In file included from ctrl_telnet.c:27: trace.h:32:13: warning: inline function 'start_log' declared but never defined 32 | inline void start_log (void); | ^~~~~~~~~ ctrl_telnet.c: In function 'ctrl_telnet_tokenize': ctrl_telnet.c:759:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 759 | if (!has_backslash) | ^ ctrl_telnet.c:765:7: note: here 765 | case ' ': | ^~~~ In file included from trace.c:28: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ In file included from cfgparser.c:32: trace.h:32:13: warning: inline function 'start_log' declared but never defined 32 | inline void start_log (void); | ^~~~~~~~~ In file included from cfgparser.h:24, from cfgparser.c:30: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ cfgparser.c: In function 'parse_config_file': cfgparser.c:279:6: warning: nonnull argument 'ut' compared to NULL [-Wnonnull-compare] 279 | if (!ut) | ^ /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/upnp -o ushare.o ushare.c In file included from ushare.c:73: trace.h:32:13: warning: inline function 'start_log' declared but never defined 32 | inline void start_log (void); | ^~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc cds.o cms.o msr.o http.o presentation.o metadata.o mime.o services.o buffer.o util_iconv.o content.o cfgparser.o trace.o redblack.o osdep.o ctrl_telnet.o ushare.o -lixml -lpthread -lupnp -pthread -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/lib -o ushare make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ushare-2.1/src' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ushare-2.1' >>> ushare 2.1 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/ushare-2.1 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ushare-2.1' for subdir in scripts src ; do \ make -C $subdir install; \ done make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ushare-2.1/scripts' /usr/bin/install -c -d /home/buildroot/autobuild/instance-3/output-1/target/etc /usr/bin/install -c -m 644 "ushare.conf" /home/buildroot/autobuild/instance-3/output-1/target/etc /usr/bin/install -c -d /home/buildroot/autobuild/instance-3/output-1/target/etc/init.d /usr/bin/install -c -m 755 "ushare" /home/buildroot/autobuild/instance-3/output-1/target/etc/init.d make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ushare-2.1/scripts' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ushare-2.1/src' /usr/bin/install -c -d /home/buildroot/autobuild/instance-3/output-1/target/usr/bin /usr/bin/install -c ushare /home/buildroot/autobuild/instance-3/output-1/target/usr/bin echo ignoring strip /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/ushare ignoring strip /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/ushare make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ushare-2.1/src' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ushare-2.1' rm -f /home/buildroot/autobuild/instance-3/output-1/target/etc/init.d/ushare zlog-1.2.15.tar.gz: OK (sha256: 00037ab8d52772a95d645f1dcfd2c292b7cea326b54e63e219a5b7fdcb7e6508) >>> zlog 1.2.15 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/zlog/zlog-1.2.15.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.15 -xf - >>> zlog 1.2.15 Patching >>> zlog 1.2.15 Configuring >>> zlog 1.2.15 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j1 CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " -C /home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.15 all make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.15' cd src && /usr/bin/make all make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.15/src' /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb buf.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category_table.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb conf.c conf.c: In function 'zlog_conf_new': conf.c:136:51: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 136 | if (nwrite < 0 || nwrite >= sizeof(a_conf->file) && cfg_source == FILE_CFG) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb event.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb format.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level_list.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb mdc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record_table.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rotater.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rule.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb spec.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb thread.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_arraylist.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_hashtable.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_profile.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_util.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -shared -Wl,-soname,libzlog.so.1.2 -o libzlog.so buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o -pthread # for use in test folder - linux and requirement for aix runtime # resolving cp -f libzlog.so libzlog.so.1 cp -f libzlog.so libzlog.so.1.2 /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog-chk-conf.c ar rcs libzlog.a buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o zlog-chk-conf zlog-chk-conf.o -L. -lzlog -pthread make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.15/src' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.15' >>> zlog 1.2.15 Installing to staging directory PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 PREFIX=/home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr -C /home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.15 install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.15' cd src && /usr/bin/make install make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.15/src' mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include /home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib /home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin cp -a zlog.h /home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include cp -a zlog-chk-conf /home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin cp -a libzlog.so /home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib/libzlog.so.1.2 cd /home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.15/src' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.15' >>> zlog 1.2.15 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/buildroot/autobuild/instance-3/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zlog 1.2.15 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 PREFIX=/home/buildroot/autobuild/instance-3/output-1/target/usr -C /home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.15 install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.15' cd src && /usr/bin/make install make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.15/src' mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/usr/include /home/buildroot/autobuild/instance-3/output-1/target/usr/lib /home/buildroot/autobuild/instance-3/output-1/target/usr/bin cp -a zlog.h /home/buildroot/autobuild/instance-3/output-1/target/usr/include cp -a zlog-chk-conf /home/buildroot/autobuild/instance-3/output-1/target/usr/bin cp -a libzlog.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libzlog.so.1.2 cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.15/src' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.15' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-%g' -e 's%@TARGET_ARCH@%mips%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', '-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', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g' -e 's%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/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' /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/bash" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-3/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-3/output-1/target/etc/shadow rm -f /home/buildroot/autobuild/instance-3/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /home/buildroot/autobuild/instance-3/output-1/build/locales.nopurge for dir in /home/buildroot/autobuild/instance-3/output-1/target/usr/share/locale /home/buildroot/autobuild/instance-3/output-1/target/usr/share/X11/locale /home/buildroot/autobuild/instance-3/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##*/}" /home/buildroot/autobuild/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/include /home/buildroot/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-3/output-1/target/usr/doc find /home/buildroot/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-3/output-1/target/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/man /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/info /home/buildroot/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-3/output-1/target/lib/debug /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-1965-gc424eb25ca"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.11-git\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr ln -snf /home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2021.05-1965-gc424eb25ca 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 >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> bash 5.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.1 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> host-automake 1.16.4 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-dbus-python 1.2.16 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.20 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-libglib2 2.68.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.59.0 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.7 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> 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) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.36.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> efivar 37 Collecting legal info COPYING: OK (sha256: 91df770634adc2755e78cae33a0d01e702ce2f69046408ae93d0d934ff29691b) >>> hiredis 1.0.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> openssl 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) >>> jemalloc 5.2.1 Collecting legal info COPYING: OK (sha256: 94aa2caa98c25d942f58b956c71dba6a99ff98fc3a31cbc669fe2a4cd0268b53) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-kmod 28 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libdmtx 0.7.5 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> liblinear 2.43 Collecting legal info COPYRIGHT: OK (sha256: c5c91211a0edaa4c77e352f6b27a8f9c6768afe27d48176d6094905c534eacb3) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libupnp 1.14.10 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libyang 1.0.240 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> neofetch 7.1.0 Collecting legal info LICENSE.md: OK (sha256: fc3034b3dd3a08db109949b629210213bba52aa95455cbc5c2fefa2fc1183efe) >>> nmap 7.91 Collecting legal info LICENSE: OK (sha256: 8254a9bc733f3312c6dcfe0d5a129c29e96ecb8b33408c652a8c7beb2e25b471) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> seatd 0.6.2 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> smcroute 2.5.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ushare 2.1 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> zlog 1.2.15 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) 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 /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'