[ 94%] Building C object CMakeFiles/cli.dir/cli.c.o [100%] Linking C executable uci make[3]: Leaving directory '/tmp/instance-1/output-1/build/libuci-52bbc99f69ea6f67b6fe264f424dac91bde5016c' [100%] Built target cli make[2]: Leaving directory '/tmp/instance-1/output-1/build/libuci-52bbc99f69ea6f67b6fe264f424dac91bde5016c' make[1]: Leaving directory '/tmp/instance-1/output-1/build/libuci-52bbc99f69ea6f67b6fe264f424dac91bde5016c' >>> libuci 52bbc99f69ea6f67b6fe264f424dac91bde5016c Installing to staging directory PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot install/fast -C /tmp/instance-1/output-1/build/libuci-52bbc99f69ea6f67b6fe264f424dac91bde5016c/ make[1]: Entering directory '/tmp/instance-1/output-1/build/libuci-52bbc99f69ea6f67b6fe264f424dac91bde5016c' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/uci.h -- Installing: /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/uci_config.h -- Installing: /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/uci_blob.h -- Installing: /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/ucimap.h -- Installing: /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libuci.so -- Installing: /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/uci -- Set runtime path of "/tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/uci" to "" make[1]: Leaving directory '/tmp/instance-1/output-1/build/libuci-52bbc99f69ea6f67b6fe264f424dac91bde5016c' >>> libuci 52bbc99f69ea6f67b6fe264f424dac91bde5016c Fixing libtool files for la in $(find /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/tmp/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-1/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-1/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-1/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 >>> libuci 52bbc99f69ea6f67b6fe264f424dac91bde5016c Installing to target PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-1/output-1/target install/fast -C /tmp/instance-1/output-1/build/libuci-52bbc99f69ea6f67b6fe264f424dac91bde5016c/ make[1]: Entering directory '/tmp/instance-1/output-1/build/libuci-52bbc99f69ea6f67b6fe264f424dac91bde5016c' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-1/output-1/target/usr/include/uci.h -- Installing: /tmp/instance-1/output-1/target/usr/include/uci_config.h -- Installing: /tmp/instance-1/output-1/target/usr/include/uci_blob.h -- Installing: /tmp/instance-1/output-1/target/usr/include/ucimap.h -- Installing: /tmp/instance-1/output-1/target/usr/lib/libuci.so -- Installing: /tmp/instance-1/output-1/target/usr/bin/uci -- Set runtime path of "/tmp/instance-1/output-1/target/usr/bin/uci" to "" make[1]: Leaving directory '/tmp/instance-1/output-1/build/libuci-52bbc99f69ea6f67b6fe264f424dac91bde5016c' mpdecimal-2.5.0.tar.gz: OK (sha256: 15417edc8e12a57d1d9d75fa7e3f22b158a3b98f44db9d694cfd2acde8dfa0ca) >>> mpdecimal 2.5.0 Extracting gzip -d -c /tmp/instance-1/dl/mpdecimal/mpdecimal-2.5.0.tar.gz | tar --strip-components=1 -C /tmp/instance-1/output-1/build/mpdecimal-2.5.0 -xf - >>> mpdecimal 2.5.0 Patching Applying 0001-Add-minimal-support-for-enable-disable-shared-static.patch using patch: patching file Makefile.in Hunk #1 succeeded at 6 with fuzz 2 (offset -3 lines). Hunk #2 succeeded at 66 with fuzz 2 (offset 32 lines). patching file configure.ac Hunk #1 succeeded at 163 (offset 75 lines). patching file libmpdec/Makefile.in Hunk #1 succeeded at 8 with fuzz 1 (offset 1 line). Hunk #2 succeeded at 36 (offset 2 lines). patching file libmpdec++/Makefile.in >>> mpdecimal 2.5.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-1/output-1/build/mpdecimal-2.5.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mpdecimal 2.5.0 Configuring >>> mpdecimal 2.5.0 Autoreconfiguring >>> mpdecimal 2.5.0 Patching libtool (cd /tmp/instance-1/output-1/build/mpdecimal-2.5.0/ && rm -rf config.cache && PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-ar" AS="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-as" LD="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-ld" NM="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-nm" CC="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc" GCC="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc" CPP="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-cpp" CXX="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-g++" FC="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gfortran" F77="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gfortran" RANLIB="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-ranlib" READELF="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-readelf" STRIP="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-strip" OBJCOPY="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-objcopy" OBJDUMP="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-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/tmp/instance-1/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-1/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-1/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-as" DEFAULT_LINKER="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-1/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=arm-buildroot-linux-gnueabi --host=arm-buildroot-linux-gnueabi --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --enable-nls --disable-static --enable-shared LD="/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc" --enable-cxx ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --enable-nls checking system as reported by uname -s... Linux checking build system type... x86_64-pc-linux-gnu checking host system type... arm-buildroot-linux-gnueabi checking for --enable-cxx... yes checking for --enable-profile... no checking for arm-buildroot-linux-gnueabi-gcc... /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc accepts -g... yes checking for /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-g++ accepts -g... yes checking for arm-buildroot-linux-gnueabi-ar... /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-ar checking for arm-buildroot-linux-gnueabi-ranlib... /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-ranlib checking how to run the C preprocessor... /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for size_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for __uint128_t... no checking size of size_t... 4 checking size of __uint128_t... 0 checking for x64 gcc inline assembler... no checking for x87 gcc inline assembler... no checking for -O2... yes checking for a BSD-compatible install... /usr/bin/install -c checking for glibc _FORTIFY_SOURCE/memmove bug... undefined configure: creating ./config.status config.status: creating Makefile config.status: creating libmpdec/Makefile config.status: creating tests/Makefile config.status: creating libmpdec/mpdecimal.h config.status: creating libmpdec++/Makefile config.status: creating tests++/Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --enable-nls >>> mpdecimal 2.5.0 Building PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 -C /tmp/instance-1/output-1/build/mpdecimal-2.5.0/ make[1]: Entering directory '/tmp/instance-1/output-1/build/mpdecimal-2.5.0' cd libmpdec && /usr/bin/make make[2]: Entering directory '/tmp/instance-1/output-1/build/mpdecimal-2.5.0/libmpdec' /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c basearith.c -o .objs/basearith.o /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c context.c -o .objs/context.o /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c constants.c -o .objs/constants.o /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c convolute.c -o .objs/convolute.o /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c crt.c -o .objs/crt.o /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c mpdecimal.c -o .objs/mpdecimal.o /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c mpsignal.c -o .objs/mpsignal.o /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c difradix2.c -o .objs/difradix2.o /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c fnt.c -o .objs/fnt.o /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c fourstep.c -o .objs/fourstep.o /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c io.c -o .objs/io.o /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c mpalloc.c -o .objs/mpalloc.o /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c numbertheory.c -o .objs/numbertheory.o /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c sixstep.c -o .objs/sixstep.o /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c transpose.c -o .objs/transpose.o /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -shared -Wl,-soname,libmpdec.so.2 -o libmpdec.so.2.5.0 .objs/basearith.o .objs/context.o .objs/constants.o .objs/convolute.o .objs/crt.o .objs/mpdecimal.o .objs/mpsignal.o .objs/difradix2.o .objs/fnt.o .objs/fourstep.o .objs/io.o .objs/mpalloc.o .objs/numbertheory.o .objs/sixstep.o .objs/transpose.o -lm ln -sf libmpdec.so.2.5.0 libmpdec.so ln -sf libmpdec.so.2.5.0 libmpdec.so.2 make[2]: Leaving directory '/tmp/instance-1/output-1/build/mpdecimal-2.5.0/libmpdec' cd libmpdec++ && /usr/bin/make make[2]: Entering directory '/tmp/instance-1/output-1/build/mpdecimal-2.5.0/libmpdec++' /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-g++ -I. -I../libmpdec -Wall -Wextra -std=c++11 -pedantic -O3 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c decimal.cc -o .objs/decimal.o /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-g++ -shared -Wl,-soname,libmpdec++.so.2 -o libmpdec++.so.2.5.0 .objs/decimal.o -lm ln -sf libmpdec++.so.2.5.0 libmpdec++.so ln -sf libmpdec++.so.2.5.0 libmpdec++.so.2 make[2]: Leaving directory '/tmp/instance-1/output-1/build/mpdecimal-2.5.0/libmpdec++' make[1]: Leaving directory '/tmp/instance-1/output-1/build/mpdecimal-2.5.0' >>> mpdecimal 2.5.0 Installing to staging directory PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot install -C /tmp/instance-1/output-1/build/mpdecimal-2.5.0/ make[1]: Entering directory '/tmp/instance-1/output-1/build/mpdecimal-2.5.0' /usr/bin/install -c -d -m 755 /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include /usr/bin/install -c -m 644 libmpdec/mpdecimal.h /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include /usr/bin/install -c -d -m 755 /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib /usr/bin/install -c -m 755 libmpdec/libmpdec.so.2.5.0 /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib cd /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib && ln -sf libmpdec.so.2.5.0 libmpdec.so.2 && ln -sf libmpdec.so.2.5.0 libmpdec.so /usr/bin/install -c -d -m 755 /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/doc/mpdecimal cp -R doc/libmpdec /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/doc/mpdecimal /usr/bin/install -c -d -m 755 /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include /usr/bin/install -c -m 644 libmpdec++/decimal.hh /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include /usr/bin/install -c -d -m 755 /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib /usr/bin/install -c -m 755 libmpdec++/libmpdec++.so.2.5.0 /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib cd /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib && ln -sf libmpdec++.so.2.5.0 libmpdec++.so.2 && ln -sf libmpdec++.so.2.5.0 libmpdec++.so cp -R doc/libmpdec++ /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/doc/mpdecimal make[1]: Leaving directory '/tmp/instance-1/output-1/build/mpdecimal-2.5.0' >>> mpdecimal 2.5.0 Fixing libtool files for la in $(find /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/tmp/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-1/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-1/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-1/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 >>> mpdecimal 2.5.0 Installing to target PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-1/output-1/target install -C /tmp/instance-1/output-1/build/mpdecimal-2.5.0/ make[1]: Entering directory '/tmp/instance-1/output-1/build/mpdecimal-2.5.0' /usr/bin/install -c -d -m 755 /tmp/instance-1/output-1/target/usr/include /usr/bin/install -c -m 644 libmpdec/mpdecimal.h /tmp/instance-1/output-1/target/usr/include /usr/bin/install -c -d -m 755 /tmp/instance-1/output-1/target/usr/lib /usr/bin/install -c -m 755 libmpdec/libmpdec.so.2.5.0 /tmp/instance-1/output-1/target/usr/lib cd /tmp/instance-1/output-1/target/usr/lib && ln -sf libmpdec.so.2.5.0 libmpdec.so.2 && ln -sf libmpdec.so.2.5.0 libmpdec.so /usr/bin/install -c -d -m 755 /tmp/instance-1/output-1/target/usr/share/doc/mpdecimal cp -R doc/libmpdec /tmp/instance-1/output-1/target/usr/share/doc/mpdecimal /usr/bin/install -c -d -m 755 /tmp/instance-1/output-1/target/usr/include /usr/bin/install -c -m 644 libmpdec++/decimal.hh /tmp/instance-1/output-1/target/usr/include /usr/bin/install -c -d -m 755 /tmp/instance-1/output-1/target/usr/lib /usr/bin/install -c -m 755 libmpdec++/libmpdec++.so.2.5.0 /tmp/instance-1/output-1/target/usr/lib cd /tmp/instance-1/output-1/target/usr/lib && ln -sf libmpdec++.so.2.5.0 libmpdec++.so.2 && ln -sf libmpdec++.so.2.5.0 libmpdec++.so cp -R doc/libmpdec++ /tmp/instance-1/output-1/target/usr/share/doc/mpdecimal make[1]: Leaving directory '/tmp/instance-1/output-1/build/mpdecimal-2.5.0' neofetch-7.1.0.tar.gz: OK (sha256: 58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7) >>> neofetch 7.1.0 Extracting gzip -d -c /tmp/instance-1/dl/neofetch/neofetch-7.1.0.tar.gz | tar --strip-components=1 -C /tmp/instance-1/output-1/build/neofetch-7.1.0 -xf - >>> neofetch 7.1.0 Patching >>> neofetch 7.1.0 Configuring >>> neofetch 7.1.0 Building >>> neofetch 7.1.0 Installing to target /usr/bin/install -D -m 0755 /tmp/instance-1/output-1/build/neofetch-7.1.0/neofetch /tmp/instance-1/output-1/target/usr/bin/neofetch patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting bzcat /tmp/instance-1/dl/patchelf/patchelf-0.9.tar.bz2 | tar --strip-components=1 -C /tmp/instance-1/output-1/build/host-patchelf-0.9 -xf - >>> host-patchelf 0.9 Patching Applying 0001-Remove-apparently-incorrect-usage-of-static.patch using patch: patching file src/patchelf.cc Applying 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch using patch: patching file src/patchelf.cc Applying 0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Applying 0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 1309 (offset -6 lines). Applying 0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch using patch: patching file src/patchelf.cc Applying 0006-Fix-shared-library-corruption-when-rerunning-patchel.patch using patch: patching file src/patchelf.cc Applying 0007-fix-adjusting-startPage.patch using patch: patching file src/patchelf.cc Applying 0008-Use-sh_offset-instead-of-sh_addr-when-checking-alrea.patch using patch: patching file src/patchelf.cc Applying 0009-Fix-issue-66-by-ignoring-the-first-section-header-wh.patch using patch: patching file src/patchelf.cc Applying 0010-Fix-endianness-issues-for-powerpc-PIE.patch using patch: patching file src/patchelf.cc >>> host-patchelf 0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-1/output-1/build/host-patchelf-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.9 Patching libtool >>> host-patchelf 0.9 Configuring (cd /tmp/instance-1/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-1/output-1/host/lib/pkgconfig:/tmp/instance-1/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-1/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-1/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-1/output-1/host/include" LDFLAGS="-L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-1/output-1/host/include" LDFLAGS="-L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-1/output-1/host" --sysconfdir="/tmp/instance-1/output-1/host/etc" --localstatedir="/tmp/instance-1/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none Setting page size to 4096 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.9 Building PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-1/output-1/host/lib/pkgconfig:/tmp/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j32 -C /tmp/instance-1/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -I/tmp/instance-1/output-1/host/include -Wall -O2 -I/tmp/instance-1/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/tmp/instance-1/output-1/host/include -L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-1/output-1/host/lib/pkgconfig:/tmp/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j32 install -C /tmp/instance-1/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/tmp/instance-1/output-1/host/bin' /usr/bin/install -c patchelf '/tmp/instance-1/output-1/host/bin' make[3]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/instance-1/output-1/host/share/doc/patchelf' /bin/mkdir -p '/tmp/instance-1/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README '/tmp/instance-1/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-1/output-1/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' nscd-0.54.c: OK (sha256: 90e12c71732474cac4d055bf9d104e599178b4e1ecb6d3b8c556eaa11f8f6447) >>> unscd 0.54 Extracting cp /tmp/instance-1/dl/unscd/nscd-0.54.c /tmp/instance-1/output-1/build/unscd-0.54/ >>> unscd 0.54 Patching >>> unscd 0.54 Configuring >>> unscd 0.54 Building cd /tmp/instance-1/output-1/build/unscd-0.54; /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o nscd nscd-0.54.c nscd-0.54.c: In function 'main': nscd-0.54.c:2617:9: warning: ignoring return value of 'daemon', declared with attribute warn_unused_result [-Wunused-result] daemon(/*nochdir*/ 1, /*noclose*/ 0); ^ nscd-0.54.c:2625:8: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/"); /* compat */ ^ >>> unscd 0.54 Installing to target /usr/bin/install -m 755 -D /tmp/instance-1/output-1/build/unscd-0.54/nscd /tmp/instance-1/output-1/target/usr/sbin/nscd /usr/bin/install -m 600 -D package/unscd/nscd.conf /tmp/instance-1/output-1/target/etc/nscd.conf /usr/bin/install -m 755 -D package/unscd/S46unscd /tmp/instance-1/output-1/target/etc/init.d/S46unscd >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-1/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-%g' -e 's%@TARGET_ARCH@%arm%g' -e 's%@TARGET_CPU@%arm926ej-s%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-1/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-1/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-1/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-1/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/bash" >> /tmp/instance-1/output-1/target/etc/shells /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-1/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-1/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-1/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-1/output-1/target/etc/shells; fi mkdir -p /tmp/instance-1/output-1/target/etc echo "buildroot" > /tmp/instance-1/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-1/output-1/target/etc/hosts mkdir -p /tmp/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-1/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-1/output-1/target/etc/shadow rm -f /tmp/instance-1/output-1/target/bin/sh if [ -x /tmp/instance-1/output-1/target/sbin/swapon -a -x /tmp/instance-1/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-1/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-1/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /tmp/instance-1/output-1/build/locales.nopurge for dir in /tmp/instance-1/output-1/target/usr/share/locale /tmp/instance-1/output-1/target/usr/share/X11/locale /tmp/instance-1/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-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-1/output-1/target/usr/include /tmp/instance-1/output-1/target/usr/share/aclocal \ /tmp/instance-1/output-1/target/usr/lib/pkgconfig /tmp/instance-1/output-1/target/usr/share/pkgconfig \ /tmp/instance-1/output-1/target/usr/lib/cmake /tmp/instance-1/output-1/target/usr/share/cmake \ /tmp/instance-1/output-1/target/usr/doc find /tmp/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-1/output-1/target/lib/ /tmp/instance-1/output-1/target/usr/lib/ /tmp/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-1/output-1/target/usr/share/gdb rm -rf /tmp/instance-1/output-1/target/usr/share/zsh rm -rf /tmp/instance-1/output-1/target/usr/man /tmp/instance-1/output-1/target/usr/share/man rm -rf /tmp/instance-1/output-1/target/usr/info /tmp/instance-1/output-1/target/usr/share/info rm -rf /tmp/instance-1/output-1/target/usr/doc /tmp/instance-1/output-1/target/usr/share/doc rm -rf /tmp/instance-1/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-1/output-1/target/lib/debug /tmp/instance-1/output-1/target/usr/lib/debug find /tmp/instance-1/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-1/output-1/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-1/output-1/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-1/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-1/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-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.08-370-gd4877e6f88"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.11-git\"" \ ) > /tmp/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-1/output-1/per-package /tmp/instance-1/buildroot/support/scripts/fix-rpath target touch /tmp/instance-1/output-1/target/usr ln -snf /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot /tmp/instance-1/output-1/staging make: Leaving directory '/tmp/instance-1/buildroot' make: Entering directory '/tmp/instance-1/buildroot' >>> Buildroot 2021.08-370-gd4877e6f88 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 arm-2014.05-29-arm-none-linux-gnueabi.src.tar.bz2: OK (sha256: e16a5b1e41d7ff1e74161f9405182001bc8d1360d89564e73911032e6966cc0d) >>> toolchain-external-codesourcery-arm 2014.05-29 Collecting legal info >>> toolchain Collecting legal info >>> bash 5.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.1 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> 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) >>> sysklogd 2.2.3 Collecting legal info LICENSE: OK (sha256: 7a71d7603a7c4456df441463e54da35acf151c1be0879246de63544f1f34f477) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> gpsd 3.21 Collecting legal info COPYING: OK (sha256: fdf339997bbca9eaf507476b82fbcac608fc39a3d89b86b51e16db4c9f933716) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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-scons 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> ibrdtn 1.0.1 Collecting legal info COPYING: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> initscripts Collecting legal info >>> json-c 0.15 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> kexec 2.0.22 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox 551d75b5662cccd0466b990d58136bdf799a804d Collecting legal info >>> libuci 52bbc99f69ea6f67b6fe264f424dac91bde5016c Collecting legal info cli.c: OK (sha256: 53672dbbd32466fe6c7ad7cb35b54f666f3f1b41273cd3bd00a42054608aa512) libuci.c: OK (sha256: 69d4eea4de19d27014f3d6ed723081b4039700bfd73cd0a5e39e2c4f19a58c66) >>> mpdecimal 2.5.0 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> neofetch 7.1.0 Collecting legal info LICENSE.md: OK (sha256: fc3034b3dd3a08db109949b629210213bba52aa95455cbc5c2fefa2fc1183efe) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> unscd 0.54 Collecting legal info nscd-0.54.c: OK (sha256: 90e12c71732474cac4d055bf9d104e599178b4e1ecb6d3b8c556eaa11f8f6447) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-arm-2014.05-29: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM_LICENSE_FILES not defined) WARNING: libubox-551d75b5662cccd0466b990d58136bdf799a804d: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /tmp/instance-1/output-1/legal-info make: Leaving directory '/tmp/instance-1/buildroot'