gzip -d -c /tmp/instance-0/dl/yaml-cpp/yaml-cpp-0.6.3.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/yaml-cpp-0.6.3 -xf - >>> yaml-cpp 0.6.3 Patching >>> yaml-cpp 0.6.3 Configuring (mkdir -p /tmp/instance-0/output-1/build/yaml-cpp-0.6.3/ && cd /tmp/instance-0/output-1/build/yaml-cpp-0.6.3/ && rm -f CMakeCache.txt && PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /tmp/instance-0/output-1/host/bin/cmake /tmp/instance-0/output-1/build/yaml-cpp-0.6.3/ -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-0/output-1/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 -DYAML_CPP_BUILD_TESTS=OFF -DYAML_CPP_BUILD_TOOLS=OFF -DYAML_BUILD_SHARED_LIBS=ON ) -- The C compiler identification is GNU 7.3.1 -- The CXX compiler identification is GNU 7.3.1 -- Check for working C compiler: /tmp/instance-0/output-1/host/bin/arm-linux-gnueabihf-gcc -- Check for working C compiler: /tmp/instance-0/output-1/host/bin/arm-linux-gnueabihf-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: /tmp/instance-0/output-1/host/bin/arm-linux-gnueabihf-g++ -- Check for working CXX compiler: /tmp/instance-0/output-1/host/bin/arm-linux-gnueabihf-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: /tmp/instance-0/output-1/build/yaml-cpp-0.6.3 >>> yaml-cpp 0.6.3 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /tmp/instance-0/output-1/build/yaml-cpp-0.6.3/ make[1]: Entering directory '/tmp/instance-0/output-1/build/yaml-cpp-0.6.3' make[2]: Entering directory '/tmp/instance-0/output-1/build/yaml-cpp-0.6.3' make[3]: Entering directory '/tmp/instance-0/output-1/build/yaml-cpp-0.6.3' Scanning dependencies of target yaml-cpp make[3]: Leaving directory '/tmp/instance-0/output-1/build/yaml-cpp-0.6.3' make[3]: Entering directory '/tmp/instance-0/output-1/build/yaml-cpp-0.6.3' [ 3%] Building CXX object CMakeFiles/yaml-cpp.dir/src/binary.cpp.o [ 6%] Building CXX object CMakeFiles/yaml-cpp.dir/src/convert.cpp.o In file included from /tmp/instance-0/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/convert.h:18:0, from /tmp/instance-0/output-1/build/yaml-cpp-0.6.3/src/convert.cpp:3: /tmp/instance-0/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h: In member function 'YAML::Node& YAML::Node::operator=(const T&)': /tmp/instance-0/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h:212:11: warning: 'operator=' should return a reference to '*this' [-Weffc++] return *this; ^~~~ [ 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 In file included from /tmp/instance-0/output-1/build/yaml-cpp-0.6.3/src/nodebuilder.cpp:6:0: /tmp/instance-0/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h: In member function 'YAML::Node& YAML::Node::operator=(const T&)': /tmp/instance-0/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h:212:11: warning: 'operator=' should return a reference to '*this' [-Weffc++] return *this; ^~~~ [ 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 In file included from /tmp/instance-0/output-1/build/yaml-cpp-0.6.3/src/parse.cpp:7:0: /tmp/instance-0/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h: In member function 'YAML::Node& YAML::Node::operator=(const T&)': /tmp/instance-0/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h:212:11: warning: 'operator=' should return a reference to '*this' [-Weffc++] return *this; ^~~~ [ 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 shared library libyaml-cpp.so make[3]: Leaving directory '/tmp/instance-0/output-1/build/yaml-cpp-0.6.3' [100%] Built target yaml-cpp make[2]: Leaving directory '/tmp/instance-0/output-1/build/yaml-cpp-0.6.3' make[1]: Leaving directory '/tmp/instance-0/output-1/build/yaml-cpp-0.6.3' >>> yaml-cpp 0.6.3 Installing to staging directory PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot install/fast -C /tmp/instance-0/output-1/build/yaml-cpp-0.6.3/ make[1]: Entering directory '/tmp/instance-0/output-1/build/yaml-cpp-0.6.3' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libyaml-cpp.so.0.6.3 -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libyaml-cpp.so.0.6 -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libyaml-cpp.so -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/binary.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/ostream_wrapper.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/null.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/exceptions.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/contrib -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/contrib/graphbuilder.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/contrib/anchordict.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/emittermanip.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/emitfromevents.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/eventhandler.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/anchor.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/mark.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/parser.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/emitterdef.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/traits.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/emitter.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/detail -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/detail/node_data.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/detail/impl.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/detail/memory.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/detail/iterator_fwd.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/detail/node_iterator.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/detail/bool_type.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/detail/iterator.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/detail/node_ref.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/detail/node.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/parse.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/convert.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/emit.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/impl.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/ptr.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/type.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/iterator.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/node/node.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/emitterstyle.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/dll.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/yaml.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/yaml-cpp/stlemitter.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-config.cmake -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig/yaml-cpp.pc make[1]: Leaving directory '/tmp/instance-0/output-1/build/yaml-cpp-0.6.3' >>> yaml-cpp 0.6.3 Fixing libtool files for la in $(find /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> yaml-cpp 0.6.3 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/tmp/instance-0/output-1/target install/fast -C /tmp/instance-0/output-1/build/yaml-cpp-0.6.3/ make[1]: Entering directory '/tmp/instance-0/output-1/build/yaml-cpp-0.6.3' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-0/output-1/target/usr/lib/libyaml-cpp.so.0.6.3 -- Installing: /tmp/instance-0/output-1/target/usr/lib/libyaml-cpp.so.0.6 -- Installing: /tmp/instance-0/output-1/target/usr/lib/libyaml-cpp.so -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/binary.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/ostream_wrapper.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/null.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/exceptions.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/contrib -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/contrib/graphbuilder.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/contrib/anchordict.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/emittermanip.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/emitfromevents.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/eventhandler.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/anchor.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/mark.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/parser.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/emitterdef.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/traits.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/emitter.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/detail -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/detail/node_data.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/detail/impl.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/detail/memory.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/detail/iterator_fwd.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/detail/node_iterator.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/detail/bool_type.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/detail/iterator.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/detail/node_ref.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/detail/node.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/parse.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/convert.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/emit.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/impl.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/ptr.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/type.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/iterator.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/node/node.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/emitterstyle.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/dll.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/yaml.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yaml-cpp/stlemitter.h -- Installing: /tmp/instance-0/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-config.cmake -- Installing: /tmp/instance-0/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake -- Installing: /tmp/instance-0/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake -- Installing: /tmp/instance-0/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake -- Installing: /tmp/instance-0/output-1/target/usr/lib/pkgconfig/yaml-cpp.pc make[1]: Leaving directory '/tmp/instance-0/output-1/build/yaml-cpp-0.6.3' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-0/output-1/host/bin/arm-linux-gnueabihf-%g' -e 's%@TARGET_ARCH@%arm%g' -e 's%@TARGET_CPU@%cortex-a8%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g2', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g2', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf rm -f /tmp/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-0/output-1/host/bin/glib-compile-schemas /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-0/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. PYTHONPATH="/tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/python2.7/sysconfigdata/" /tmp/instance-0/output-1/host/bin/python2.7 /tmp/instance-0/buildroot/support/scripts/pycompile.py --strip-root /tmp/instance-0/output-1/target /tmp/instance-0/output-1/target/usr/lib/python2.7 find /tmp/instance-0/output-1/target/usr/lib/python2.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /tmp/instance-0/output-1/target/usr/lib/python2.7 -name '*.pyo' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-0/output-1/target/etc/shadow rm -f /tmp/instance-0/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-0/output-1/build/locales.nopurge for dir in /tmp/instance-0/output-1/target/usr/share/locale /tmp/instance-0/output-1/target/usr/share/X11/locale /tmp/instance-0/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake \ /tmp/instance-0/output-1/target/usr/doc find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-0/output-1/target/usr/share/gdb rm -rf /tmp/instance-0/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-0/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-0/output-1/target/usr/share/zsh rm -rf /tmp/instance-0/output-1/target/usr/man /tmp/instance-0/output-1/target/usr/share/man rm -rf /tmp/instance-0/output-1/target/usr/info /tmp/instance-0/output-1/target/usr/share/info rm -rf /tmp/instance-0/output-1/target/usr/doc /tmp/instance-0/output-1/target/usr/share/doc rm -rf /tmp/instance-0/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-0/output-1/target/lib/debug /tmp/instance-0/output-1/target/usr/lib/debug find /tmp/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-0/output-1/host/bin/arm-linux-gnueabihf-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-0/output-1/host/bin/arm-linux-gnueabihf-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.08-rc1-236-gaa433d1c5c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08"; \ echo "PRETTY_NAME=\"Buildroot 2021.08\"" \ ) > /tmp/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-0/output-1/per-package /tmp/instance-0/buildroot/support/scripts/fix-rpath target touch /tmp/instance-0/output-1/target/usr ln -snf /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2021.08-rc1-236-gaa433d1c5c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-linaro-arm 2018.05 Collecting legal info >>> toolchain Collecting legal info >>> bind 9.11.31 Collecting legal info COPYRIGHT: OK (sha256: cad49daa42654bc241762cd998630168a2542c8fd6fad3881e2eac1510bb6fcd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 1.1.1l Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> boinc 7.16.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libcurl 7.78.0 Collecting legal info COPYING: OK (sha256: 6fd1a1c008b5ef4c4741dd188c3f8af6944c14c25afa881eb064f98fb98358e7) >>> libgsasl 1.10.0 Collecting legal info README: OK (sha256: 26e99818ca6ce79d8b2c461fabc72dc6e03483e6b0fd9692dcb07ab1b09bbac7) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> dhcp 4.4.2-P1 Collecting legal info LICENSE: OK (sha256: 9961fce0d83a6229b9084cdadedfa723a53274c63af610c9adb61b607e0f5a76) >>> host-gawk 5.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> elfutils 0.184 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> erlang 22.2 Collecting legal info LICENSE.txt: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> host-erlang 22.2 Collecting legal info LICENSE.txt: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1l Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> erofs-utils 1.3 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> util-linux 2.36.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> exiv2 0.27.4 Collecting legal info COPYING: OK (sha256: a7ba75cb966aca374711e2af49e5f3aea6a4443a803440f5d93e73a5a1222f66) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> freerdp 2.4.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 0.58.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.9.7 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.36.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnuchess 6.2.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> hostapd 2.9 Collecting legal info README: OK (sha256: 9da5dd0776da266b180b915e460ff75c6ff729aca1196ab396529510f24f3761) >>> icu 69-1 Collecting legal info LICENSE: OK (sha256: 7915b19db903070778581ae05d8bf4ea241b34a05deb51ca4f5cbb15ea1cbba3) >>> host-icu 69-1 Collecting legal info LICENSE: OK (sha256: 7915b19db903070778581ae05d8bf4ea241b34a05deb51ca4f5cbb15ea1cbba3) >>> host-imagemagick 7.0.11-13 Collecting legal info LICENSE: OK (sha256: 040badb77b659e751ea16113490a937e1e01f3f5d32181e966b8982413533fb2) >>> host-libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libdrm 2.4.107 Collecting legal info xf86drm.c: OK (sha256: 7e952c6666ed17c99f91ee7af13c688b8769b0feaf6f4558bf6ad3e07512e1e6) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgta 1.0.8 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libuio ca28ff0f69d89a789a47552c72db5a43d280710b Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libva-utils 2.12.0 Collecting legal info COPYING: OK (sha256: c6220c9f87832c27abcb8a32eafdd2823e13ce146b3ea63d5deae2a76798ef50) >>> libva 2.12.0 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> linuxconsoletools 1.7.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lksctp-tools 1.0.17 Collecting legal info COPYING.lib: OK (sha256: dee5f35e583183abb9212938643ecb2d858fd89e2e286f4b1d903f65d49d6c76) COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> makedumpfile 1.6.9 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> monit 5.26.0 Collecting legal info COPYING: OK (sha256: d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada) >>> mtools 4.0.26 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.22 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> nettle 3.7.3 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> norm 1.5.8 Collecting legal info LICENSE.TXT: OK (sha256: ba4b7e49b0163d6839830e3f47505696c6eaac77ccd93531831dc837b2160608) >>> host-omap-u-boot-utils 3f07426cddc0be9e24702e7aacc7574ddd7fba28 Collecting legal info COPYING: OK (sha256: 1080312c3230fb7dd32fe807ed8c8cd11f4061bf1a2f065b651630bfe30157b2) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> python-pyicu 1.9.7 Collecting legal info LICENSE: OK (sha256: 74bbadee4ee3c3a1ac0ecfbd74bc7ce64046de1ceddf4717dc923809ca8ffce3) >>> host-python-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-xlrd 1.2.0 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> python-xlutils 2.0.0 Collecting legal info xlutils/license.txt: OK (sha256: 28907976ee86414cc720fafc966563b16eeb6a6aeb1da5f5ed40bac3a8808bcf) >>> python-xlwt 1.3.0 Collecting legal info docs/licenses.rst: OK (sha256: 7f7b66f23fdac4f68fe3b342dd16b329d511017a901784a5ceb83f505f2de7c6) >>> rapidjson 1.1.0 Collecting legal info license.txt: OK (sha256: a140e5d46fe734a1c78f1a3c3ef207871dd75648be71fdda8e309b23ab8b1f32) >>> syslog-ng 3.33.1 Collecting legal info COPYING: OK (sha256: e912cf1e1c09b81d61c0154eb6c179588622c31ad07bfb4a90c612d07ff09d9b) GPL.txt: OK (sha256: ce3324c9f22299cfc7c281e5a6ab40fbe9c2ea1a67cee87226cb8cd39db1e1d2) LGPL.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> tor 0.4.6.7 Collecting legal info LICENSE: OK (sha256: 47b54ed17e8fdcab3c44729a1789a09b208f9a63a845a7e50def9df729eebad0) >>> trinity 1.9 Collecting legal info COPYING: OK (sha256: 35e3fc68c89fd7b8f72fd910b521cb3292f859e9181f3c26bd0df84d144bc1d4) >>> yaml-cpp 0.6.3 Collecting legal info LICENSE: OK (sha256: aa6fcc27be034e41e21dd832f9175bfe694a48491d9e14ff0fa278e19ad14f1b) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-linaro-arm-2018.05: cannot save license (TOOLCHAIN_EXTERNAL_LINARO_ARM_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'