echo open_memstream-pass := 1 >&9; \ fi if printf "extern int funopen(); int main() { return funopen(); }" | \ /home/peko/autobuild/instance-0/output/host/bin/arm-linux-gcc -xc -o /dev/null - ; \ then \ echo funopen-pass := 1 >&9; \ fi /tmp/ccOg4no5.o: In function `main': :(.text+0x8): undefined reference to `funopen' collect2: error: ld returned 1 exit status if printf "extern int fopencookie(); int main() { return fopencookie(); }" | \ /home/peko/autobuild/instance-0/output/host/bin/arm-linux-gcc -xc -o /dev/null - ; \ then \ echo fopencookie-pass := 1 >&9; \ fi if printf "int main() {}" | \ /home/peko/autobuild/instance-0/output/host/bin/arm-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/peko/autobuild/instance-0/output/host/bin/arm-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/peko/autobuild/instance-0/output/host/bin/arm-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/peko/autobuild/instance-0/output/host/bin/arm-linux-gcc -xc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -o /dev/null - ; \ then \ echo freestanding-pass := 1 >&9; \ fi :2:3: error: #error Hosted implementation make[2]: Leaving directory '/home/peko/autobuild/instance-0/output/build/tinycbor-v0.5.2' /home/peko/autobuild/instance-0/output/host/bin/arm-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 -g2 -fPIC -c -o src/cborerrorstrings.pic.o src/cborerrorstrings.c /home/peko/autobuild/instance-0/output/host/bin/arm-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 -g2 -fPIC -c -o src/cborencoder.pic.o src/cborencoder.c /home/peko/autobuild/instance-0/output/host/bin/arm-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 -g2 -fPIC -c -o src/cborencoder_close_container_checked.pic.o src/cborencoder_close_container_checked.c /home/peko/autobuild/instance-0/output/host/bin/arm-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 -g2 -fPIC -c -o src/cborparser.pic.o src/cborparser.c /home/peko/autobuild/instance-0/output/host/bin/arm-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 -g2 -fPIC -c -o src/cborpretty.pic.o src/cborpretty.c /home/peko/autobuild/instance-0/output/host/bin/arm-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 -g2 -fPIC -c -o src/cborparser_dup_string.pic.o src/cborparser_dup_string.c /home/peko/autobuild/instance-0/output/host/bin/arm-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 -g2 -fPIC -c -o src/cborpretty_stdio.pic.o src/cborpretty_stdio.c /home/peko/autobuild/instance-0/output/host/bin/arm-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 -g2 -fPIC -c -o src/cbortojson.pic.o src/cbortojson.c /home/peko/autobuild/instance-0/output/host/bin/arm-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 -g2 -fPIC -c -o src/cborvalidation.pic.o src/cborvalidation.c /home/peko/autobuild/instance-0/output/host/bin/arm-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/peko/autobuild/instance-0/output/host/bin/arm-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 -g2 -c -o tools/cbordump/cbordump.o tools/cbordump/cbordump.c /home/peko/autobuild/instance-0/output/host/bin/arm-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/peko/autobuild/instance-0/output/build/tinycbor-v0.5.2' >>> tinycbor v0.5.2 Installing to staging directory PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/peko/bin:/home/peko/bin" /usr/bin/make -j6 PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/peko/bin:/home/peko/bin" AR="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-ar" AS="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-as" LD="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-ld" NM="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-nm" CC="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-gcc" GCC="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-gcc" CPP="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-cpp" CXX="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-g++" FC="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-gfortran" F77="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-gfortran" RANLIB="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-ranlib" READELF="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-readelf" STRIP="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-strip" OBJCOPY="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-objcopy" OBJDUMP="/home/peko/autobuild/instance-0/output/host/bin/arm-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/peko/autobuild/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-as" DEFAULT_LINKER="/home/peko/autobuild/instance-0/output/host/bin/arm-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 -g2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 " LDFLAGS="" FCFLAGS=" -Os -g2" FFLAGS=" -Os -g2" PKG_CONFIG="/home/peko/autobuild/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /home/peko/autobuild/instance-0/output/build/tinycbor-v0.5.2 DESTDIR=/home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot prefix=/usr install make[1]: Entering directory '/home/peko/autobuild/instance-0/output/build/tinycbor-v0.5.2' install -d /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/bin install -d /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib install -d /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib install -d /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib install -d /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig install -d /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/tinycbor install -m 755 bin/cbordump /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/bin/cbordump install -m 644 lib/libtinycbor.so /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libtinycbor.so install -m 644 lib/libtinycbor.so.0.5 /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libtinycbor.so.0.5 install -m 644 lib/libtinycbor.so.0.5.2 /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libtinycbor.so.0.5.2 install -m 644 tinycbor.pc /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig/tinycbor.pc install -d /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/tinycbor install -m 644 src/cbor.h /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/tinycbor/cbor.h install -d /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/tinycbor install -m 644 src/tinycbor-version.h /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/tinycbor/tinycbor-version.h install -m 644 src/cborjson.h /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/tinycbor/cborjson.h make[1]: Leaving directory '/home/peko/autobuild/instance-0/output/build/tinycbor-v0.5.2' >>> tinycbor v0.5.2 Fixing libtool files >>> tinycbor v0.5.2 Installing to target PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/peko/bin:/home/peko/bin" /usr/bin/make -j6 PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/peko/bin:/home/peko/bin" AR="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-ar" AS="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-as" LD="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-ld" NM="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-nm" CC="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-gcc" GCC="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-gcc" CPP="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-cpp" CXX="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-g++" FC="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-gfortran" F77="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-gfortran" RANLIB="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-ranlib" READELF="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-readelf" STRIP="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-strip" OBJCOPY="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-objcopy" OBJDUMP="/home/peko/autobuild/instance-0/output/host/bin/arm-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/peko/autobuild/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-as" DEFAULT_LINKER="/home/peko/autobuild/instance-0/output/host/bin/arm-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 -g2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 " LDFLAGS="" FCFLAGS=" -Os -g2" FFLAGS=" -Os -g2" PKG_CONFIG="/home/peko/autobuild/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /home/peko/autobuild/instance-0/output/build/tinycbor-v0.5.2 DESTDIR=/home/peko/autobuild/instance-0/output/target prefix=/usr install make[1]: Entering directory '/home/peko/autobuild/instance-0/output/build/tinycbor-v0.5.2' install -d /home/peko/autobuild/instance-0/output/target/usr/bin install -d /home/peko/autobuild/instance-0/output/target/usr/lib install -d /home/peko/autobuild/instance-0/output/target/usr/lib install -d /home/peko/autobuild/instance-0/output/target/usr/lib install -m 755 bin/cbordump /home/peko/autobuild/instance-0/output/target/usr/bin/cbordump install -m 644 lib/libtinycbor.so /home/peko/autobuild/instance-0/output/target/usr/lib/libtinycbor.so install -d /home/peko/autobuild/instance-0/output/target/usr/lib/pkgconfig install -m 644 lib/libtinycbor.so.0.5 /home/peko/autobuild/instance-0/output/target/usr/lib/libtinycbor.so.0.5 install -d /home/peko/autobuild/instance-0/output/target/usr/include/tinycbor install -m 644 lib/libtinycbor.so.0.5.2 /home/peko/autobuild/instance-0/output/target/usr/lib/libtinycbor.so.0.5.2 install -d /home/peko/autobuild/instance-0/output/target/usr/include/tinycbor install -m 644 tinycbor.pc /home/peko/autobuild/instance-0/output/target/usr/lib/pkgconfig/tinycbor.pc install -d /home/peko/autobuild/instance-0/output/target/usr/include/tinycbor install -m 644 src/cbor.h /home/peko/autobuild/instance-0/output/target/usr/include/tinycbor/cbor.h install -m 644 src/cborjson.h /home/peko/autobuild/instance-0/output/target/usr/include/tinycbor/cborjson.h install -m 644 src/tinycbor-version.h /home/peko/autobuild/instance-0/output/target/usr/include/tinycbor/tinycbor-version.h make[1]: Leaving directory '/home/peko/autobuild/instance-0/output/build/tinycbor-v0.5.2' zip30.tgz: OK (sha256: f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369) >>> host-zip 30 Extracting gzip -d -c /home/peko/autobuild/instance-0/dl/zip/zip30.tgz | tar --strip-components=1 -C /home/peko/autobuild/instance-0/output/build/host-zip-30 -xf - >>> host-zip 30 Patching Applying 0001-configure-Remove-Check-C-compiler-type-optimization-.patch using patch: patching file unix/configure Applying 0002-configure-Don-t-use-host-CPP.patch using patch: patching file unix/configure Applying 0003-Makefile-Use-CFLAGS-from-command-line.patch using patch: patching file unix/Makefile Applying 0004-configure-use-LDFLAGS-from-command-line.patch using patch: patching file unix/configure Applying 0005-unix-configure-remove-GID-UID-size-check.patch using patch: patching file unix/configure Applying 0006-unix-configure-borrow-the-LFS-test-from-autotools.patch using patch: patching file unix/configure >>> host-zip 30 Configuring >>> host-zip 30 Building PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/peko/bin:/home/peko/bin" PKG_CONFIG="/home/peko/autobuild/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/peko/autobuild/instance-0/output/host/lib/pkgconfig:/home/peko/autobuild/instance-0/output/host/share/pkgconfig" /usr/bin/make -j6 PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/peko/bin:/home/peko/bin" PKG_CONFIG="/home/peko/autobuild/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/peko/autobuild/instance-0/output/host/lib/pkgconfig:/home/peko/autobuild/instance-0/output/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/peko/autobuild/instance-0/output/host/include" CFLAGS="-O2 -I/home/peko/autobuild/instance-0/output/host/include" CXXFLAGS="-O2 -I/home/peko/autobuild/instance-0/output/host/include" LDFLAGS="-L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /home/peko/autobuild/instance-0/output/build/host-zip-30 CFLAGS="-O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT" AS="/usr/bin/gcc -c" -f unix/Makefile generic make[1]: Entering directory '/home/peko/autobuild/instance-0/output/build/host-zip-30' sh unix/configure "/usr/bin/gcc" "-O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT" "" Check bzip2 support Check for bzip2 in bzip2 directory Check if OS already has bzip2 library installed -- OS supports bzip2 - linking in bzip2 Check for the C preprocessor Check if we can use asm code Check for ANSI options Check for prototypes Check the handling of const Check for time_t Check for size_t Check for off_t Check for Large File Support -- yes we have Large File Support! Check for wide char support -- have wchar_t - enabling Unicode support Check for gcc no-builtin flag Check for rmdir Check for strchr Check for strrchr Check for rename Check for mktemp Check for mktime Check for mkstemp Check for memset Check for memmove Check for strerror Check for errno declaration Check for directory libraries Check for readlink Check for directory include file Check for nonexistent include files Check for term I/O include file Check for valloc Check for /usr/local/bin and /usr/local/man Check for OS-specific flags Check for symbolic links eval /usr/bin/make -f unix/Makefile zips `cat flags` make[2]: Entering directory '/home/peko/autobuild/instance-0/output/build/host-zip-30' /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zip.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipfile.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipup.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H fileio.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H util.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H globals.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crypt.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H ttyio.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H unix/unix.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crc32.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zbz2err.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H deflate.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H trees.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipcloak.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o zipfile_.o zipfile.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o fileio_.o fileio.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o util_.o util.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o unix_.o unix/unix.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crc32_.o crc32.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crypt_.o crypt.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipnote.c /usr/bin/gcc -c -O2 -I/home/peko/autobuild/instance-0/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipsplit.c /usr/bin/gcc -o zip zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o unix.o crc32.o zbz2err.o deflate.o trees.o -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -lbz2 /usr/bin/gcc -o zipcloak zipcloak.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o crypt_.o ttyio.o -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -lbz2 /usr/bin/gcc -o zipnote zipnote.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -lbz2 /usr/bin/gcc -o zipsplit zipsplit.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -lbz2 make[2]: Leaving directory '/home/peko/autobuild/instance-0/output/build/host-zip-30' make[1]: Leaving directory '/home/peko/autobuild/instance-0/output/build/host-zip-30' >>> host-zip 30 Installing to host directory PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/peko/bin:/home/peko/bin" PKG_CONFIG="/home/peko/autobuild/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/peko/autobuild/instance-0/output/host/lib/pkgconfig:/home/peko/autobuild/instance-0/output/host/share/pkgconfig" /usr/bin/make -j6 PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/peko/bin:/home/peko/bin" PKG_CONFIG="/home/peko/autobuild/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/peko/autobuild/instance-0/output/host/lib/pkgconfig:/home/peko/autobuild/instance-0/output/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/peko/autobuild/instance-0/output/host/include" CFLAGS="-O2 -I/home/peko/autobuild/instance-0/output/host/include" CXXFLAGS="-O2 -I/home/peko/autobuild/instance-0/output/host/include" LDFLAGS="-L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /home/peko/autobuild/instance-0/output/build/host-zip-30 -f unix/Makefile install prefix=/home/peko/autobuild/instance-0/output/host make[1]: Entering directory '/home/peko/autobuild/instance-0/output/build/host-zip-30' mkdir -p /home/peko/autobuild/instance-0/output/host/bin cp zip zipcloak zipnote zipsplit /home/peko/autobuild/instance-0/output/host/bin cd /home/peko/autobuild/instance-0/output/host/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /home/peko/autobuild/instance-0/output/host/man/man1 cp man/zip.1 /home/peko/autobuild/instance-0/output/host/man/man1/zip.1 chmod 644 /home/peko/autobuild/instance-0/output/host/man/man1/zip.1 cp man/zipcloak.1 /home/peko/autobuild/instance-0/output/host/man/man1/zipcloak.1 chmod 644 /home/peko/autobuild/instance-0/output/host/man/man1/zipcloak.1 cp man/zipnote.1 /home/peko/autobuild/instance-0/output/host/man/man1/zipnote.1 chmod 644 /home/peko/autobuild/instance-0/output/host/man/man1/zipnote.1 cp man/zipsplit.1 /home/peko/autobuild/instance-0/output/host/man/man1/zipsplit.1 chmod 644 /home/peko/autobuild/instance-0/output/host/man/man1/zipsplit.1 make[1]: Leaving directory '/home/peko/autobuild/instance-0/output/build/host-zip-30' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/peko/autobuild/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/peko/autobuild/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libsocketcan.la" is touched by more than one package: [u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libcap-ng.la" is touched by more than one package: [u'libcap-ng', u'audit', u'libzlib', u'libxml2', u'augeas', u'bctoolbox', u'bzip2', u'libopenssl', u'libsepol', u'libselinux', u'util-linux', u'e2fsprogs', u'libcurl', u'flickcurl', u'libsndfile', u'libsamplerate', u'jack2', u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libmediastreamer_base.la" is touched by more than one package: [u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/liburcu-qsbr.la" is touched by more than one package: [u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libauparse.la" is touched by more than one package: [u'audit', u'libzlib', u'libxml2', u'augeas', u'bctoolbox', u'bzip2', u'libopenssl', u'libsepol', u'libselinux', u'util-linux', u'e2fsprogs', u'libcurl', u'flickcurl', u'libsndfile', u'libsamplerate', u'jack2', u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libfa.la" is touched by more than one package: [u'augeas', u'bctoolbox', u'bzip2', u'libopenssl', u'libsepol', u'libselinux', u'util-linux', u'e2fsprogs', u'libcurl', u'flickcurl', u'libsndfile', u'libsamplerate', u'jack2', u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libaudit.la" is touched by more than one package: [u'audit', u'libzlib', u'libxml2', u'augeas', u'bctoolbox', u'bzip2', u'libopenssl', u'libsepol', u'libselinux', u'util-linux', u'e2fsprogs', u'libcurl', u'flickcurl', u'libsndfile', u'libsamplerate', u'jack2', u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libfuse.la" is touched by more than one package: [u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libflickcurl.la" is touched by more than one package: [u'flickcurl', u'libsndfile', u'libsamplerate', u'jack2', u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'ncurses', u'readline', u'libcap-ng', u'audit', u'libzlib', u'libxml2', u'augeas', u'bctoolbox', u'bzip2', u'libopenssl', u'libsepol', u'libselinux', u'util-linux', u'e2fsprogs', u'libcurl', u'flickcurl', u'libsndfile', u'libsamplerate', u'jack2', u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/liburcu-cds.la" is touched by more than one package: [u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/liburcu-mb.la" is touched by more than one package: [u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'ncurses', u'readline', u'libcap-ng', u'audit', u'libzlib', u'libxml2', u'augeas', u'bctoolbox', u'bzip2', u'libopenssl', u'libsepol', u'libselinux', u'util-linux', u'e2fsprogs', u'libcurl', u'flickcurl', u'libsndfile', u'libsamplerate', u'jack2', u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/liburcu.la" is touched by more than one package: [u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/liburcu-signal.la" is touched by more than one package: [u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libsodium.la" is touched by more than one package: [u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libmpeg2.la" is touched by more than one package: [u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/liblxc.la" is touched by more than one package: [u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'flickcurl', u'libsndfile', u'libsamplerate', u'jack2', u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'e2fsprogs', u'libcurl', u'flickcurl', u'libsndfile', u'libsamplerate', u'jack2', u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libulockmgr.la" is touched by more than one package: [u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/liburcu-bp.la" is touched by more than one package: [u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'augeas', u'bctoolbox', u'bzip2', u'libopenssl', u'libsepol', u'libselinux', u'util-linux', u'e2fsprogs', u'libcurl', u'flickcurl', u'libsndfile', u'libsamplerate', u'jack2', u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'libsamplerate', u'jack2', u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libsbc.la" is touched by more than one package: [u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libnfnetlink.la" is touched by more than one package: [u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libortp.la" is touched by more than one package: [u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libmediastreamer_voip.la" is touched by more than one package: [u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/liblttng-ctl.la" is touched by more than one package: [u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: [u'alsa-lib', u'pcre', u'ncurses', u'readline', u'libcap-ng', u'audit', u'libzlib', u'libxml2', u'augeas', u'bctoolbox', u'bzip2', u'libopenssl', u'libsepol', u'libselinux', u'util-linux', u'e2fsprogs', u'libcurl', u'flickcurl', u'libsndfile', u'libsamplerate', u'jack2', u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libsamplerate.la" is touched by more than one package: [u'libsamplerate', u'jack2', u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'e2fsprogs', u'libcurl', u'flickcurl', u'libsndfile', u'libsamplerate', u'jack2', u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/liburcu-common.la" is touched by more than one package: [u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libmpeg2convert.la" is touched by more than one package: [u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'ncurses', u'readline', u'libcap-ng', u'audit', u'libzlib', u'libxml2', u'augeas', u'bctoolbox', u'bzip2', u'libopenssl', u'libsepol', u'libselinux', u'util-linux', u'e2fsprogs', u'libcurl', u'flickcurl', u'libsndfile', u'libsamplerate', u'jack2', u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libaugeas.la" is touched by more than one package: [u'augeas', u'bctoolbox', u'bzip2', u'libopenssl', u'libsepol', u'libselinux', u'util-linux', u'e2fsprogs', u'libcurl', u'flickcurl', u'libsndfile', u'libsamplerate', u'jack2', u'libdvdcss', u'libfuse', u'libgsm', u'libusb', u'libiqrf', u'libmpeg2', u'libnfnetlink', u'libogg', u'ustr', u'libsemanage', u'libsocketcan', u'libsodium', u'liburcu', u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'lttng-tools', u'lxc', u'ortp', u'mediastreamer', u'sbc', u'tinycbor'] ./support/scripts/check-uniq-files -t host /home/peko/autobuild/instance-0/output/build/packages-file-list-host.txt mkdir -p /home/peko/autobuild/instance-0/output/target/etc echo "buildroot" > /home/peko/autobuild/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/peko/autobuild/instance-0/output/target/etc/hosts mkdir -p /home/peko/autobuild/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/peko/autobuild/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/peko/autobuild/instance-0/output/target/etc/shadow rm -f /home/peko/autobuild/instance-0/output/target/bin/sh rm -f /home/peko/autobuild/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/peko/autobuild/instance-0/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/peko/autobuild/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/peko/autobuild/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/peko/autobuild/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/peko/autobuild/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/peko/autobuild/instance-0/output/target/usr/include /home/peko/autobuild/instance-0/output/target/usr/share/aclocal \ /home/peko/autobuild/instance-0/output/target/usr/lib/pkgconfig /home/peko/autobuild/instance-0/output/target/usr/share/pkgconfig \ /home/peko/autobuild/instance-0/output/target/usr/lib/cmake /home/peko/autobuild/instance-0/output/target/usr/share/cmake find /home/peko/autobuild/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/peko/autobuild/instance-0/output/target/lib/ /home/peko/autobuild/instance-0/output/target/usr/lib/ /home/peko/autobuild/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/gdb rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/bash-completion rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/zsh rm -rf /home/peko/autobuild/instance-0/output/target/usr/man /home/peko/autobuild/instance-0/output/target/usr/share/man rm -rf /home/peko/autobuild/instance-0/output/target/usr/info /home/peko/autobuild/instance-0/output/target/usr/share/info rm -rf /home/peko/autobuild/instance-0/output/target/usr/doc /home/peko/autobuild/instance-0/output/target/usr/share/doc rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/gtk-doc rmdir /home/peko/autobuild/instance-0/output/target/usr/share 2>/dev/null || true find /home/peko/autobuild/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/peko/autobuild/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/peko/autobuild/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/peko/autobuild/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/peko/autobuild/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/peko/autobuild/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/peko/autobuild/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/peko/autobuild/instance-0/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/peko/autobuild/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-rc2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-rc2\"" \ ) > /home/peko/autobuild/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/peko/autobuild/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/peko/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/peko/autobuild/instance-0/output/target/usr make: Leaving directory '/home/peko/autobuild/instance-0/buildroot' make: Entering directory '/home/peko/autobuild/instance-0/buildroot' >>> Buildroot 2018.11-rc2 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 >>> acpica 20170531 Collecting legal info ERROR: No hash found for source/include/acpi.h >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> alsa-lib 1.1.6 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> atftp 0.7.1 Collecting legal info ERROR: No hash found for LICENSE >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> audit 2.8.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> augeas 1.10.1 Collecting legal info COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bctoolbox 0.4.0 Collecting legal info ERROR: No hash found for COPYING >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> ca-certificates 20180409 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> 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-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> can-utils v2018.02.0 Collecting legal info Makefile: OK (sha256: c258939ebb09c3857f5fc7704a449e5077cc881090c87b38f9a81332b96fa075) >>> ctorrent dnh3.3.2 Collecting legal info ERROR: No hash found for COPYING >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> dos2unix 7.4.0 Collecting legal info COPYING.txt: OK (sha256: 49224e841621b52a72aa38d8ac895a396cd3fa1395190bdfc9252378001eb3c0) >>> e2fsprogs 1.44.4 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> libselinux 2.8 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 2.8 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> fis 2892 Collecting legal info WARNING: no hash file for fis.c >>> 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.62.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> jack2 v1.9.10 Collecting legal info >>> libsamplerate 0.1.9 Collecting legal info ERROR: No hash found for COPYING >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libfuse 2.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libgsm 1.0.17 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libiqrf v0.1.2 Collecting legal info >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsemanage 2.8 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> ustr 1.0.4 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for LICENSE_BSD ERROR: No hash found for LICENSE_LGPL ERROR: No hash found for LICENSE_MIT >>> libsocketcan 0.0.10 Collecting legal info >>> libsodium 1.0.16 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> liburcu 0.9.2 Collecting legal info ERROR: No hash found for lgpl-2.1.txt ERROR: No hash found for lgpl-relicensing.txt ERROR: No hash found for gpl-2.0.txt ERROR: No hash found for LICENSE >>> lttng-tools 2.10.5 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lgpl-2.1.txt: OK (sha256: 051be1f11b508ef7bb839994f6b58be19a827c56bd9bddfe36d77d3d4be55abe) LICENSE: OK (sha256: f07515677547da5f3ee2396bdf491affc1accd5e4765a5378b6e1e98392fd5e7) >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> lxc 3.0.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> mediastreamer 2.14.0 Collecting legal info COPYING: OK (sha256: ba9ed2269151ad63b922598f3c5c19ddf781b2bbb6cb843ed9f085ecd1679c5d) >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-vim v8.1.0133 Collecting legal info ERROR: No hash found for README.txt >>> ortp 0.27.0 Collecting legal info ERROR: No hash found for COPYING >>> mimic 1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> policycoreutils 2.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> sbc 1.3 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> sconeserver 6b932d7d8dbb700b830205e7111e469cefff490c Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sedutil 1.15.1 Collecting legal info Common/LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> smstools3 3.1.15 Collecting legal info ERROR: No hash found for doc/license.html ERROR: No hash found for LICENSE >>> host-tegrarcm v1.7 Collecting legal info ERROR: No hash found for LICENSE >>> host-cryptopp 7.0.0 Collecting legal info License.txt: OK (sha256: fe5f5f187e6e38ac2f833956fc5c4cab2df08797cff07f540e4ee74f12f7ee5b) >>> host-libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> tinycbor v0.5.2 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> host-zip 30 Collecting legal info ERROR: No hash found for LICENSE WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: jack2-v1.9.10: cannot save license (JACK2_LICENSE_FILES not defined) WARNING: libiqrf-v0.1.2: cannot save license (LIBIQRF_LICENSE_FILES not defined) WARNING: libsocketcan-0.0.10: cannot save license (LIBSOCKETCAN_LICENSE_FILES not defined) Legal info produced in /home/peko/autobuild/instance-0/output/legal-info make: Leaving directory '/home/peko/autobuild/instance-0/buildroot'