[ 76%] Building C object src/convolutional/CMakeFiles/correct-convolutional.dir/error_buffer.c.o [ 88%] Building C object src/convolutional/CMakeFiles/correct-convolutional.dir/convolutional.c.o [ 88%] Building C object src/convolutional/CMakeFiles/correct-convolutional.dir/encode.c.o [ 88%] Built target correct-h /tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d/src/convolutional/history_buffer.c: In function 'history_buffer_search': /tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d/src/convolutional/history_buffer.c:57:12: warning: 'bestpath' may be used uninitialized in this function [-Wmaybe-uninitialized] return bestpath; ^~~~~~~~ make[3]: Leaving directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' [ 88%] Built target error_sim_shim make[3]: Leaving directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' [ 88%] Built target error_sim make[3]: Leaving directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' [ 88%] Built target correct-convolutional make[3]: Leaving directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' [ 88%] Built target correct-reed-solomon make[3]: Entering directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' make[3]: Entering directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' Scanning dependencies of target correct Scanning dependencies of target correct_static make[3]: Leaving directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' make[3]: Leaving directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' make[3]: Entering directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' make[3]: Entering directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' [ 94%] Linking C shared library lib/libcorrect.so [100%] Linking C shared library lib/libcorrect.so make[3]: Leaving directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' make[3]: Leaving directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' [100%] Built target correct_static [100%] Built target correct make[2]: Leaving directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' make[1]: Leaving directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Installing to staging directory PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot install/fast -C /tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d/ make[1]: Entering directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib/libcorrect.so -- Up-to-date: /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib/libcorrect.so -- Installing: /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/correct.h make[1]: Leaving directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Fixing libtool files for la in $(find /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/tmp/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-0/output-1/target install/fast -C /tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d/ make[1]: Entering directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-0/output-1/target/usr/lib/libcorrect.so -- Up-to-date: /tmp/instance-0/output-1/target/usr/lib/libcorrect.so -- Installing: /tmp/instance-0/output-1/target/usr/include/correct.h make[1]: Leaving directory '/tmp/instance-0/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d' liberation-fonts-ttf-2.1.2.tar.gz: OK (sha256: 14694930f28391675008c67b18889d1a7dfea74b16adf50394f8057b57eaf8e0) >>> liberation 2.1.2 Extracting gzip -d -c /tmp/instance-0/dl/liberation/liberation-fonts-ttf-2.1.2.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/liberation-2.1.2 -xf - >>> liberation 2.1.2 Patching >>> liberation 2.1.2 Configuring >>> liberation 2.1.2 Building >>> liberation 2.1.2 Installing to target mkdir -p /tmp/instance-0/output-1/target/usr/share/fonts/liberation liblockfile_1.09.orig.tar.gz: OK (sha256: 16979eba05396365e1d6af7100431ae9d32f9bc063930d1de66298a0695f1b7f) liblockfile_1.09-6.debian.tar.bz2: OK (sha256: d45eacb7c637c16d03c777c55989d98da494ae9584a0783fe6dbf0db60fa290f) >>> liblockfile 1.09 Extracting gzip -d -c /tmp/instance-0/dl/liblockfile/liblockfile_1.09.orig.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/liblockfile-1.09 -xf - >>> liblockfile 1.09 Patching PATH=/tmp/instance-0/output-1/host/bin:$PATH support/scripts/apply-patches.sh /tmp/instance-0/output-1/build/liblockfile-1.09 /tmp/instance-0/dl/liblockfile liblockfile_1.09-6.debian.tar.bz2 Unsupported file type for /tmp/instance-0/output-1/build/liblockfile-1.09/.patches-liblockfile_1.09-6.debian.tar.bz2-unpacked/debian/changelog, skipping Unsupported file type for /tmp/instance-0/output-1/build/liblockfile-1.09/.patches-liblockfile_1.09-6.debian.tar.bz2-unpacked/debian/control, skipping Unsupported file type for /tmp/instance-0/output-1/build/liblockfile-1.09/.patches-liblockfile_1.09-6.debian.tar.bz2-unpacked/debian/liblockfile-bin.overrides, skipping Applying Makefile.in.patch using series: patching file Makefile.in Applying 688074-Makefile.in-NVER.patch using series: patching file Makefile.in Applying fix-buffer-overflows.patch using series: patching file lockfile.c Unsupported file type for /tmp/instance-0/output-1/build/liblockfile-1.09/.patches-liblockfile_1.09-6.debian.tar.bz2-unpacked/debian/postinst, skipping Unsupported file type for /tmp/instance-0/output-1/build/liblockfile-1.09/.patches-liblockfile_1.09-6.debian.tar.bz2-unpacked/debian/postrm, skipping Unsupported file type for /tmp/instance-0/output-1/build/liblockfile-1.09/.patches-liblockfile_1.09-6.debian.tar.bz2-unpacked/debian/rules, skipping Unsupported file type for /tmp/instance-0/output-1/build/liblockfile-1.09/.patches-liblockfile_1.09-6.debian.tar.bz2-unpacked/debian/shlibs, skipping Unsupported file type for /tmp/instance-0/output-1/build/liblockfile-1.09/.patches-liblockfile_1.09-6.debian.tar.bz2-unpacked/debian/source/format, skipping Unsupported file type for /tmp/instance-0/output-1/build/liblockfile-1.09/.patches-liblockfile_1.09-6.debian.tar.bz2-unpacked/debian/source/options, skipping Applying 0001-install.patch using patch: patching file Makefile.in >>> liblockfile 1.09 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-0/output-1/build/liblockfile-1.09 -name $file); do cp support/gnuconfig/$file $i; done; done >>> liblockfile 1.09 Patching libtool >>> liblockfile 1.09 Configuring (cd /tmp/instance-0/output-1/build/liblockfile-1.09/ && rm -rf config.cache && PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-0/output-1/host/bin/nds32le-linux-ar" AS="/tmp/instance-0/output-1/host/bin/nds32le-linux-as" LD="/tmp/instance-0/output-1/host/bin/nds32le-linux-ld" NM="/tmp/instance-0/output-1/host/bin/nds32le-linux-nm" CC="/tmp/instance-0/output-1/host/bin/nds32le-linux-gcc" GCC="/tmp/instance-0/output-1/host/bin/nds32le-linux-gcc" CPP="/tmp/instance-0/output-1/host/bin/nds32le-linux-cpp" CXX="/tmp/instance-0/output-1/host/bin/nds32le-linux-g++" FC="/tmp/instance-0/output-1/host/bin/nds32le-linux-gfortran" F77="/tmp/instance-0/output-1/host/bin/nds32le-linux-gfortran" RANLIB="/tmp/instance-0/output-1/host/bin/nds32le-linux-ranlib" READELF="/tmp/instance-0/output-1/host/bin/nds32le-linux-readelf" STRIP="/tmp/instance-0/output-1/host/bin/nds32le-linux-strip" OBJCOPY="/tmp/instance-0/output-1/host/bin/nds32le-linux-objcopy" OBJDUMP="/tmp/instance-0/output-1/host/bin/nds32le-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/tmp/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-0/output-1/host/bin/nds32le-linux-as" DEFAULT_LINKER="/tmp/instance-0/output-1/host/bin/nds32le-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 -Os -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/tmp/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no 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=nds32le-buildroot-linux-gnu --host=nds32le-buildroot-linux-gnu --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 --disable-nls --disable-static --enable-shared --mandir=/usr/share/man ) loading site script /dev/null creating cache ./config.cache checking for gcc... /tmp/instance-0/output-1/host/bin/nds32le-linux-gcc checking whether the C compiler (/tmp/instance-0/output-1/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 ) works... yes checking whether the C compiler (/tmp/instance-0/output-1/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 ) is a cross-compiler... yes checking whether we are using GNU C... yes checking whether /tmp/instance-0/output-1/host/bin/nds32le-linux-gcc accepts -g... yes checking build shared libs... yes checking build libnfslock... no checking for ldconfig... /sbin/ldconfig checking how to run the C preprocessor... /tmp/instance-0/output-1/host/bin/nds32le-linux-cpp checking for ANSI C header files... yes checking for getopt.h... yes checking for paths.h... yes checking for sys/param.h... yes checking for utime... yes checking for utimes... yes updating cache ./config.cache creating ./config.status creating ./Makefile creating ./maillock.h creating autoconf.h >>> liblockfile 1.09 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 -C /tmp/instance-0/output-1/build/liblockfile-1.09/ make[1]: Entering directory '/tmp/instance-0/output-1/build/liblockfile-1.09' /tmp/instance-0/output-1/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -Wall -D_GNU_SOURCE -fPIC -D_REENTRANT -I. -DLIB -DLOCKPROG=\"/usr/bin/dotlockfile\" \ -c lockfile.c /tmp/instance-0/output-1/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -Wall -D_GNU_SOURCE -fPIC -D_REENTRANT -I. -c -o dotlockfile.o dotlockfile.c /tmp/instance-0/output-1/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -Wall -D_GNU_SOURCE -fPIC -D_REENTRANT -I. -c lockfile.c -o xlockfile.o lockfile.c: In function 'lockfile_create_save_tmplock': lockfile.c:314:9: warning: ignoring return value of 'link', declared with attribute warn_unused_result [-Wunused-result] (void)link(tmplock, lockfile); ^~~~~~~~~~~~~~~~~~~~~~~ lockfile.c: In function 'lockfile_create_save_tmplock': lockfile.c:314:9: warning: ignoring return value of 'link', declared with attribute warn_unused_result [-Wunused-result] (void)link(tmplock, lockfile); ^~~~~~~~~~~~~~~~~~~~~~~ dotlockfile.c: In function 'main': dotlockfile.c:315:3: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid(gid); ^~~~~~~~~~~ lockfile.c: In function 'lockfile_create_save_tmplock.constprop': lockfile.c:250:44: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 17 and 23 [-Wformat-truncation=] snprintf(p, TMPLOCKFILENAMESZ, "%s%0*d%0*x%s", TMPLOCKSTR, ^~ lockfile.c:253:4: sysname); ~~~~~~~ In file included from /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/stdio.h:861, from lockfile.c:24: /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:67:10: note: '__builtin_snprintf' output between 10 and 271 bytes into a destination of size 32 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lockfile.c:250:44: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 17 and 23 [-Wformat-truncation=] snprintf(p, TMPLOCKFILENAMESZ, "%s%0*d%0*x%s", TMPLOCKSTR, ^~ lockfile.c:253:4: sysname); ~~~~~~~ In file included from /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/stdio.h:861, from lockfile.c:24: /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:67:10: note: '__builtin_snprintf' output between 10 and 271 bytes into a destination of size 32 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar rv liblockfile.a lockfile.o ar: creating liblockfile.a a - lockfile.o /tmp/instance-0/output-1/host/bin/nds32le-linux-gcc -fPIC -shared -Wl,-soname,liblockfile.so.1 \ -o liblockfile.so lockfile.o -lc /tmp/instance-0/output-1/host/bin/nds32le-linux-gcc -o dotlockfile dotlockfile.o xlockfile.o make[1]: Leaving directory '/tmp/instance-0/output-1/build/liblockfile-1.09' >>> liblockfile 1.09 Installing to staging directory mkdir -p /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/share/man/man1 /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/share/man/man3 rm -f /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib/liblockfile.so PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 -C /tmp/instance-0/output-1/build/liblockfile-1.09 ROOT=/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot install make[1]: Entering directory '/tmp/instance-0/output-1/build/liblockfile-1.09' install -m 644 lockfile.h maillock.h /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include install -m 2755 dotlockfile /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin;\ install -m 644 *.1 /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/share/man/man1 install -m 644 *.3 /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/share/man/man3 install -m 755 liblockfile.so \ /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib/liblockfile.so.1.0 ln -s liblockfile.so.1.0 /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib/liblockfile.so if test "/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot" = ""; then /sbin/ldconfig; fi make[1]: Leaving directory '/tmp/instance-0/output-1/build/liblockfile-1.09' ln -sf liblockfile.so /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib/liblockfile.so.1 >>> liblockfile 1.09 Fixing libtool files for la in $(find /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/tmp/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> liblockfile 1.09 Installing to target cp -a /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib/liblockfile.so* /tmp/instance-0/output-1/target/usr/lib mbpfan-2.2.1.tar.gz: OK (sha256: 52a3a79d99f775fe90917a0958e527ea14ff5b83d010164bd91f7cc3ce046b6a) >>> mbpfan 2.2.1 Extracting gzip -d -c /tmp/instance-0/dl/mbpfan/mbpfan-2.2.1.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/mbpfan-2.2.1 -xf - >>> mbpfan 2.2.1 Patching >>> mbpfan 2.2.1 Configuring >>> mbpfan 2.2.1 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1" LDFLAGS="" /usr/bin/make -j32 CC="/tmp/instance-0/output-1/host/bin/nds32le-linux-gcc" -C /tmp/instance-0/output-1/build/mbpfan-2.2.1 make[1]: Entering directory '/tmp/instance-0/output-1/build/mbpfan-2.2.1' mkdir -p bin mkdir -p bin mkdir -p bin mkdir -p bin mkdir -p bin Compiling src/minunit... Compiling src/settings... Compiling src/daemon... /tmp/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/minunit.c -osrc/minunit.o /tmp/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/settings.c -osrc/settings.o /tmp/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/daemon.c -osrc/daemon.o Compiling src/mbpfan... /tmp/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/mbpfan.c -osrc/mbpfan.o mkdir -p bin mkdir -p bin Compiling src/main... /tmp/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/main.c -osrc/main.o Compiling src/util... /tmp/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/util.c -osrc/util.o Compiling src/strmap... /tmp/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/strmap.c -osrc/strmap.o src/daemon.c: In function 'read_pid': src/daemon.c:60:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%d", &pid); ^~~~~~~~~~~~~~~~~~~~~~~~ src/mbpfan.c: In function 'retrieve_sensors': src/mbpfan.c:190:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%d", &s->temperature); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/mbpfan.c: In function 'read_value': src/mbpfan.c:237:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(file, "%d", &value); ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/mbpfan.c: In function 'read_value_str': src/mbpfan.c:247:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(str, len, file); ^~~~~~~~~~~~~~~~~~~~~ Linking... /tmp/instance-0/output-1/host/bin/nds32le-linux-gcc -g src/minunit.o src/settings.o src/daemon.o src/mbpfan.o src/main.o src/util.o src/strmap.o -lm -o bin/mbpfan make[1]: Leaving directory '/tmp/instance-0/output-1/build/mbpfan-2.2.1' >>> mbpfan 2.2.1 Installing to target /usr/bin/install -D -m 0644 /tmp/instance-0/output-1/build/mbpfan-2.2.1/mbpfan.conf /tmp/instance-0/output-1/target/etc/mbpfan.conf /usr/bin/install -m 0755 /tmp/instance-0/output-1/build/mbpfan-2.2.1/bin/mbpfan /tmp/instance-0/output-1/target/usr/sbin/mbpfan patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting bzcat /tmp/instance-0/dl/patchelf/patchelf-0.9.tar.bz2 | tar --strip-components=1 -C /tmp/instance-0/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-0/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-0/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-0/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-0/output-1/host/lib/pkgconfig:/tmp/instance-0/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-0/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-0/output-1/host" --sysconfdir="/tmp/instance-0/output-1/host/etc" --localstatedir="/tmp/instance-0/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-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-0/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-0/output-1/host/lib/pkgconfig:/tmp/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j32 -C /tmp/instance-0/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/tmp/instance-0/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-0/output-1/host/include -Wall -O2 -I/tmp/instance-0/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/tmp/instance-0/output-1/host/include -L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-0/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-0/output-1/host/lib/pkgconfig:/tmp/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j32 install -C /tmp/instance-0/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/tmp/instance-0/output-1/host/bin' /usr/bin/install -c patchelf '/tmp/instance-0/output-1/host/bin' make[3]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/tmp/instance-0/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-0/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/instance-0/output-1/host/share/doc/patchelf' /bin/mkdir -p '/tmp/instance-0/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README '/tmp/instance-0/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-0/output-1/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-0/output-1/host/bin/nds32le-linux-%g' -e 's%@TARGET_ARCH@%nds32le%g' -e 's%@TARGET_CPU@%%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-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', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-0/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-0/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-0/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-0/output-1/target/etc/shells; fi mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-0/output-1/target/etc/shadow rm -f /tmp/instance-0/output-1/target/bin/sh if [ -x /tmp/instance-0/output-1/target/sbin/swapon -a -x /tmp/instance-0/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-0/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-0/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /tmp/instance-0/output-1/build/locales.nopurge for dir in /tmp/instance-0/output-1/target/usr/share/locale /tmp/instance-0/output-1/target/usr/share/X11/locale /tmp/instance-0/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake \ /tmp/instance-0/output-1/target/usr/doc find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-0/output-1/target/usr/share/gdb rm -rf /tmp/instance-0/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-0/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-0/output-1/target/usr/share/zsh rm -rf /tmp/instance-0/output-1/target/usr/man /tmp/instance-0/output-1/target/usr/share/man rm -rf /tmp/instance-0/output-1/target/usr/info /tmp/instance-0/output-1/target/usr/share/info rm -rf /tmp/instance-0/output-1/target/usr/doc /tmp/instance-0/output-1/target/usr/share/doc rm -rf /tmp/instance-0/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-0/output-1/target/lib/debug /tmp/instance-0/output-1/target/usr/lib/debug find /tmp/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-0/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-0/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05.1-123-g3466797ced"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.05.2"; \ echo "PRETTY_NAME=\"Buildroot 2021.05.2\"" \ ) > /tmp/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-0/output-1/per-package /tmp/instance-0/buildroot/support/scripts/fix-rpath target touch /tmp/instance-0/output-1/target/usr ln -snf /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2021.05.1-123-g3466797ced Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-andes-nds32 Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 28 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-exfatprogs 1.1.0 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> hostapd 2.9 Collecting legal info README: OK (sha256: 9da5dd0776da266b180b915e460ff75c6ff729aca1196ab396529510f24f3761) >>> initscripts Collecting legal info >>> ipset 7.11 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Collecting legal info LICENSE: OK (sha256: 135138cd4304aa637836758dc5edfb5f21b7d09ecc637d25288d206b151a5768) >>> liberation 2.1.2 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> liblockfile 1.09 Collecting legal info COPYRIGHT: OK (sha256: 5fffcc11f94a05a7cff02ff792407737eb1cba840767cc1a71b67fbb19695dd3) >>> mbpfan 2.2.1 Collecting legal info COPYING: OK (sha256: 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-andes-nds32: cannot save license (TOOLCHAIN_EXTERNAL_ANDES_NDS32_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'