CXX perf/local_lat.o CXX perf/remote_lat.o CXX perf/local_thr.o CXX perf/remote_thr.o CXX perf/inproc_lat.o CXX perf/inproc_thr.o CXX perf/proxy_thr.o AR external/unity/libunity.a AR tests/libtestutil.a CXXLD src/libzmq.la libtool: link: warning: library `/home/buildroot/build/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/xtensa-buildroot-linux-uclibc/7.4.0/../../../../xtensa-buildroot-linux-uclibc/lib/libstdc++.la' was moved. CXXLD perf/local_lat CXXLD tools/curve_keygen CXXLD perf/proxy_thr CXXLD perf/local_thr CXXLD perf/inproc_lat CXXLD perf/remote_lat CXXLD perf/inproc_thr CXXLD perf/remote_thr make[2]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2' make[1]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2' >>> zeromq 4.3.2 Installing to staging directory PATH="/home/buildroot/build/instance-2/output-1/host/bin:/home/buildroot/build/instance-2/output-1/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 DESTDIR=/home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot install -C /home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2/ make[1]: Entering directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2' Making install in doc make[2]: Entering directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2/doc' make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2/doc' make[2]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2/doc' make[2]: Entering directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2' make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2' /bin/mkdir -p '/home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /bin/mkdir -p '/home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include' /bin/sh ./libtool --mode=install /usr/bin/install -c src/libzmq.la '/home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib' /usr/bin/install -c -m 644 include/zmq.h include/zmq_utils.h '/home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include' /usr/bin/install -c -m 644 src/libzmq.pc '/home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c src/.libs/libzmq.so.5.2.2 /home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libzmq.so.5.2.2 libtool: install: (cd /home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libzmq.so.5.2.2 libzmq.so.5 || { rm -f libzmq.so.5 && ln -s libzmq.so.5.2.2 libzmq.so.5; }; }) libtool: install: (cd /home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libzmq.so.5.2.2 libzmq.so || { rm -f libzmq.so && ln -s libzmq.so.5.2.2 libzmq.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libzmq.lai /home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libzmq.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/mkdir -p '/home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c tools/curve_keygen '/home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /usr/bin/install -c tools/curve_keygen /home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/bin/curve_keygen make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2' make[2]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2' make[1]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2' >>> zeromq 4.3.2 Fixing libtool files for la in $(find /home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/build/instance-2/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/home/buildroot/build/instance-2/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/buildroot/build/instance-2/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/build/instance-2/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zeromq 4.3.2 Installing to target PATH="/home/buildroot/build/instance-2/output-1/host/bin:/home/buildroot/build/instance-2/output-1/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 DESTDIR=/home/buildroot/build/instance-2/output-1/target install -C /home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2/ make[1]: Entering directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2' Making install in doc make[2]: Entering directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2/doc' make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2/doc' make[2]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2/doc' make[2]: Entering directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2' make[3]: Entering directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2' /bin/mkdir -p '/home/buildroot/build/instance-2/output-1/target/usr/lib' /bin/mkdir -p '/home/buildroot/build/instance-2/output-1/target/usr/lib/pkgconfig' /bin/mkdir -p '/home/buildroot/build/instance-2/output-1/target/usr/include' /bin/sh ./libtool --mode=install /usr/bin/install -c src/libzmq.la '/home/buildroot/build/instance-2/output-1/target/usr/lib' /usr/bin/install -c -m 644 include/zmq.h include/zmq_utils.h '/home/buildroot/build/instance-2/output-1/target/usr/include' /usr/bin/install -c -m 644 src/libzmq.pc '/home/buildroot/build/instance-2/output-1/target/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c src/.libs/libzmq.so.5.2.2 /home/buildroot/build/instance-2/output-1/target/usr/lib/libzmq.so.5.2.2 libtool: install: (cd /home/buildroot/build/instance-2/output-1/target/usr/lib && { ln -s -f libzmq.so.5.2.2 libzmq.so.5 || { rm -f libzmq.so.5 && ln -s libzmq.so.5.2.2 libzmq.so.5; }; }) libtool: install: (cd /home/buildroot/build/instance-2/output-1/target/usr/lib && { ln -s -f libzmq.so.5.2.2 libzmq.so || { rm -f libzmq.so && ln -s libzmq.so.5.2.2 libzmq.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libzmq.lai /home/buildroot/build/instance-2/output-1/target/usr/lib/libzmq.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/mkdir -p '/home/buildroot/build/instance-2/output-1/target/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c tools/curve_keygen '/home/buildroot/build/instance-2/output-1/target/usr/bin' libtool: install: /usr/bin/install -c tools/curve_keygen /home/buildroot/build/instance-2/output-1/target/usr/bin/curve_keygen make[3]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2' make[2]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2' make[1]: Leaving directory '/home/buildroot/build/instance-2/output-1/build/zeromq-4.3.2' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/build/instance-2/output-1/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/build/instance-2/output-1/build/packages-file-list-staging.txt Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/pkgconfig/glib-2.0.pc" is touched by more than one package: [u'libglib2', u'libxml2'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/pkgconfig/gio-2.0.pc" is touched by more than one package: [u'libglib2', u'libxml2'] ./support/scripts/check-uniq-files -t host /home/buildroot/build/instance-2/output-1/build/packages-file-list-host.txt Warning: host file "./bin/2to3" is touched by more than one package: [u'host-python', u'host-python3'] rm -f /home/buildroot/build/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/build/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/build/instance-2/output-1/host/bin/glib-compile-schemas /home/buildroot/build/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/build/instance-2/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/build/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/build/instance-2/output-1/host/bin/xtensa-linux-%g" -e "s%@TARGET_ARCH@%xtensa%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%"big"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os `@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os `@PKG_TARGET_CFLAGS@%g" -e "s%@HOST_DIR@%/home/buildroot/build/instance-2/output-1/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/build/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@PKG_TARGET_CFLAGS@%%g" -e "s%@PKG_TARGET_LDFLAGS@%%g" -e "s%@PKG_TARGET_CXXFLAGS@%%g" /home/buildroot/build/instance-2/output-1/host/etc/meson/cross-compilation.conf.in > /home/buildroot/build/instance-2/output-1/host/etc/meson/cross-compilation.conf rm -rf /home/buildroot/build/instance-2/output-1/target/usr/lib/perl5/5.28.2/pod rm -rf /home/buildroot/build/instance-2/output-1/target/usr/lib/perl5/5.28.2/xtensa-linux/CORE find /home/buildroot/build/instance-2/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/buildroot/build/instance-2/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/buildroot/build/instance-2/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/buildroot/build/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/build/instance-2/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/build/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/build/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/build/instance-2/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/build/instance-2/output-1/target/etc/shadow rm -f /home/buildroot/build/instance-2/output-1/target/bin/sh grep -qsE '^/usr/bin/tmux$' /home/buildroot/build/instance-2/output-1/target/etc/shells || echo "/usr/bin/tmux" >> /home/buildroot/build/instance-2/output-1/target/etc/shells rm -f /home/buildroot/build/instance-2/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/build/instance-2/output-1/build/locales.nopurge; done for dir in /home/buildroot/build/instance-2/output-1/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/build/instance-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/build/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/build/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/build/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/build/instance-2/output-1/target/usr/include /home/buildroot/build/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/build/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/build/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/build/instance-2/output-1/target/usr/lib/cmake /home/buildroot/build/instance-2/output-1/target/usr/share/cmake find /home/buildroot/build/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/build/instance-2/output-1/target/lib/ /home/buildroot/build/instance-2/output-1/target/usr/lib/ /home/buildroot/build/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/buildroot/build/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/build/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/build/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/build/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/build/instance-2/output-1/target/usr/man /home/buildroot/build/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/build/instance-2/output-1/target/usr/info /home/buildroot/build/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/build/instance-2/output-1/target/usr/doc /home/buildroot/build/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/build/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/build/instance-2/output-1/target/usr/share 2>/dev/null || true find /home/buildroot/build/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/buildroot/build/instance-2/output-1/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/build/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/build/instance-2/output-1/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/build/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/buildroot/build/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/buildroot/build/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.11-git-00763-g2de1289"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.11-git\"" \ ) > /home/buildroot/build/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/build/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/build/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/build/instance-2/output-1/target/usr make: Leaving directory '/home/buildroot/build/instance-2/buildroot' make: Entering directory '/home/buildroot/build/instance-2/buildroot' >>> Buildroot 2019.11-git-00763-g2de1289 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.62.5 Collecting legal info ERROR: No hash found for COPYING >>> host-4th 3.62.5 Collecting legal info ERROR: No hash found for COPYING >>> abootimg 7e127fee6a3981f6b0a50ce9910267cd501e09d4 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.34 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> linux-pam 1.3.1 Collecting legal info ERROR: No hash found for Copyright >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-gettext Collecting legal info >>> host-gettext-tiny c6dcdcdef801127549d3906d153c061880d25a73 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 86106f0da1cf5ccfa0f0651665dd1b4515e8edad1c7972780155770548b317d9) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 86106f0da1cf5ccfa0f0651665dd1b4515e8edad1c7972780155770548b317d9) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> acpica 20190703 Collecting legal info source/include/acpi.h: OK (sha256: 65464cea6ee2f7a5d38e2b5f1050a4b39a15358a09b8e36119416d4e2c5031b8) >>> host-bison 3.4.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> argp-standalone 1.3 Collecting legal info >>> avrdude f8893ccf0aceeff67c45f95ae4e86bc7fbe342aa Collecting legal info ERROR: No hash found for avrdude/COPYING >>> elfutils 0.176 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.5 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> babeld 1.8.4 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> can-utils 2018.02.0 Collecting legal info Makefile: OK (sha256: c258939ebb09c3857f5fc7704a449e5077cc881090c87b38f9a81332b96fa075) >>> host-checkpolicy 2.9 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libselinux 2.9 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 2.9 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> host-python 2.7.16 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.8 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-swig 4.0.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> collectl 4.3.1 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> dante 1.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> dieharder 3.31.1 Collecting legal info ERROR: No hash found for COPYING >>> gsl 2.5 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> duktape 2.4.0 Collecting legal info LICENSE.txt: OK (sha256: 5b42d02dbd084fd6d7e61d93f52e02b596f25400e54e0f86d5780045e5b754c8) >>> easy-rsa 3.0.6 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> expat 2.2.8 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> flatbuffers v1.11.0 Collecting legal info LICENSE.txt: OK (sha256: 7ec9661a8afafab1eee3523d6f1a193eff76314a5ab10b4ce96aefd87621b0c3) >>> host-cmake 3.8.2 Collecting legal info Copyright.txt: OK (sha256: af3030e1bf1af2f534430fdfe3cfc5a617966648a2a7f0c06a631adc92be1e5f) >>> host-genext2fs 1.4.1 Collecting legal info ERROR: No hash found for COPYING >>> host-genpart 1.0.2 Collecting legal info >>> getent Collecting legal info >>> host-gnupg 1.4.23 Collecting legal info ERROR: No hash found for COPYING >>> gssdp 1.0.3 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-meson 0.51.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.9.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.7.4 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-python3-setuptools 41.0.1 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libglib2 2.62.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.62.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-util-linux 2.34 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> 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.44 Collecting legal info README: OK (sha256: a008c782e078102720266824c1e87875bafbf25ffae4b173dc135f9a4e1c672e) >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sqlite 3290000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> gupnp-av 0.12.11 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> gupnp 1.0.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> hostapd 2.9 Collecting legal info README: OK (sha256: 9da5dd0776da266b180b915e460ff75c6ff729aca1196ab396529510f24f3761) >>> libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ifenslave 2.9 Collecting legal info ERROR: No hash found for debian/copyright >>> inconsolata 001.010 Collecting legal info ERROR: No hash found for OFL.txt >>> irda-utils 0.9.18 Collecting legal info ERROR: No hash found for man/COPYING >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> kvazaar 1.2.0 Collecting legal info COPYING: OK (sha256: 531712277c3543b9ee86c4c4e0e424f531b893a44cc021c74a24b038d8de4d2a) >>> libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libcdio-paranoia 10.2+2.0.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcec 4.0.4 Collecting legal info COPYING: OK (sha256: 3618005b3db4eb8ede7292d233e6c41605cb8dcbd33e8790eff6e29c1e4f3789) >>> libplatform 1eb12b1b1efa6747c1e190964854e9e267e3a1e2 Collecting legal info src/os.h: OK (sha256: 80fc66febbb2393c9d518e3eefa4ad9aae15a9b6a84174c0e443ea79eeea5131) >>> libdrm 2.4.99 Collecting legal info >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libevent 2.1.11 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libgit2 0.28.3 Collecting legal info COPYING: OK (sha256: d9a8038088df84fde493fa33a0f1e537252eeb9642122aa4b862690197152813) >>> libhttpserver 0.17.5 Collecting legal info COPYING.LESSER: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmicrohttpd 0.9.66 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libsoc 0.8.2 Collecting legal info ERROR: No hash found for LICENCE >>> libtirpc 1.1.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-nfs-utils 1.3.4 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.1.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libxslt 1.1.33 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linuxconsoletools 1.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lmbench 3.0-a9 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING-2 >>> mesa3d 19.2.0 Collecting legal info docs/license.html: OK (sha256: d8d662974fc86e2e640362015e42de3fcc161d435a9f2111ecd8561412feca73) >>> host-python3-mako 1.0.6 Collecting legal info LICENSE: OK (sha256: 84f6f8798990239d697b6d62631dc402962d4fb3895955ea926dce7956baf71b) >>> mini-snmpd 1.4 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mjpg-streamer 501f6362c5afddcfb41055f97ae484252c85c912 Collecting legal info mjpg-streamer-experimental/LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.4.3 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-mtools 4.0.23 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mutt 1.12.2 Collecting legal info GPL: OK (sha256: 732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee) >>> nuttcp 6.1.2 Collecting legal info ERROR: No hash found for LICENSE >>> openmpi 4.0.0 Collecting legal info LICENSE: OK (sha256: 8298a80ed5f09cfd007bae1c0e7d67d1c2810c6389876778dad070c31a691dac) >>> openresolv fe4e1ec4e2be2adfc1530ade94ebb30aa6f51540 Collecting legal info LICENSE: OK (sha256: d1f9dcd2dac4e095b14caab517cfe791a6e0785346164b7d0cafc13c714f8aa5) >>> p7zip 16.02 Collecting legal info ERROR: No hash found for DOC/License.txt >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-astro-suntime 0.06 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-perl 5.28.2 Collecting legal info ERROR: No hash found for Artistic ERROR: No hash found for Copying ERROR: No hash found for README >>> host-perl-module-build 0.4229 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl 5.28.2 Collecting legal info ERROR: No hash found for Artistic ERROR: No hash found for Copying ERROR: No hash found for README >>> perl-class-method-modifiers 2.13 Collecting legal info LICENSE: OK (sha256: d17e5cba8d4039f6973d5873f73b0c8949c1cffb338fafe7a57e972767546561) >>> perl-cookie-baker 0.11 Collecting legal info LICENSE: OK (sha256: b4ce94671fa219074d4e91e2268652d6bf9764cebcc7a5e27bfc14897745ca4c) >>> host-perl-module-build-tiny 0.039 Collecting legal info LICENSE: OK (sha256: 09fd2bc0428920c455f10c5a6c52e2bb4615114e88966c75ce27a07af028c36b) >>> host-perl-extutils-config 0.008 Collecting legal info LICENSE: OK (sha256: 33b39fda54675d4d681764049e27b537cac12213aa6650667abea43662264ddc) >>> host-perl-extutils-helpers 0.026 Collecting legal info LICENSE: OK (sha256: e5530d0ebc8662df3a970644d867faf12760b1a95ca6e2bf1c5f9af410a418e0) >>> host-perl-extutils-installpaths 0.012 Collecting legal info LICENSE: OK (sha256: b95d38ac031587625625d92fbd2ee1d5df0d02606057d680e7dcf3598fe629f9) >>> perl-devel-globaldestruction 0.14 Collecting legal info README: OK (sha256: f7adbd1db623233e220f9157521a620dbae4918ae7088845aa61e87b7f62bb23) >>> perl-device-serialport 1.04 Collecting legal info README: OK (sha256: 59432e84eca65c10c4b627f8af0b00833685856b68242b816aea2a38283a124c) >>> perl-encode-detect 1.01 Collecting legal info LICENSE: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> perl-hash-multivalue 0.16 Collecting legal info LICENSE: OK (sha256: af32512e13f6722dab770b989c57556a5e3d29a49b22b8ad5668064db8592401) >>> perl-html-tagset 3.20 Collecting legal info README: OK (sha256: 275cc182d78ac2db6856442c5d334c925350fb56fe83ee3577f5850317423419) >>> perl-module-runtime 0.016 Collecting legal info README: OK (sha256: ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1) >>> perl-moo 2.003004 Collecting legal info README: OK (sha256: 3fe29ec1d93827ee69825ed4bf916cc5ce4e7bf0b940ec6dd2d4ed30f4755dc3) >>> perl-role-tiny 2.000008 Collecting legal info LICENSE: OK (sha256: 88f4a8719c584d756dcfeebc7f35643066354188bfb57c672fbafcd44e044e9c) >>> perl-sub-exporter-progressive 0.001013 Collecting legal info LICENSE: OK (sha256: 24c38cba4218e6be62e511bffe21e63aa57335d8929034aa58e8a85eed001e99) >>> perl-sub-quote 2.006003 Collecting legal info README: OK (sha256: de2ee5cbd65702755c9d0351cc2aa1850a25ae64fdbc6da2f01c24cdcb5b1b03) >>> perl-uri 1.76 Collecting legal info LICENSE: OK (sha256: 65cd6f88516a30f56fd4e0080fb78ea69424fc89067470dc994e4abfba08664e) >>> perl-www-robotrules 6.02 Collecting legal info README: OK (sha256: fa375c4f771b92fc076b6c66e19440a0fff51dacf489fecd94bf560091279e05) >>> pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> qlibc 2.4.4 Collecting legal info LICENSE: OK (sha256: 7c9d03656af4c0acf0a35e29459086498dd64080eac6d2945bc1c064aaf18132) >>> sane-backends 1.0.27 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> smack 1.3.1 Collecting legal info ERROR: No hash found for COPYING >>> socat 1.7.3.3 Collecting legal info README: OK (sha256: 4846488cea98a2905dc75b7aa5eea721568e372447efe06b85bd896ee8c54f10) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> tmux 2.9 Collecting legal info COPYING: OK (sha256: ce75f1345a76c93bd0f413d1b93ff1baa0669f34a7242779a00c1b862b4f813a) >>> wilc1000-firmware 14.1 Collecting legal info >>> xenomai 3.0.9 Collecting legal info ERROR: No hash found for debian/copyright ERROR: No hash found for include/COPYING ERROR: No hash found for kernel/cobalt/COPYING ERROR: No hash found for kernel/cobalt/posix/COPYING ERROR: No hash found for kernel/cobalt/rtdm/COPYING ERROR: No hash found for lib/alchemy/COPYING ERROR: No hash found for lib/analogy/COPYING ERROR: No hash found for lib/boilerplate/iniparser/LICENSE ERROR: No hash found for lib/boilerplate/COPYING ERROR: No hash found for lib/cobalt/COPYING ERROR: No hash found for lib/copperplate/COPYING ERROR: No hash found for lib/psos/COPYING ERROR: No hash found for lib/smokey/COPYING ERROR: No hash found for lib/trank/COPYING ERROR: No hash found for lib/vxworks/COPYING >>> xmlstarlet 1.6.1 Collecting legal info ERROR: No hash found for COPYING >>> zeromq 4.3.2 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) 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: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: libdrm-2.4.99: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: wilc1000-firmware-14.1: cannot save license (WILC1000_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/build/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/build/instance-2/buildroot'