>>> utf8proc 2.5.0 Patching >>> utf8proc 2.5.0 Configuring (mkdir -p /home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0//buildroot-build && cd /home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0//buildroot-build && 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/utf8proc-2.5.0/ -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 ) -- The C compiler identification is GNU 8.4.0 -- Check for working C compiler: /home/naourr/work/instance-3/output-1/host/bin/xtensa-buildroot-linux-uclibc-gcc -- Check for working C compiler: /home/naourr/work/instance-3/output-1/host/bin/xtensa-buildroot-linux-uclibc-gcc - works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- 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/utf8proc-2.5.0/buildroot-build >>> utf8proc 2.5.0 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/utf8proc-2.5.0//buildroot-build make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0/buildroot-build' make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0/buildroot-build' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0/buildroot-build' Scanning dependencies of target utf8proc make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0/buildroot-build' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0/buildroot-build' [ 50%] Building C object CMakeFiles/utf8proc.dir/utf8proc.c.o [100%] Linking C shared library libutf8proc.so make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0/buildroot-build' [100%] Built target utf8proc make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0/buildroot-build' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0/buildroot-build' >>> utf8proc 2.5.0 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/xtensa-buildroot-linux-uclibc/sysroot install/fast -C /home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0//buildroot-build make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0/buildroot-build' Install the project... -- Install configuration: "Debug" -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libutf8proc.so.2.3.2 -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libutf8proc.so.2 -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libutf8proc.so -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/utf8proc.h make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0/buildroot-build' >>> utf8proc 2.5.0 Fixing libtool files for la in $(find /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/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/xtensa-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/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 >>> utf8proc 2.5.0 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/utf8proc-2.5.0//buildroot-build make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0/buildroot-build' Install the project... -- Install configuration: "Debug" -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/libutf8proc.so.2.3.2 -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/libutf8proc.so.2 -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/libutf8proc.so -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/utf8proc.h make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0/buildroot-build' >>> woff2 1.0.2 Downloading --2020-05-15 23:53:59-- https://github.com/google/woff2/archive/v1.0.2.tar.gz Resolving github.com (github.com)... 140.82.118.3 Connecting to github.com (github.com)|140.82.118.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/google/woff2/tar.gz/v1.0.2 [following] --2020-05-15 23:53:59-- https://codeload.github.com/google/woff2/tar.gz/v1.0.2 Resolving codeload.github.com (codeload.github.com)... 140.82.113.9 Connecting to codeload.github.com (codeload.github.com)|140.82.113.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/home/naourr/work/instance-3/output-1/build/.v1.0.2.tar.gz.SHcSIS/output' 0K .......... .......... .......... ........ 410K=0.09s 2020-05-15 23:54:00 (410 KB/s) - '/home/naourr/work/instance-3/output-1/build/.v1.0.2.tar.gz.SHcSIS/output' saved [38934] v1.0.2.tar.gz: OK (sha512: c788bba1530aec463e755e901f9342f4b599e3a07f54645fef1dc388ab5d5c30625535e5dd38e9e792e04a640574baa50eeefb6b7338ab403755f4a4e0c3044d) >>> woff2 1.0.2 Extracting gzip -d -c /home/naourr/work/instance-3/dl/woff2/v1.0.2.tar.gz | /home/naourr/work/instance-3/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output-1/build/woff2-1.0.2 -xf - >>> woff2 1.0.2 Patching Applying 0001-CMake-Handle-multiple-libraries-being-returned-for-B.patch using patch: patching file cmake/FindBrotliDec.cmake patching file cmake/FindBrotliEnc.cmake >>> woff2 1.0.2 Configuring (mkdir -p /home/naourr/work/instance-3/output-1/build/woff2-1.0.2/ && cd /home/naourr/work/instance-3/output-1/build/woff2-1.0.2/ && 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/woff2-1.0.2/ -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 -DNOISY_LOGGING=OFF ) -- The C compiler identification is GNU 8.4.0 -- The CXX compiler identification is GNU 8.4.0 -- Check for working C compiler: /home/naourr/work/instance-3/output-1/host/bin/xtensa-buildroot-linux-uclibc-gcc -- Check for working C compiler: /home/naourr/work/instance-3/output-1/host/bin/xtensa-buildroot-linux-uclibc-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/xtensa-buildroot-linux-uclibc-g++ -- Check for working CXX compiler: /home/naourr/work/instance-3/output-1/host/bin/xtensa-buildroot-linux-uclibc-g++ - works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /home/naourr/work/instance-3/output-1/host/bin/pkg-config (found version "1.6.1") -- Checking for module 'libbrotlidec' -- Found libbrotlidec, version 1.0.7 -- Found BrotliDec: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include (found version "1.0.7") -- Checking for module 'libbrotlienc' -- Found libbrotlienc, version 1.0.7 -- Found BrotliEnc: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include (found version "1.0.7") -- 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/woff2-1.0.2 >>> woff2 1.0.2 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/woff2-1.0.2/ make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' Scanning dependencies of target woff2common make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' [ 13%] Building CXX object CMakeFiles/woff2common.dir/src/variable_length.cc.o [ 13%] Building CXX object CMakeFiles/woff2common.dir/src/table_tags.cc.o [ 13%] Building CXX object CMakeFiles/woff2common.dir/src/woff2_common.cc.o [ 17%] Linking CXX shared library libwoff2common.so make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' [ 17%] Built target woff2common make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' Scanning dependencies of target woff2_info make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' Scanning dependencies of target woff2dec make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' Scanning dependencies of target woff2enc make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' [ 21%] Building CXX object CMakeFiles/woff2_info.dir/src/woff2_info.cc.o [ 30%] Building CXX object CMakeFiles/woff2dec.dir/src/woff2_dec.cc.o [ 30%] Building CXX object CMakeFiles/woff2dec.dir/src/woff2_out.cc.o [ 34%] Building CXX object CMakeFiles/woff2enc.dir/src/font.cc.o [ 39%] Building CXX object CMakeFiles/woff2enc.dir/src/glyph.cc.o [ 43%] Linking CXX executable woff2_info make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' [ 43%] Built target woff2_info [ 47%] Building CXX object CMakeFiles/woff2enc.dir/src/normalize.cc.o [ 52%] Building CXX object CMakeFiles/woff2enc.dir/src/transform.cc.o [ 56%] Building CXX object CMakeFiles/woff2enc.dir/src/woff2_enc.cc.o [ 60%] Linking CXX shared library libwoff2enc.so [ 65%] Linking CXX shared library libwoff2dec.so make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' [ 65%] Built target woff2enc make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' Scanning dependencies of target woff2_compress make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' [ 69%] Building CXX object CMakeFiles/woff2_compress.dir/src/woff2_compress.cc.o [ 69%] Built target woff2dec make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' Scanning dependencies of target convert_woff2ttf_fuzzer_new_entry make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' [ 73%] Building CXX object CMakeFiles/convert_woff2ttf_fuzzer_new_entry.dir/src/convert_woff2ttf_fuzzer_new_entry.cc.o [ 78%] Linking CXX static library libconvert_woff2ttf_fuzzer_new_entry.a Scanning dependencies of target woff2_decompress Scanning dependencies of target convert_woff2ttf_fuzzer make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' [ 82%] Building CXX object CMakeFiles/woff2_decompress.dir/src/woff2_decompress.cc.o [ 86%] Building CXX object CMakeFiles/convert_woff2ttf_fuzzer.dir/src/convert_woff2ttf_fuzzer.cc.o [ 91%] Linking CXX executable woff2_compress make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' [ 95%] Linking CXX static library libconvert_woff2ttf_fuzzer.a [100%] Linking CXX executable woff2_decompress make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' [100%] Built target woff2_compress [100%] Built target woff2_decompress make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' [100%] Built target convert_woff2ttf_fuzzer [100%] Built target convert_woff2ttf_fuzzer_new_entry make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' >>> woff2 1.0.2 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/xtensa-buildroot-linux-uclibc/sysroot install/fast -C /home/naourr/work/instance-3/output-1/build/woff2-1.0.2/ make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' Install the project... -- Install configuration: "Debug" -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libwoff2common.so.1.0.2 -- Set runtime path of "/home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libwoff2common.so.1.0.2" to "lib" -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libwoff2common.so -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libwoff2dec.so.1.0.2 -- Set runtime path of "/home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libwoff2dec.so.1.0.2" to "lib" -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libwoff2dec.so -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libwoff2enc.so.1.0.2 -- Set runtime path of "/home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libwoff2enc.so.1.0.2" to "lib" -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libwoff2enc.so -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/woff2 -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/woff2/output.h -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/woff2/decode.h -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/woff2/encode.h -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/libwoff2common.pc -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/libwoff2dec.pc -- Installing: /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/libwoff2enc.pc make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' >>> woff2 1.0.2 Fixing libtool files for la in $(find /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/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/xtensa-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/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 >>> woff2 1.0.2 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/woff2-1.0.2/ make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' Install the project... -- Install configuration: "Debug" -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/libwoff2common.so.1.0.2 -- Set runtime path of "/home/naourr/work/instance-3/output-1/target/usr/lib/libwoff2common.so.1.0.2" to "lib" -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/libwoff2common.so -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/libwoff2dec.so.1.0.2 -- Set runtime path of "/home/naourr/work/instance-3/output-1/target/usr/lib/libwoff2dec.so.1.0.2" to "lib" -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/libwoff2dec.so -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/libwoff2enc.so.1.0.2 -- Set runtime path of "/home/naourr/work/instance-3/output-1/target/usr/lib/libwoff2enc.so.1.0.2" to "lib" -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/libwoff2enc.so -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/woff2 -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/woff2/output.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/woff2/decode.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/woff2/encode.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig/libwoff2common.pc -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig/libwoff2dec.pc -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig/libwoff2enc.pc make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/woff2-1.0.2' >>> Finalizing host directory >>> Finalizing target directory /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/naourr/work/instance-3/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/work/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/naourr/work/instance-3/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/naourr/work/instance-3/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/hush$' /home/naourr/work/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-3/output-1/target/etc/shells; fi 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 if [ -x /home/naourr/work/instance-3/output-1/target/sbin/swapon -a -x /home/naourr/work/instance-3/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/naourr/work/instance-3/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/naourr/work/instance-3/output-1/target/etc/inittab; fi 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 /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale /home/naourr/work/instance-3/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##*/}" /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 \ /home/naourr/work/instance-3/output-1/target/usr/doc 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' -o -name '*.prl' \) -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/xtensa-buildroot-linux-uclibc-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/xtensa-buildroot-linux-uclibc-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=2020.05-rc1-07219-g339e1b3dd9c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-rc1\"" \ ) > /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 PER_PACKAGE_DIR=/home/naourr/work/instance-3/output-1/per-package /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-3/output-1/build/aer-inject-9bd5e2c7886fca72f139cd8402488a2235957d41/.files-list.txt /home/naourr/work/instance-3/output-1/build/aespipe-2.4f/.files-list.txt /home/naourr/work/instance-3/output-1/build/brotli-1.0.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/busybox-1.31.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/bzip2-1.0.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/cdrkit-1.1.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/cryptsetup-2.2.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/dvdrw-tools-7.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/erofs-utils-1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/fmt-6.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/freetype-2.10.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/initscripts/.files-list.txt /home/naourr/work/instance-3/output-1/build/jimtcl-0.79/.files-list.txt /home/naourr/work/instance-3/output-1/build/json-c-0.13.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libaio-0.3.111/.files-list.txt /home/naourr/work/instance-3/output-1/build/libargon2-20190702/.files-list.txt /home/naourr/work/instance-3/output-1/build/libasplib-be7fac89218a84b75f7598e3d76625ece99296f2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libass-0.14.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcap-2.27/.files-list.txt /home/naourr/work/instance-3/output-1/build/libfribidi-1.0.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/libg7221-dbfc29d4806ecdace50379a2f4d68a992a6fec34/.files-list.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libopusenc-0.2.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsepol-3.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsquish-1.15/.files-list.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-3/output-1/build/libvncserver-0.9.12/.files-list.txt /home/naourr/work/instance-3/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/linux-headers-5.6.12/.files-list.txt /home/naourr/work/instance-3/output-1/build/lsuio-0.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/luksmeta-9/.files-list.txt /home/naourr/work/instance-3/output-1/build/lvm2-2.02.185/.files-list.txt /home/naourr/work/instance-3/output-1/build/lzo-2.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/netsnmp-5.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/nload-0.7.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/openlayers-6.2.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/opus-1.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/opus-tools-0.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/opusfile-0.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/pdmenu-1.3.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/popt-1.16/.files-list.txt /home/naourr/work/instance-3/output-1/build/semodule-utils-3.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-sysv/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-3/output-1/build/slang-2.3.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-buildroot/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-3/output-1/build/triggerhappy-b822888066129350e51ad79f1cf307fa38dae4f7/.files-list.txt /home/naourr/work/instance-3/output-1/build/uclibc-1.0.34/.files-list.txt /home/naourr/work/instance-3/output-1/build/usb_modeswitch-2.6.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/util-linux-2.35.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/woff2-1.0.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/zlib/.files-list.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-binutils-2.32/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-bison-3.4.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gcc-final-8.4.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gcc-initial-8.4.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gmp-6.1.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gperf-3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libcap-2.27/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-mpc-1.1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-mpfr-4.0.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list-host.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-3/output-1/build/brotli-1.0.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/bzip2-1.0.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/cryptsetup-2.2.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/fmt-6.2.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/freetype-2.10.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jimtcl-0.79/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/json-c-0.13.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libaio-0.3.111/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libargon2-20190702/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libasplib-be7fac89218a84b75f7598e3d76625ece99296f2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libass-0.14.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcap-2.27/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libfribidi-1.0.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libg7221-dbfc29d4806ecdace50379a2f4d68a992a6fec34/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libopusenc-0.2.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsepol-3.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsquish-1.15/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libvncserver-0.9.12/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/linux-headers-5.6.12/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/luksmeta-9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/lvm2-2.02.185/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/lzo-2.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/netsnmp-5.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/opus-1.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/opusfile-0.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/popt-1.16/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/slang-2.3.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/uclibc-1.0.34/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/utf8proc-2.5.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/util-linux-2.35.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/woff2-1.0.2/.files-list-staging.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-3/output-1/target/usr ln -snf /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /home/naourr/work/instance-3/output-1/staging make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2020.05-rc1-07219-g339e1b3dd9c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 8.4.0 Collecting legal info >>> host-binutils 2.32 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mpc 1.1.0 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.0.2 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.34 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 8.4.0 Collecting legal info >>> linux-headers 5.6.12 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> 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-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-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> aespipe 2.4f Collecting legal info >>> brotli 1.0.7 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> util-linux 2.35.1 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> libcap 2.27 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.27 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> cryptsetup 2.2.2 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> lvm2 2.02.185 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> dvdrw-tools 7.1 Collecting legal info LICENSE: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> erofs-utils 1.0 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> fmt 6.2.0 Collecting legal info LICENSE.rst: OK (sha256: 825c9324e70f8c839c8ba910543dd4a7daee243b86ef960594c11381a19980b8) >>> 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) >>> initscripts Collecting legal info >>> jimtcl 0.79 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> libasplib be7fac89218a84b75f7598e3d76625ece99296f2 Collecting legal info LICENSE: OK (sha256: 12ac5047f2af0522f06798b1589ffc4599bc29c91f954d7874e0320634e777c0) >>> libass 0.14.0 Collecting legal info COPYING: OK (sha256: f7e30699d02798351e7f839e3d3bfeb29ce65e44efa7735c225464c4fd7dfe9c) >>> libfribidi 1.0.7 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libsepol 3.0 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libsquish 1.15 Collecting legal info LICENSE.txt: OK (sha256: a6b8c383bf3ab28460d6507484d605dd722e03971606f0cd3032a3af682b63a5) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libvncserver 0.9.12 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> luksmeta 9 Collecting legal info COPYING: OK (sha256: 4b72eb6b5a336cd3ec837cc2d6347c23bf7574168db6b4802267700b93021abf) >>> netsnmp 5.8 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> nload 0.7.4 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> openlayers 6.2.1 Collecting legal info >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.11 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdmenu 1.3.4 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> semodule-utils 3.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> triggerhappy b822888066129350e51ad79f1cf307fa38dae4f7 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> usb_modeswitch 2.6.0 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> utf8proc 2.5.0 Collecting legal info LICENSE.md: OK (sha256: fbc720fcc90fb44396985646f67e4d19be03e0c0539f7138ed9dc6efba49dc49) >>> woff2 1.0.2 Collecting legal info LICENSE: OK (sha512: 8ee924da3fb5d16135adcf6a8fbe9e2e8f3d2d80468617e72ca4fa059a60f8455c9a5f68a8dc381b1297c8bf39c887a912d0f69246d2604ada74d3da9e8e490b) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-8.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-8.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.6.12: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: openlayers-6.2.1: cannot save license (OPENLAYERS_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'