checking for linux/if.h... yes checking for linux/wireless.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for pow in -lm... yes checking for waddstr in -lncurses... yes checking for pthread_create in -lpthread... yes checking for cap_get_flag in -lcap... no checking for gettimeofday... yes checking for ether_ntohost... yes checking pkg-config is at least version 0.9.0... yes checking for LIBNL3... yes checking for LIBNL3_GENL... yes checking whether /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/arc-linux-gcc needs -traditional... no checking for an ANSI C-conforming const... yes checking for inline... inline configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> wavemon v0.9.0 Building PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 CC="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/arc-linux-gcc" -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/wavemon-v0.9.0/ make[1]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/wavemon-v0.9.0' CC about_scr.c CC conf.c CC conf_scr.c CC error.c CC help_scr.c CC info_scr.c CC iw_if.c conf_scr.c: In function 'waddstr_item': conf_scr.c:54:4: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] strncpy(s, item->list[*item->v.i], sizeof(s)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC iw_nl80211.c CC iw_scan.c CC lhist_scr.c iw_if.c: In function 'if_getinf': iw_if.c:114:2: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(ifr.ifr_name, ifname, IFNAMSIZ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iw_if.c: In function 'dyn_info_get': iw_if.c:190:2: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(iwr.ifr_name, ifname, IFNAMSIZ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iw_if.c: In function 'iw_getinf_range': iw_if.c:277:2: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(iwr.ifr_name, ifname, IFNAMSIZ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC llist.c CC scan_scr.c CC ui.c info_scr.c: In function 'scr_info_loop': info_scr.c:186:19: warning: ' (' directive writing 2 bytes into a region of size between 1 and 256 [-Wformat-overflow=] sprintf(tmp, "%s (%s)", int_counts(linkstat.data.rx_packets), ^~ info_scr.c:186:3: note: 'sprintf' output between 4 and 514 bytes into a destination of size 256 sprintf(tmp, "%s (%s)", int_counts(linkstat.data.rx_packets), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ byte_units(linkstat.data.rx_bytes)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ info_scr.c:223:19: warning: ' (' directive writing 2 bytes into a region of size between 1 and 256 [-Wformat-overflow=] sprintf(tmp, "%s (%s)", int_counts(linkstat.data.tx_packets), ^~ info_scr.c:223:3: note: 'sprintf' output between 4 and 514 bytes into a destination of size 256 sprintf(tmp, "%s (%s)", int_counts(linkstat.data.tx_packets), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ byte_units(linkstat.data.tx_bytes)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ info_scr.c:237:19: warning: ' (' directive writing 2 bytes into a region of size between 1 and 256 [-Wformat-overflow=] sprintf(tmp, "%s (%.1f%%)", int_counts(linkstat.data.tx_retries), ^~ info_scr.c:237:3: note: 'sprintf' output between 8 and 572 bytes into a destination of size 256 sprintf(tmp, "%s (%.1f%%)", int_counts(linkstat.data.tx_retries), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (1e2 * linkstat.data.tx_retries)/linkstat.data.tx_packets); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC utils.c /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/arc-linux-gcc -O2 -Wall -pthread -I/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 wavemon.c about_scr.o conf.o conf_scr.o error.o help_scr.o info_scr.o iw_if.o iw_nl80211.o iw_scan.o lhist_scr.o llist.o scan_scr.o ui.o utils.o -lncurses -lm -L/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib -lnl-genl-3 -lnl-3 -L/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib -lnl-3 -o wavemon make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/wavemon-v0.9.0' >>> wavemon v0.9.0 Installing to target PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 DESTDIR=/home/dawncrow/buildroot-test/scripts/instance-0/output/target install -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/wavemon-v0.9.0/ make[1]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/wavemon-v0.9.0' /usr/bin/install -c -m 0755 -d /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/bin /usr/bin/install -c -m 0755 wavemon /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/bin /usr/bin/install -c -m 0755 -d /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man1 /usr/bin/install -c -m 0644 wavemon.1 /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man1 /usr/bin/install -c -m 0755 -d /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man5 /usr/bin/install -c -m 0644 wavemonrc.5 /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man5 /usr/bin/install -c -m 0755 -d /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/wavemon /usr/bin/install -c -m 0644 README.md NEWS THANKS AUTHORS COPYING ChangeLog /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/wavemon make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/wavemon-v0.9.0' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'check', u'openocd'] Warning: target file "./usr/bin/lsscsi" is touched by more than one package: [u'busybox', u'lsscsi'] ./support/scripts/check-uniq-files -t staging /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libraw_r.la" is touched by more than one package: [u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/imlib2/loaders/xpm.la" is touched by more than one package: [u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libcheck.la" is touched by more than one package: [u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libopusurl.la" is touched by more than one package: [u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libopusfile.la" is touched by more than one package: [u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/liblog4cplus.la" is touched by more than one package: [u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libbluetooth.la" is touched by more than one package: [u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libgiomm-2.4.la" is touched by more than one package: [u'glibmm', u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libspandsp.la" is touched by more than one package: [u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libopus.la" is touched by more than one package: [u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/imlib2/loaders/argb.la" is touched by more than one package: [u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libImlib2.la" is touched by more than one package: [u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/imlib2/loaders/tga.la" is touched by more than one package: [u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libfm-extra.la" is touched by more than one package: [u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libmenu-cache.la" is touched by more than one package: [u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/imlib2/loaders/pnm.la" is touched by more than one package: [u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/imlib2/loaders/bmp.la" is touched by more than one package: [u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libdbus-c++-glib-1.la" is touched by more than one package: [u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/liblog4cplusU.la" is touched by more than one package: [u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libsigc-2.0.la" is touched by more than one package: [u'libsigc', u'glibmm', u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libmhash.la" is touched by more than one package: [u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libdbus-c++-1.la" is touched by more than one package: [u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/imlib2/filters/bumpmap.la" is touched by more than one package: [u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libmcrypt.la" is touched by more than one package: [u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libatkmm-1.6.la" is touched by more than one package: [u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libestr.la" is touched by more than one package: [u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libtiff.la" is touched by more than one package: [u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/imlib2/loaders/lbm.la" is touched by more than one package: [u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libglibmm-2.4.la" is touched by more than one package: [u'glibmm', u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libraw.la" is touched by more than one package: [u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/imlib2/filters/testfilter.la" is touched by more than one package: [u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libdbus-glib-1.la" is touched by more than one package: [u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/imlib2/loaders/ff.la" is touched by more than one package: [u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libglibmm_generate_extra_defs-2.4.la" is touched by more than one package: [u'glibmm', u'atkmm', u'check', u'expat', u'dbus', u'bluez_utils', u'dbus-glib', u'brotli', u'dbus-cpp', u'libusb', u'freetype', u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/imlib2/filters/colormod.la" is touched by more than one package: [u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] Warning: staging file "./usr/lib/imlib2/loaders/zlib.la" is touched by more than one package: [u'imlib2', u'libjpeg', u'libcurl', u'libestr', u'libfm-extra', u'libmcrypt', u'libmhash', u'libogg', u'libraw', u'libxmlrpc', u'log4cplus', u'lzo', u'menu-cache', u'opus', u'opusfile', u'perl', u'skalibs', u's6-dns', u'tiff', u'spandsp', u'tclap', u'usbredir'] ./support/scripts/check-uniq-files -t host /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list-host.txt Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libgiomm-2.4.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libnl-3.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libatkmm-1.6.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libglibmm_generate_extra_defs-2.4.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libdbus-glib-1.la" is touched by more than one package: [u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/imlib2/loaders/zlib.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/imlib2/filters/testfilter.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/imlib2/loaders/bmp.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libmount.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libgthread-2.0.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/imlib2/loaders/xpm.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/imlib2/loaders/tga.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libgobject-2.0.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-ncurses', u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./bin/2to3" is touched by more than one package: [u'host-python', u'host-python3'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-ncurses', u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-ncurses', u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libjpeg.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libdbus-1.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libImlib2.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libglibmm-2.4.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/imlib2/loaders/pnm.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libcheck.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libnl-nf-3.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libglib-2.0.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libfreetype.la" is touched by more than one package: [u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libusb-1.0.la" is touched by more than one package: [u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libnl-route-3.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/imlib2/filters/bumpmap.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libestr.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libdbus-c++-1.la" is touched by more than one package: [u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libblkid.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libffi.la" is touched by more than one package: [u'host-ncurses', u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libdbus-c++-glib-1.la" is touched by more than one package: [u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libgio-2.0.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/imlib2/loaders/argb.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libcurl.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/imlib2/loaders/lbm.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/imlib2/loaders/ff.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libnl-genl-3.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libsigc-2.0.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libbluetooth.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libexpat.la" is touched by more than one package: [u'host-dbus', u'host-cmake', u'host-dbus-cpp', u'host-bison', u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] Warning: host file "./arc-buildroot-linux-uclibc/sysroot/usr/lib/imlib2/filters/colormod.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-patchelf'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/shells || echo "/bin/ash" >> /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/shells || echo "/bin/hush" >> /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/glib-compile-schemas /home/dawncrow/buildroot-test/scripts/instance-0/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/arc-linux-%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%archs%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os `%g" -e "s%@HOST_DIR@%/home/dawncrow/buildroot-test/scripts/instance-0/output/host%g" package/meson//cross-compilation.conf.in > /home/dawncrow/buildroot-test/scripts/instance-0/output/host/etc/meson/cross-compilation.conf rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/perl5/5.28.1/pod rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/perl5/5.28.1/arc-linux/CORE find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc echo "buildroot" > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/hosts mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/shadow rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/bin/sh rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge; done for dir in /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/include /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/aclocal \ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/pkgconfig \ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/cmake /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/cmake find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/gdb rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/bash-completion rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/zsh rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/man /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/info /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/info rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/doc /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/doc rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/gtk-doc rmdir /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share 2>/dev/null || true find /home/dawncrow/buildroot-test/scripts/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/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/dawncrow/buildroot-test/scripts/instance-0/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/dawncrow/buildroot-test/scripts/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/dawncrow/buildroot-test/scripts/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/dawncrow/buildroot-test/scripts/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-rc2-00027-gcbf1d86"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-rc2\"" \ ) > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/dawncrow/buildroot-test/scripts/instance-0/buildroot/support/scripts/fix-rpath target touch /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr make: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot' make: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot' >>> Buildroot 2019.02-rc2-00027-gcbf1d86 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> atk 2.30.0 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-meson 0.49.0 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-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) ERROR: No hash found for libltdl/COPYING.LIB >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3 3.7.2 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-python3-setuptools 40.6.3 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.3 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.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) 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) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) 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) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> atkmm 2.24.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.tools >>> glibmm 2.56.0 Collecting legal info COPYING: OK (sha256: 3ea7fa7c5d9a3a113e950eca9cfb85107f096270d8e4dd99daa9d8abdebc60e7) COPYING.tools: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libsigc 2.10.0 Collecting legal info ERROR: No hash found for COPYING >>> bluez-tools 171181b6ef6c94aefc828dc7fd8de136b9f97532 Collecting legal info ERROR: No hash found for COPYING >>> bluez_utils 4.101 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> check 0.11.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> dbus-glib 0.110 Collecting legal info ERROR: No hash found for COPYING >>> host-dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus-glib 0.110 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> can-utils v2018.02.0 Collecting legal info Makefile: OK (sha256: c258939ebb09c3857f5fc7704a449e5077cc881090c87b38f9a81332b96fa075) >>> dbus-cpp 0.9.0 Collecting legal info ERROR: No hash found for COPYING >>> host-dbus-cpp 0.9.0 Collecting legal info ERROR: No hash found for COPYING >>> dfu-util 0.9 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> freetype 2.9.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> getent Collecting legal info >>> iftop 1.0pre4 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> imlib2 1.5.1 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> initscripts Collecting legal info >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> knock 258a27e5a47809f97c2b9f2751a88c2f94aae891 Collecting legal info ERROR: No hash found for COPYING >>> libcurl 7.64.0 Collecting legal info COPYING: OK (sha256: 8c8824f50e73a021f5dde1fccbf69685939247399a33a32abab1fa448c9ddabb) >>> libestr 0.1.10 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libfm-extra 1.3.0.2 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) src/extra/fm-xml-file.c: OK (sha256: c3a3d93e111462f2b0292b56a6a7b87d342fd7156741d8b81b8b08723be4597e) >>> 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 >>> libmcrypt 2.5.8 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libraw 0.18.11 Collecting legal info LICENSE.LGPL: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) LICENSE.CDDL: OK (sha256: 0e3098d2d54a12434715f6679ea408d57da5e8d613c385c58ecc6fe5d30cc81f) README: OK (sha256: 7fe7564c5d48c5d353d7c1966dcddada3791586a4c2eedbc68ad56e96955e75d) >>> libxmlrpc 1.43.08 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> log4cplus 2.0.2 Collecting legal info LICENSE: OK (sha256: 91d7e42ff80e74c4c94e5ad353375fa0358cd0abbf43f5fe957097cdbd4e2c4d) >>> lsscsi 0.30 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> lzop 1.03 Collecting legal info ERROR: No hash found for COPYING >>> mcrypt 2.6.8 Collecting legal info ERROR: No hash found for COPYING >>> menu-cache 1.1.0 Collecting legal info COPYING: OK (sha256: 7459fbad62653e4061dbfde3b0cad7c72777838beb10d2d11d969fac6226e7de) >>> nbd 3.15.2 Collecting legal info ERROR: No hash found for COPYING >>> ncdu 1.13 Collecting legal info COPYING: OK (sha256: 0ee47c3742a867ace26eb429cce593b54ab4ccb4c4a97d62e41363cbf80c8a24) >>> netperf 2.7.0 Collecting legal info ERROR: No hash found for COPYING >>> odhcp6c 7533a6243dc3ac5a747cf6ccbc4d0539dafd3e07 Collecting legal info ERROR: No hash found for COPYING >>> openocd 0.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> opus 1.3 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.11 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-crypt-cbc 2.33 Collecting legal info CBC.pm: OK (sha256: 9548d0beb746167270df647aa97a3e47b957adb4ec103c2cfb8f54b0005f99c7) >>> host-perl 5.28.1 Collecting legal info ERROR: No hash found for Artistic ERROR: No hash found for Copying ERROR: No hash found for README >>> perl 5.28.1 Collecting legal info ERROR: No hash found for Artistic ERROR: No hash found for Copying ERROR: No hash found for README >>> perl-role-tiny 2.000006 Collecting legal info README: OK (sha256: 08292f0e1797371bce0a1b5bd80e0657b3aabf9c0ecc2ce87ad7a448a7adacce) >>> rt-tests 1.0 Collecting legal info ERROR: No hash found for COPYING >>> s6-dns 2.3.0.0 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> sconeserver 6b932d7d8dbb700b830205e7111e469cefff490c Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> spandsp 20180108 Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.0.8 Collecting legal info ERROR: No hash found for COPYRIGHT >>> tclap 1.2.1 Collecting legal info ERROR: No hash found for COPYING >>> usbredir 0.7.1 Collecting legal info ERROR: No hash found for COPYING.LIB >>> wavemon v0.9.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /home/dawncrow/buildroot-test/scripts/instance-0/output/legal-info make: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot'