-e "s:/workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/workdir/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@:/workdir/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/workdir/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 >>> restclient-cpp 0.5.2 Installing to target GIT_DIR=. PATH="/workdir/instance-0/output-1/host/bin:/workdir/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j1 DESTDIR=/workdir/instance-0/output-1/target install -C /workdir/instance-0/output-1/build/restclient-cpp-0.5.2/ make[1]: Entering directory '/workdir/instance-0/output-1/build/restclient-cpp-0.5.2' m4 -I ./m4 -DM4_RESTCLIENT_VERSION=0.5.2 version.h.m4 > ./include/restclient-cpp/version.h /usr/bin/make install-am make[2]: Entering directory '/workdir/instance-0/output-1/build/restclient-cpp-0.5.2' m4 -I ./m4 -DM4_RESTCLIENT_VERSION=0.5.2 version.h.m4 > ./include/restclient-cpp/version.h make[3]: Entering directory '/workdir/instance-0/output-1/build/restclient-cpp-0.5.2' /usr/bin/mkdir -p '/workdir/instance-0/output-1/target/usr/lib' /bin/sh ./libtool --mode=install /usr/bin/install -c librestclient-cpp.la '/workdir/instance-0/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/librestclient-cpp.lai /workdir/instance-0/output-1/target/usr/lib/librestclient-cpp.la libtool: install: /usr/bin/install -c .libs/librestclient-cpp.a /workdir/instance-0/output-1/target/usr/lib/librestclient-cpp.a libtool: install: chmod 644 /workdir/instance-0/output-1/target/usr/lib/librestclient-cpp.a libtool: install: /workdir/instance-0/output-1/host/bin/m68k-linux-gcc-ranlib /workdir/instance-0/output-1/target/usr/lib/librestclient-cpp.a libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/workdir/instance-0/output-1/target/usr/share/doc/restclient-cpp' /usr/bin/install -c -m 644 README.md '/workdir/instance-0/output-1/target/usr/share/doc/restclient-cpp' m4 -I ./m4 -DM4_RESTCLIENT_VERSION=0.5.2 version.h.m4 > ./include/restclient-cpp/version.h /usr/bin/mkdir -p '/workdir/instance-0/output-1/target/usr/include/restclient-cpp' /usr/bin/install -c -m 644 include/restclient-cpp/restclient.h include/restclient-cpp/version.h include/restclient-cpp/connection.h include/restclient-cpp/helpers.h '/workdir/instance-0/output-1/target/usr/include/restclient-cpp' make[3]: Leaving directory '/workdir/instance-0/output-1/build/restclient-cpp-0.5.2' make[2]: Leaving directory '/workdir/instance-0/output-1/build/restclient-cpp-0.5.2' make[1]: Leaving directory '/workdir/instance-0/output-1/build/restclient-cpp-0.5.2' >>> snappy 1.2.1 Downloading wget -nd -t 3 --no-check-certificate -O '/workdir/instance-0/output-1/build/.snappy-1.2.1.tar.gz.fa4jvg/output' 'https://github.com/google/snappy/archive/1.2.1/snappy-1.2.1.tar.gz' WARNING: The certificate is NOT trusted. The certificate issuer is unknown. WARNING: The certificate is NOT trusted. The certificate issuer is unknown. Failed to open tmpfile '/home/br-user/.local/share/wget/.wget-hstsRyOjuU' (2) Failed to write HSTS file '/home/br-user/.local/share/wget/.wget-hsts' [0] Downloading 'https://github.com/google/snappy/archive/1.2.1/snappy-1.2.1.tar.gz' ... HTTP response 302 [https://github.com/google/snappy/archive/1.2.1/snappy-1.2.1.tar.gz] Adding URL: https://codeload.github.com/google/snappy/tar.gz/refs/tags/1.2.1 [0] Downloading 'https://codeload.github.com/google/snappy/tar.gz/refs/tags/1.2.1' ... Saving '/workdir/instance-0/output-1/build/.snappy-1.2.1.tar.gz.fa4jvg/output' HTTP response 200 [https://codeload.github.com/google/snappy/tar.gz/refs/tags/1.2.1] snappy-1.2.1.tar.gz: OK (sha256: 736aeb64d86566d2236ddffa2865ee5d7a82d26c9016b36218fcc27ea4f09f86) >>> snappy 1.2.1 Extracting gzip -d -c /workdir/instance-0/dl/snappy/snappy-1.2.1.tar.gz | tar --strip-components=1 -C /workdir/instance-0/output-1/build/snappy-1.2.1 -xf - >>> snappy 1.2.1 Patching Applying 0001-Fix-compilation-error-raised-by-vqtbl1q_u8-instructi.patch using patch: patching file snappy-internal.h >>> snappy 1.2.1 Configuring (mkdir -p /workdir/instance-0/output-1/build/snappy-1.2.1/ && cd /workdir/instance-0/output-1/build/snappy-1.2.1/ && rm -f CMakeCache.txt && PATH="/workdir/instance-0/output-1/host/bin:/workdir/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/cmake /workdir/instance-0/output-1/build/snappy-1.2.1/ -G"Unix Makefiles" -DCMAKE_MAKE_PROGRAM="/usr/bin/make" -DCMAKE_TOOLCHAIN_FILE="/workdir/instance-0/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -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 -DSNAPPY_BUILD_BENCHMARKS=OFF -DSNAPPY_BUILD_TESTS=OFF ) CMake Deprecation Warning at CMakeLists.txt:29 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 12.3.0 -- The CXX compiler identification is GNU 12.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /workdir/instance-0/output-1/host/bin/m68k-linux-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /workdir/instance-0/output-1/host/bin/m68k-linux-g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for sys/mman.h -- Looking for sys/mman.h - found -- Looking for sys/resource.h -- Looking for sys/resource.h - found -- Looking for sys/time.h -- Looking for sys/time.h - found -- Looking for sys/uio.h -- Looking for sys/uio.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for windows.h -- Looking for windows.h - not found -- Looking for zlibVersion in z -- Looking for zlibVersion in z - found -- Looking for lzo1x_1_15_compress in lzo2 -- Looking for lzo1x_1_15_compress in lzo2 - not found -- Looking for LZ4_compress_default in lz4 -- Looking for LZ4_compress_default in lz4 - not found -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX - Failed -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX2 -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX2 - Failed -- Performing Test HAVE_CLANG_MAVX -- Performing Test HAVE_CLANG_MAVX - Failed -- Performing Test HAVE_CLANG_MBMI2 -- Performing Test HAVE_CLANG_MBMI2 - Failed -- Performing Test SNAPPY_HAVE_NO_MISSING_FIELD_INITIALIZERS -- Performing Test SNAPPY_HAVE_NO_MISSING_FIELD_INITIALIZERS - Success -- Performing Test SNAPPY_HAVE_NO_IMPLICIT_INT_FLOAT_CONVERSION -- Performing Test SNAPPY_HAVE_NO_IMPLICIT_INT_FLOAT_CONVERSION - Success -- Performing Test HAVE_BUILTIN_EXPECT -- Performing Test HAVE_BUILTIN_EXPECT - Success -- Performing Test HAVE_BUILTIN_CTZ -- Performing Test HAVE_BUILTIN_CTZ - Success -- Performing Test HAVE_BUILTIN_PREFETCH -- Performing Test HAVE_BUILTIN_PREFETCH - Success -- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE -- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE - Success -- Performing Test SNAPPY_HAVE_SSSE3 -- Performing Test SNAPPY_HAVE_SSSE3 - Failed -- Performing Test SNAPPY_HAVE_X86_CRC32 -- Performing Test SNAPPY_HAVE_X86_CRC32 - Failed -- Performing Test SNAPPY_HAVE_NEON_CRC32 -- Performing Test SNAPPY_HAVE_NEON_CRC32 - Failed -- Performing Test SNAPPY_HAVE_BMI2 -- Performing Test SNAPPY_HAVE_BMI2 - Failed -- Performing Test SNAPPY_HAVE_NEON -- Performing Test SNAPPY_HAVE_NEON - Failed -- Looking for mmap -- Looking for mmap - found -- Looking for sysconf -- Looking for sysconf - found -- Configuring done (1.6s) -- Generating done (0.0s) 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: /workdir/instance-0/output-1/build/snappy-1.2.1 >>> snappy 1.2.1 Building GIT_DIR=. PATH="/workdir/instance-0/output-1/host/bin:/workdir/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/cmake --build /workdir/instance-0/output-1/build/snappy-1.2.1/ -j1 -- make[1]: Entering directory '/workdir/instance-0/output-1/build/snappy-1.2.1' [ 20%] Building CXX object CMakeFiles/snappy.dir/snappy-c.cc.o [ 40%] Building CXX object CMakeFiles/snappy.dir/snappy-sinksource.cc.o [ 60%] Building CXX object CMakeFiles/snappy.dir/snappy-stubs-internal.cc.o [ 80%] Building CXX object CMakeFiles/snappy.dir/snappy.cc.o [100%] Linking CXX static library libsnappy.a [100%] Built target snappy make[1]: Leaving directory '/workdir/instance-0/output-1/build/snappy-1.2.1' >>> snappy 1.2.1 Installing to staging directory GIT_DIR=. PATH="/workdir/instance-0/output-1/host/bin:/workdir/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot /usr/bin/cmake --install /workdir/instance-0/output-1/build/snappy-1.2.1/ -- Install configuration: "Release" -- Installing: /workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/libsnappy.a -- Installing: /workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/snappy-c.h -- Installing: /workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/snappy-sinksource.h -- Installing: /workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/snappy.h -- Installing: /workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/snappy-stubs-public.h -- Installing: /workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/cmake/Snappy/SnappyTargets.cmake -- Installing: /workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/cmake/Snappy/SnappyTargets-release.cmake -- Installing: /workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/cmake/Snappy/SnappyConfig.cmake -- Installing: /workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/cmake/Snappy/SnappyConfigVersion.cmake >>> snappy 1.2.1 Fixing libtool files for la in $(find /workdir/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:/workdir/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/workdir/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@:/workdir/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/workdir/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 >>> snappy 1.2.1 Installing to target GIT_DIR=. PATH="/workdir/instance-0/output-1/host/bin:/workdir/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/workdir/instance-0/output-1/target /usr/bin/cmake --install /workdir/instance-0/output-1/build/snappy-1.2.1/ -- Install configuration: "Release" -- Installing: /workdir/instance-0/output-1/target/usr/lib/libsnappy.a -- Installing: /workdir/instance-0/output-1/target/usr/include/snappy-c.h -- Installing: /workdir/instance-0/output-1/target/usr/include/snappy-sinksource.h -- Installing: /workdir/instance-0/output-1/target/usr/include/snappy.h -- Installing: /workdir/instance-0/output-1/target/usr/include/snappy-stubs-public.h -- Installing: /workdir/instance-0/output-1/target/usr/lib/cmake/Snappy/SnappyTargets.cmake -- Installing: /workdir/instance-0/output-1/target/usr/lib/cmake/Snappy/SnappyTargets-release.cmake -- Installing: /workdir/instance-0/output-1/target/usr/lib/cmake/Snappy/SnappyConfig.cmake -- Installing: /workdir/instance-0/output-1/target/usr/lib/cmake/Snappy/SnappyConfigVersion.cmake >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Downloading wget -nd -t 3 --no-check-certificate -O '/workdir/instance-0/output-1/build/.stb-8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55.tar.gz.BtjFXh/output' 'https://github.com/nothings/stb/archive/8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55/stb-8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55.tar.gz' WARNING: The certificate is NOT trusted. The certificate issuer is unknown. WARNING: The certificate is NOT trusted. The certificate issuer is unknown. Failed to open tmpfile '/home/br-user/.local/share/wget/.wget-hsts8454cq' (2) Failed to write HSTS file '/home/br-user/.local/share/wget/.wget-hsts' [0] Downloading 'https://github.com/nothings/stb/archive/8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55/stb-8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55.tar.gz' ... HTTP response 302 [https://github.com/nothings/stb/archive/8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55/stb-8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55.tar.gz] Adding URL: https://codeload.github.com/nothings/stb/tar.gz/8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 [0] Downloading 'https://codeload.github.com/nothings/stb/tar.gz/8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55' ... Saving '/workdir/instance-0/output-1/build/.stb-8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55.tar.gz.BtjFXh/output' HTTP response 200 [https://codeload.github.com/nothings/stb/tar.gz/8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55] stb-8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55.tar.gz: OK (sha256: c47cf5abe21e1d620afccd159c23fe71dfa86eb270015a7646a4f79e9bfd5503) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Extracting gzip -d -c /workdir/instance-0/dl/stb/stb-8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55.tar.gz | tar --strip-components=1 -C /workdir/instance-0/output-1/build/stb-8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 -xf - >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Patching >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Configuring >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Building >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Installing to staging directory mkdir -p /workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/stb /usr/bin/install -m 0644 /workdir/instance-0/output-1/build/stb-8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55/*.h /workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/stb /usr/bin/install -D -m 0644 package/stb/stb.pc /workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/pkgconfig/stb.pc >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Fixing libtool files for la in $(find /workdir/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:/workdir/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/workdir/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@:/workdir/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/workdir/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 >>> traceroute 2.1.3 Downloading wget -nd -t 3 --no-check-certificate -O '/workdir/instance-0/output-1/build/.traceroute-2.1.3.tar.gz.t0kyzW/output' 'http://downloads.sourceforge.net/traceroute/traceroute/traceroute-2.1.3/traceroute-2.1.3.tar.gz' [0] Downloading 'http://downloads.sourceforge.net/traceroute/traceroute/traceroute-2.1.3/traceroute-2.1.3.tar.gz' ... HTTP response 302 Found [http://downloads.sourceforge.net/traceroute/traceroute/traceroute-2.1.3/traceroute-2.1.3.tar.gz] Adding URL: http://psychz.dl.sourceforge.net/project/traceroute/traceroute/traceroute-2.1.3/traceroute-2.1.3.tar.gz?viasf=1 [0] Downloading 'http://psychz.dl.sourceforge.net/project/traceroute/traceroute/traceroute-2.1.3/traceroute-2.1.3.tar.gz?viasf=1' ... Saving '/workdir/instance-0/output-1/build/.traceroute-2.1.3.tar.gz.t0kyzW/output' HTTP response 200 OK [http://psychz.dl.sourceforge.net/project/traceroute/traceroute/traceroute-2.1.3/traceroute-2.1.3.tar.gz?viasf=1] traceroute-2.1.3.tar.gz: OK (sha256: 05ebc7aba28a9100f9bbae54ceecbf75c82ccf46bdfce8b5d64806459a7e0412) >>> traceroute 2.1.3 Extracting gzip -d -c /workdir/instance-0/dl/traceroute/traceroute-2.1.3.tar.gz | tar --strip-components=1 -C /workdir/instance-0/output-1/build/traceroute-2.1.3 -xf - >>> traceroute 2.1.3 Patching >>> traceroute 2.1.3 Configuring >>> traceroute 2.1.3 Building GIT_DIR=. PATH="/workdir/instance-0/output-1/host/bin:/workdir/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VPATH=/workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib /usr/bin/make -j1 GIT_DIR=. PATH="/workdir/instance-0/output-1/host/bin:/workdir/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/workdir/instance-0/output-1/host/bin/m68k-linux-gcc-ar" AS="/workdir/instance-0/output-1/host/bin/m68k-linux-as" LD="/workdir/instance-0/output-1/host/bin/m68k-linux-ld" NM="/workdir/instance-0/output-1/host/bin/m68k-linux-gcc-nm" CC="/workdir/instance-0/output-1/host/bin/m68k-linux-gcc" GCC="/workdir/instance-0/output-1/host/bin/m68k-linux-gcc" CPP="/workdir/instance-0/output-1/host/bin/m68k-linux-cpp" CXX="/workdir/instance-0/output-1/host/bin/m68k-linux-g++" FC="/workdir/instance-0/output-1/host/bin/m68k-linux-gfortran" F77="/workdir/instance-0/output-1/host/bin/m68k-linux-gfortran" RANLIB="/workdir/instance-0/output-1/host/bin/m68k-linux-gcc-ranlib" READELF="/workdir/instance-0/output-1/host/bin/m68k-linux-readelf" STRIP="/bin/true" OBJCOPY="/workdir/instance-0/output-1/host/bin/m68k-linux-objcopy" OBJDUMP="/workdir/instance-0/output-1/host/bin/m68k-linux-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/workdir/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/workdir/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/workdir/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/workdir/instance-0/output-1/host/lib -Wl,-rpath,/workdir/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/workdir/instance-0/output-1/host/bin/m68k-linux-as" DEFAULT_LINKER="/workdir/instance-0/output-1/host/bin/m68k-linux-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 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static" LDFLAGS=" -Wl,-elf2flt=-r -static" FCFLAGS=" -O2 -g0 -Wl,-elf2flt=-r -static" FFLAGS=" -O2 -g0 -Wl,-elf2flt=-r -static" PKG_CONFIG="/workdir/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -D_GNU_SOURCE" -C /workdir/instance-0/output-1/build/traceroute-2.1.3 make[1]: Entering directory '/workdir/instance-0/output-1/build/traceroute-2.1.3' /workdir/instance-0/output-1/host/bin/m68k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c clif.c rm -f libsupp.a /workdir/instance-0/output-1/host/bin/m68k-linux-gcc-ar -rc libsupp.a clif.o /workdir/instance-0/output-1/host/bin/m68k-linux-gcc-ranlib libsupp.a /workdir/instance-0/output-1/host/bin/m68k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c as_lookups.c /workdir/instance-0/output-1/host/bin/m68k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c csum.c /workdir/instance-0/output-1/host/bin/m68k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c extension.c /workdir/instance-0/output-1/host/bin/m68k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c mod-dccp.c /workdir/instance-0/output-1/host/bin/m68k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c mod-icmp.c /workdir/instance-0/output-1/host/bin/m68k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c mod-raw.c /workdir/instance-0/output-1/host/bin/m68k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c mod-tcp.c /workdir/instance-0/output-1/host/bin/m68k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c mod-tcpconn.c /workdir/instance-0/output-1/host/bin/m68k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c mod-udp.c /workdir/instance-0/output-1/host/bin/m68k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c module.c /workdir/instance-0/output-1/host/bin/m68k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c poll.c /workdir/instance-0/output-1/host/bin/m68k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c random.c /workdir/instance-0/output-1/host/bin/m68k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c time.c /workdir/instance-0/output-1/host/bin/m68k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c traceroute.c /workdir/instance-0/output-1/host/bin/m68k-linux-gcc -Wl,-elf2flt=-r -static -o traceroute as_lookups.o csum.o extension.o mod-dccp.o mod-icmp.o mod-raw.o mod-tcp.o mod-tcpconn.o mod-udp.o module.o poll.o random.o time.o traceroute.o -lsupp -lm -L/workdir/instance-0/output-1/build/traceroute-2.1.3/libsupp make[1]: Leaving directory '/workdir/instance-0/output-1/build/traceroute-2.1.3' >>> traceroute 2.1.3 Installing to target GIT_DIR=. PATH="/workdir/instance-0/output-1/host/bin:/workdir/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j1 GIT_DIR=. PATH="/workdir/instance-0/output-1/host/bin:/workdir/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/workdir/instance-0/output-1/host/bin/m68k-linux-gcc-ar" AS="/workdir/instance-0/output-1/host/bin/m68k-linux-as" LD="/workdir/instance-0/output-1/host/bin/m68k-linux-ld" NM="/workdir/instance-0/output-1/host/bin/m68k-linux-gcc-nm" CC="/workdir/instance-0/output-1/host/bin/m68k-linux-gcc" GCC="/workdir/instance-0/output-1/host/bin/m68k-linux-gcc" CPP="/workdir/instance-0/output-1/host/bin/m68k-linux-cpp" CXX="/workdir/instance-0/output-1/host/bin/m68k-linux-g++" FC="/workdir/instance-0/output-1/host/bin/m68k-linux-gfortran" F77="/workdir/instance-0/output-1/host/bin/m68k-linux-gfortran" RANLIB="/workdir/instance-0/output-1/host/bin/m68k-linux-gcc-ranlib" READELF="/workdir/instance-0/output-1/host/bin/m68k-linux-readelf" STRIP="/bin/true" OBJCOPY="/workdir/instance-0/output-1/host/bin/m68k-linux-objcopy" OBJDUMP="/workdir/instance-0/output-1/host/bin/m68k-linux-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/workdir/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/workdir/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/workdir/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/workdir/instance-0/output-1/host/lib -Wl,-rpath,/workdir/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/workdir/instance-0/output-1/host/bin/m68k-linux-as" DEFAULT_LINKER="/workdir/instance-0/output-1/host/bin/m68k-linux-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 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static" LDFLAGS=" -Wl,-elf2flt=-r -static" FCFLAGS=" -O2 -g0 -Wl,-elf2flt=-r -static" FFLAGS=" -O2 -g0 -Wl,-elf2flt=-r -static" PKG_CONFIG="/workdir/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl DESTDIR=/workdir/instance-0/output-1/target prefix=/usr install INSTALL=/usr/bin/install -C /workdir/instance-0/output-1/build/traceroute-2.1.3 make[1]: Entering directory '/workdir/instance-0/output-1/build/traceroute-2.1.3' /usr/bin/install traceroute /workdir/instance-0/output-1/target/usr/bin cp -f traceroute.8 /workdir/instance-0/output-1/target/usr/share/man/man8 make[1]: Leaving directory '/workdir/instance-0/output-1/build/traceroute-2.1.3' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /workdir/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/workdir/instance-0/output-1/host/bin/m68k-linux-gcc%g" -e "s%@TARGET_CXX@%/workdir/instance-0/output-1/host/bin/m68k-linux-g++%g" -e "s%@TARGET_AR@%/workdir/instance-0/output-1/host/bin/m68k-linux-gcc-ar%g" -e "s%@TARGET_FC@%/workdir/instance-0/output-1/host/bin/m68k-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%m68k%g" -e "s%@TARGET_CPU@%5208%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/workdir/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/workdir/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /workdir/instance-0/buildroot/support/misc/cross-compilation.conf.in > /workdir/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/workdir/instance-0/output-1/host/bin/m68k-linux-gcc%g" -e "s%@TARGET_CXX@%/workdir/instance-0/output-1/host/bin/m68k-linux-g++%g" -e "s%@TARGET_AR@%/workdir/instance-0/output-1/host/bin/m68k-linux-gcc-ar%g" -e "s%@TARGET_FC@%/workdir/instance-0/output-1/host/bin/m68k-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%m68k%g" -e "s%@TARGET_CPU@%5208%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/workdir/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/workdir/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /workdir/instance-0/buildroot/support/misc/cross-compilation.conf.in > /workdir/instance-0/output-1/host/etc/meson/cross-compilation.conf # Remove any existing certificates under /etc/ssl/certs rm -f /workdir/instance-0/output-1/target/etc/ssl/certs/* # Create symlinks to certificates under /etc/ssl/certs # and generate the bundle cd /workdir/instance-0/output-1/target ; for i in `find usr/share/ca-certificates -name "*.crt" | LC_COLLATE=C sort` ; do ln -sf ../../../$i etc/ssl/certs/`basename ${i} .crt`.pem ; cat $i ; done >/workdir/instance-0/output-1/build/ca-certificates.crt # Create symlinks to the certificates by their hash values /workdir/instance-0/output-1/host/bin/c_rehash /workdir/instance-0/output-1/target/etc/ssl/certs Doing /workdir/instance-0/output-1/target/etc/ssl/certs # Install the certificates bundle /usr/bin/install -D -m 644 /workdir/instance-0/output-1/build/ca-certificates.crt /workdir/instance-0/output-1/target/etc/ssl/certs/ca-certificates.crt mkdir -p /workdir/instance-0/output-1/target/etc echo "buildroot" > /workdir/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /workdir/instance-0/output-1/target/etc/hosts mkdir -p /workdir/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /workdir/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /workdir/instance-0/output-1/target/etc/shadow rm -f /workdir/instance-0/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /workdir/instance-0/output-1/build/locales.nopurge for dir in /workdir/instance-0/output-1/target/usr/share/locale /workdir/instance-0/output-1/target/usr/share/X11/locale /workdir/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##*/}" /workdir/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /workdir/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /workdir/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /workdir/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /workdir/instance-0/output-1/target/usr/include /workdir/instance-0/output-1/target/usr/share/aclocal \ /workdir/instance-0/output-1/target/usr/lib/pkgconfig /workdir/instance-0/output-1/target/usr/share/pkgconfig \ /workdir/instance-0/output-1/target/usr/lib/cmake /workdir/instance-0/output-1/target/usr/share/cmake \ /workdir/instance-0/output-1/target/usr/lib/rpm /workdir/instance-0/output-1/target/usr/doc find /workdir/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /workdir/instance-0/output-1/target/lib/ /workdir/instance-0/output-1/target/usr/lib/ /workdir/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/workdir/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /workdir/instance-0/output-1/target/usr/share/gdb rm -rf /workdir/instance-0/output-1/target/usr/share/bash-completion rm -rf /workdir/instance-0/output-1/target/etc/bash_completion.d rm -rf /workdir/instance-0/output-1/target/usr/share/zsh rm -rf /workdir/instance-0/output-1/target/usr/man /workdir/instance-0/output-1/target/usr/share/man rm -rf /workdir/instance-0/output-1/target/usr/info /workdir/instance-0/output-1/target/usr/share/info rm -rf /workdir/instance-0/output-1/target/usr/doc /workdir/instance-0/output-1/target/usr/share/doc rm -rf /workdir/instance-0/output-1/target/usr/share/gtk-doc rmdir /workdir/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /workdir/instance-0/output-1/target/lib/debug /workdir/instance-0/output-1/target/usr/lib/debug find /workdir/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 /bin/true 2>/dev/null || true find /workdir/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /workdir/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 /workdir/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 /workdir/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-680-gf041540ef5"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-git\"" \ ) > /workdir/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /workdir/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/workdir/instance-0/output-1/per-package \ /workdir/instance-0/buildroot/support/scripts/fix-rpath target touch /workdir/instance-0/output-1/target/usr ln -snf /workdir/instance-0/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot /workdir/instance-0/output-1/staging make: Leaving directory '/workdir/instance-0/buildroot' make: Entering directory '/workdir/instance-0/buildroot' >>> Buildroot 2024.05-680-gf041540ef5 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2024.02-1 Collecting legal info >>> toolchain Collecting legal info >>> augeas 1.12.0 Collecting legal info COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.12.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-dos2unix 7.5.2 Collecting legal info COPYING.txt: OK (sha256: 03b60fa2cf28b2c6dd585a13b32377c1f87b8f016db44ce2ab6bc7eb306220e2) >>> dotconf 1.4.1 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> grep 3.11 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> hwdata 0.384 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> lcms2 2.16 Collecting legal info LICENSE: OK (sha256: 6dbd60437f8ef91d8de1f08ad75882547fd4931bfcc3566a0735f28db1484d31) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libarchive 3.7.4 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> libcurl 8.8.0 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> libgpiod 1.6.4 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libiqrf 0.1.2 Collecting legal info src/iqrf.c: OK (sha256: 11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-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) >>> libubootenv 0.3.5 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lshw d76afbaaf40e953243da921844cddff8185324f3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sqlite 3.45.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> multicat 2.3 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) >>> openocd 0.12.0 Collecting legal info COPYING: OK (sha256: 1b8f7e37ee5afbbf95c2a4d62b12b25232e29538692663b434318503a9a88419) LICENSES/license-rules.txt: OK (sha256: 0a37155eb8bc0cb94477a0cae4f030e39da9317374e8a9f597e9229fd09aff78) LICENSES/exceptions/eCos-exception-2.0: OK (sha256: 034da732b4f3079b8783fff756613c1cff89dec5ac80c5cdd90532b7539922a1) LICENSES/preferred/BSD-1-Clause: OK (sha256: f3ba76203a7b6993db31f987559cc4c621ae1ff78119ced2a669756c2c5fd3b1) LICENSES/preferred/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/preferred/BSD-2-Clause-Views: OK (sha256: 1483f15e9fddc73b5df0acab1c42d21ecd0bf6ade8a79179fb90c09f13d03dcd) LICENSES/preferred/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/preferred/BSD-Source-Code: OK (sha256: 5cf024f6e3611d5c6fb98748d1a0ad99b8cf9ffe46f2d60fa10c299cd29e0a75) LICENSES/preferred/GFDL-1.2: OK (sha256: f35396f4095619f986736ca5e2976b313d381463a35c921c9ae677cc7eb83e28) LICENSES/preferred/gfdl-1.2.texi.readme: OK (sha256: 76515be2d7334a1a038f775238c9a4c2b37e19514248e5eea0434cdfee526f9d) LICENSES/preferred/GPL-2.0: OK (sha256: 7d35bc44da7bb763022e3c2c32cfc0125dd222060bc50992420599d8e65f6c0a) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) LICENSES/stand-alone/GPL-3.0: OK (sha256: 9a41b56594cd89743ca72f188318c9871661847074dd16497ae0c695fe3ab9c9) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> restclient-cpp 0.5.2 Collecting legal info LICENSE: OK (sha256: 1c2f79e825a39eb61d8919044776627f4d079ff38975410a3bde340154fc94a4) >>> snappy 1.2.1 Collecting legal info COPYING: OK (sha256: 55172044f7e241207117448a4d9d6ba1d0925c8ad66b5d4c08c70adfa9cc3de6) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> traceroute 2.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2024.02-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /workdir/instance-0/output-1/legal-info make: Leaving directory '/workdir/instance-0/buildroot'