>>> tinyxml2 8.0.0 Fixing libtool files for la in $(find /tmp/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/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/m68k-buildroot-uclinux-uclibc/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/m68k-buildroot-uclinux-uclibc/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 >>> tinyxml2 8.0.0 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/tinyxml2-8.0.0/ make[1]: Entering directory '/tmp/instance-0/output-1/build/tinyxml2-8.0.0' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-0/output-1/target/usr/lib/libtinyxml2.a -- Installing: /tmp/instance-0/output-1/target/usr/include/tinyxml2.h -- Installing: /tmp/instance-0/output-1/target/usr/lib/pkgconfig/tinyxml2.pc -- Installing: /tmp/instance-0/output-1/target/usr/lib/cmake/tinyxml2/tinyxml2Config.cmake -- Installing: /tmp/instance-0/output-1/target/usr/lib/cmake/tinyxml2/tinyxml2ConfigVersion.cmake -- Installing: /tmp/instance-0/output-1/target/usr/lib/cmake/tinyxml2/tinyxml2Targets.cmake -- Installing: /tmp/instance-0/output-1/target/usr/lib/cmake/tinyxml2/tinyxml2Targets-release.cmake make[1]: Leaving directory '/tmp/instance-0/output-1/build/tinyxml2-8.0.0' >>> vuejs 3.2.6 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-0/output-1/build/.vue-3.2.6.tgz.KxhJhV/output' 'https://registry.npmjs.org/vue/-/vue-3.2.6.tgz' --2021-09-13 05:46:03-- https://registry.npmjs.org/vue/-/vue-3.2.6.tgz Resolving registry.npmjs.org (registry.npmjs.org)... 2606:4700::6810:1b23, 2606:4700::6810:1323, 2606:4700::6810:1723, ... Connecting to registry.npmjs.org (registry.npmjs.org)|2606:4700::6810:1b23|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 643353 (628K) [application/octet-stream] Saving to: '/tmp/instance-0/output-1/build/.vue-3.2.6.tgz.KxhJhV/output' 0K .......... .......... .......... .......... .......... 7% 6.08M 0s 50K .......... .......... .......... .......... .......... 15% 12.5M 0s 100K .......... .......... .......... .......... .......... 23% 12.0M 0s 150K .......... .......... .......... .......... .......... 31% 11.9M 0s 200K .......... .......... .......... .......... .......... 39% 212M 0s 250K .......... .......... .......... .......... .......... 47% 179M 0s 300K .......... .......... .......... .......... .......... 55% 15.5M 0s 350K .......... .......... .......... .......... .......... 63% 155M 0s 400K .......... .......... .......... .......... .......... 71% 228M 0s 450K .......... .......... .......... .......... .......... 79% 21.6M 0s 500K .......... .......... .......... .......... .......... 87% 227M 0s 550K .......... .......... .......... .......... .......... 95% 218M 0s 600K .......... .......... ........ 100% 28.2M=0.03s 2021-09-13 05:46:03 (21.9 MB/s) - '/tmp/instance-0/output-1/build/.vue-3.2.6.tgz.KxhJhV/output' saved [643353/643353] vue-3.2.6.tgz: OK (sha256: 464ea5fdbcb51eee0b5f4762f169024b36a3bcd2c039ea8608b17fdd8a8595e9) >>> vuejs 3.2.6 Extracting gzip -d -c /tmp/instance-0/dl/vuejs/vue-3.2.6.tgz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/vuejs-3.2.6 -xf - >>> vuejs 3.2.6 Patching >>> vuejs 3.2.6 Configuring >>> vuejs 3.2.6 Building >>> vuejs 3.2.6 Installing to target /usr/bin/install -m 644 -D /tmp/instance-0/output-1/build/vuejs-3.2.6/dist/vue.global.prod.js /tmp/instance-0/output-1/target/var/www/vue.js yajl-2.1.0.tar.gz: OK (sha256: 3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a) >>> yajl 2.1.0 Extracting gzip -d -c /tmp/instance-0/dl/yajl/yajl-2.1.0.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/yajl-2.1.0 -xf - >>> yajl 2.1.0 Patching Applying 0001-Let-the-shared-and-the-static-library-have-the-same-.patch using patch: patching file src/CMakeLists.txt Applying 0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch using patch: patching file src/CMakeLists.txt Hunk #1 succeeded at 38 with fuzz 2 (offset 1 line). Hunk #2 succeeded at 53 (offset 1 line). Hunk #3 succeeded at 80 (offset 1 line). Applying 0003-Link-with-shared-libyajl-in-a-shared-build.patch using patch: patching file example/CMakeLists.txt patching file perf/CMakeLists.txt patching file reformatter/CMakeLists.txt patching file test/api/CMakeLists.txt patching file test/parsing/CMakeLists.txt patching file verify/CMakeLists.txt Applying 0004-Link-libyajl-_s-with-libm-when-isnan-is-not-brought-.patch using patch: patching file src/CMakeLists.txt patching file src/yajl.pc.cmake >>> yajl 2.1.0 Configuring (mkdir -p /tmp/instance-0/output-1/build/yajl-2.1.0/ && cd /tmp/instance-0/output-1/build/yajl-2.1.0/ && 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/yajl-2.1.0/ -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=OFF ) -- The C compiler identification is GNU 9.3.0 -- Check for working C compiler: /tmp/instance-0/output-1/host/bin/m68k-linux-gcc -- Check for working C compiler: /tmp/instance-0/output-1/host/bin/m68k-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAVE_GCC_VISIBILITY -- Performing Test HAVE_GCC_VISIBILITY - Success -- Looking for isnan in c -- Looking for isnan in c - found running /tmp/instance-0/output-1/host/bin/cmake -E copy_if_different /tmp/instance-0/output-1/build/yajl-2.1.0/src/api/yajl_parse.h /tmp/instance-0/output-1/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /tmp/instance-0/output-1/host/bin/cmake -E copy_if_different /tmp/instance-0/output-1/build/yajl-2.1.0/src/api/yajl_gen.h /tmp/instance-0/output-1/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /tmp/instance-0/output-1/host/bin/cmake -E copy_if_different /tmp/instance-0/output-1/build/yajl-2.1.0/src/api/yajl_common.h /tmp/instance-0/output-1/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /tmp/instance-0/output-1/host/bin/cmake -E copy_if_different /tmp/instance-0/output-1/build/yajl-2.1.0/src/api/yajl_tree.h /tmp/instance-0/output-1/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 CMake Warning (dev) at reformatter/CMakeLists.txt:42 (GET_TARGET_PROPERTY): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "json_reformat". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at verify/CMakeLists.txt:36 (GET_TARGET_PROPERTY): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "json_verify". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. !! doxygen not found, not generating documentation -- 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/yajl-2.1.0 >>> yajl 2.1.0 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/yajl-2.1.0/ make[1]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' make[2]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' Scanning dependencies of target yajl_s make[3]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' [ 4%] Building C object src/CMakeFiles/yajl_s.dir/yajl.c.o [ 8%] Building C object src/CMakeFiles/yajl_s.dir/yajl_lex.c.o [ 13%] Building C object src/CMakeFiles/yajl_s.dir/yajl_parser.c.o /tmp/instance-0/output-1/build/yajl-2.1.0/src/yajl_parser.c: In function 'yajl_do_parse': /tmp/instance-0/output-1/build/yajl-2.1.0/src/yajl_parser.c:334:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 334 | if (yajl_bs_current(hand->stateStack) == | ^ /tmp/instance-0/output-1/build/yajl-2.1.0/src/yajl_parser.c:347:17: note: here 347 | case yajl_tok_colon: | ^~~~ /tmp/instance-0/output-1/build/yajl-2.1.0/src/yajl_parser.c:405:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 405 | if (yajl_bs_current(hand->stateStack) == | ^ /tmp/instance-0/output-1/build/yajl-2.1.0/src/yajl_parser.c:414:17: note: here 414 | default: | ^~~~~~~ [ 17%] Building C object src/CMakeFiles/yajl_s.dir/yajl_buf.c.o [ 21%] Building C object src/CMakeFiles/yajl_s.dir/yajl_encode.c.o [ 26%] Building C object src/CMakeFiles/yajl_s.dir/yajl_gen.c.o [ 30%] Building C object src/CMakeFiles/yajl_s.dir/yajl_alloc.c.o [ 34%] Building C object src/CMakeFiles/yajl_s.dir/yajl_tree.c.o [ 39%] Building C object src/CMakeFiles/yajl_s.dir/yajl_version.c.o [ 43%] Linking C static library ../yajl-2.1.0/lib/libyajl.a make[3]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' [ 43%] Built target yajl_s make[3]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' Scanning dependencies of target yajl_test make[3]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' [ 47%] Building C object test/parsing/CMakeFiles/yajl_test.dir/yajl_test.c.o [ 52%] Linking C executable yajl_test make[3]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' [ 52%] Built target yajl_test make[3]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' Scanning dependencies of target gen-extra-close make[3]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' [ 56%] Building C object test/api/CMakeFiles/gen-extra-close.dir/gen-extra-close.c.o [ 60%] Linking C executable gen-extra-close make[3]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' [ 60%] Built target gen-extra-close make[3]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' Scanning dependencies of target json_reformat make[3]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' [ 65%] Building C object reformatter/CMakeFiles/json_reformat.dir/json_reformat.c.o [ 69%] Linking C executable json_reformat make[3]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' [ 69%] Built target json_reformat make[3]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' Scanning dependencies of target json_verify make[3]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' [ 73%] Building C object verify/CMakeFiles/json_verify.dir/json_verify.c.o [ 78%] Linking C executable json_verify make[3]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' [ 78%] Built target json_verify make[3]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' Scanning dependencies of target parse_config make[3]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' [ 82%] Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o [ 86%] Linking C executable parse_config make[3]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' [ 86%] Built target parse_config make[3]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' Scanning dependencies of target perftest make[3]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' make[3]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' [ 91%] Building C object perf/CMakeFiles/perftest.dir/perftest.c.o [ 95%] Building C object perf/CMakeFiles/perftest.dir/documents.c.o [100%] Linking C executable perftest make[3]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' [100%] Built target perftest make[2]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' make[1]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' >>> yajl 2.1.0 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/m68k-buildroot-uclinux-uclibc/sysroot install/fast -C /tmp/instance-0/output-1/build/yajl-2.1.0/ make[1]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/libyajl.a -- Installing: /tmp/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/yajl/yajl_parse.h -- Installing: /tmp/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/yajl/yajl_gen.h -- Installing: /tmp/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/yajl/yajl_common.h -- Installing: /tmp/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/yajl/yajl_tree.h -- Installing: /tmp/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/yajl/yajl_version.h -- Installing: /tmp/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/share/pkgconfig/yajl.pc -- Installing: /tmp/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/json_reformat -- Installing: /tmp/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/json_verify make[1]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' >>> yajl 2.1.0 Fixing libtool files for la in $(find /tmp/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/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/m68k-buildroot-uclinux-uclibc/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/m68k-buildroot-uclinux-uclibc/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 >>> yajl 2.1.0 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/yajl-2.1.0/ make[1]: Entering directory '/tmp/instance-0/output-1/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-0/output-1/target/usr/lib/libyajl.a -- Installing: /tmp/instance-0/output-1/target/usr/include/yajl/yajl_parse.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yajl/yajl_gen.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yajl/yajl_common.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yajl/yajl_tree.h -- Installing: /tmp/instance-0/output-1/target/usr/include/yajl/yajl_version.h -- Installing: /tmp/instance-0/output-1/target/usr/share/pkgconfig/yajl.pc -- Installing: /tmp/instance-0/output-1/target/usr/bin/json_reformat -- Installing: /tmp/instance-0/output-1/target/usr/bin/json_verify make[1]: Leaving directory '/tmp/instance-0/output-1/build/yajl-2.1.0' >>> 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/m68k-linux-%g' -e 's%@TARGET_ARCH@%m68k%g' -e 's%@TARGET_CPU@%5208%g' -e 's%@TARGET_ENDIAN@%big%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g2', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g2', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt', '-static', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt', '-static'@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/m68k-buildroot-uclinux-uclibc/sysroot%g' -e 's%@STATIC@%true%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 /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-0/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-0/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-0/output-1/target/etc/shells; fi 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 if [ -x /tmp/instance-0/output-1/target/sbin/swapon -a -x /tmp/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-0/output-1/target/etc/inittab; fi 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 find: '/tmp/instance-0/output-1/target/usr/libexec/': No such file or directory 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/m68k-linux-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/m68k-linux-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-487-ga02927b94a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.11-git\"" \ ) > /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/m68k-buildroot-uclinux-uclibc/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-487-ga02927b94a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> argp-standalone 1.3 Collecting legal info argp.h: OK (sha256: bbb8919aa520069b0234faf5e83a94052d278419ffe97ca8e843ecc9b212d1ab) >>> beecrypt 4.2.1 Collecting legal info COPYING.LIB: OK (sha256: 512d2d21b6b3384ba64781abb0208a1b87740bc31e2df48e2b206ddb7e4d5779) >>> 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) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.7.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libevdev 1.11.0 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 0.59.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> 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-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> fmt 8.0.1 Collecting legal info LICENSE.rst: OK (sha256: 825c9324e70f8c839c8ba910543dd4a7daee243b86ef960594c11381a19980b8) >>> fping 5.0 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> 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) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> 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) >>> initscripts Collecting legal info >>> iperf3 3.10.1 Collecting legal info LICENSE: OK (sha256: 0e1cb1921904626f0d3e86cacc0e28333140f0f9957267cff0b9d185645743ed) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libbytesize 2.5 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> pcre2 10.36 Collecting legal info LICENCE: OK (sha256: 8937734bbb1ba65d9f8ac7a7c8fc9016759a09aa2fb37d2175c06c9e7a856a24) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libolm 3.2.1 Collecting legal info LICENSE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-libp11 0.4.11 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1l Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libuio ca28ff0f69d89a789a47552c72db5a43d280710b Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> live555 2021.05.03 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> memtester 4.5.0 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pigz 2.6 Collecting legal info README: OK (sha256: 830b3e1b05cc20f443d89d7d8703a3c63fd64c57ab716f5e81fd178517df1e11) >>> powertop 2.13 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) >>> reaver 1.6.6 Collecting legal info docs/LICENSE: OK (sha256: bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-python-inflection 0.3.1 Collecting legal info LICENSE: OK (sha256: 4a3f52ac1012a90db398e4c55f1d1bea501dddafef8a4b3adb7533b1d820e148) >>> host-python-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python-mako 1.1.3 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> host-python-markupsafe 1.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 5.4.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> tinycbor 0.5.3 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tinyxml2 8.0.0 Collecting legal info LICENSE.txt: OK (sha256: 9332252e9b9e46db8285d4a3f0bf25f139bf1dca6781b956d57f2302efca6432) >>> vuejs 3.2.6 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2020.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'