install -m 755 mpstat /home/buildroot/autobuild/instance-1/output/target/usr/bin install -m 755 pidstat /home/buildroot/autobuild/instance-1/output/target/usr/bin install -m 755 cifsiostat /home/buildroot/autobuild/instance-1/output/target/usr/bin install -m 644 sysstat.ioconf /home/buildroot/autobuild/instance-1/output/target/etc/sysconfig install -m 644 sysstat.sysconfig /home/buildroot/autobuild/instance-1/output/target/etc/sysconfig/sysstat make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/sysstat-11.6.3' tinycbor-v0.5.2.tar.gz: OK (sha256: dfa2a4550eb145a5f62ffff39e36accf2704987922c194e8e845124175c00441) >>> tinycbor v0.5.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-1/dl/tinycbor/tinycbor-v0.5.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-1/output/build/tinycbor-v0.5.2 -xf - >>> tinycbor v0.5.2 Patching Applying 0001-fix-undefined-encode_half-in-json2cbor.patch using patch: patching file tools/json2cbor/json2cbor.c >>> tinycbor v0.5.2 Configuring >>> tinycbor v0.5.2 Building PATH="/home/buildroot/autobuild/instance-1/output/host/bin:/home/buildroot/autobuild/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j1 PATH="/home/buildroot/autobuild/instance-1/output/host/bin:/home/buildroot/autobuild/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-ar" AS="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-as" LD="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-ld" NM="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-nm" CC="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gcc" GCC="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gcc" CPP="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-cpp" CXX="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-g++" FC="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gfortran" F77="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gfortran" RANLIB="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-ranlib" READELF="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-readelf" STRIP="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-strip" OBJCOPY="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-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/home/buildroot/autobuild/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-1/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-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 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /home/buildroot/autobuild/instance-1/output/build/tinycbor-v0.5.2 make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/tinycbor-v0.5.2' Makefile:99: warning: funopen and fopencookie unavailable, open_memstream can not be implemented and conversion to JSON will not work properly! /usr/bin/make -f ./Makefile.configure OUT='>&9' configure 9> .config make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/tinycbor-v0.5.2' if printf "extern int open_memstream(); int main() { return open_memstream(); }" | \ /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gcc -xc -o /dev/null - ; \ then \ echo open_memstream-pass := 1 >&9; \ fi if printf "extern int funopen(); int main() { return funopen(); }" | \ /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gcc -xc -o /dev/null - ; \ then \ echo funopen-pass := 1 >&9; \ fi /tmp/cc227VLc.o: In function `main': :(.text+0x10): undefined reference to `funopen' collect2: error: ld returned 1 exit status if printf "extern int fopencookie(); int main() { return fopencookie(); }" | \ /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gcc -xc -o /dev/null - ; \ then \ echo fopencookie-pass := 1 >&9; \ fi if printf "int main() {}" | \ /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-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; }" | \ /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-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; }" | \ /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-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() {}" | \ /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gcc -xc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o /dev/null - ; \ then \ echo freestanding-pass := 1 >&9; \ fi :2:3: error: #error Hosted implementation make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/tinycbor-v0.5.2' /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-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 -fPIC -c -o src/cborerrorstrings.pic.o src/cborerrorstrings.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-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 -fPIC -c -o src/cborencoder.pic.o src/cborencoder.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-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 -fPIC -c -o src/cborencoder_close_container_checked.pic.o src/cborencoder_close_container_checked.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-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 -fPIC -c -o src/cborparser.pic.o src/cborparser.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-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 -fPIC -c -o src/cborpretty.pic.o src/cborpretty.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-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 -fPIC -c -o src/cborparser_dup_string.pic.o src/cborparser_dup_string.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-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 -fPIC -c -o src/cborpretty_stdio.pic.o src/cborpretty_stdio.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-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 -fPIC -c -o src/cbortojson.pic.o src/cbortojson.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-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 -fPIC -c -o src/cborvalidation.pic.o src/cborvalidation.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gcc -shared -Wl,-soname,libtinycbor.so.0.5 -o lib/libtinycbor.so.0.5.2 src/cborerrorstrings.pic.o src/cborencoder.pic.o src/cborencoder_close_container_checked.pic.o src/cborparser.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.5.2 libtinycbor.so ; ln -sf libtinycbor.so.0.5.2 libtinycbor.so.0.5 /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-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 -c -o tools/cbordump/cbordump.o tools/cbordump/cbordump.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-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.5.2,' make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/tinycbor-v0.5.2' >>> tinycbor v0.5.2 Installing to staging directory PATH="/home/buildroot/autobuild/instance-1/output/host/bin:/home/buildroot/autobuild/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/instance-1/output/host/bin:/home/buildroot/autobuild/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-ar" AS="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-as" LD="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-ld" NM="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-nm" CC="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gcc" GCC="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gcc" CPP="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-cpp" CXX="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-g++" FC="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gfortran" F77="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gfortran" RANLIB="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-ranlib" READELF="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-readelf" STRIP="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-strip" OBJCOPY="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-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/home/buildroot/autobuild/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-1/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-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 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /home/buildroot/autobuild/instance-1/output/build/tinycbor-v0.5.2 DESTDIR=/home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot prefix=/usr install make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/tinycbor-v0.5.2' install -d /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/bin install -d /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib install -d /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib install -d /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib install -m 755 bin/cbordump /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/bin/cbordump install -m 644 lib/libtinycbor.so /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib/libtinycbor.so install -m 644 lib/libtinycbor.so.0.5 /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib/libtinycbor.so.0.5 install -d /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig install -m 644 lib/libtinycbor.so.0.5.2 /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib/libtinycbor.so.0.5.2 install -d /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/tinycbor install -d /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/tinycbor install -m 644 tinycbor.pc /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/tinycbor.pc install -d /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/tinycbor install -m 644 src/cbor.h /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/tinycbor/cbor.h install -m 644 src/cborjson.h /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/tinycbor/cborjson.h install -m 644 src/tinycbor-version.h /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/include/tinycbor/tinycbor-version.h make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/tinycbor-v0.5.2' >>> tinycbor v0.5.2 Fixing libtool files >>> tinycbor v0.5.2 Installing to target PATH="/home/buildroot/autobuild/instance-1/output/host/bin:/home/buildroot/autobuild/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/instance-1/output/host/bin:/home/buildroot/autobuild/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-ar" AS="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-as" LD="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-ld" NM="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-nm" CC="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gcc" GCC="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gcc" CPP="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-cpp" CXX="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-g++" FC="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gfortran" F77="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-gfortran" RANLIB="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-ranlib" READELF="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-readelf" STRIP="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-strip" OBJCOPY="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-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/home/buildroot/autobuild/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-1/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-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 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /home/buildroot/autobuild/instance-1/output/build/tinycbor-v0.5.2 DESTDIR=/home/buildroot/autobuild/instance-1/output/target prefix=/usr install make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/tinycbor-v0.5.2' install -d /home/buildroot/autobuild/instance-1/output/target/usr/bin install -d /home/buildroot/autobuild/instance-1/output/target/usr/lib install -d /home/buildroot/autobuild/instance-1/output/target/usr/lib install -d /home/buildroot/autobuild/instance-1/output/target/usr/lib install -m 755 bin/cbordump /home/buildroot/autobuild/instance-1/output/target/usr/bin/cbordump install -m 644 lib/libtinycbor.so /home/buildroot/autobuild/instance-1/output/target/usr/lib/libtinycbor.so install -m 644 lib/libtinycbor.so.0.5 /home/buildroot/autobuild/instance-1/output/target/usr/lib/libtinycbor.so.0.5 install -m 644 lib/libtinycbor.so.0.5.2 /home/buildroot/autobuild/instance-1/output/target/usr/lib/libtinycbor.so.0.5.2 install -d /home/buildroot/autobuild/instance-1/output/target/usr/lib/pkgconfig install -d /home/buildroot/autobuild/instance-1/output/target/usr/include/tinycbor install -d /home/buildroot/autobuild/instance-1/output/target/usr/include/tinycbor install -d /home/buildroot/autobuild/instance-1/output/target/usr/include/tinycbor install -m 644 tinycbor.pc /home/buildroot/autobuild/instance-1/output/target/usr/lib/pkgconfig/tinycbor.pc install -m 644 src/cbor.h /home/buildroot/autobuild/instance-1/output/target/usr/include/tinycbor/cbor.h install -m 644 src/cborjson.h /home/buildroot/autobuild/instance-1/output/target/usr/include/tinycbor/cborjson.h install -m 644 src/tinycbor-version.h /home/buildroot/autobuild/instance-1/output/target/usr/include/tinycbor/tinycbor-version.h make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/tinycbor-v0.5.2' u-boot-2018.07.tar.bz2: OK (sha256: 9f10df88bc91b35642e461217f73256bbaeeca9ae2db8db56197ba5e89e1f6d4) >>> host-uboot-tools 2018.07 Extracting bzcat /home/buildroot/autobuild/instance-1/dl/uboot-tools/u-boot-2018.07.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/instance-1/output/build/host-uboot-tools-2018.07 -xf - >>> host-uboot-tools 2018.07 Patching Applying 0001-drop-configh-from-tools.patch using patch: patching file tools/env/fw_env_private.h Hunk #1 succeeded at 4 with fuzz 1 (offset -1 lines). Applying 0002-tools-only-in-no-dot-config-targets.patch using patch: patching file Makefile Hunk #1 succeeded at 439 (offset 14 lines). Applying 0003-Make-FIT-support-really-optional.patch using patch: patching file common/bootm.c Hunk #1 succeeded at 922 (offset 21 lines). Hunk #2 succeeded at 987 (offset 21 lines). patching file include/bootm.h Hunk #1 succeeded at 40 (offset -1 lines). patching file tools/Makefile Hunk #1 succeeded at 58 with fuzz 2 (offset 4 lines). Hunk #2 succeeded at 81 (offset 12 lines). >>> host-uboot-tools 2018.07 Configuring mkdir -p /home/buildroot/autobuild/instance-1/output/build/host-uboot-tools-2018.07/include/config touch /home/buildroot/autobuild/instance-1/output/build/host-uboot-tools-2018.07/include/config/auto.conf >>> host-uboot-tools 2018.07 Building /usr/bin/make -j1 -C /home/buildroot/autobuild/instance-1/output/build/host-uboot-tools-2018.07 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="-O2 -I/home/buildroot/autobuild/instance-1/output/host/include" HOSTLDFLAGS="-L/home/buildroot/autobuild/instance-1/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output/host/lib" tools-only make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/host-uboot-tools-2018.07' HOSTCC scripts/basic/fixdep CHK include/config/uboot.release UPD include/config/uboot.release CHK include/generated/version_autogenerated.h UPD include/generated/version_autogenerated.h CHK include/generated/timestamp_autogenerated.h UPD include/generated/timestamp_autogenerated.h HOSTCC tools/mkenvimage.o HOSTCC tools/os_support.o WRAP tools/lib/crc32.c HOSTCC tools/lib/crc32.o HOSTLD tools/mkenvimage HOSTCC tools/aisimage.o HOSTCC tools/atmelimage.o WRAP tools/common/bootm.c HOSTCC tools/common/bootm.o HOSTCC tools/default_image.o WRAP tools/lib/fdtdec_common.c HOSTCC tools/lib/fdtdec_common.o WRAP tools/lib/fdtdec.c HOSTCC tools/lib/fdtdec.o WRAP tools/common/image.c HOSTCC tools/common/image.o HOSTCC tools/imagetool.o HOSTCC tools/imximage.o HOSTCC tools/kwbimage.o WRAP tools/lib/md5.c HOSTCC tools/lib/md5.o HOSTCC tools/lpc32xximage.o HOSTCC tools/mxsimage.o HOSTCC tools/omapimage.o HOSTCC tools/pblimage.o HOSTCC tools/pbl_crc32.o HOSTCC tools/vybridimage.o HOSTCC tools/stm32image.o WRAP tools/lib/rc4.c HOSTCC tools/lib/rc4.o HOSTCC tools/rkcommon.o HOSTCC tools/rkimage.o HOSTCC tools/rksd.o HOSTCC tools/rkspi.o HOSTCC tools/socfpgaimage.o WRAP tools/lib/sha1.c HOSTCC tools/lib/sha1.o WRAP tools/lib/sha256.c HOSTCC tools/lib/sha256.o WRAP tools/common/hash.c HOSTCC tools/common/hash.o HOSTCC tools/ublimage.o HOSTCC tools/zynqimage.o HOSTCC tools/zynqmpimage.o HOSTCC tools/zynqmpbif.o HOSTCC tools/libfdt/fdt.o HOSTCC tools/libfdt/fdt_wip.o HOSTCC tools/libfdt/fdt_sw.o HOSTCC tools/libfdt/fdt_rw.o HOSTCC tools/libfdt/fdt_strerror.o HOSTCC tools/libfdt/fdt_empty_tree.o HOSTCC tools/libfdt/fdt_addresses.o HOSTCC tools/libfdt/fdt_overlay.o WRAP tools/lib/libfdt/fdt_ro.c HOSTCC tools/lib/libfdt/fdt_ro.o WRAP tools/lib/libfdt/fdt_region.c HOSTCC tools/lib/libfdt/fdt_region.o HOSTCC tools/gpimage.o HOSTCC tools/gpimage-common.o HOSTCC tools/dumpimage.o HOSTLD tools/dumpimage HOSTCC tools/mkimage.o HOSTLD tools/mkimage HOSTCC tools/proftool HOSTCC tools/fdtgrep.o HOSTLD tools/fdtgrep make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/host-uboot-tools-2018.07' >>> host-uboot-tools 2018.07 Installing to host directory /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-1/output/build/host-uboot-tools-2018.07/tools/mkimage /home/buildroot/autobuild/instance-1/output/host/bin/mkimage /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-1/output/build/host-uboot-tools-2018.07/tools/mkenvimage /home/buildroot/autobuild/instance-1/output/host/bin/mkenvimage /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-1/output/build/host-uboot-tools-2018.07/tools/dumpimage /home/buildroot/autobuild/instance-1/output/host/bin/dumpimage >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/instance-1/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'strongswan', u'davici', u'expat', u'dbus', u'libzlib', u'libpng', u'freetype', u'libxml2', u'flex', u'libopenssl', u'libcurl', u'flickcurl', u'gsl', u'libev', u'libffi', u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'flickcurl', u'gsl', u'libev', u'libffi', u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'libxml2', u'flex', u'libopenssl', u'libcurl', u'flickcurl', u'gsl', u'libev', u'libffi', u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'libxml2', u'flex', u'libopenssl', u'libcurl', u'flickcurl', u'gsl', u'libev', u'libffi', u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libgsl.la" is touched by more than one package: [u'gsl', u'libev', u'libffi', u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'flex', u'libopenssl', u'libcurl', u'flickcurl', u'gsl', u'libev', u'libffi', u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libdavici.la" is touched by more than one package: [u'davici', u'expat', u'dbus', u'libzlib', u'libpng', u'freetype', u'libxml2', u'flex', u'libopenssl', u'libcurl', u'flickcurl', u'gsl', u'libev', u'libffi', u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libflickcurl.la" is touched by more than one package: [u'flickcurl', u'gsl', u'libev', u'libffi', u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libev.la" is touched by more than one package: [u'libev', u'libffi', u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'libxml2', u'flex', u'libopenssl', u'libcurl', u'flickcurl', u'gsl', u'libev', u'libffi', u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'libopenssl', u'libcurl', u'flickcurl', u'gsl', u'libev', u'libffi', u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'dbus', u'libzlib', u'libpng', u'freetype', u'libxml2', u'flex', u'libopenssl', u'libcurl', u'flickcurl', u'gsl', u'libev', u'libffi', u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libzlib', u'libpng', u'freetype', u'libxml2', u'flex', u'libopenssl', u'libcurl', u'flickcurl', u'gsl', u'libev', u'libffi', u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./usr/lib/libgslcblas.la" is touched by more than one package: [u'gsl', u'libev', u'libffi', u'pcre', u'linux-pam', u'util-linux', u'libglib2', u'libiio', u'libnl', u'tinycbor'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib64" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/instance-1/output/build/packages-file-list-host.txt Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libgslcblas.la" is touched by more than one package: [u'host-libffi', u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libfl.la" is touched by more than one package: [u'host-gnupg', u'host-libffi', u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libgthread-2.0.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libblkid.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libgmp.la" is touched by more than one package: [u'host-libxml2', u'host-gnupg', u'host-libffi', u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libfreetype.la" is touched by more than one package: [u'host-libxml2', u'host-gnupg', u'host-libffi', u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libffi.la" is touched by more than one package: [u'host-libffi', u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libnl-3.la" is touched by more than one package: [u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libflickcurl.la" is touched by more than one package: [u'host-gnupg', u'host-libffi', u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libsmartcols.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libglib-2.0.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libgsl.la" is touched by more than one package: [u'host-libffi', u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libexpat.la" is touched by more than one package: [u'host-libxml2', u'host-gnupg', u'host-libffi', u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libnl-genl-3.la" is touched by more than one package: [u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libev.la" is touched by more than one package: [u'host-libffi', u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libmount.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libpng16.la" is touched by more than one package: [u'host-libxml2', u'host-gnupg', u'host-libffi', u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libnl-route-3.la" is touched by more than one package: [u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libdbus-1.la" is touched by more than one package: [u'host-libxml2', u'host-gnupg', u'host-libffi', u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libpng.la" is touched by more than one package: [u'host-libxml2', u'host-gnupg', u'host-libffi', u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libxml2.la" is touched by more than one package: [u'host-libxml2', u'host-gnupg', u'host-libffi', u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libdavici.la" is touched by more than one package: [u'host-libxml2', u'host-gnupg', u'host-libffi', u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libcurl.la" is touched by more than one package: [u'host-gnupg', u'host-libffi', u'host-flex', u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libnl-nf-3.la" is touched by more than one package: [u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libgio-2.0.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] Warning: host file "./riscv64-buildroot-linux-gnu/sysroot/usr/lib/libgobject-2.0.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf', u'host-uboot-tools'] rm -f /home/buildroot/autobuild/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/instance-1/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/instance-1/output/host/riscv64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/instance-1/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-%g" -e "s%@TARGET_ARCH@%riscv64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/autobuild/instance-1/output/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-1/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-1/output/target/etc/shadow rm -f /home/buildroot/autobuild/instance-1/output/target/bin/sh rm -f /home/buildroot/autobuild/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/instance-1/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/include /home/buildroot/autobuild/instance-1/output/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output/target/usr/share/cmake find /home/buildroot/autobuild/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output/target/lib/ /home/buildroot/autobuild/instance-1/output/target/usr/lib/ /home/buildroot/autobuild/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/man /home/buildroot/autobuild/instance-1/output/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/info /home/buildroot/autobuild/instance-1/output/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/doc /home/buildroot/autobuild/instance-1/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-1/output/host/bin/riscv64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-1/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-rc3"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-rc3\"" \ ) > /home/buildroot/autobuild/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output/target/usr make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2019.02-rc3 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> armbian-firmware 455d6b6701178dafe7fd0168eb4a4ef78a8d24a3 Collecting legal info >>> bonnie 1.03e Collecting legal info ERROR: No hash found for copyright.txt >>> ca-certificates 20180409 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) ERROR: No hash found for libltdl/COPYING.LIB >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> ccrypt 1.10 Collecting legal info ERROR: No hash found for COPYING >>> davici v1.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> strongswan 5.6.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> dvdauthor 0.7.2 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.9.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.36 Collecting legal info LICENSE: OK (sha256: 142da07fb4b0cceb861b2e69fe7e5b602f25ec7adc85b0a426133d9ee0d2e116) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> flickcurl 1.26 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for LICENSE-2.0.txt ERROR: No hash found for LICENSE.html >>> libcurl 7.64.0 Collecting legal info COPYING: OK (sha256: 8c8824f50e73a021f5dde1fccbf69685939247399a33a32abab1fa448c9ddabb) >>> openssl Collecting legal info >>> libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> host-gnupg 1.4.23 Collecting legal info ERROR: No hash found for COPYING >>> gsl 2.3 Collecting legal info ERROR: No hash found for COPYING >>> libev 4.24 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) 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) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) 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) >>> linux-pam 1.3.1 Collecting legal info ERROR: No hash found for Copyright >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libiio 0.14 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> memstat 1.0 Collecting legal info ERROR: No hash found for debian/copyright >>> neard 0.16 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> putty 0.70 Collecting legal info ERROR: No hash found for LICENCE >>> sysstat 11.6.3 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tinycbor v0.5.2 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> host-uboot-tools 2018.07 Collecting legal info ERROR: No hash found for Licenses/gpl-2.0.txt WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: armbian-firmware-455d6b6701178dafe7fd0168eb4a4ef78a8d24a3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'