/usr/bin/install -d -m 555 /home/naourr/work/instance-1/output/target/home/ftp yaml-cpp-0.6.2.tar.gz: OK (sha256: e4d8560e163c3d875fd5d9e5542b5fd5bec810febdcba61481fe5fc4e6b1fd05) >>> yaml-cpp 0.6.2 Extracting gzip -d -c /home/naourr/work/instance-1/dl/yaml-cpp/yaml-cpp-0.6.2.tar.gz | /home/naourr/work/instance-1/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2 -xf - >>> yaml-cpp 0.6.2 Patching >>> yaml-cpp 0.6.2 Configuring (mkdir -p /home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2/ && cd /home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2/ && rm -f CMakeCache.txt && PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/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-1/output/build/yaml-cpp-0.6.2/ -DCMAKE_TOOLCHAIN_FILE="/home/naourr/work/instance-1/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=OFF -DYAML_CPP_BUILD_TESTS=OFF -DYAML_CPP_BUILD_TOOLS=OFF ) CMake Deprecation Warning at CMakeLists.txt:9 (cmake_policy): The OLD behavior for policy CMP0012 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. CMake Deprecation Warning at CMakeLists.txt:13 (cmake_policy): The OLD behavior for policy CMP0015 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- The C compiler identification is GNU 6.4.0 -- The CXX compiler identification is GNU 6.4.0 -- Check for working C compiler: /home/naourr/work/instance-1/output/host/bin/arm-linux-gcc -- Check for working C compiler: /home/naourr/work/instance-1/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 -- Check for working CXX compiler: /home/naourr/work/instance-1/output/host/bin/arm-linux-g++ -- Check for working CXX compiler: /home/naourr/work/instance-1/output/host/bin/arm-linux-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test FLAG_WEXTRA -- Performing Test FLAG_WEXTRA - Success -- 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-1/output/build/yaml-cpp-0.6.2 >>> yaml-cpp 0.6.2 Building PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/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-1/output/build/yaml-cpp-0.6.2/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2' make[2]: Entering directory '/home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2' Scanning dependencies of target yaml-cpp make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2' [ 3%] Building CXX object CMakeFiles/yaml-cpp.dir/src/binary.cpp.o [ 6%] Building CXX object CMakeFiles/yaml-cpp.dir/src/convert.cpp.o [ 9%] Building CXX object CMakeFiles/yaml-cpp.dir/src/directives.cpp.o [ 12%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emit.cpp.o [ 16%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitfromevents.cpp.o [ 19%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitter.cpp.o [ 22%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitterstate.cpp.o [ 25%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitterutils.cpp.o [ 29%] Building CXX object CMakeFiles/yaml-cpp.dir/src/exceptions.cpp.o [ 32%] Building CXX object CMakeFiles/yaml-cpp.dir/src/exp.cpp.o [ 35%] Building CXX object CMakeFiles/yaml-cpp.dir/src/memory.cpp.o [ 38%] Building CXX object CMakeFiles/yaml-cpp.dir/src/node.cpp.o [ 41%] Building CXX object CMakeFiles/yaml-cpp.dir/src/node_data.cpp.o [ 45%] Building CXX object CMakeFiles/yaml-cpp.dir/src/nodebuilder.cpp.o [ 48%] Building CXX object CMakeFiles/yaml-cpp.dir/src/nodeevents.cpp.o [ 51%] Building CXX object CMakeFiles/yaml-cpp.dir/src/null.cpp.o [ 54%] Building CXX object CMakeFiles/yaml-cpp.dir/src/ostream_wrapper.cpp.o [ 58%] Building CXX object CMakeFiles/yaml-cpp.dir/src/parse.cpp.o [ 61%] Building CXX object CMakeFiles/yaml-cpp.dir/src/parser.cpp.o [ 64%] Building CXX object CMakeFiles/yaml-cpp.dir/src/regex_yaml.cpp.o [ 67%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scanner.cpp.o [ 70%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scanscalar.cpp.o [ 74%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scantag.cpp.o [ 77%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scantoken.cpp.o [ 80%] Building CXX object CMakeFiles/yaml-cpp.dir/src/simplekey.cpp.o [ 83%] Building CXX object CMakeFiles/yaml-cpp.dir/src/singledocparser.cpp.o [ 87%] Building CXX object CMakeFiles/yaml-cpp.dir/src/stream.cpp.o [ 90%] Building CXX object CMakeFiles/yaml-cpp.dir/src/tag.cpp.o [ 93%] Building CXX object CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilder.cpp.o [ 96%] Building CXX object CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilderadapter.cpp.o [100%] Linking CXX static library libyaml-cpp.a make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2' [100%] Built target yaml-cpp make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2' make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2' >>> yaml-cpp 0.6.2 Installing to staging directory PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/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-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot install/fast -C /home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libyaml-cpp.a -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/mark.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/parse.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/type.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/ptr.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/iterator.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/node.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/convert.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/emit.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/impl.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/detail -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/detail/iterator.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/detail/iterator_fwd.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/detail/bool_type.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/detail/node.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/detail/impl.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/detail/node_iterator.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/detail/node_data.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/detail/node_ref.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/node/detail/memory.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/stlemitter.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/parser.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/dll.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/emitterstyle.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/binary.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/exceptions.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/contrib -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/contrib/anchordict.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/contrib/graphbuilder.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/noncopyable.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/emitter.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/emittermanip.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/anchor.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/yaml.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/emitfromevents.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/emitterdef.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/ostream_wrapper.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/traits.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/eventhandler.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/yaml-cpp/null.h -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-config.cmake -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake -- Installing: /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/pkgconfig/yaml-cpp.pc make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2' >>> yaml-cpp 0.6.2 Fixing libtool files >>> yaml-cpp 0.6.2 Installing to target PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/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-1/output/target install/fast -C /home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-1/output/target/usr/lib/libyaml-cpp.a -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/mark.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/parse.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/type.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/ptr.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/iterator.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/node.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/convert.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/emit.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/impl.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/detail -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/detail/iterator.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/detail/iterator_fwd.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/detail/bool_type.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/detail/node.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/detail/impl.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/detail/node_iterator.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/detail/node_data.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/detail/node_ref.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/node/detail/memory.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/stlemitter.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/parser.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/dll.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/emitterstyle.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/binary.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/exceptions.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/contrib -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/contrib/anchordict.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/contrib/graphbuilder.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/noncopyable.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/emitter.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/emittermanip.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/anchor.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/yaml.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/emitfromevents.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/emitterdef.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/ostream_wrapper.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/traits.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/eventhandler.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/yaml-cpp/null.h -- Installing: /home/naourr/work/instance-1/output/target/usr/lib/cmake/yaml-cpp/yaml-cpp-config.cmake -- Installing: /home/naourr/work/instance-1/output/target/usr/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake -- Installing: /home/naourr/work/instance-1/output/target/usr/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake -- Installing: /home/naourr/work/instance-1/output/target/usr/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake -- Installing: /home/naourr/work/instance-1/output/target/usr/lib/pkgconfig/yaml-cpp.pc make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/yaml-cpp-0.6.2' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-1/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'check', u'gmp', u'libffi', u'stress'] ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libtirpc.la" is touched by more than one package: [u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libcap-ng.la" is touched by more than one package: [u'libcap-ng', u'ncurses', u'libzlib', u'util-linux', u'zeromq', u'cppzmq', u'libtommath', u'libtomcrypt', u'eventlog', u'gmp', u'xz', u'libxml2', u'nettle', u'libarchive', u'libcap', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'xz', u'libxml2', u'nettle', u'libarchive', u'libcap', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'zeromq', u'cppzmq', u'libtommath', u'libtomcrypt', u'eventlog', u'gmp', u'xz', u'libxml2', u'nettle', u'libarchive', u'libcap', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'check', u'gmp', u'libffi'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'nettle', u'libarchive', u'libcap', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libusbredirhost.la" is touched by more than one package: [u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'zeromq', u'cppzmq', u'libtommath', u'libtomcrypt', u'eventlog', u'gmp', u'xz', u'libxml2', u'nettle', u'libarchive', u'libcap', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libprocps.la" is touched by more than one package: [u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libminizip.la" is touched by more than one package: [u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'zeromq', u'cppzmq', u'libtommath', u'libtomcrypt', u'eventlog', u'gmp', u'xz', u'libxml2', u'nettle', u'libarchive', u'libcap', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libcheck.la" is touched by more than one package: [u'check', u'libcap-ng', u'ncurses', u'libzlib', u'util-linux', u'zeromq', u'cppzmq', u'libtommath', u'libtomcrypt', u'eventlog', u'gmp', u'xz', u'libxml2', u'nettle', u'libarchive', u'libcap', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libsoup-2.4.la" is touched by more than one package: [u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libusbredirparser.la" is touched by more than one package: [u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: [u'xz', u'libxml2', u'nettle', u'libarchive', u'libcap', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libevtlog.la" is touched by more than one package: [u'eventlog', u'gmp', u'xz', u'libxml2', u'nettle', u'libarchive', u'libcap', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'cppzmq', u'libtommath', u'libtomcrypt', u'eventlog', u'gmp', u'xz', u'libxml2', u'nettle', u'libarchive', u'libcap', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libarchive.la" is touched by more than one package: [u'libarchive', u'libcap', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libSoundTouch.la" is touched by more than one package: [u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'libsepol', u'libsoundtouch', u'sqlite', u'libsoup', u'libtirpc', u'libusb', u'minizip', u'nanomsg', u'procps-ng', u'skalibs', u'usbredir', u'yaml-cpp'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-1/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'] Warning: host file "./share/man/man8/fsck.8" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] Warning: host file "./sbin/fsck" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] rm -f /home/naourr/work/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-1/output/host/bin/glib-compile-schemas /home/naourr/work/instance-1/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-1/output/target/etc echo "buildroot" > /home/naourr/work/instance-1/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-1/output/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output/target/etc/shadow rm -f /home/naourr/work/instance-1/output/target/bin/sh rm -f /home/naourr/work/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-1/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output/target/usr/include /home/naourr/work/instance-1/output/target/usr/share/aclocal \ /home/naourr/work/instance-1/output/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output/target/usr/lib/cmake /home/naourr/work/instance-1/output/target/usr/share/cmake find /home/naourr/work/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output/target/lib/ /home/naourr/work/instance-1/output/target/usr/lib/ /home/naourr/work/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-1/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output/target/usr/man /home/naourr/work/instance-1/output/target/usr/share/man rm -rf /home/naourr/work/instance-1/output/target/usr/info /home/naourr/work/instance-1/output/target/usr/share/info rm -rf /home/naourr/work/instance-1/output/target/usr/doc /home/naourr/work/instance-1/output/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-1/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-1/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-1/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-1/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-1/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-1/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-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-git-00378-gf6e5b75440"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-git\"" \ ) > /home/naourr/work/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-1/output/target/usr make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2018.11-git-00378-gf6e5b75440 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 >>> acpid 2.0.30 Collecting legal info ERROR: No hash found for COPYING >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> argp-standalone 1.3 Collecting legal info >>> at 3.1.16 Collecting legal info ERROR: No hash found for Copyright ERROR: No hash found for COPYING >>> 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) >>> 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) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> bootutils 1.0.0 Collecting legal info ERROR: No hash found for COPYING >>> check 0.11.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> comix-cursors 0.8.2 Collecting legal info >>> cppzmq 68a7b09cfce01c4c279fba2cf91686fcfc566848 Collecting legal info ERROR: No hash found for LICENSE >>> zeromq 4.2.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> dropbear 2018.76 Collecting legal info ERROR: No hash found for LICENSE >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> dtv-scan-tables c2b6af67f7d8620acbf052fc754ec831ed2188ba Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> host-e2fsprogs 1.44.4 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-e2tools 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 Collecting legal info ERROR: No hash found for COPYING >>> eventlog 0.2.12 Collecting legal info ERROR: No hash found for COPYING >>> host-genext2fs 1.4.1 Collecting legal info ERROR: No hash found for COPYING >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gnuplot 5.0.6 Collecting legal info ERROR: No hash found for Copyright >>> hans 1.0 Collecting legal info ERROR: No hash found for LICENSE >>> hdparm 9.52 Collecting legal info ERROR: No hash found for LICENSE.TXT >>> ifenslave 2.9 Collecting legal info ERROR: No hash found for debian/copyright >>> iostat 2.2 Collecting legal info ERROR: No hash found for LICENSE >>> iperf 2.0.12 Collecting legal info COPYING: OK (sha256: 5f9f5c4feca3347c3b3c0ada8b16b4e6b698aac4e6f016a24adf61a5915336d1) >>> libarchive 3.3.2 Collecting legal info COPYING: OK (sha256: ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825d) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> 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 >>> nettle 3.4 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> libcuefile r475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libsepol 2.7 Collecting legal info ERROR: No hash found for COPYING >>> libsoundtouch 010a91a59071c7fefd316fca62c0d980ec85b4b1 Collecting legal info ERROR: No hash found for COPYING.TXT >>> libsoup 2.62.3 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> 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 >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> sqlite 3240000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libtirpc 1.0.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-nfs-utils 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> host-libtirpc 1.0.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> minizip 1.1 Collecting legal info ERROR: No hash found for LICENSE >>> nanocom 1.0 Collecting legal info ERROR: No hash found for COPYING >>> nanomsg 1.0.0 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> nfs-utils 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixz 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> procps-ng 3.3.15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366) >>> rpcbind 0.2.3 Collecting legal info ERROR: No hash found for COPYING >>> semodule-utils 2.7 Collecting legal info ERROR: No hash found for COPYING >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> stress 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> sunxi-tools v1.4.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> usbredir 0.7.1 Collecting legal info ERROR: No hash found for COPYING.LIB >>> vsftpd 3.0.3 Collecting legal info ERROR: No hash found for COPYING >>> yaml-cpp 0.6.2 Collecting legal info LICENSE: OK (sha256: aa6fcc27be034e41e21dd832f9175bfe694a48491d9e14ff0fa278e19ad14f1b) 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: comix-cursors-0.8.2: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-1/output/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'