>>> vdr 2.4.1 Fixing libtool files for la in $(find /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/naourr/work/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/home/naourr/work/instance-3/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/naourr/work/instance-3/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/naourr/work/instance-3/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 >>> vdr 2.4.1 Installing to target /usr/bin/make -j1 PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-ar" AS="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-as" LD="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-ld" NM="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-nm" CC="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-gcc" GCC="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-gcc" CPP="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-cpp" CXX="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-g++" FC="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-gfortran" F77="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-gfortran" RANLIB="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-ranlib" READELF="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-readelf" STRIP="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-strip" OBJCOPY="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-objcopy" OBJDUMP="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-3/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-as" DEFAULT_LINKER="/home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /home/naourr/work/instance-3/output-1/build/vdr-2.4.1 INCLUDES="-I/home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/freetype2" LDFLAGS="" NO_KBD=yes PLUGINLIBDIR=/usr/lib/vdr PREFIX=/usr VIDEODIR=/var/lib/vdr DESTDIR=/home/naourr/work/instance-3/output-1/target install-dirs install-bin install-conf make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/vdr-2.4.1' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/vdr-2.4.1' yaml-cpp-0.6.3.tar.gz: OK (sha256: 77ea1b90b3718aa0c324207cb29418f5bced2354c2e483a9523d98c3460af1ed) >>> yaml-cpp 0.6.3 Extracting gzip -d -c /home/naourr/work/instance-3/dl/yaml-cpp/yaml-cpp-0.6.3.tar.gz | /home/naourr/work/instance-3/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3 -xf - >>> yaml-cpp 0.6.3 Patching >>> yaml-cpp 0.6.3 Configuring (mkdir -p /home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3/ && cd /home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3/ && rm -f CMakeCache.txt && PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/cmake /home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3/ -DCMAKE_TOOLCHAIN_FILE="/home/naourr/work/instance-3/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 ) -- The C compiler identification is GNU 7.3.1 -- The CXX compiler identification is GNU 7.3.1 -- Check for working C compiler: /home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-gcc -- Check for working C compiler: /home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-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-3/output-1/host/bin/nios2-linux-gnu-g++ -- Check for working CXX compiler: /home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-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-3/output-1/build/yaml-cpp-0.6.3 >>> yaml-cpp 0.6.3 Building PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3/ make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3' make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3' Scanning dependencies of target yaml-cpp make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3' make[3]: Entering directory '/home/naourr/work/instance-3/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/directives.cpp.o [ 12%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emit.cpp.o [ 12%] Building CXX object CMakeFiles/yaml-cpp.dir/src/convert.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 In file included from /home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/convert.h:18:0, from /home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3/src/convert.cpp:3: /home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h: In member function 'YAML::Node& YAML::Node::operator=(const T&)': /home/naourr/work/instance-3/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; ^~~~ [ 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 In file included from /home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3/src/nodebuilder.cpp:6:0: /home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h: In member function 'YAML::Node& YAML::Node::operator=(const T&)': /home/naourr/work/instance-3/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; ^~~~ [ 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 In file included from /home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3/src/parse.cpp:7:0: /home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h: In member function 'YAML::Node& YAML::Node::operator=(const T&)': /home/naourr/work/instance-3/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; ^~~~ [ 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-3/output-1/build/yaml-cpp-0.6.3' [100%] Built target yaml-cpp make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3' >>> yaml-cpp 0.6.3 Installing to staging directory PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot install/fast -C /home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3/ make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/libyaml-cpp.a -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/mark.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/parse.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/type.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/ptr.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/iterator.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/node.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/convert.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/emit.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/impl.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/detail -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/detail/iterator.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/detail/iterator_fwd.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/detail/bool_type.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/detail/node.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/detail/impl.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/detail/node_iterator.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/detail/node_data.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/detail/node_ref.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/node/detail/memory.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/stlemitter.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/parser.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/dll.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/emitterstyle.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/binary.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/exceptions.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/contrib -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/contrib/anchordict.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/contrib/graphbuilder.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/emitter.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/emittermanip.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/anchor.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/yaml.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/emitfromevents.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/emitterdef.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/ostream_wrapper.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/traits.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/eventhandler.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/yaml-cpp/null.h -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-config.cmake -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake -- Installing: /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/yaml-cpp.pc make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3' >>> yaml-cpp 0.6.3 Fixing libtool files for la in $(find /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/naourr/work/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/home/naourr/work/instance-3/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/naourr/work/instance-3/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/naourr/work/instance-3/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="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-3/output-1/target install/fast -C /home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3/ make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/libyaml-cpp.a -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/mark.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/parse.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/type.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/ptr.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/iterator.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/node.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/convert.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/emit.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/impl.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/detail -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/iterator.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/iterator_fwd.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/bool_type.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/node.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/impl.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/node_iterator.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/node_data.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/node_ref.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/memory.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/stlemitter.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/parser.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/dll.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/emitterstyle.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/binary.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/exceptions.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/contrib -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/contrib/anchordict.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/contrib/graphbuilder.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/emitter.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/emittermanip.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/anchor.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/yaml.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/emitfromevents.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/emitterdef.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/ostream_wrapper.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/traits.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/eventhandler.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/yaml-cpp/null.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-config.cmake -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig/yaml-cpp.pc make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/yaml-cpp-0.6.3' zd1211-firmware-1.4.tar.bz2: OK (sha256: 866308f6f59f7075f075d4959dff2ede47735c751251fecd1496df1ba4d338e1) >>> zd1211-firmware 1.4 Extracting bzcat /home/naourr/work/instance-3/dl/zd1211-firmware/zd1211-firmware-1.4.tar.bz2 | /home/naourr/work/instance-3/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output-1/build/zd1211-firmware-1.4 -xf - >>> zd1211-firmware 1.4 Patching >>> zd1211-firmware 1.4 Configuring >>> zd1211-firmware 1.4 Building >>> zd1211-firmware 1.4 Installing to target /usr/bin/install -d -m 0755 /home/naourr/work/instance-3/output-1/target/lib/firmware/zd1211/ cp -dpf /home/naourr/work/instance-3/output-1/build/zd1211-firmware-1.4/zd1211*{ub,uphr,ur} /home/naourr/work/instance-3/output-1/target/lib/firmware/zd1211 >>> Finalizing target directory # Check files that are touched by more than one package rm -f /home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-3/output-1/host/bin/glib-compile-schemas /home/naourr/work/instance-3/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-3/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-3/output-1/target/etc/shadow rm -f /home/naourr/work/instance-3/output-1/target/bin/sh grep -qsE '^/usr/bin/tmux$' /home/naourr/work/instance-3/output-1/target/etc/shells || echo "/usr/bin/tmux" >> /home/naourr/work/instance-3/output-1/target/etc/shells rm -f /home/naourr/work/instance-3/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-3/output-1/build/locales.nopurge; done for dir in /home/naourr/work/instance-3/output-1/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-3/output-1/target/usr/include /home/naourr/work/instance-3/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-3/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-3/output-1/target/usr/lib/cmake /home/naourr/work/instance-3/output-1/target/usr/share/cmake find /home/naourr/work/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output-1/target/lib/ /home/naourr/work/instance-3/output-1/target/usr/lib/ /home/naourr/work/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-3/output-1/target/usr/man /home/naourr/work/instance-3/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-3/output-1/target/usr/info /home/naourr/work/instance-3/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-3/output-1/target/usr/doc /home/naourr/work/instance-3/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-3/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-3/output-1/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/naourr/work/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.11.1-04368-g57fbebac60f"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.11.1"; \ echo "PRETTY_NAME=\"Buildroot 2019.11.1\"" \ ) > /home/naourr/work/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-3/output-1/target/usr make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2019.11.1-04368-g57fbebac60f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info sourceryg++-2018.05-5-nios2-linux-gnu.src.tar.bz2: OK (md5: be42ab83da2e8db7b73dc890c2549570) sourceryg++-2018.05-5-nios2-linux-gnu.src.tar.bz2: OK (sha256: d73a6364106dd62352711f932d3be8e97fdaaa548995678b5d38d9f21e22437a) >>> toolchain-external-codesourcery-niosII 2018.05-5 Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.1.9 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> daq 2.0.6 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 73fc3e7ef7e016a3874b632fd0475969d288f309 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> execline 2.5.3.0 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> skalibs 2.9.1.0 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fmtools 2.0.7 Collecting legal info ERROR: No hash found for COPYING >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.10.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.34 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 86106f0da1cf5ccfa0f0651665dd1b4515e8edad1c7972780155770548b317d9) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 86106f0da1cf5ccfa0f0651665dd1b4515e8edad1c7972780155770548b317d9) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> openssl Collecting legal info >>> libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ibrdtn-tools 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> ibrdtn 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.62.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.62.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-meson 0.52.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.9.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.1 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 41.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> host-util-linux 2.34 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> libarchive 3.4.1 Collecting legal info COPYING: OK (sha256: e1e3d4ba9d0b0ccba333b5f5539f7c6c9a3ef3d57a96cd165d2c45eaa1cd026d) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> inadyn 2.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libite 2.1.0 Collecting legal info LICENSE: OK (sha256: 0e97ab27b60e20a7ddb8e9638189ad159124e51d2c12e12735b05423df224da5) src/chomp.c: OK (sha256: 9e0fb98d251dddf5ba81a355f6b4d89835ec53bc5d7f5fcd2c866b54ec5ccec8) src/pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> iptables 1.8.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jemalloc 5.2.1 Collecting legal info COPYING: OK (sha256: 94aa2caa98c25d942f58b956c71dba6a99ff98fc3a31cbc669fe2a4cd0268b53) >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> lensfun 0.3.2 Collecting legal info ERROR: No hash found for docs/gpl-3.0.txt ERROR: No hash found for docs/lgpl-3.0.txt >>> lftp 4.8.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcap 2.27 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-libcap 2.27 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> libconfig 1.7.2 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libcurl 7.66.0 Collecting legal info COPYING: OK (sha256: 8c8824f50e73a021f5dde1fccbf69685939247399a33a32abab1fa448c9ddabb) >>> libevent 2.1.11 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> host-libp11 0.4.10 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> libuci 49ec6efbdac4819033d34f08927d795f83a3932d Collecting legal info >>> libxkbcommon 0.8.4 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> libxmlrpc 1.43.08 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> ncdu 1.14.1 Collecting legal info COPYING: OK (sha256: a05f1fd38432052dc8588da66b8bf3e9e103e29a82c0b5d72c65d4d9fc830f2e) >>> paho-mqtt-c 1.3.1 Collecting legal info epl-v10: OK (sha256: 44277b2bec6093e4ac313afec251a4de599d24c4e768f8574d95b13a9d2d97b5) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Collecting legal info ERROR: No hash found for COPYING >>> s6-portable-utils 2.2.2.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> s6-rc 0.5.1.1 Collecting legal info COPYING: OK (sha256: 487e89990a571700bcdf7c0cbbde2859446f79e85e8b59791adab98fff6b1889) >>> s6 2.9.0.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> shairport-sync 3.3.2 Collecting legal info LICENSES: OK (sha256: 1daaa904985807b7f9f2fa91f6b19f3faadf8df4e813f7451a691f89a6965e3f) >>> time 1.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tmux 2.9a Collecting legal info COPYING: OK (sha256: ce75f1345a76c93bd0f413d1b93ff1baa0669f34a7242779a00c1b862b4f813a) >>> triggerhappy b822888066129350e51ad79f1cf307fa38dae4f7 Collecting legal info ERROR: No hash found for COPYING >>> vdr 2.4.1 Collecting legal info COPYING: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> yaml-cpp 0.6.3 Collecting legal info LICENSE: OK (sha256: aa6fcc27be034e41e21dd832f9175bfe694a48491d9e14ff0fa278e19ad14f1b) >>> zd1211-firmware 1.4 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-niosII-2018.05-5: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: libuci-49ec6efbdac4819033d34f08927d795f83a3932d: cannot save license (LIBUCI_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-3/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-3/buildroot'