rm -rf /home/naourr/work/instance-1/output-1/target/usr/lib/perl5/5.30.2/pod rm -rf /home/naourr/work/instance-1/output-1/target/usr/lib/perl5/5.30.2/m68k-linux/CORE find /home/naourr/work/instance-1/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-1/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-1/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output-1/target/etc/shadow rm -f /home/naourr/work/instance-1/output-1/target/bin/sh if [ -x /home/naourr/work/instance-1/output-1/target/sbin/swapon -a -x /home/naourr/work/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/naourr/work/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/naourr/work/instance-1/output-1/target/etc/inittab; fi rm -f /home/naourr/work/instance-1/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-1/output-1/build/locales.nopurge; done for dir in /home/naourr/work/instance-1/output-1/target/usr/share/locale /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale /home/naourr/work/instance-1/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-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output-1/target/usr/include /home/naourr/work/instance-1/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-1/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output-1/target/usr/lib/cmake /home/naourr/work/instance-1/output-1/target/usr/share/cmake \ /home/naourr/work/instance-1/output-1/target/usr/doc find /home/naourr/work/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output-1/target/lib/ /home/naourr/work/instance-1/output-1/target/usr/lib/ /home/naourr/work/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output-1/target/usr/man /home/naourr/work/instance-1/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-1/output-1/target/usr/info /home/naourr/work/instance-1/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-1/output-1/target/usr/doc /home/naourr/work/instance-1/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-1/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-1/output-1/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-1/output-1/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-1/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-1/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-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-git-06443-g9daf7483e9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-git\"" \ ) > /home/naourr/work/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-1/output-1/per-package /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-1/output-1/build/alsa-lib-1.2.1.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/alsa-utils-1.2.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/apr-1.7.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/argp-standalone-1.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/arptables-0.0.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/atk-2.33.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/bcg729-1.0.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/bctoolbox-4.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/belr-4.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/bind-9.11.13/.files-list.txt /home/naourr/work/instance-1/output-1/build/busybox-1.31.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/bzip2-1.0.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/ca-certificates-20190110/.files-list.txt /home/naourr/work/instance-1/output-1/build/cannelloni-20160414/.files-list.txt /home/naourr/work/instance-1/output-1/build/ccrypt-1.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/chartjs-v2.9.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/dav1d-0.6.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/e2fsprogs-1.45.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/e2tools-0.0.16.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/easydbus-b86721147b265dfefc9a857669408cb6eb3d6560/.files-list.txt /home/naourr/work/instance-1/output-1/build/enchant-1.6.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/ethtool-5.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/expat-2.2.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/fetchmail-6.4.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/ffmpeg-4.2.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/flann-1.9.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/flare-engine-1.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/flex-2.6.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/freeradius-client-1.1.7/.files-list.txt /home/naourr/work/instance-1/output-1/build/freetype-2.10.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/fscryptctl-f037dcf4354ce8f25d0f371b58dfe7a7ac27576f/.files-list.txt /home/naourr/work/instance-1/output-1/build/genext2fs-1.4.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/genromfs-0.5.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/glib-networking-2.61.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/gssdp-1.2.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/gupnp-1.2.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/gupnp-av-0.12.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/haveged-1.9.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/iftop-1.0pre4/.files-list.txt /home/naourr/work/instance-1/output-1/build/initscripts/.files-list.txt /home/naourr/work/instance-1/output-1/build/inotify-tools-3.20.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/jansson-2.12/.files-list.txt /home/naourr/work/instance-1/output-1/build/jose-10/.files-list.txt /home/naourr/work/instance-1/output-1/build/jpeg/.files-list.txt /home/naourr/work/instance-1/output-1/build/json-glib-1.4.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/lcms2-2.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/libbson-1.9.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/libcap-ng-0.7.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/libdrm-2.4.100/.files-list.txt /home/naourr/work/instance-1/output-1/build/libev-4.27/.files-list.txt /home/naourr/work/instance-1/output-1/build/libevdev-1.9.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libffi-3.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libfm-extra-1.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libftdi1-1.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/libgee-0.20.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libglib2-2.64.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libite-2.2.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libjpeg-9d/.files-list.txt /home/naourr/work/instance-1/output-1/build/liblinear-2.30/.files-list.txt /home/naourr/work/instance-1/output-1/build/liblogging-1.0.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/libmediaart-1.9.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/libmms-0.6.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/libmodbus-3.1.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/libogg-1.3.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/libolm-3.1.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/libopenssl-1.1.1f/.files-list.txt /home/naourr/work/instance-1/output-1/build/libpcap-1.9.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libphidget-2.1.8.20170607/.files-list.txt /home/naourr/work/instance-1/output-1/build/libpng-1.6.37/.files-list.txt /home/naourr/work/instance-1/output-1/build/libpthread-stubs-0.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/libqrencode-4.0.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/librsync-2.2.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsndfile-1.0.28/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsocketcan-0.0.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsoup-2.62.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsquish-1.15/.files-list.txt /home/naourr/work/instance-1/output-1/build/libtirpc-1.2.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/libtool-2.4.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/libtorrent-0.13.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/liburiparser-0.9.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-1/output-1/build/libv4l-1.18.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libva-2.6.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libvips-8.8.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-1/output-1/build/libyaml-0.2.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/links-2.20.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/linux-pam-1.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/lockdev-1.0.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/lrzip-0.631/.files-list.txt /home/naourr/work/instance-1/output-1/build/ltris-1.0.19/.files-list.txt /home/naourr/work/instance-1/output-1/build/lua-5.3.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/lua-livr-0.2.1-1/.files-list.txt /home/naourr/work/instance-1/output-1/build/lua-livr-extra-0.1.1-1/.files-list.txt /home/naourr/work/instance-1/output-1/build/luainterpreter/.files-list.txt /home/naourr/work/instance-1/output-1/build/luaposix-34.1.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/lzo-2.10/.files-list.txt /home/naourr/work/instance-1/output-1/build/make-4.2.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/mmc-utils-d40ec535b9d4e4c974e8c2fbfb422cd0348cc5e8/.files-list.txt /home/naourr/work/instance-1/output-1/build/mpdecimal-2.4.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/multicat-2.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/netplug-1.2.9.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/nmap-7.80/.files-list.txt /home/naourr/work/instance-1/output-1/build/olsr-0.9.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/openpgm-5-2-122/.files-list.txt /home/naourr/work/instance-1/output-1/build/openssl/.files-list.txt /home/naourr/work/instance-1/output-1/build/optee-benchmark-3.7.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/optee-client-3.7.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/pcre-8.44/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-5.30.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-data-optlist-0.110/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-datetime-tiny-1.07/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-params-util-1.07/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-sub-install-0.928/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-xml-sax-base-1.09/.files-list.txt /home/naourr/work/instance-1/output-1/build/php-7.4.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/phytool-2/.files-list.txt /home/naourr/work/instance-1/output-1/build/popt-1.16/.files-list.txt /home/naourr/work/instance-1/output-1/build/pulseaudio-13.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/pure-ftpd-1.0.49/.files-list.txt /home/naourr/work/instance-1/output-1/build/quota-4.05/.files-list.txt /home/naourr/work/instance-1/output-1/build/readline-8.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/rygel-0.38.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/s6-portable-utils-2.2.2.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/safeclib-08112019/.files-list.txt /home/naourr/work/instance-1/output-1/build/sdl-1.2.15/.files-list.txt /home/naourr/work/instance-1/output-1/build/sdl2-2.0.12/.files-list.txt /home/naourr/work/instance-1/output-1/build/sdl2_image-2.0.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/sdl2_mixer-2.0.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/sdl2_ttf-2.0.15/.files-list.txt /home/naourr/work/instance-1/output-1/build/sdl_net-1.2.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/skalibs-2.9.1.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-sysv/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-1/output-1/build/slang-2.3.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/speex-1.2.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/sqlite-3300100/.files-list.txt /home/naourr/work/instance-1/output-1/build/tcl-8.6.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/tinyalsa-1.1.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain-external-custom/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-1/output-1/build/tpm2-totp-0.2.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/tpm2-tss-2.3.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/twolame-0.4.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554/.files-list.txt /home/naourr/work/instance-1/output-1/build/udftools-2.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/uemacs-1cdcf9df88144049750116e36fe20c8c39fa2517/.files-list.txt /home/naourr/work/instance-1/output-1/build/usbredir-0.8.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/util-linux-2.35.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/v4l2grab-f8d8844d52387b3db7b8736f5e86156d9374f781/.files-list.txt /home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/w_scan-20170107/.files-list.txt /home/naourr/work/instance-1/output-1/build/whetstone-1.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/xerces-3.2.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/zlib/.files-list.txt /home/naourr/work/instance-1/output-1/build/zlog-1.2.14/.files-list.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-1/output-1/build/host-android-tools-4.2.2+git20130218/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-bison-3.4.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-cryptsetup-2.2.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-dosfstools-4.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-genext2fs-1.4.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-imx-mkimage-rel_imx_4.19.35_1.1.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-intltool-0.51.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-json-c-0.13.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libaio-0.3.111/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libffi-3.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libglib2-2.64.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libopenssl-1.1.1f/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libtirpc-1.2.5/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libxml-parser-perl-2.46/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-lua-5.3.5/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-luainterpreter/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-luarocks-3.3.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-lvm2-2.02.185/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-meson-0.54.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-nfs-utils-2.4.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-openssl/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-perl-5.30.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-popt-1.16/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-pwgen-2.08/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python-2.7.17/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python3-3.8.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python3-setuptools-41.4.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-util-linux-2.35.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-vala-0.46.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-zlib/.files-list-host.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-1/output-1/build/alsa-lib-1.2.1.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/alsa-utils-1.2.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/apr-1.7.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/argp-standalone-1.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/atk-2.33.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/bcg729-1.0.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/bctoolbox-4.3.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/belr-4.3.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/bind-9.11.13/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/bitstream-1.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/bzip2-1.0.8/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/dav1d-0.6.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/e2fsprogs-1.45.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/enchant-1.6.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/ffmpeg-4.2.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/flann-1.9.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/flex-2.6.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/freeradius-client-1.1.7/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/freetype-2.10.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/glib-networking-2.61.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/gssdp-1.2.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/gupnp-1.2.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/gupnp-av-0.12.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/inotify-tools-3.20.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/jansson-2.12/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/jose-10/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/json-glib-1.4.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/lcms2-2.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libbson-1.9.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libcap-ng-0.7.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libdrm-2.4.100/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libev-4.27/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libevdev-1.9.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libfm-extra-1.3.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libftdi1-1.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libgee-0.20.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libglib2-2.64.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libite-2.2.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libjpeg-9d/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/liblinear-2.30/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/liblogging-1.0.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libmediaart-1.9.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libmms-0.6.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libmodbus-3.1.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libogg-1.3.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libolm-3.1.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libopenssl-1.1.1f/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libpcap-1.9.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libphidget-2.1.8.20170607/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libpng-1.6.37/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libpthread-stubs-0.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libqrencode-4.0.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/librsync-2.2.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsndfile-1.0.28/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsocketcan-0.0.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsoup-2.62.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsquish-1.15/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libtirpc-1.2.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libtool-2.4.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libtorrent-0.13.8/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/liburiparser-0.9.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libv4l-1.18.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libva-2.6.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libvips-8.8.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libyaml-0.2.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/linux-pam-1.3.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/linux-syscall-support-3f6478ac95edf86cd3da300c2c0d34a438f5dbeb/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/lockdev-1.0.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/lua-5.3.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/lzo-2.10/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/mpdecimal-2.4.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/openpgm-5-2-122/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/optee-client-3.7.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/perl-5.30.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/php-7.4.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/popt-1.16/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/pulseaudio-13.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/readline-8.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/rygel-0.38.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/safeclib-08112019/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/sdl-1.2.15/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/sdl2-2.0.12/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/sdl2_image-2.0.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/sdl2_mixer-2.0.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/sdl2_ttf-2.0.15/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/sdl_net-1.2.8/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/skalibs-2.9.1.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/slang-2.3.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/speex-1.2.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/sqlite-3300100/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/tcl-8.6.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/tinyalsa-1.1.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/toolchain-external-custom/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/tpm2-tss-2.3.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/twolame-0.4.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/usbredir-0.8.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/util-linux-2.35.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/xerces-3.2.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/zlog-1.2.14/.files-list-staging.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-1/output-1/target/usr ln -snf /home/naourr/work/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot /home/naourr/work/instance-1/output-1/staging make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2020.05-git-06443-g9daf7483e9 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 >>> alsa-lib 1.2.1.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> alsa-utils 1.2.1 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1f Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> util-linux 2.35.1 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) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> linux-pam 1.3.1 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) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> argp-standalone 1.3 Collecting legal info >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> atk 2.33.3 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-meson 0.54.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-python3-setuptools 41.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libglib2 2.64.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.35.1 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) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> bcg729 1.0.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> bctoolbox 4.3.1 Collecting legal info COPYING: OK (sha256: 849dd903d98f12a964466ccfbaf3a1de1f94ad0ebd49a59d12f8ce4506f9f647) >>> belr 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> bind 9.11.13 Collecting legal info COPYRIGHT: OK (sha256: cd02c93b8dcda794f55dfd1231828d69633072a98eee4874f9cf732d22d9dcde) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> openssl Collecting legal info >>> libopenssl 1.1.1f Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> bitstream 1.4 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> e2fsprogs 1.45.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> libtirpc 1.2.5 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-nfs-utils 2.4.3 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.2.5 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> nmap 7.80 Collecting legal info COPYING: OK (sha256: a6afaad36c803dc602734451d9421ed363b48d1ca0faadf0907fc2d91a000284) >>> liblinear 2.30 Collecting legal info COPYRIGHT: OK (sha256: c366abf1cb3a003d8c6e6d9c111a23c432db1d001294f88d479b70b60d7c0af2) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ca-certificates 20190110 Collecting legal info debian/copyright: OK (sha256: 80fd11117df5543d5cf17bfd951b0ead213f7867d0b09f09c6d5a5eca3ff7422) >>> host-python 2.7.17 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> cannelloni 20160414 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> chartjs v2.9.3 Collecting legal info LICENSE.md: OK (sha256: 7b43caae91f31b18dc81fae6e0f7aa1acbecaa6d84e3249905cbe15308307d67) >>> host-cryptsetup 2.2.2 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.02.185 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> dav1d 0.6.0 Collecting legal info COPYING: OK (sha256: b327887de263238deaa80c34cdd2ff3e0ba1d35db585ce14a37ce3e74ee389e9) >>> host-dosfstools 4.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> easydbus b86721147b265dfefc9a857669408cb6eb3d6560 Collecting legal info LICENSE: OK (sha256: dec3b3103cd6889045da86fc7da22bd25545966e5bd7c214791b922dec19588b) >>> luainterpreter Collecting legal info >>> lua 5.3.5 Collecting legal info ERROR: No hash found for doc/readme.html >>> enchant 1.6.0 Collecting legal info COPYING.LIB: OK (sha256: d0db934167997c8b8c863af297b3653aa98500bca0a7c05e9c6ec0dabf4f67d4) >>> ethtool 5.4 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> fetchmail 6.4.1 Collecting legal info COPYING: OK (sha256: 89d6efe79c78f965b256e007d6acc367fff982c59b6195fb6ec5895ea0fc9bd5) >>> ffmpeg 4.2.2 Collecting legal info LICENSE.md: OK (sha256: cad1218c22121b169fb1380178ab7a0b33cb38a3ff6d3915b8533d1d954f3ce7) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> libdrm 2.4.100 Collecting legal info >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libva 2.6.1 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> flann 1.9.1 Collecting legal info COPYING: OK (sha256: 3993f339cc56506c62aa1eb2fb76f240ee93b738d857832899c1e207b1dc069a) >>> flare-engine 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl2 2.0.12 Collecting legal info COPYING.txt: OK (sha256: ae4df3759a726538607b84c00ab8f8a5567d9f38ad5397486eb9b5c5f626caef) >>> sdl2_image 2.0.5 Collecting legal info COPYING.txt: OK (sha256: 45079362e2230154205413a6940544ca94e3479ccf76205c71c4f542a6815d25) >>> jpeg Collecting legal info >>> libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> sdl2_mixer 2.0.4 Collecting legal info COPYING.txt: OK (sha256: 113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10) >>> sdl2_ttf 2.0.15 Collecting legal info COPYING.txt: OK (sha256: f6370809c9f644760920d9945c5be07aed17664975f2e4741013d4d9a2ec696f) >>> freetype 2.10.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> fscryptctl f037dcf4354ce8f25d0f371b58dfe7a7ac27576f Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> genext2fs 1.4.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-genext2fs 1.4.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> glib-networking 2.61.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> gssdp 1.2.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsoup 2.62.3 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> sqlite 3300100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> gupnp-av 0.12.11 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> gupnp 1.2.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> haveged 1.9.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> iftop 1.0pre4 Collecting legal info COPYING: OK (sha256: c00d1408e080e7f14615c7c2e0fbd079f1b2c19e93fc6eab819bdee8d5fdfbc4) >>> host-imx-mkimage rel_imx_4.19.35_1.1.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> inotify-tools 3.20.1 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> jansson 2.12 Collecting legal info LICENSE: OK (sha256: f0a0c95c64e9f49ec4cbfac8e7fee06823c85ee8ba4af5d57aaabb372347adc2) >>> jose 10 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> json-glib 1.4.4 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> lcms2 2.9 Collecting legal info COPYING: OK (sha256: c725daac91a9259ce5e195683c0eeb797d345035c36ac5ba114c9fa80e11639a) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libev 4.27 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevdev 1.9.0 Collecting legal info COPYING: OK (sha256: f063d1279b31e73007e1c54493391818b4cb5f9162d590120397e0347b932137) >>> libfm-extra 1.3.1 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) src/extra/fm-xml-file.c: OK (sha256: c3a3d93e111462f2b0292b56a6a7b87d342fd7156741d8b81b8b08723be4597e) >>> libftdi1 1.4 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libgee 0.20.3 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-vala 0.46.6 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libite 2.2.0 Collecting legal info LICENSE: OK (sha256: a8a7506c64ce46a58c17838b0f678f8c2567d71869402f97d19460ddec4882f5) src/chomp.c: OK (sha256: 89053891d46d04a21d4a492f68038703e179986baffa458201810f4222b57427) src/pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmediaart 1.9.4 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmms 0.6.4 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libmodbus 3.1.6 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libolm 3.1.4 Collecting legal info LICENSE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> libphidget 2.1.8.20170607 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libqrencode 4.0.2 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> librsync 2.2.1 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsocketcan 0.0.11 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsquish 1.15 Collecting legal info LICENSE.txt: OK (sha256: a6b8c383bf3ab28460d6507484d605dd722e03971606f0cd3032a3af682b63a5) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtorrent 0.13.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> liburiparser 0.9.3 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> libv4l 1.18.0 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 34229b5aadfb768d0d083987cba54203a920904a3ec8320823c6125b9831acd1) >>> libvips 8.8.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libyaml 0.2.2 Collecting legal info LICENSE: OK (sha256: a2adb9c959b797494a0ef80bdf60e22db2749ee3e0c0908556e3eb548f967c56) >>> links 2.20.2 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> linux-syscall-support 3f6478ac95edf86cd3da300c2c0d34a438f5dbeb Collecting legal info linux_syscall_support.h: OK (sha256: 4c1fc9acc9f3867e5c81b5d5f57c52fb9a932662bd4e2e5e43b3fe95390035f5) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lrzip 0.631 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ltris 1.0.19 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> lua-livr-extra 0.1.1-1 Collecting legal info lua-LIVR-extra-0.1.1/COPYRIGHT: OK (sha256: 96751dc604608ecf2357d1599bc2d2e9f56382793a6c218dc98d460759adbf07) >>> host-luarocks 3.3.1 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> host-lua 5.3.5 Collecting legal info ERROR: No hash found for doc/readme.html >>> lua-livr 0.2.1-1 Collecting legal info lua-LIVR-0.2.1/COPYRIGHT: OK (sha256: 8f09089acf52cfabcc2a44ec3a492dc261e0ae9df3c618f43b33805e696e02d8) >>> luaposix 34.1.1 Collecting legal info LICENSE: OK (sha256: a868e95dd14f832eb63c4580c5fed42d78a6bd11785e3605211f446b05904a18) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mmc-utils d40ec535b9d4e4c974e8c2fbfb422cd0348cc5e8 Collecting legal info mmc.h: OK (sha256: c3165393bcd710624e2909327a6fbeb736c47bdbe66de1c1a364ac7324d3e4d6) >>> mpdecimal 2.4.2 Collecting legal info LICENSE.txt: OK (sha256: e384413a13f061a50f6fadceefc0f326c22d83c13ae94978e1f86d0468332c19) >>> multicat 2.3 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> olsr 0.9.8 Collecting legal info license.txt: OK (sha256: 7dcf1fb93ef105e2708b02603bb6ee443115d4819fbf2c5a3a001b46887acb9a) lib/pud/nmealib/LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> openpgm 5-2-122 Collecting legal info openpgm/pgm/LICENSE: OK (sha256: 4a7d4ec71fa60969399fd4caad64d5a3003fee2775445f271a5a36a8ae743a29) >>> optee-benchmark 3.7.0 Collecting legal info LICENSE: OK (sha256: 0571be5b739142dc3e40e0a4e7e30d4ab8bff0d4d606a3f2db2010745587d383) >>> optee-client 3.7.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-data-optlist 0.110 Collecting legal info LICENSE: OK (sha256: 73c7bd4c8e4adc474f9dae32b9aa08f6ce27327940751dd6e8373404beabdffa) >>> host-perl 5.30.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 4916e95d32b84e07c045d839646f74996f577e5f497bbba8177a94b31415cee7) >>> perl 5.30.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 4916e95d32b84e07c045d839646f74996f577e5f497bbba8177a94b31415cee7) >>> perl-datetime-tiny 1.07 Collecting legal info LICENSE: OK (sha256: 21cda7a55a8d4b32a43c654f0d4d4a1587096b35bf2a93ea12a2e3a8c2c0b88f) >>> perl-params-util 1.07 Collecting legal info LICENSE: OK (sha256: 71b5fb95de1ba013a517c926feaa2a7d0fb0e8f132818e8529e0da5ec01187cd) >>> perl-sub-install 0.928 Collecting legal info LICENSE: OK (sha256: ad5fb5c05003488f924c60ead21694d629055c9db2ee2d9dd0cf0041b9fedaca) >>> perl-xml-sax-base 1.09 Collecting legal info README: OK (sha256: 2a9aae56e13888493523ee9053689627e092aafcf2c5fb06f06df07260f91b42) >>> php 7.4.4 Collecting legal info LICENSE: OK (sha256: 0967ad6cf4b7fe81d38709d7aaef3fecb3bd685be7eebb37b864aa34c991baa7) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> pulseaudio 13.0 Collecting legal info LICENSE: OK (sha256: a1064b9838b6b4feee61eaeb0925da4b4834c984b77716558860c4294ed6c015) GPL: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> pure-ftpd 1.0.49 Collecting legal info COPYING: OK (sha256: 3a9e94382a69d04aa434d69b20ff2c01dbbfcb7191f05f69a7109c0ee1559c19) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> quota 4.05 Collecting legal info COPYING: OK (sha256: 35b2d9797b83bce16076da9c3273f264f50b8d02f492ee32cd4c51ba6897bceb) >>> rygel 0.38.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.logo: OK (sha256: c7d881be8ae01162510e982a32001446c6d6d18a9cecc89cc41a28bd215a0262) >>> s6-portable-utils 2.2.2.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> skalibs 2.9.1.0 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> safeclib 08112019 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> sdl_net 1.2.8 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> tcl 8.6.9 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> tinyalsa 1.1.1 Collecting legal info NOTICE: OK (sha256: ca2b89a68c33fba3c8bcaec96f32907e2ede0eb33688ae61d29ec49732158f6d) >>> tpm2-totp 0.2.1 Collecting legal info LICENSE: OK (sha256: 67bc21a0bff2b0890307cfaa883bd3f5337f461eb6d8a612a015cea6d704e9ed) >>> tpm2-tss 2.3.3 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> uclibc-ng-test c6d62cbc60504c7f6867b486248b0ef7cc2da554 Collecting legal info WARNING: no hash file for COPYING.LIB >>> udftools 2.2 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> usbredir 0.8.0 Collecting legal info COPYING.LIB: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> v4l2grab f8d8844d52387b3db7b8736f5e86156d9374f781 Collecting legal info LICENSE.md: OK (sha256: 7fa0d45fe86fda646fada21ecfa7672e951b01c521aecd358f586facd65fb5b3) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> w_scan 20170107 Collecting legal info COPYING: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> whetstone 1.2 Collecting legal info >>> xerces 3.2.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> zlog 1.2.14 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) 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: libdrm-2.4.100: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-1/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'