rm -f $link.1 && \ ln -s $target.1 $link.1 make[5]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/xzdec' libtool: install: /usr/bin/install -c xzdec /home/naourr/work/instance-2/output/target/usr/bin/xzdec libtool: install: /usr/bin/install -c lzmadec /home/naourr/work/instance-2/output/target/usr/bin/lzmadec make[4]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/xzdec' make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/xzdec' Making install in xz make[3]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/xz' make[4]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/xz' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output/target/usr/share/man/man1' /bin/sh ../../libtool --mode=install /usr/bin/install -c xz '/home/naourr/work/instance-2/output/target/usr/bin' /usr/bin/install -c -m 644 xz.1 '/home/naourr/work/instance-2/output/target/usr/share/man/man1' /usr/bin/make install-data-hook make[5]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/xz' cd /home/naourr/work/instance-2/output/target/usr/share/man/man1 && \ target=`echo xz | sed 's&^&&'` && \ for name in unxz xzcat lzma unlzma lzcat; do \ link=`echo $name | sed 's&^&&'` && \ rm -f $link.1 && \ ln -s $target.1 $link.1; \ done libtool: install: /usr/bin/install -c xz /home/naourr/work/instance-2/output/target/usr/bin/xz /usr/bin/make install-exec-hook make[5]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/xz' make[5]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/xz' cd /home/naourr/work/instance-2/output/target/usr/bin && \ target=`echo xz | sed 's&^&&'` && \ for name in unxz xzcat lzma unlzma lzcat; do \ link=`echo $name | sed 's&^&&'` && \ rm -f $link && \ ln -s $target $link; \ done make[5]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/xz' make[4]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/xz' make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/xz' Making install in lzmainfo make[3]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/lzmainfo' make[4]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/lzmainfo' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output/target/usr/share/man/man1' /bin/sh ../../libtool --mode=install /usr/bin/install -c lzmainfo '/home/naourr/work/instance-2/output/target/usr/bin' /usr/bin/install -c -m 644 lzmainfo.1 '/home/naourr/work/instance-2/output/target/usr/share/man/man1' libtool: install: /usr/bin/install -c lzmainfo /home/naourr/work/instance-2/output/target/usr/bin/lzmainfo make[4]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/lzmainfo' make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/lzmainfo' Making install in scripts make[3]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/scripts' make[4]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/scripts' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output/target/usr/share/man/man1' /usr/bin/install -c xzdiff xzgrep xzmore xzless '/home/naourr/work/instance-2/output/target/usr/bin' /usr/bin/install -c -m 644 xzdiff.1 xzgrep.1 xzmore.1 xzless.1 '/home/naourr/work/instance-2/output/target/usr/share/man/man1' /usr/bin/make install-exec-hook /usr/bin/make install-data-hook make[5]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/scripts' make[5]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/scripts' cd /home/naourr/work/instance-2/output/target/usr/bin && \ for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \ target=`echo $pair | sed 's/-.*$//' | sed 's&^&&'` && \ link=`echo $pair | sed 's/^.*-//' | sed 's&^&&'` && \ rm -f $link && \ ln -s $target $link; \ done cd /home/naourr/work/instance-2/output/target/usr/share/man/man1 && \ for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \ target=`echo $pair | sed 's/-.*$//' | sed 's&^&&'` && \ link=`echo $pair | sed 's/^.*-//' | sed 's&^&&'` && \ rm -f $link.1 && \ ln -s $target.1 $link.1; \ done make[5]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/scripts' make[5]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/scripts' make[4]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/scripts' make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src/scripts' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src' make[4]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src' make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src' make[2]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/src' Making install in po make[2]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/po' if test "xz" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/naourr/work/instance-2/output/target/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /home/naourr/work/instance-2/output/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/naourr/work/instance-2/output/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/po' Making install in tests make[2]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/tests' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/tests' make[2]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3/tests' make[2]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/xz-5.2.3' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3' make[2]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3' make[1]: Leaving directory '/home/naourr/work/instance-2/output/build/xz-5.2.3' ympd-v1.3.0.tar.gz: OK (sha256: d9f68920cd93d1cfa971e1d7b9162a2b1724909bc9753c1338cecb3688d234d5) >>> ympd v1.3.0 Extracting gzip -d -c /home/naourr/work/instance-2/dl/ympd/ympd-v1.3.0.tar.gz | /home/naourr/work/instance-2/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-2/output/build/ympd-v1.3.0 -xf - >>> ympd v1.3.0 Patching Applying 0002-only-c-language.patch using patch: patching file CMakeLists.txt >>> ympd v1.3.0 Configuring (mkdir -p /home/naourr/work/instance-2/output/build/ympd-v1.3.0/ && cd /home/naourr/work/instance-2/output/build/ympd-v1.3.0/ && rm -f CMakeCache.txt && PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/cmake /home/naourr/work/instance-2/output/build/ympd-v1.3.0/ -DCMAKE_TOOLCHAIN_FILE="/home/naourr/work/instance-2/output/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DWITH_SSL=ON ) -- The C compiler identification is GNU 6.4.0 -- Check for working C compiler: /home/naourr/work/instance-2/output/host/bin/arm-linux-gcc -- Check for working C compiler: /home/naourr/work/instance-2/output/host/bin/arm-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: /home/naourr/work/instance-2/output/host/bin/pkg-config (found version "0.28") -- Found LibMPDClient: /home/naourr/work/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libmpdclient.so -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - found -- Found Threads: TRUE -- Found OpenSSL: /home/naourr/work/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libcrypto.so (found version "1.0.2p") -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /home/naourr/work/instance-2/output/build/ympd-v1.3.0 >>> ympd v1.3.0 Building PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-2/output/build/ympd-v1.3.0/ make[1]: Entering directory '/home/naourr/work/instance-2/output/build/ympd-v1.3.0' make[2]: Entering directory '/home/naourr/work/instance-2/output/build/ympd-v1.3.0' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/ympd-v1.3.0' [ 12%] Generating assets.c Scanning dependencies of target ympd make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/ympd-v1.3.0' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/ympd-v1.3.0' [ 25%] Building C object CMakeFiles/ympd.dir/src/json_encode.c.o [ 37%] Building C object CMakeFiles/ympd.dir/src/mongoose.c.o [ 50%] Building C object CMakeFiles/ympd.dir/src/ympd.c.o [ 62%] Building C object CMakeFiles/ympd.dir/src/mpd_client.c.o [ 75%] Building C object CMakeFiles/ympd.dir/src/http_server.c.o [ 87%] Building C object CMakeFiles/ympd.dir/assets.c.o [100%] Linking C executable ympd make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/ympd-v1.3.0' [100%] Built target ympd make[2]: Leaving directory '/home/naourr/work/instance-2/output/build/ympd-v1.3.0' make[1]: Leaving directory '/home/naourr/work/instance-2/output/build/ympd-v1.3.0' >>> ympd v1.3.0 Installing to target PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-2/output/target install/fast -C /home/naourr/work/instance-2/output/build/ympd-v1.3.0/ make[1]: Entering directory '/home/naourr/work/instance-2/output/build/ympd-v1.3.0' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-2/output/target/usr/bin/ympd -- Installing: /home/naourr/work/instance-2/output/target/usr/share/man/man1/ympd.1 make[1]: Leaving directory '/home/naourr/work/instance-2/output/build/ympd-v1.3.0' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-2/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-2/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/imlib2/loaders/argb.la" is touched by more than one package: [u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libpcsclite.la" is touched by more than one package: [u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libip4tc.la" is touched by more than one package: [u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'libid3tag', u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libiptc.la" is touched by more than one package: [u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libbson-1.0.la" is touched by more than one package: [u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libxtables.la" is touched by more than one package: [u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/imlib2/loaders/id3.la" is touched by more than one package: [u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libid3tag.la" is touched by more than one package: [u'libid3tag', u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/imlib2/filters/testfilter.la" is touched by more than one package: [u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/imlib2/filters/bumpmap.la" is touched by more than one package: [u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libmad.la" is touched by more than one package: [u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libtasn1.la" is touched by more than one package: [u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/imlib2/loaders/xpm.la" is touched by more than one package: [u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libImlib2.la" is touched by more than one package: [u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/imlib2/loaders/ff.la" is touched by more than one package: [u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/imlib2/loaders/tga.la" is touched by more than one package: [u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/imlib2/loaders/pnm.la" is touched by more than one package: [u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libip6tc.la" is touched by more than one package: [u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/imlib2/loaders/bmp.la" is touched by more than one package: [u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/imlib2/loaders/lbm.la" is touched by more than one package: [u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/imlib2/filters/colormod.la" is touched by more than one package: [u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libiconv.la" is touched by more than one package: [u'libiconv', u'libvpx', u'x264', u'ffmpeg', u'freetype', u'libid3tag', u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libltdl.la" is touched by more than one package: [u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libpcscspy.la" is touched by more than one package: [u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/imlib2/loaders/zlib.la" is touched by more than one package: [u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/imlib2/loaders/bz2.la" is touched by more than one package: [u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libcrack.la" is touched by more than one package: [u'cracklib', u'libiconv', u'libvpx', u'x264', u'ffmpeg', u'freetype', u'libid3tag', u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] Warning: staging file "./usr/lib/libcharset.la" is touched by more than one package: [u'libiconv', u'libvpx', u'x264', u'ffmpeg', u'freetype', u'libid3tag', u'imlib2', u'iptables', u'libbson', u'libopenssl', u'libcurl', u'libdcadec', u'libevent', u'liblockfile', u'libmad', u'libmpdclient', u'libnl', u'libogg', u'libtasn1', u'libtool', u'ncurses', u'pcsc-lite', u'slang', u'scrypt', u'xz'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-2/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-bison', u'host-gettext', u'host-libffi'] mkdir -p /home/naourr/work/instance-2/output/target/etc echo "buildroot" > /home/naourr/work/instance-2/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-2/output/target/etc/hosts mkdir -p /home/naourr/work/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-2/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-2/output/target/etc/shadow rm -f /home/naourr/work/instance-2/output/target/bin/sh rm -f /home/naourr/work/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-2/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-2/output/target/usr/include /home/naourr/work/instance-2/output/target/usr/share/aclocal \ /home/naourr/work/instance-2/output/target/usr/lib/pkgconfig /home/naourr/work/instance-2/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-2/output/target/usr/lib/cmake /home/naourr/work/instance-2/output/target/usr/share/cmake find /home/naourr/work/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-2/output/target/lib/ /home/naourr/work/instance-2/output/target/usr/lib/ /home/naourr/work/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-2/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-2/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-2/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-2/output/target/usr/man /home/naourr/work/instance-2/output/target/usr/share/man rm -rf /home/naourr/work/instance-2/output/target/usr/info /home/naourr/work/instance-2/output/target/usr/share/info rm -rf /home/naourr/work/instance-2/output/target/usr/doc /home/naourr/work/instance-2/output/target/usr/share/doc rm -rf /home/naourr/work/instance-2/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-2/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-2/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-2/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-2/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-2/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-2/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-2/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/naourr/work/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-git-00528-ge670603f04"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-git\"" \ ) > /home/naourr/work/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-2/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-2/output/target/usr make: Leaving directory '/home/naourr/work/instance-2/buildroot' make: Entering directory '/home/naourr/work/instance-2/buildroot' >>> Buildroot 2018.11-git-00528-ge670603f04 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> aespipe 2.4d Collecting legal info >>> host-aespipe 2.4d Collecting legal info >>> angularjs 1.6.7 Collecting legal info angular.js: OK (sha256: cec36623ceba33c503784164917c206047079159bf88f51a695a4dfb9d9b7ede) >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> autossh 1.4f Collecting legal info autossh.c: OK (sha256: b6938db718166520533b1d56b01e1eb5f0ad508624478e674938b8f507b66d98) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bsdiff 4.3 Collecting legal info ERROR: No hash found for bsdiff.c >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> c-periphery v1.1.3 Collecting legal info LICENSE: OK (sha256: 6b5669a90260126f0600aae98cb10fb5e219269dc9cbd0137f63927b96d5c31d) >>> ccrypt 1.10 Collecting legal info ERROR: No hash found for COPYING >>> corkscrew a94f745b40077172b8fe7d77e2d583b9cf900281 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> debianutils 4.8.1 Collecting legal info ERROR: No hash found for debian/copyright >>> docker-proxy 7b2b1feb1de4817d522cc372af149ff48d25028e Collecting legal info ERROR: No hash found for LICENSE >>> host-go 1.11 Collecting legal info ERROR: No hash found for LICENSE >>> host-go-bootstrap 1.4.3 Collecting legal info ERROR: No hash found for LICENSE >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-dtc 1.4.7 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> dtv-scan-tables c2b6af67f7d8620acbf052fc754ec831ed2188ba Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> ffmpeg 3.4.4 Collecting legal info LICENSE.md: OK (sha256: 73d99bc83313fff665b426d6672b4e0479102bc402fe22314ac9ce94a38aa5ff) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libvpx v1.7.0 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> x264 303c484ec828ed0d8bfe743500e70314d026c3bd Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> freetype 2.9 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> gadgetfs-test Collecting legal info >>> host-genext2fs 1.4.1 Collecting legal info ERROR: No hash found for COPYING >>> host-genimage 10 Collecting legal info ERROR: No hash found for COPYING >>> host-libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> ifupdown 0.8.16 Collecting legal info ERROR: No hash found for COPYING >>> imlib2 1.5.1 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> iproute2 4.18.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> iptables 1.6.2 Collecting legal info ERROR: No hash found for COPYING >>> libbson 1.9.4 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libcurl 7.61.1 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> libdcadec v0.2.0 Collecting legal info COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> liblockfile 1.09 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmpdclient 2.15 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.47.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.8.2 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 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-python-setuptools 40.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python3 3.7.0 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libtasn1 4.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> linuxptp 303b08cbf55096aba55bd08a314e0701e5c33482 Collecting legal info ERROR: No hash found for COPYING >>> lockfile-progs 0.1.17 Collecting legal info ERROR: No hash found for COPYING >>> madplay 0.15.2b Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> memtester 4.3.0 Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> odhcploc 20111021 Collecting legal info ERROR: No hash found for COPYING >>> openssh 7.8p1 Collecting legal info LICENCE: OK (sha256: 05a4c25ef464e19656c5259bd4f4da8428efab01044f3541b79fbb3ff209350f) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcsc-lite 1.8.23 Collecting legal info COPYING: OK (sha256: 2ce8f52bc5afa74f223121955e4e6328c432b16044ea535acd550435dda2b5db) >>> pdmenu 1.3.4 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.1a Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> pound 2.8 Collecting legal info GPL.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-rust-bin 1.27.2 Collecting legal info LICENSE-APACHE: OK (sha256: a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-rustc Collecting legal info >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> scrypt 1.2.0 Collecting legal info ERROR: No hash found for main.c >>> statserial 1.1 Collecting legal info ERROR: No hash found for COPYING >>> sunxi-boards a6a4e94066f4ec6b26fc7060dc453a6bcf26a504 Collecting legal info >>> host-sunxi-tools v1.4.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> host-libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info ERROR: No hash found for COPYING >>> transmission 2.94 Collecting legal info COPYING: OK (sha256: 20801783bf59e27d03ed6aab625b32a34e221ae95bf801db87827c8023398495) >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> tvheadend 9b9ee6859be90fedb5d43ad1d770dfcdb8b1caf4 Collecting legal info LICENSE.md: OK (sha256: 54dc3cbc00bf126bcba43e2af7f3ad1dc00f335985da1409fa943c7b7256d942) >>> host-pngquant 2.12.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> host-libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> host-uboot-tools 2018.07 Collecting legal info ERROR: No hash found for Licenses/gpl-2.0.txt >>> wilc1000-firmware 14.1 Collecting legal info >>> xz 5.2.3 Collecting legal info ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv2.1 >>> ympd v1.3.0 Collecting legal info LICENSE: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: aespipe-2.4d: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: aespipe-2.4d: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: gadgetfs-test: cannot save license (GADGETFS_TEST_LICENSE_FILES not defined) WARNING: sunxi-boards-a6a4e94066f4ec6b26fc7060dc453a6bcf26a504: cannot save license (SUNXI_BOARDS_LICENSE_FILES not defined) WARNING: wilc1000-firmware-14.1: cannot save license (WILC1000_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-2/output/legal-info make: Leaving directory '/home/naourr/work/instance-2/buildroot'