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" BR2_DL_DIR=/home/naourr/work/instance-1/dl BUILD_DIR=/home/naourr/work/instance-1/output/build O=/home/naourr/work/instance-1/output flock /home/naourr/work/instance-1/dl/yaml-cpp/ support/download/dl-wrapper -c '0.6.2' -d '/home/naourr/work/instance-1/dl/yaml-cpp' -D '/home/naourr/work/instance-1/dl' -f 'yaml-cpp-0.6.2.tar.gz' -H 'package/yaml-cpp//yaml-cpp.hash' -n 'yaml-cpp-0.6.2' -N 'yaml-cpp' -o '/home/naourr/work/instance-1/dl/yaml-cpp/yaml-cpp-0.6.2.tar.gz' -u https+https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.2 -u http\|urlencode+http://sources.buildroot.net/yaml-cpp -u http\|urlencode+http://sources.buildroot.net -- 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/convert.cpp.o [ 6%] Building CXX object CMakeFiles/yaml-cpp.dir/src/directives.cpp.o [ 12%] Building CXX object CMakeFiles/yaml-cpp.dir/src/binary.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'readline', u'check', u'libffi', u'libtool', u'msmtp', 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/libopkg.la" is touched by more than one package: [u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'check', u'expat', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'check', u'libffi', u'libtool'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libcheck.la" is touched by more than one package: [u'check', u'expat', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libopusurl.la" is touched by more than one package: [u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libopusfile.la" is touched by more than one package: [u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libpoppler-cpp.la" is touched by more than one package: [u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/liborc-test-0.4.la" is touched by more than one package: [u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libenca.la" is touched by more than one package: [u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libopus.la" is touched by more than one package: [u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libtorrent.la" is touched by more than one package: [u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'check', u'expat', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libarchive.la" is touched by more than one package: [u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'libffi', u'pcre', u'libglib2', u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'check', u'expat', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/liborc-0.4.la" is touched by more than one package: [u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libgupnp-dlna-2.0.la" is touched by more than one package: [u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libnetfilter_cttimeout.la" is touched by more than one package: [u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libltdl.la" is touched by more than one package: [u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libpoppler.la" is touched by more than one package: [u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'libxml2', u'gupnp-dlna', u'libarchive', u'libcurl', u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libopusenc.la" is touched by more than one package: [u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', u'yaml-cpp'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libenca', u'libmnl', u'libnetfilter_cttimeout', u'libogg', u'opus', u'libopusenc', u'libtool', u'libtorrent', u'opkg', u'opusfile', u'orc', u'poppler', u'skalibs', 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-bison', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-gdb', u'host-libffi', u'host-readline'] /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/naourr/work/instance-1/output/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/work/instance-1/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-1/output/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/instance-1/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/naourr/work/instance-1/output/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-1/output/target/etc/shells; fi grep: ./.config: No such file or directory 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.08-git-00705-g112f7314ac"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-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.08-git-00705-g112f7314ac 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info ERROR: No hash found for README >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-automake 1.16.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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 >>> axel 2.16.1 Collecting legal info ERROR: No hash found for COPYING >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> busybox 1.29.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> util-linux 2.32 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) >>> 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 >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> check 0.11.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dhrystone 2 Collecting legal info >>> ebtables 2.0.10-4 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> fontconfig 2.12.4 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.9 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-gdb 8.0.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> gupnp-dlna 0.10.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> host-util-linux 2.32 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) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> hans 1.0 Collecting legal info ERROR: No hash found for LICENSE >>> initscripts Collecting legal info >>> libarchive 3.3.2 Collecting legal info COPYING: OK (sha256: ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825d) >>> libcurl 7.61.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cttimeout 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.1.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.2.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libtorrent 0.13.6 Collecting legal info ERROR: No hash found for COPYING >>> host-lttng-babeltrace 1.5.2 Collecting legal info ERROR: No hash found for mit-license.txt ERROR: No hash found for gpl-2.0.txt ERROR: No hash found for LICENSE >>> host-elfutils 0.171 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> host-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 >>> host-popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> msmtp 1.6.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> odhcp6c 7533a6243dc3ac5a747cf6ccbc4d0539dafd3e07 Collecting legal info ERROR: No hash found for COPYING >>> opkg 0.3.6 Collecting legal info ERROR: No hash found for COPYING >>> opusfile 0.10 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> orc 0.4.27 Collecting legal info ERROR: No hash found for COPYING >>> host-orc 0.4.27 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> poppler 0.59.0 Collecting legal info ERROR: No hash found for COPYING >>> host-pru-software-support v5.1.0 Collecting legal info ERROR: No hash found for PRU-Package-v5.0-Manifest.html >>> host-ti-cgt-pru 2.2.1 Collecting legal info PRU_Code_Generation_Tools_2.2.x_manifest.html: OK (sha256: eb646f4f8b14351110992b40ba24d12803bcc150a76e7298705f51088b0a09cc) pru_rts_2_2_0_82167478-F8C9-49b2-82BD-12F8550770F9.spdx: OK (sha256: 6b98f9262abd1ae9a3731e6feee02a56b6e290542dea119eeeeaf88bf802aabc) >>> rtorrent 0.9.6 Collecting legal info ERROR: No hash found for COPYING >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> softether v4.22-9634-beta Collecting legal info LICENSE: OK (sha256: 7aeb873293fa0e44425dabf68a8e46e26c848fe58efcfd3ac7c90a3386f3edd1) >>> host-softether v4.22-9634-beta Collecting legal info LICENSE: OK (sha256: 7aeb873293fa0e44425dabf68a8e46e26c848fe58efcfd3ac7c90a3386f3edd1) >>> host-libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> host-readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> stress 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> xvisor 0.2.9 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: dhrystone-2: cannot save license (DHRYSTONE_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'