cds.c:271:34: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] buffer_appendf (out, " %s=\"%lld\"", param, value); ^ cds.c: In function 'cds_browse': cds.c:485:43: warning: variable 'sort_criteria' set but not used [-Wunused-but-set-variable] 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] int result_count = 0, index, count, id, sort_criteria; ^~~~~~~~~~~~~ In file included from cds.c:28:0: cds.c: At top level: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ In file included from cms.c:28:0: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ In file included from http.c:42:0: http.c: In function 'http_seek': trace.h:52:28: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] print_log (ULOG_VERBOSE, (s), ##str); \ ^ http.c:309:5: note: in expansion of macro 'log_verbose' log_verbose ("Attempting to seek to %lld (was at %lld) in %s\n", ^~~~~~~~~~~ trace.h:52:28: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] print_log (ULOG_VERBOSE, (s), ##str); \ ^ http.c:309:5: note: in expansion of macro 'log_verbose' log_verbose ("Attempting to seek to %lld (was at %lld) in %s\n", ^~~~~~~~~~~ trace.h:52:28: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] print_log (ULOG_VERBOSE, (s), ##str); \ ^ http.c:314:5: note: in expansion of macro 'log_verbose' log_verbose ("Attempting to seek by %lld from %lld in %s\n", ^~~~~~~~~~~ trace.h:52:28: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] print_log (ULOG_VERBOSE, (s), ##str); \ ^ http.c:314:5: note: in expansion of macro 'log_verbose' log_verbose ("Attempting to seek by %lld from %lld in %s\n", ^~~~~~~~~~~ trace.h:52:28: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] print_log (ULOG_VERBOSE, (s), ##str); \ ^ http.c:319:5: note: in expansion of macro 'log_verbose' log_verbose ("Attempting to seek by %lld from end (was at %lld) in %s\n", ^~~~~~~~~~~ trace.h:52:28: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] print_log (ULOG_VERBOSE, (s), ##str); \ ^ http.c:319:5: note: in expansion of macro 'log_verbose' log_verbose ("Attempting to seek by %lld from end (was at %lld) in %s\n", ^~~~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/buildroot/autobuild/run/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o presentation.o presentation.c http.c: At top level: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ In file included from services.h:27:0, from http.c:35: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ In file included from metadata.h:29:0, from presentation.c:30: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/buildroot/autobuild/run/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o metadata.o metadata.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/buildroot/autobuild/run/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o mime.o mime.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/buildroot/autobuild/run/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o services.o services.c In file included from metadata.c:38:0: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ In file included from metadata.h:29:0, from metadata.c:34: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ In file included from mime.c:27:0: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/buildroot/autobuild/run/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o buffer.o buffer.c In file included from services.c:33:0: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ In file included from services.c:28:0: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/buildroot/autobuild/run/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o util_iconv.o util_iconv.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/buildroot/autobuild/run/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o content.o content.c content.c: In function 'content_del': content.c:58:6: warning: nonnull argument 'list' compared to NULL [-Wnonnull-compare] if (!list || n >= list->count) ^ content.c: In function 'content_free': content.c:80:6: warning: nonnull argument 'list' compared to NULL [-Wnonnull-compare] if (!list) ^ /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/buildroot/autobuild/run/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o cfgparser.o cfgparser.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/buildroot/autobuild/run/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o trace.o trace.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/buildroot/autobuild/run/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o redblack.o redblack.c redblack.c: In function 'rbinit': redblack.c:143:7: warning: variable 'c' set but not used [-Wunused-but-set-variable] char c; ^ In file included from trace.c:28:0: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ In file included from cfgparser.c:32:0: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ In file included from cfgparser.h:24:0, from cfgparser.c:30: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/buildroot/autobuild/run/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o osdep.o osdep.c cfgparser.c: In function 'parse_config_file': cfgparser.c:279:6: warning: nonnull argument 'ut' compared to NULL [-Wnonnull-compare] if (!ut) ^ /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/buildroot/autobuild/run/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o ctrl_telnet.o ctrl_telnet.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/buildroot/autobuild/run/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o ushare.o ushare.c In file included from ctrl_telnet.c:27:0: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ In file included from ushare.c:73:0: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-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 -lthreadutil -lpthread -lupnp -pthread -L/home/buildroot/autobuild/run/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/lib -o ushare >>> ushare 1.1a Installing to target PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-0/output/build/ushare-1.1a DESTDIR=/home/buildroot/autobuild/run/instance-0/output/target install for subdir in po scripts src ; do \ make -C $subdir install; \ done for gmo in fr.gmo de.gmo; do \ lang=`echo $gmo | sed -e 's/\.gmo$//'`; \ /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-0/output/target/usr/share/locale/$lang/LC_MESSAGES; \ /usr/bin/install -c -m 644 $lang.gmo /home/buildroot/autobuild/run/instance-0/output/target/usr/share/locale/$lang/LC_MESSAGES/ushare.mo; \ done /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-0/output/target/etc /usr/bin/install -c -m 644 "ushare.conf" /home/buildroot/autobuild/run/instance-0/output/target/etc /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-0/output/target/etc/init.d /usr/bin/install -c -m 755 "ushare" /home/buildroot/autobuild/run/instance-0/output/target/etc/init.d /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-0/output/target/usr/bin /usr/bin/install -c ushare /home/buildroot/autobuild/run/instance-0/output/target/usr/bin echo ignoring strip /home/buildroot/autobuild/run/instance-0/output/target/usr/bin/ushare ignoring strip /home/buildroot/autobuild/run/instance-0/output/target/usr/bin/ushare rm -f /home/buildroot/autobuild/run/instance-0/output/target/etc/init.d/ushare >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/librygel-renderer-2.6.la" is touched by more than one package: [u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/librygel-ruih-2.0.la" is touched by more than one package: [u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libsoup-2.4.la" is touched by more than one package: [u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libsbc.la" is touched by more than one package: [u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/rygel-2.6/engines/librygel-media-engine-simple.la" is touched by more than one package: [u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libupnp.la" is touched by more than one package: [u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libisc.la" is touched by more than one package: [u'bind', u'expat', u'dbus', u'libffi', u'pcre', u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libgee-0.8.la" is touched by more than one package: [u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/librygel-core-2.6.la" is touched by more than one package: [u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libsigc-2.0.la" is touched by more than one package: [u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/rygel-2.6/plugins/librygel-external.la" is touched by more than one package: [u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: [u'alsa-lib', u'libzlib', u'libxml2', u'bind', u'expat', u'dbus', u'libffi', u'pcre', u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'bind', u'expat', u'dbus', u'libffi', u'pcre', u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libisccfg.la" is touched by more than one package: [u'bind', u'expat', u'dbus', u'libffi', u'pcre', u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libcairo-gobject.la" is touched by more than one package: [u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libisccc.la" is touched by more than one package: [u'bind', u'expat', u'dbus', u'libffi', u'pcre', u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/rygel-2.6/plugins/librygel-lms.la" is touched by more than one package: [u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/librygel-db-2.6.la" is touched by more than one package: [u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/liblwres.la" is touched by more than one package: [u'bind', u'expat', u'dbus', u'libffi', u'pcre', u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/rygel-2.6/plugins/librygel-ruih.la" is touched by more than one package: [u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libnetfilter_cthelper.la" is touched by more than one package: [u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libcairomm-1.0.la" is touched by more than one package: [u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libupnpp.la" is touched by more than one package: [u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libmp4v2.la" is touched by more than one package: [u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libgupnp-1.0.la" is touched by more than one package: [u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libgssdp-1.0.la" is touched by more than one package: [u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libmediaart-2.0.la" is touched by more than one package: [u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/librygel-server-2.6.la" is touched by more than one package: [u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libgupnp-av-1.0.la" is touched by more than one package: [u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'dbus', u'libffi', u'pcre', u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libmicrohttpd.la" is touched by more than one package: [u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libnfnetlink.la" is touched by more than one package: [u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libnghttp2.la" is touched by more than one package: [u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libnetfilter_cttimeout.la" is touched by more than one package: [u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libnetfilter_queue.la" is touched by more than one package: [u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libffi', u'pcre', u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libbluetooth.la" is touched by more than one package: [u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libnetfilter_conntrack.la" is touched by more than one package: [u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libirs.la" is touched by more than one package: [u'bind', u'expat', u'dbus', u'libffi', u'pcre', u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libixml.la" is touched by more than one package: [u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libthreadutil.la" is touched by more than one package: [u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/rygel-2.6/plugins/librygel-mpris.la" is touched by more than one package: [u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libbind9.la" is touched by more than one package: [u'bind', u'expat', u'dbus', u'libffi', u'pcre', u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] Warning: staging file "./usr/lib/libdns.la" is touched by more than one package: [u'bind', u'expat', u'dbus', u'libffi', u'pcre', u'util-linux', u'libglib2', u'bluez5_utils', u'libsndfile', u'sbc', u'brotli', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnetfilter_cthelper', u'libnetfilter_cttimeout', u'libnetfilter_queue', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'jsoncpp', u'snappy', u'leveldb', u'nghttp2', u'libcurl', u'libgee', u'libmediaart', u'libmicrohttpd', u'libmpdclient', u'libupnp', u'libupnpp', u'mp4v2', u'openal', u'popt', u'pps-tools', u'rygel', u'spice-protocol'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list-host.txt rm -f /home/buildroot/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-0/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-0/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-0/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/include /home/buildroot/autobuild/run/instance-0/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-0/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-0/output/target/lib/ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/man /home/buildroot/autobuild/run/instance-0/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/info /home/buildroot/autobuild/run/instance-0/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/doc /home/buildroot/autobuild/run/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-0/output/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/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/instance-0/output/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/run/instance-0/output/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/run/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-rc1-00021-gebffca8"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-rc1\"" \ ) > /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-0/output/target/usr make: Leaving directory `/home/buildroot/autobuild/run/instance-0/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-0/buildroot' >>> Buildroot 2018.11-rc1-00021-gebffca8 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info amd-2016.11-19-x86_64-amd-linux-gnu.src.tar.bz2: OK (sha256: d61ce0b5648ad63cca16fe233c82e7eaa6a3212a549d69a527e7a2d5350f7b4a) >>> toolchain-external-codesourcery-amd64 2016.11-19 Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.1.6 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bind 9.11.5 Collecting legal info COPYRIGHT: OK (sha256: 336f3c40e37a1a13690efb4c63e20908faa4c40498cc02f3579fb67d3a1933a5) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bluez-alsa v1.3.1 Collecting legal info LICENSE.txt: OK (sha256: 9a18d8b11802d0cec100839a0676a6fc48a4179f8f70b8e12a7f3d6b7a8fd70a) >>> bluez5_utils 5.50 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> sbc 1.3 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> bonnie 1.03e Collecting legal info ERROR: No hash found for copyright.txt >>> brotli 1.0.7 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> cairo 1.15.12 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.12.4 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.9 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> cairomm 1.12.0 Collecting legal info ERROR: No hash found for COPYING >>> libsigc 2.10.0 Collecting legal info ERROR: No hash found for COPYING >>> conntrack-tools 1.4.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libnetfilter_conntrack 1.0.7 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cthelper 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.3 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> enscript 1.6.6 Collecting legal info ERROR: No hash found for COPYING >>> fbterm 1.7.0 Collecting legal info ERROR: No hash found for COPYING >>> liberation 2.00.1 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> host-gnupg 1.4.23 Collecting legal info ERROR: No hash found for COPYING >>> gssdp 1.0.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsoup 2.62.3 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> sqlite 3250200 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> gupnp-av 0.12.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> gupnp 1.0.3 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> hdparm 9.56 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> iperf3 3.6 Collecting legal info LICENSE: OK (sha256: 52c42914d7d79fe5e95d0d1b821556d9f06bf756ac910fe085a46d238a33e594) >>> jsoncpp 1.8.4 Collecting legal info LICENSE: OK (sha256: 95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0a) >>> leveldb v1.20 Collecting legal info ERROR: No hash found for LICENSE >>> snappy 1.1.7 Collecting legal info COPYING: OK (sha256: 55172044f7e241207117448a4d9d6ba1d0925c8ad66b5d4c08c70adfa9cc3de6) >>> libcurl 7.62.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> nghttp2 1.32.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> libgee 0.20.1 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-vala 0.34.7 Collecting legal info ERROR: No hash found for COPYING >>> libmediaart 1.9.4 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmicrohttpd 0.9.59 Collecting legal info COPYING: OK (sha256: 70e12e2a60151b9ed1a4c94a5ffeb99cd086fa94542b5a92fec581506e8d3121) >>> libmpdclient 2.16 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.47.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.8.2 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-python-setuptools 40.5.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python3 3.7.1 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> libupnpp 0.16.1 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> mp4v2 2.0.0 Collecting legal info ERROR: No hash found for COPYING >>> openal 1.18.2 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> pps-tools 47333f24af878f67ce48022e8af16419713aa1ac Collecting legal info ERROR: No hash found for COPYING >>> rygel 0.36.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.logo: OK (sha256: c7d881be8ae01162510e982a32001446c6d6d18a9cecc89cc41a28bd215a0262) >>> spice-protocol 0.12.14 Collecting legal info ERROR: No hash found for COPYING >>> trinity 1.8 Collecting legal info COPYING: OK (sha256: 35e3fc68c89fd7b8f72fd910b521cb3292f859e9181f3c26bd0df84d144bc1d4) >>> tzdata 2018e Collecting legal info >>> host-tzdata 2018e Collecting legal info >>> host-zic 2018e Collecting legal info >>> upmpdcli 1.2.16 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ushare 1.1a Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-amd64-2016.11-19: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_AMD64_LICENSE_FILES not defined) WARNING: tzdata-2018e: cannot save license (TZDATA_LICENSE_FILES not defined) WARNING: tzdata-2018e: cannot save license (HOST_TZDATA_LICENSE_FILES not defined) WARNING: zic-2018e: cannot save license (HOST_ZIC_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-0/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-0/buildroot'