>>> tinycbor 0.6.0 Configuring >>> tinycbor 0.6.0 Building PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-as" LD="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-ld" NM="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc" GCC="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc" CPP="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-cpp" CXX="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-g++" FC="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gfortran" F77="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-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-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-2/output-1/host/lib -Wl,-rpath,/tmp/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-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=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no DISABLE_WERROR=1 V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /tmp/instance-2/output-1/build/tinycbor-0.6.0 make[1]: Entering directory '/tmp/instance-2/output-1/build/tinycbor-0.6.0' .config file not yet created /home/autobuild/make/make -f ./Makefile.configure OUT='>&9' configure 9> .config make[2]: Entering directory '/tmp/instance-2/output-1/build/tinycbor-0.6.0' if printf "extern int open_memstream(); int main() { return open_memstream(); }" | \ /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -xc -o /dev/null - ; \ then \ echo open_memstream-pass := 1 >&9; \ fi if printf "extern int funopen(); int main() { return funopen(); }" | \ /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -xc -o /dev/null - ; \ then \ echo funopen-pass := 1 >&9; \ fi /tmp/instance-2/output-1/host/lib/gcc/sh4eb-buildroot-linux-gnu/12.2.0/../../../../sh4eb-buildroot-linux-gnu/bin/ld: /tmp/cc443i8y.o: in function `main': :(.text+0x1c): undefined reference to `funopen' collect2: error: ld returned 1 exit status if printf "extern int fopencookie(); int main() { return fopencookie(); }" | \ /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -xc -o /dev/null - ; \ then \ echo fopencookie-pass := 1 >&9; \ fi if printf "int main() {}" | \ /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -xc -Wl,--gc-sections -o /dev/null - ; \ then \ echo gc_sections-pass := 1 >&9; \ fi if printf "#include \n #include \n int main() { return cJSON_False; }" | \ /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -xc -lcjson -o /dev/null - ; \ then \ echo system-cjson-pass := 1 >&9; \ fi :2:11: fatal error: cjson/cJSON.h: No such file or directory compilation terminated. if printf "#include \n #include \n int main() { return cJSON_False; }" | \ /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -xc -I./src -o /dev/null - ; \ then \ echo cjson-pass := 1 >&9; \ fi :2:11: fatal error: cjson/cJSON.h: No such file or directory compilation terminated. if printf "#if !defined(__STDC_HOSTED__) || __STDC_HOSTED__-0 == 1\n #error Hosted implementation\n #endif\n int main() {}" | \ /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -xc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -o /dev/null - ; \ then \ echo freestanding-pass := 1 >&9; \ fi :2:3: error: #error Hosted implementation make[2]: Leaving directory '/tmp/instance-2/output-1/build/tinycbor-0.6.0' /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -fPIC -c -o src/cborerrorstrings.pic.o src/cborerrorstrings.c /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -fPIC -c -o src/cborencoder.pic.o src/cborencoder.c /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -fPIC -c -o src/cborencoder_close_container_checked.pic.o src/cborencoder_close_container_checked.c /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -fPIC -c -o src/cborencoder_float.pic.o src/cborencoder_float.c /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -fPIC -c -o src/cborparser.pic.o src/cborparser.c /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -fPIC -c -o src/cborparser_float.pic.o src/cborparser_float.c /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -fPIC -c -o src/cborpretty.pic.o src/cborpretty.c /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -fPIC -c -o src/cborparser_dup_string.pic.o src/cborparser_dup_string.c /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -fPIC -c -o src/cborpretty_stdio.pic.o src/cborpretty_stdio.c /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -fPIC -c -o src/cbortojson.pic.o src/cbortojson.c /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -fPIC -c -o src/cborvalidation.pic.o src/cborvalidation.c /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -shared -Wl,-soname,libtinycbor.so.0.6 -o lib/libtinycbor.so.0.6.0 src/cborerrorstrings.pic.o src/cborencoder.pic.o src/cborencoder_close_container_checked.pic.o src/cborencoder_float.pic.o src/cborparser.pic.o src/cborparser_float.pic.o src/cborpretty.pic.o src/cborparser_dup_string.pic.o src/cborpretty_stdio.pic.o src/cbortojson.pic.o src/cborvalidation.pic.o -lm cd lib ; ln -sf libtinycbor.so.0.6.0 libtinycbor.so ; ln -sf libtinycbor.so.0.6.0 libtinycbor.so.0.6 /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -c -o tools/cbordump/cbordump.o tools/cbordump/cbordump.c /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -o bin/cbordump tools/cbordump/cbordump.o lib/libtinycbor.so -lm sed > tinycbor.pc < tinycbor.pc.in \ -e 's,@prefix@,/usr/local,' \ -e 's,@exec_prefix@,/usr/local,' \ -e 's,@libdir@,/usr/local/lib,' \ -e 's,@includedir@,/usr/local/include,' \ -e 's,@version@,0.6.0,' make[1]: Leaving directory '/tmp/instance-2/output-1/build/tinycbor-0.6.0' >>> tinycbor 0.6.0 Installing to staging directory PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-as" LD="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-ld" NM="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc" GCC="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc" CPP="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-cpp" CXX="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-g++" FC="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gfortran" F77="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-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-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-2/output-1/host/lib -Wl,-rpath,/tmp/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-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=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no DISABLE_WERROR=1 V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /tmp/instance-2/output-1/build/tinycbor-0.6.0 DESTDIR=/tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot prefix=/usr install make[1]: Entering directory '/tmp/instance-2/output-1/build/tinycbor-0.6.0' install -d /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin install -m 755 bin/cbordump /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/cbordump install -d /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/lib install -m 644 lib/libtinycbor.so.0.6.0 /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/lib/libtinycbor.so.0.6.0 install -d /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig install -m 644 tinycbor.pc /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/tinycbor.pc install -d /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/tinycbor install -m 644 src/cbor.h /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/tinycbor/cbor.h install -d /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/tinycbor install -m 644 src/cborjson.h /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/tinycbor/cborjson.h install -d /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/tinycbor install -m 644 src/tinycbor-version.h /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/tinycbor/tinycbor-version.h ln -sf libtinycbor.so.0.6.0 /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/lib/libtinycbor.so ln -sf libtinycbor.so.0.6.0 /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/lib/libtinycbor.so.0.6 make[1]: Leaving directory '/tmp/instance-2/output-1/build/tinycbor-0.6.0' >>> tinycbor 0.6.0 Fixing libtool files for la in $(find /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-2/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-2/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 >>> tinycbor 0.6.0 Installing to target PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-as" LD="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-ld" NM="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc" GCC="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc" CPP="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-cpp" CXX="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-g++" FC="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gfortran" F77="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-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-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-2/output-1/host/lib -Wl,-rpath,/tmp/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-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=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no DISABLE_WERROR=1 V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /tmp/instance-2/output-1/build/tinycbor-0.6.0 DESTDIR=/tmp/instance-2/output-1/target prefix=/usr install make[1]: Entering directory '/tmp/instance-2/output-1/build/tinycbor-0.6.0' install -d /tmp/instance-2/output-1/target/usr/bin install -m 755 bin/cbordump /tmp/instance-2/output-1/target/usr/bin/cbordump install -d /tmp/instance-2/output-1/target/usr/lib install -m 644 lib/libtinycbor.so.0.6.0 /tmp/instance-2/output-1/target/usr/lib/libtinycbor.so.0.6.0 install -d /tmp/instance-2/output-1/target/usr/lib/pkgconfig install -m 644 tinycbor.pc /tmp/instance-2/output-1/target/usr/lib/pkgconfig/tinycbor.pc install -d /tmp/instance-2/output-1/target/usr/include/tinycbor install -m 644 src/cbor.h /tmp/instance-2/output-1/target/usr/include/tinycbor/cbor.h install -d /tmp/instance-2/output-1/target/usr/include/tinycbor install -m 644 src/cborjson.h /tmp/instance-2/output-1/target/usr/include/tinycbor/cborjson.h install -d /tmp/instance-2/output-1/target/usr/include/tinycbor install -m 644 src/tinycbor-version.h /tmp/instance-2/output-1/target/usr/include/tinycbor/tinycbor-version.h ln -sf libtinycbor.so.0.6.0 /tmp/instance-2/output-1/target/usr/lib/libtinycbor.so ln -sf libtinycbor.so.0.6.0 /tmp/instance-2/output-1/target/usr/lib/libtinycbor.so.0.6 make[1]: Leaving directory '/tmp/instance-2/output-1/build/tinycbor-0.6.0' >>> wavemon 0.9.4 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-2/output-1/build/.wavemon-0.9.4.tar.gz.3aZcZE/output' 'https://github.com/uoaerg/wavemon/archive/v0.9.4/wavemon-0.9.4.tar.gz' --2022-11-08 03:44:01-- https://github.com/uoaerg/wavemon/archive/v0.9.4/wavemon-0.9.4.tar.gz Resolving github.com (github.com)... 140.82.112.4 Connecting to github.com (github.com)|140.82.112.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/uoaerg/wavemon/tar.gz/refs/tags/v0.9.4 [following] --2022-11-08 03:44:01-- https://codeload.github.com/uoaerg/wavemon/tar.gz/refs/tags/v0.9.4 Resolving codeload.github.com (codeload.github.com)... 140.82.112.9 Connecting to codeload.github.com (codeload.github.com)|140.82.112.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-2/output-1/build/.wavemon-0.9.4.tar.gz.3aZcZE/output' 0K .......... .......... .......... .......... .......... 491K 50K .......... .......... .......... .......... .......... 971K 100K .......... .......... .......... .......... .......... 86.8M 150K .......... .......... .......... .......... .......... 946K 200K .......... ..... 92.9M=0.2s 2022-11-08 03:44:02 (1.02 MB/s) - '/tmp/instance-2/output-1/build/.wavemon-0.9.4.tar.gz.3aZcZE/output' saved [221133] wavemon-0.9.4.tar.gz: OK (sha256: e7e4167292136ca7ff12ddeb880904c10f33e97620ea6aa5f7838e859fdb40ed) >>> wavemon 0.9.4 Extracting gzip -d -c /tmp/instance-2/dl/wavemon/wavemon-0.9.4.tar.gz | tar --strip-components=1 -C /tmp/instance-2/output-1/build/wavemon-0.9.4 -xf - >>> wavemon 0.9.4 Patching >>> wavemon 0.9.4 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-2/output-1/build/wavemon-0.9.4 -name $file); do cp support/gnuconfig/$file $i; done; done >>> wavemon 0.9.4 Patching libtool >>> wavemon 0.9.4 Configuring (cd /tmp/instance-2/output-1/build/wavemon-0.9.4/ && rm -rf config.cache && PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-as" LD="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-ld" NM="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc" GCC="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc" CPP="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-cpp" CXX="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-g++" FC="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gfortran" F77="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-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-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-2/output-1/host/lib -Wl,-rpath,/tmp/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-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=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-2/output-1/host/sh4eb-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=yes CONFIG_SITE=/dev/null ./configure --target=sh4eb-buildroot-linux-gnu --host=sh4eb-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 --without-libcap ) 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, --disable-nls, --disable-static, --enable-shared checking build system type... x86_64-pc-linux-gnu checking host system type... sh4eb-buildroot-linux-gnu checking for sh4eb-buildroot-linux-gnu-gcc... /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-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-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-cpp checking for a BSD-compatible install... /usr/bin/install -c checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking whether time.h and sys/time.h may both be included... 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 ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking net/if_arp.h usability... yes checking net/if_arp.h presence... yes checking for net/if_arp.h... yes checking netinet/ether.h usability... yes checking netinet/ether.h presence... yes checking for netinet/ether.h... yes checking net/ethernet.h usability... yes checking net/ethernet.h presence... yes checking for net/ethernet.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking ncursesw/curses.h usability... no checking ncursesw/curses.h presence... no checking for ncursesw/curses.h... no checking for sys/socket.h... yes checking for linux/if.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for pow in -lm... yes checking for pthread_create in -lpthread... yes checking for addnwstr in -lncursesw6... no checking for addnwstr in -lncursesw... no checking for addnwstr in -lncursesw... (cached) no checking for addnwstr in -lncurses... no checking for addnwstr in -lncursesw... (cached) no checking for waddstr in -lncurses... yes checking for gettimeofday... yes checking for ether_ntohost... yes checking pkg-config is at least version 0.9.0... yes checking for LIBNL3_CLI... yes checking whether /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc needs -traditional... no checking for an ANSI C-conforming const... yes checking for inline... inline configure: creating ./config.status config.status: creating Makefile 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, --disable-nls, --disable-static, --enable-shared >>> wavemon 0.9.4 Building PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 CC="/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc" -C /tmp/instance-2/output-1/build/wavemon-0.9.4/ make[1]: Entering directory '/tmp/instance-2/output-1/build/wavemon-0.9.4' CC about_scr.c CC conf.c CC conf_scr.c CC error.c CC help_scr.c CC info_scr.c CC iw_if.c CC iw_nl80211.c CC iw_scan.c CC lhist_scr.c CC llist.c CC rfkill.c CC scan_scr.c CC ui.c CC utils.c /tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -pthread -I/tmp/instance-2/output-1/host/bin/../sh4eb-buildroot-linux-gnu/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 wavemon.c about_scr.o conf.o conf_scr.o error.o help_scr.o info_scr.o iw_if.o iw_nl80211.o iw_scan.o lhist_scr.o llist.o rfkill.o scan_scr.o ui.o utils.o -lncurses -lm -L/tmp/instance-2/output-1/host/bin/../sh4eb-buildroot-linux-gnu/sysroot/usr/lib -lnl-cli-3 -lnl-genl-3 -lnl-nf-3 -lnl-route-3 -lnl-3 -o wavemon make[1]: Leaving directory '/tmp/instance-2/output-1/build/wavemon-0.9.4' >>> wavemon 0.9.4 Installing to target PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-2/output-1/target install -C /tmp/instance-2/output-1/build/wavemon-0.9.4/ make[1]: Entering directory '/tmp/instance-2/output-1/build/wavemon-0.9.4' /usr/bin/install -c -m 0755 -d /tmp/instance-2/output-1/target/usr/bin /usr/bin/install -c -m 0755 wavemon /tmp/instance-2/output-1/target/usr/bin /usr/bin/install -c -m 0755 -d /tmp/instance-2/output-1/target/usr/share/man/man1 /usr/bin/install -c -m 0644 wavemon.1 /tmp/instance-2/output-1/target/usr/share/man/man1 /usr/bin/install -c -m 0755 -d /tmp/instance-2/output-1/target/usr/share/man/man5 /usr/bin/install -c -m 0644 wavemonrc.5 /tmp/instance-2/output-1/target/usr/share/man/man5 /usr/bin/install -c -m 0755 -d /tmp/instance-2/output-1/target/usr/share/wavemon /usr/bin/install -c -m 0644 README.md LICENSE /tmp/instance-2/output-1/target/usr/share/wavemon make[1]: Leaving directory '/tmp/instance-2/output-1/build/wavemon-0.9.4' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sh4%g" -e "s%@TARGET_CPU@%%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@%/tmp/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-2/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-2/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sh4%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=2'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=2'%g" -e "s%@BR2_CMAKE@%/tmp/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-2/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-2/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /tmp/instance-2/output-1/target/etc/shells || echo "/bin/dash" >> /tmp/instance-2/output-1/target/etc/shells rm -f /tmp/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-2/output-1/host/bin/glib-compile-schemas /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-2/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-2/output-1/target/etc echo "buildroot" > /tmp/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-2/output-1/target/etc/hosts mkdir -p /tmp/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-2/output-1/target/etc/shells ln -sf dash /tmp/instance-2/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /tmp/instance-2/output-1/target/etc/passwd rm -rf /tmp/instance-2/output-1/target/usr/include /tmp/instance-2/output-1/target/usr/share/aclocal \ /tmp/instance-2/output-1/target/usr/lib/pkgconfig /tmp/instance-2/output-1/target/usr/share/pkgconfig \ /tmp/instance-2/output-1/target/usr/lib/cmake /tmp/instance-2/output-1/target/usr/share/cmake \ /tmp/instance-2/output-1/target/usr/lib/rpm /tmp/instance-2/output-1/target/usr/doc find /tmp/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-2/output-1/target/lib/ /tmp/instance-2/output-1/target/usr/lib/ /tmp/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-2/output-1/target/usr/share/gdb rm -rf /tmp/instance-2/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-2/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-2/output-1/target/usr/share/zsh rm -rf /tmp/instance-2/output-1/target/usr/man /tmp/instance-2/output-1/target/usr/share/man rm -rf /tmp/instance-2/output-1/target/usr/info /tmp/instance-2/output-1/target/usr/share/info rm -rf /tmp/instance-2/output-1/target/usr/doc /tmp/instance-2/output-1/target/usr/share/doc rm -rf /tmp/instance-2/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-2/output-1/target/lib/debug /tmp/instance-2/output-1/target/usr/lib/debug find /tmp/instance-2/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 /tmp/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-2/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-2/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-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-rc1-175-g4f98d5dc25"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc1\"" \ ) > /tmp/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-2/output-1/per-package /tmp/instance-2/buildroot/support/scripts/fix-rpath target touch /tmp/instance-2/output-1/target/usr ln -snf /tmp/instance-2/output-1/host/sh4eb-buildroot-linux-gnu/sysroot /tmp/instance-2/output-1/staging make: Leaving directory '/tmp/instance-2/buildroot' make: Entering directory '/tmp/instance-2/buildroot' >>> Buildroot 2022.11-rc1-175-g4f98d5dc25 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.2.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.2.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.4.217 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> beecrypt 4.2.1 Collecting legal info COPYING.LIB: OK (sha256: 512d2d21b6b3384ba64781abb0208a1b87740bc31e2df48e2b206ddb7e4d5779) >>> host-autoconf 2.71 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> civetweb 1.15 Collecting legal info LICENSE.md: OK (sha256: 24d3d2aee56ae3cddcdf3392c1250877818108314233cf15f2bc9eb3ac298934) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libressl 3.6.1 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> gmrender-resurrect 0.1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> gstreamer1 1.20.4 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> 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) >>> host-meson 0.64.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.5.1 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.0 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> gst1-plugins-base 1.20.4 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> iftop 1.0pre4 Collecting legal info COPYING: OK (sha256: c00d1408e080e7f14615c7c2e0fbd079f1b2c19e93fc6eab819bdee8d5fdfbc4) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libmms 0.6.4 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> lilv 0.24.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> ncdu 1.17 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> owfs 3.2p4 Collecting legal info COPYING: OK (sha256: 1f0527ab035eefb5197c68633d06f50f5077c719d82a99344702ceaca29150b9) COPYING.LIB: OK (sha256: 8a6601b893d5784d931b2ede64a406fac463acfbb7014914e27de4d6e68457c3) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sqlcipher 4.5.1 Collecting legal info LICENSE: OK (sha256: 3eee3c7964a9becc94d747bd36703d31fc86eb994680b06a61bfd4f2661eaac8) >>> host-tcl 8.6.12 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> swupdate 2022.05 Collecting legal info LICENSES/BSD-1-Clause.txt: OK (sha256: 4cf04ed34ff0ebbf5c71345b56e6af5093fc17206364cca0ebbae92ef3940683) LICENSES/BSD-3-Clause.txt: OK (sha256: e27a3e87706b3aa5ff2e50eaafe2e6ed5397fbf2d7679eaf444a6d000518a3a6) LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/CC-BY-SA-4.0.txt: OK (sha256: cde7883b9050a1104f4ac19a1572aafd6e5d7323b68351aaf51fbf4beba54966) LICENSES/GPL-2.0-only.txt: OK (sha256: 5d51b52a40391a26cbb2accf5dc5d1c165de49a022d9d5efb50b22204d2682ec) LICENSES/GPL-2.0-or-later.txt: OK (sha256: 43fd695e9b198a9a4997cc2d02e10d26cae937e2c4930b9eff9c6d349c85cd32) LICENSES/ISC.txt: OK (sha256: 492e801f1b0632185431472f148885a4fe8e990b10da57b4986a8bcf140a5374) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) LICENSES/OFL-1.1.txt: OK (sha256: 8f2368a292194be10b1223a8875815240a9208bb30785cb13d8849eb6a750fe9) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> wavemon 0.9.4 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.4.217: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-2/output-1/legal-info make: Leaving directory '/tmp/instance-2/buildroot'