/home/naourr/work/instance-2/output-1/host/bin/glib-compile-schemas /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-2/output-1/target/usr/share/glib-2.0/schemas mkdir -p /home/naourr/work/instance-2/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-2/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-2/output-1/target/etc/shadow rm -f /home/naourr/work/instance-2/output-1/target/bin/sh if [ -x /home/naourr/work/instance-2/output-1/target/sbin/swapon -a -x /home/naourr/work/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/naourr/work/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/naourr/work/instance-2/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /home/naourr/work/instance-2/output-1/build/locales.nopurge for dir in /home/naourr/work/instance-2/output-1/target/usr/share/locale /home/naourr/work/instance-2/output-1/target/usr/share/X11/locale /home/naourr/work/instance-2/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-2/output-1/target/usr/include /home/naourr/work/instance-2/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-2/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-2/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-2/output-1/target/usr/lib/cmake /home/naourr/work/instance-2/output-1/target/usr/share/cmake \ /home/naourr/work/instance-2/output-1/target/usr/doc find /home/naourr/work/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-2/output-1/target/lib/ /home/naourr/work/instance-2/output-1/target/usr/lib/ /home/naourr/work/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-2/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-2/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-2/output-1/target/usr/man /home/naourr/work/instance-2/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-2/output-1/target/usr/info /home/naourr/work/instance-2/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-2/output-1/target/usr/doc /home/naourr/work/instance-2/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-2/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-2/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-2/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/naourr/work/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-git-07829-gb6141b2aa12"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-git\"" \ ) > /home/naourr/work/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-2/output-1/per-package /home/naourr/work/instance-2/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-2/output-1/build/acl-2.2.53/.files-list.txt /home/naourr/work/instance-2/output-1/build/aoetools-37/.files-list.txt /home/naourr/work/instance-2/output-1/build/apitrace-9.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/argp-standalone-1.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/attr-2.4.48/.files-list.txt /home/naourr/work/instance-2/output-1/build/audit-2.8.5/.files-list.txt /home/naourr/work/instance-2/output-1/build/aumix-2.9.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/bdwgc-8.0.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/boinc-7.16.6/.files-list.txt /home/naourr/work/instance-2/output-1/build/bonnie-1.03e/.files-list.txt /home/naourr/work/instance-2/output-1/build/boost-1.73.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/busybox-1.31.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/cache-calibrator/.files-list.txt /home/naourr/work/instance-2/output-1/build/cctz-2.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/dbus-1.12.18/.files-list.txt /home/naourr/work/instance-2/output-1/build/dropwatch-1.5.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/dt-18.32/.files-list.txt /home/naourr/work/instance-2/output-1/build/dtc-1.6.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/enet-1.3.14/.files-list.txt /home/naourr/work/instance-2/output-1/build/expat-2.2.9/.files-list.txt /home/naourr/work/instance-2/output-1/build/f2fs-tools-1.13.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/fconfig-20080329/.files-list.txt /home/naourr/work/instance-2/output-1/build/flannel-0.12.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/flex-2.6.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/freetype-2.10.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/gdk-pixbuf-2.36.10/.files-list.txt /home/naourr/work/instance-2/output-1/build/gmp-6.1.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/google-material-design-icons-2.2.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/googlefontdirectory-94dff3eaa9301b6640cccc63c56d6ff33d82882c/.files-list.txt /home/naourr/work/instance-2/output-1/build/gstreamer1-1.16.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/guile-2.0.14/.files-list.txt /home/naourr/work/instance-2/output-1/build/haserl-0.9.35/.files-list.txt /home/naourr/work/instance-2/output-1/build/ima-evm-utils-1.2.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/initscripts/.files-list.txt /home/naourr/work/instance-2/output-1/build/ipmitool-1.8.18/.files-list.txt /home/naourr/work/instance-2/output-1/build/iputils-20190709/.files-list.txt /home/naourr/work/instance-2/output-1/build/irqbalance-1.6.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/json-c-0.14/.files-list.txt /home/naourr/work/instance-2/output-1/build/json-glib-1.4.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/keyutils-1.6/.files-list.txt /home/naourr/work/instance-2/output-1/build/lensfun-0.3.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/lftp-4.9.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/libassuan-2.5.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/libatomic_ops-7.6.10/.files-list.txt /home/naourr/work/instance-2/output-1/build/libbdplus-0.1.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/libcap-ng-0.7.9/.files-list.txt /home/naourr/work/instance-2/output-1/build/libcdaudio-0.99.12p2/.files-list.txt /home/naourr/work/instance-2/output-1/build/libcgicc-3.2.19/.files-list.txt /home/naourr/work/instance-2/output-1/build/libcuefile-475/.files-list.txt /home/naourr/work/instance-2/output-1/build/libcurl-7.71.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/libdcadec-0.2.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libedit-20190324-3.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/libevdev-1.9.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libffi-3.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/libgcrypt-1.8.5/.files-list.txt /home/naourr/work/instance-2/output-1/build/libgee-0.20.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/libglib2-2.64.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/libgpg-error-1.37/.files-list.txt /home/naourr/work/instance-2/output-1/build/libhdhomerun-20200225/.files-list.txt /home/naourr/work/instance-2/output-1/build/libid3tag-0.15.1b/.files-list.txt /home/naourr/work/instance-2/output-1/build/liblockfile-1.09/.files-list.txt /home/naourr/work/instance-2/output-1/build/liblogging-1.0.6/.files-list.txt /home/naourr/work/instance-2/output-1/build/libmicrohttpd-0.9.71/.files-list.txt /home/naourr/work/instance-2/output-1/build/libmnl-1.0.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/libnetfilter_conntrack-1.0.8/.files-list.txt /home/naourr/work/instance-2/output-1/build/libnetfilter_log-1.0.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/libnfnetlink-1.0.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/libnl-3.5.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libnpupnp-4.0.7/.files-list.txt /home/naourr/work/instance-2/output-1/build/libogg-1.3.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/libopenssl-1.1.1g/.files-list.txt /home/naourr/work/instance-2/output-1/build/libpcap-1.9.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/libpng-1.6.37/.files-list.txt /home/naourr/work/instance-2/output-1/build/libpthsem-2.0.8/.files-list.txt /home/naourr/work/instance-2/output-1/build/libqmi-1.24.14/.files-list.txt /home/naourr/work/instance-2/output-1/build/libqrencode-4.0.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/libreplaygain-r475/.files-list.txt /home/naourr/work/instance-2/output-1/build/librtlsdr-0.6.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libseccomp-2.4.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/libserial-1.0.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libsigrok-0.5.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/libsndfile-1.0.28/.files-list.txt /home/naourr/work/instance-2/output-1/build/libsrtp-2.2.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libtasn1-4.16.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libtelnet-0.23/.files-list.txt /home/naourr/work/instance-2/output-1/build/libtool-2.4.6/.files-list.txt /home/naourr/work/instance-2/output-1/build/libunistring-0.9.10/.files-list.txt /home/naourr/work/instance-2/output-1/build/libupnpp-0.19.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/liburiparser-0.9.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-2/output-1/build/libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-2/output-1/build/libzip-1.7.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-2/output-1/build/linknx-0.0.1.38/.files-list.txt /home/naourr/work/instance-2/output-1/build/linux-pam-1.4.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/linuxptp-2.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/lirc-tools-0.10.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/lockfile-progs-0.1.18/.files-list.txt /home/naourr/work/instance-2/output-1/build/lz4-1.9.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/lzip-1.21/.files-list.txt /home/naourr/work/instance-2/output-1/build/lzo-2.10/.files-list.txt /home/naourr/work/instance-2/output-1/build/mdevd-0.1.1.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/memtool-2018.03.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/minicom-23292150e07ec264827fb6cf237ddb0ac9fc043b/.files-list.txt /home/naourr/work/instance-2/output-1/build/mosquitto-1.6.10/.files-list.txt /home/naourr/work/instance-2/output-1/build/musepack-r475/.files-list.txt /home/naourr/work/instance-2/output-1/build/musl-fts-1.2.7/.files-list.txt /home/naourr/work/instance-2/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/nghttp2-1.41.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/openssl/.files-list.txt /home/naourr/work/instance-2/output-1/build/pciutils-3.7.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/pcre-8.44/.files-list.txt /home/naourr/work/instance-2/output-1/build/pcre2-10.34/.files-list.txt /home/naourr/work/instance-2/output-1/build/psplash-fd33a9b3d68c89fa22ff6873f4f9fd28bd85830c/.files-list.txt /home/naourr/work/instance-2/output-1/build/pulseaudio-13.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/qjson-0.9.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/qt5base-5.15.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/qt5websockets-5.15.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/quazip-0.8.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/qwt-6.1.5/.files-list.txt /home/naourr/work/instance-2/output-1/build/readline-8.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/rtptools-1.22/.files-list.txt /home/naourr/work/instance-2/output-1/build/shared-mime-info-1.12/.files-list.txt /home/naourr/work/instance-2/output-1/build/skalibs-2.9.2.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-2/output-1/build/skeleton-init-sysv/.files-list.txt /home/naourr/work/instance-2/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-2/output-1/build/snmppp-3.3.11a/.files-list.txt /home/naourr/work/instance-2/output-1/build/speex-1.2.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/squashfs-4.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/stm32flash-3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650/.files-list.txt /home/naourr/work/instance-2/output-1/build/tinydtls-0.9-rc1/.files-list.txt /home/naourr/work/instance-2/output-1/build/tinyproxy-1.10.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454/.files-list.txt /home/naourr/work/instance-2/output-1/build/tio-1.32/.files-list.txt /home/naourr/work/instance-2/output-1/build/toolchain-external-custom/.files-list.txt /home/naourr/work/instance-2/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-2/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-2/output-1/build/tpm2-totp-0.2.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/tpm2-tss-2.3.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/tz/.files-list.txt /home/naourr/work/instance-2/output-1/build/util-linux-2.35.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/vmtouch-1.3.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/whetstone-1.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/x264-20191217-2245/.files-list.txt /home/naourr/work/instance-2/output-1/build/zd1211-firmware-1.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/zlib/.files-list.txt > /home/naourr/work/instance-2/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-2/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-bdwgc-8.0.4/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-bison-3.4.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-erofs-utils-1.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-fatcat-1.1.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-gdk-pixbuf-2.36.10/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-gmp-6.1.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-go-1.13.12/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-go-bootstrap-1.4.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-gperf-3.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-guile-2.0.14/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-intltool-0.51.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libatomic_ops-7.6.10/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libffi-3.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libglib2-2.64.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libpng-1.6.37/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libunistring-0.9.10/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libxml-parser-perl-2.46/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libxslt-1.1.34/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-lz4-1.9.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-meson-0.54.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-pru-software-support-5.7.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-python3-3.8.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-sam-ba-2.18/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-shared-mime-info-1.12/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-ti-cgt-pru-2.3.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-tzdata-2020a/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-util-linux-2.35.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-vala-0.46.6/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-zic-2020a/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-zlib/.files-list-host.txt > /home/naourr/work/instance-2/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-2/output-1/build/acl-2.2.53/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/argp-standalone-1.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/attr-2.4.48/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/audit-2.8.5/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/bdwgc-8.0.4/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/boost-1.73.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/cctz-2.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/dbus-1.12.18/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/dtc-1.6.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/enet-1.3.14/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/f2fs-tools-1.13.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/flex-2.6.4/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/freetype-2.10.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/gdk-pixbuf-2.36.10/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/gmp-6.1.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/gstreamer1-1.16.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/guile-2.0.14/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/jsmn-1.1.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/json-c-0.14/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/json-glib-1.4.4/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/keyutils-1.6/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/lensfun-0.3.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libassuan-2.5.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libatomic_ops-7.6.10/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libbdplus-0.1.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libcap-ng-0.7.9/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libcdaudio-0.99.12p2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libcgicc-3.2.19/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libcuefile-475/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libcurl-7.71.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libdcadec-0.2.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libedit-20190324-3.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libevdev-1.9.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libgcrypt-1.8.5/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libgee-0.20.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libglib2-2.64.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libgpg-error-1.37/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libhdhomerun-20200225/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libid3tag-0.15.1b/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/liblockfile-1.09/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/liblogging-1.0.6/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libmicrohttpd-0.9.71/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libmnl-1.0.4/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libnetfilter_conntrack-1.0.8/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libnetfilter_log-1.0.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libnfnetlink-1.0.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libnl-3.5.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libnpupnp-4.0.7/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libogg-1.3.4/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libpcap-1.9.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libpng-1.6.37/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libpthsem-2.0.8/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libqmi-1.24.14/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libqrencode-4.0.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libreplaygain-r475/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/librtlsdr-0.6.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libseccomp-2.4.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libserial-1.0.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libsigrok-0.5.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libsndfile-1.0.28/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libsrtp-2.2.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libtasn1-4.16.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libtelnet-0.23/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libtool-2.4.6/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libunistring-0.9.10/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libupnpp-0.19.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/liburiparser-0.9.4/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libzip-1.7.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/linknx-0.0.1.38/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/linux-pam-1.4.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/lirc-tools-0.10.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/lz4-1.9.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/lzo-2.10/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/mdevd-0.1.1.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/mosquitto-1.6.10/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/musepack-r475/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/musl-fts-1.2.7/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/nghttp2-1.41.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/pciutils-3.7.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/pcre2-10.34/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/pulseaudio-13.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/qjson-0.9.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/qt5base-5.15.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/qt5websockets-5.15.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/quazip-0.8.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/qwt-6.1.5/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/readline-8.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/shared-mime-info-1.12/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/skalibs-2.9.2.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/snmppp-3.3.11a/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/speex-1.2.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/tinydtls-0.9-rc1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/toolchain-external-custom/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/tpm2-tss-2.3.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/util-linux-2.35.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/x264-20191217-2245/.files-list-staging.txt > /home/naourr/work/instance-2/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-2/output-1/target/usr ln -snf /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot /home/naourr/work/instance-2/output-1/staging make: Leaving directory '/home/naourr/work/instance-2/buildroot' make: Entering directory '/home/naourr/work/instance-2/buildroot' >>> Buildroot 2020.08-git-07829-gb6141b2aa12 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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 >>> acl 2.2.53 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.4.48 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> apitrace 9.0 Collecting legal info LICENSE: OK (sha256: 7066bb1b787519c42f8278b77757c21de522cd97755cb30a22759ac401c62260) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python3 3.8.3 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> argp-standalone 1.3 Collecting legal info >>> audit 2.8.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> bdwgc 8.0.4 Collecting legal info README.QUICK: OK (sha256: aeeaabbf44e67d413e18719f0c6ac9c23387ab0b33e7a15ee46cf59ddef12cc7) >>> libatomic_ops 7.6.10 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> boinc 7.16.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> freetype 2.10.2 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libcurl 7.71.1 Collecting legal info COPYING: OK (sha256: db3c4a3b3695a0f317a0c5176acd2f656d18abc45b3ee78e50935a78eb1e132e) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> bonnie 1.03e Collecting legal info copyright.txt: OK (sha256: bdfeef85436885bc317fdbae3732b17a39e7910eb855553a83b4d2cf9032e773) >>> boost 1.73.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> iputils 20190709 Collecting legal info LICENSE: OK (sha256: b8ea785d12fa6a44916601104dd746216957e93f13a26d3eb858b3b5a4ad66ab) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 0.54.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libgcrypt 1.8.5 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.37 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> linux-pam 1.4.0 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> pciutils 3.7.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.35.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre2 10.34 Collecting legal info LICENCE: OK (sha256: 982293becea3f18eb4e3ce2145f66638e46d105a27b88418766caf321a684d03) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cctz 2.3 Collecting legal info LICENSE.txt: OK (sha256: c79a7fea0e3cac04cd43f20e7b648e5a0ff8fa5344e644b0ee09ca1162b62747) >>> dbus 1.12.18 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> dropwatch 1.5.3 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dt 18.32 Collecting legal info LICENSE: OK (sha256: 49f47f20de4b44dc3505ed0cc55bfbfe0fc3e41956ab546f1eeedcf554def54c) >>> dtc 1.6.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> enet 1.3.14 Collecting legal info LICENSE: OK (sha256: eebe647a9ef7e596b0e8b9216c215f169d762af1a27904a87bc2e05b83735d35) >>> host-erofs-utils 1.1 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.35.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> f2fs-tools 1.13.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-fatcat 1.1.0 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> flannel 0.12.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-go 1.13.12 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4.3 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> fluidsynth 2.1.3 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libglib2 2.64.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> pulseaudio 13.0 Collecting legal info LICENSE: OK (sha256: a1064b9838b6b4feee61eaeb0925da4b4834c984b77716558860c4294ed6c015) GPL: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> gstreamer1 1.16.2 Collecting legal info COPYING: OK (sha256: f445dc78b88496f7e20c7a2a461b95baba5865c8919b8289ac24ac0a80c6ce7a) >>> guile 2.0.14 Collecting legal info LICENSE: OK (sha256: b51c6f20e6d029cb5b3e5bf235ac562c9a188c5bdc4ffcdc663897772d6e0260) COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-guile 2.0.14 Collecting legal info LICENSE: OK (sha256: b51c6f20e6d029cb5b3e5bf235ac562c9a188c5bdc4ffcdc663897772d6e0260) COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-bdwgc 8.0.4 Collecting legal info README.QUICK: OK (sha256: aeeaabbf44e67d413e18719f0c6ac9c23387ab0b33e7a15ee46cf59ddef12cc7) >>> host-libatomic_ops 7.6.10 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libunistring 0.9.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libunistring 0.9.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> haserl 0.9.35 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ima-evm-utils 1.2.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> keyutils 1.6 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> initscripts Collecting legal info >>> ipmitool 1.8.18 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> irqbalance 1.6.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> json-c 0.14 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> json-glib 1.4.4 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> lensfun 0.3.2 Collecting legal info docs/gpl-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) docs/lgpl-3.0.txt: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> lftp 4.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libassuan 2.5.3 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libbdplus 0.1.2 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcgicc 3.2.19 Collecting legal info COPYING.LIB: OK (sha256: a2e480f5e8afd7c587a3c0ac2ed3b73ed4b10fa3a553dea26e7b661c7cedda72) COPYING.DOC: OK (sha256: 0fd15977dc962abf3eced509b1cf5356f9784939742d67a635671141023a11da) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdcadec 0.2.0 Collecting legal info COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libedit 20190324-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> libevdev 1.9.0 Collecting legal info COPYING: OK (sha256: f063d1279b31e73007e1c54493391818b4cb5f9162d590120397e0347b932137) >>> libgee 0.20.3 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-vala 0.46.6 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libhdhomerun 20200225 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> liblockfile 1.09 Collecting legal info COPYRIGHT: OK (sha256: 5fffcc11f94a05a7cff02ff792407737eb1cba840767cc1a71b67fbb19695dd3) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmicrohttpd 0.9.71 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.8 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnpupnp 4.0.7 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libqmi 1.24.14 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libqrencode 4.0.2 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> librtlsdr 0.6.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libseccomp 2.4.1 Collecting legal info LICENSE: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libserial 1.0.0 Collecting legal info LICENSE.txt: OK (sha256: c42fdfe17c192cfdb900e22d40ef246db1b473f99165e405eda62b41be27f4bf) >>> libsigrok 0.5.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libzip 1.7.1 Collecting legal info LICENSE: OK (sha256: af6d9141427cf40b7d1fa6d7f5473b06a7faa9f9b0a2ea588eb6ba7b2e1c8a9e) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> libsrtp 2.2.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libtasn1 4.16.0 Collecting legal info LICENSE: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libupnpp 0.19.2 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> liburiparser 0.9.4 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> linknx 0.0.1.38 Collecting legal info LICENSE: OK (sha256: c03cea027b4b40e4402fabd08557736727ec3d5bc54ad64ab6472de432198cad) >>> linuxptp 2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lirc-tools 0.10.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> lockfile-progs 0.1.18 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lz4 1.9.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzip 1.21 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mdevd 0.1.1.2 Collecting legal info COPYING: OK (sha256: 6e32cf6ae38bb82bb8462915ae72d55de59741c8227ae0a637b4012687d9a739) >>> skalibs 2.9.2.1 Collecting legal info COPYING: OK (sha256: 5443ac67e8d74ac614ced7bc64211ce90ccedb7778a68bfe9e68a8b234c9503e) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> minicom 23292150e07ec264827fb6cf237ddb0ac9fc043b Collecting legal info COPYING: OK (sha256: cf80a758014eefbf068afffe3d462fc34ff4f528527524d8e100329c42094e15) >>> mosquitto 1.6.10 Collecting legal info LICENSE.txt: OK (sha256: cc77e25bafd40637b7084f04086d606f0a200051b61806f97c93405926670bc1) epl-v10: OK (sha256: 3b9be6b894d0769de796e653571ff6cef494913c0ce78c35a97db939e7d9087c) edl-v10: OK (sha256: e8cf7d54ea46c19aba793983889b7f7425e1ebfcaaccec764a7db091646e203c) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pru-software-support 5.7.0 Collecting legal info PRU-Package-v6.1-Manifest.html: OK (sha256: 62a2f56498cd1bac2d4ea6ea1c941affba1e4bb65bfdf2dcffd8e5079fa34399) >>> host-ti-cgt-pru 2.3.3 Collecting legal info PRU_Code_Generation_Tools_2.3.x_manifest.html: OK (sha256: 913cb4ab564f874b7c9a11726a16c4ccdc7ecc60be2738201281a1e28dc93641) pru_rts_2_3_0_82167478-F8C9-49b2-82BD-12F8550770F9.spdx: OK (sha256: 5e198df9782c63cedc8363f0e298b241a9a8084398a925f6e1003dbcb60801cb) >>> psplash fd33a9b3d68c89fa22ff6873f4f9fd28bd85830c Collecting legal info COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> qjson 0.9.0 Collecting legal info COPYING.lib: OK (sha256: 758a0cd48d2bec59cbd04ab616737b7aa0cdceac87508adbc9468715ac90722b) >>> qt5base 5.15.0 Collecting legal info LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE.GPL3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE.GPL3-EXCEPT: OK (sha256: 0dbe024961f6ab5c52689cbd036c977975d0d0f6a67ff97762d96cb819dd5652) LICENSE.LGPLv3: OK (sha256: 88ec689407cf2df9b2eb5c45952564d51ce73c129a3bdffb15c0d2d161ad7558) LICENSE.FDL: OK (sha256: ed8742a95cb9db653a09b050e27ccff5e67ba69c14aa2c3137f2a4e1892f6c0d) >>> qt5websockets 5.15.0 Collecting legal info LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE.GPL3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE.GPL3-EXCEPT: OK (sha256: 0dbe024961f6ab5c52689cbd036c977975d0d0f6a67ff97762d96cb819dd5652) LICENSE.LGPL3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> quazip 0.8.1 Collecting legal info COPYING: OK (sha256: d2a653b46b87963f29a7f1523e7c39bafdbb3592dfa01725e61a523387148e72) >>> qwt 6.1.5 Collecting legal info COPYING: OK (sha256: d8737db330e1eeb439962e11654ab7f1aece3561d9415454a8c538643824ede6) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> host-sam-ba 2.18 Collecting legal info doc/license.txt: OK (sha256: f9cac240acadbfd8f4f1c0d65132f85427384697bd6337da6444c531138d56ee) tcl_lib/boards.tcl: OK (sha256: 255564ff8953ea95c11a4ab1d56f1edf332298faad209ca80daf745c7ed95124) applets/sam4c/libraries/libchip_sam4c/include/sam4c/sam4c32e-1.h: OK (sha256: 74ae62858139cb4e18acc3448483be80ea6b36fdb87260b665f43762ca354ede) >>> shared-mime-info 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-shared-mime-info 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> snmppp 3.3.11a Collecting legal info src/v3.cpp: OK (sha256: 5538f9efc2559a35025df5d6bf19dc85c2bfe54dca6e8409d5690d4f7c69166a) >>> squashfs 4.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> stm32flash 3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tinydtls 0.9-rc1 Collecting legal info LICENSE: OK (sha256: 7e906fb56da52bb6bba38e77eec00e7d37fe65b0b7b28c4bf68ff036573d0de5) >>> tinyproxy 1.10.0 Collecting legal info ERROR: No hash found for COPYING >>> tinyssh 7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> tio 1.32 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tpm2-totp 0.2.1 Collecting legal info LICENSE: OK (sha256: 67bc21a0bff2b0890307cfaa883bd3f5337f461eb6d8a612a015cea6d704e9ed) >>> tpm2-tss 2.3.3 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tz Collecting legal info >>> host-tzdata 2020a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2020a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> whetstone 1.2 Collecting legal info >>> x264 20191217-2245 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> zd1211-firmware 1.4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-2/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-2/buildroot'