CC empty.lo CC md5.lo CCLD libcompat-test.la CCLD libcompat.la PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-1/output/build/start-stop-daemon-1.18.10/utils CC start-stop-daemon.o CCLD start-stop-daemon >>> start-stop-daemon 1.18.10 Installing to target /usr/bin/install -m 0755 -D /home/buildroot/autobuild/run/instance-1/output/build/start-stop-daemon-1.18.10/utils/start-stop-daemon /home/buildroot/autobuild/run/instance-1/output/target/sbin/start-stop-daemon tinycbor-v0.5.1.tar.gz: OK (sha256: f9d2ec366a38382c1b7bb989c45620dca168ad28107b4ef9a306ee93c3dbb832) >>> tinycbor v0.5.1 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-1/dl/tinycbor/tinycbor-v0.5.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-1/output/build/tinycbor-v0.5.1 -xf - >>> tinycbor v0.5.1 Patching >>> tinycbor v0.5.1 Configuring >>> tinycbor v0.5.1 Building PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j1 PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-ar" AS="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-as" LD="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-ld" NM="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-nm" CC="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-g++" FC="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-ranlib" READELF="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-1/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /home/buildroot/autobuild/run/instance-1/output/build/tinycbor-v0.5.1 Makefile:95: 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 if printf "extern int open_memstream(); int main() { return open_memstream(); }" | \ /home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/bin/aarch64-linux-gcc -xc -o /dev/null - ; \ then \ echo funopen-pass := 1 >&9; \ fi /tmp/cclfCiIZ.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/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-gcc -xc -o /dev/null - ; \ then \ echo fopencookie-pass := 1 >&9; \ fi if printf "int main() {}" | \ /home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/bin/aarch64-linux-gcc -xc -lcjson -o /dev/null - ; \ then \ echo system-cjson-pass := 1 >&9; \ fi :2:26: 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/run/instance-1/output/host/bin/aarch64-linux-gcc -xc -I./src -o /dev/null - ; \ then \ echo cjson-pass := 1 >&9; \ fi :2:26: fatal error: cjson/cJSON.h: No such file or directory compilation terminated. /home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/bin/aarch64-linux-gcc -shared -Wl,-soname,libtinycbor.so.0.5 -o lib/libtinycbor.so.0.5.1 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 cd lib ; ln -sf libtinycbor.so.0.5.1 libtinycbor.so ; ln -sf libtinycbor.so.0.5.1 libtinycbor.so.0.5 /home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/bin/aarch64-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.1,' >>> tinycbor v0.5.1 Installing to staging directory PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-ar" AS="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-as" LD="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-ld" NM="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-nm" CC="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-g++" FC="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-ranlib" READELF="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-1/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /home/buildroot/autobuild/run/instance-1/output/build/tinycbor-v0.5.1 DESTDIR=/home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot prefix=/usr install install -d /home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin install -m 755 bin/cbordump /home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin/cbordump install -d /home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib install -m 644 lib/libtinycbor.so /home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libtinycbor.so install -d /home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib install -m 644 lib/libtinycbor.so.0.5 /home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libtinycbor.so.0.5 install -d /home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib install -m 644 lib/libtinycbor.so.0.5.1 /home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libtinycbor.so.0.5.1 install -d /home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig install -m 644 tinycbor.pc /home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/tinycbor.pc install -d /home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinycbor install -m 644 src/cbor.h /home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinycbor/cbor.h install -d /home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinycbor install -m 644 src/cborjson.h /home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinycbor/cborjson.h >>> tinycbor v0.5.1 Fixing libtool files >>> tinycbor v0.5.1 Installing to target PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-ar" AS="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-as" LD="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-ld" NM="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-nm" CC="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-g++" FC="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-ranlib" READELF="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-1/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-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/run/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /home/buildroot/autobuild/run/instance-1/output/build/tinycbor-v0.5.1 DESTDIR=/home/buildroot/autobuild/run/instance-1/output/target prefix=/usr install install -d /home/buildroot/autobuild/run/instance-1/output/target/usr/bin install -d /home/buildroot/autobuild/run/instance-1/output/target/usr/lib install -m 755 bin/cbordump /home/buildroot/autobuild/run/instance-1/output/target/usr/bin/cbordump install -m 644 lib/libtinycbor.so /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/libtinycbor.so install -d /home/buildroot/autobuild/run/instance-1/output/target/usr/lib install -m 644 lib/libtinycbor.so.0.5 /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/libtinycbor.so.0.5 install -d /home/buildroot/autobuild/run/instance-1/output/target/usr/lib install -m 644 lib/libtinycbor.so.0.5.1 /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/libtinycbor.so.0.5.1 install -d /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/pkgconfig install -m 644 tinycbor.pc /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/pkgconfig/tinycbor.pc install -d /home/buildroot/autobuild/run/instance-1/output/target/usr/include/tinycbor install -m 644 src/cbor.h /home/buildroot/autobuild/run/instance-1/output/target/usr/include/tinycbor/cbor.h install -d /home/buildroot/autobuild/run/instance-1/output/target/usr/include/tinycbor install -m 644 src/cborjson.h /home/buildroot/autobuild/run/instance-1/output/target/usr/include/tinycbor/cborjson.h wpa_supplicant-2.6.tar.gz: OK (sha256: b4936d34c4e6cdd44954beba74296d964bc2c9668ecaa5255e499636fe2b1450) rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch: OK (sha256: 529113cc81256c6178f3c1cf25dd8d3f33e6d770e4a180bd31c6ab7e4917f40b) rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch: OK (sha256: d86d47ab74170f3648b45b91bce780949ca92b09ab43df065178850ec0c335d7) rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch: OK (sha256: d4535e36739a0cc7f3585e6bcba3c0bb8fc67cb3e729844e448c5dc751f47e81) rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch: OK (sha256: 793a54748161b5af430dd9de4a1988d19cb8e85ab29bc2340f886b0297cee20b) rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch: OK (sha256: 596d4d3b63ea859ed7ea9791b3a21cb11b6173b04c0a14a2afa47edf1666afa6) rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch: OK (sha256: c5a17af84aec2d88c56ce0da2d6945be398fe7cab5c0c340deb30973900c2736) rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch: OK (sha256: c8840d857b9432f3b488113c85c1ff5d4a4b8d81078b7033388dae1e990843b1) rebased-v2.6-0001-WPA-Ignore-unauthenticated-encrypted-EAPOL-Key-data.patch: OK (sha256: 960c3cf2a514479b0b4cf09665186a1a9f5d28e8b05dec23db75c6cc13eb1f7c) >>> wpa_supplicant 2.6 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-1/dl/wpa_supplicant/wpa_supplicant-2.6.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-1/output/build/wpa_supplicant-2.6 -xf - >>> wpa_supplicant 2.6 Patching PATH=/home/buildroot/autobuild/run/instance-1/output/host/bin:$PATH support/scripts/apply-patches.sh /home/buildroot/autobuild/run/instance-1/output/build/wpa_supplicant-2.6 /home/buildroot/autobuild/run/instance-1/dl/wpa_supplicant rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch Applying rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch using patch: patching file src/ap/ieee802_11.c patching file src/ap/wpa_auth.c patching file src/ap/wpa_auth.h patching file src/ap/wpa_auth_ft.c patching file src/ap/wpa_auth_i.h PATH=/home/buildroot/autobuild/run/instance-1/output/host/bin:$PATH support/scripts/apply-patches.sh /home/buildroot/autobuild/run/instance-1/output/build/wpa_supplicant-2.6 /home/buildroot/autobuild/run/instance-1/dl/wpa_supplicant rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch Applying rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch using patch: patching file src/common/wpa_common.h patching file src/rsn_supp/wpa.c patching file src/rsn_supp/wpa_i.h PATH=/home/buildroot/autobuild/run/instance-1/output/host/bin:$PATH support/scripts/apply-patches.sh /home/buildroot/autobuild/run/instance-1/output/build/wpa_supplicant-2.6 /home/buildroot/autobuild/run/instance-1/dl/wpa_supplicant rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch Applying rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch using patch: patching file src/rsn_supp/wpa.c patching file src/rsn_supp/wpa_i.h PATH=/home/buildroot/autobuild/run/instance-1/output/host/bin:$PATH support/scripts/apply-patches.sh /home/buildroot/autobuild/run/instance-1/output/build/wpa_supplicant-2.6 /home/buildroot/autobuild/run/instance-1/dl/wpa_supplicant rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch Applying rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch using patch: patching file src/common/wpa_common.h patching file src/rsn_supp/wpa.c patching file src/rsn_supp/wpa_i.h PATH=/home/buildroot/autobuild/run/instance-1/output/host/bin:$PATH support/scripts/apply-patches.sh /home/buildroot/autobuild/run/instance-1/output/build/wpa_supplicant-2.6 /home/buildroot/autobuild/run/instance-1/dl/wpa_supplicant rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch Applying rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch using patch: patching file src/rsn_supp/tdls.c PATH=/home/buildroot/autobuild/run/instance-1/output/host/bin:$PATH support/scripts/apply-patches.sh /home/buildroot/autobuild/run/instance-1/output/build/wpa_supplicant-2.6 /home/buildroot/autobuild/run/instance-1/dl/wpa_supplicant rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch Applying rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch using patch: patching file wpa_supplicant/wnm_sta.c PATH=/home/buildroot/autobuild/run/instance-1/output/host/bin:$PATH support/scripts/apply-patches.sh /home/buildroot/autobuild/run/instance-1/output/build/wpa_supplicant-2.6 /home/buildroot/autobuild/run/instance-1/dl/wpa_supplicant rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch Applying rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch using patch: patching file src/rsn_supp/wpa.c patching file src/rsn_supp/wpa_ft.c patching file src/rsn_supp/wpa_i.h PATH=/home/buildroot/autobuild/run/instance-1/output/host/bin:$PATH support/scripts/apply-patches.sh /home/buildroot/autobuild/run/instance-1/output/build/wpa_supplicant-2.6 /home/buildroot/autobuild/run/instance-1/dl/wpa_supplicant rebased-v2.6-0001-WPA-Ignore-unauthenticated-encrypted-EAPOL-Key-data.patch Applying rebased-v2.6-0001-WPA-Ignore-unauthenticated-encrypted-EAPOL-Key-data.patch using patch: patching file src/rsn_supp/wpa.c Hunk #1 succeeded at 2072 (offset 56 lines). >>> wpa_supplicant 2.6 Configuring cp /home/buildroot/autobuild/run/instance-1/output/build/wpa_supplicant-2.6/wpa_supplicant/defconfig /home/buildroot/autobuild/run/instance-1/output/build/wpa_supplicant-2.6/wpa_supplicant/.config sed -i -e 's/^#\(CONFIG_IEEE80211AC\)/\1/' -e 's/^#\(CONFIG_IEEE80211N\)/\1/' -e 's/^#\(CONFIG_IEEE80211R\)/\1/' -e 's/^#\(CONFIG_INTERNAL_LIBTOMMATH\)/\1/' -e 's/^#\(CONFIG_DEBUG_FILE\)/\1/' -e 's/^#\(CONFIG_MATCH_IFACE\)/\1/' -e 's/^#\(CONFIG_READLINE\)/\1/' -e 's/^\(CONFIG_SMARTCARD\)/#\1/' -e 's/^\(CONFIG_DRIVER_NL80211\)/#\1/' -e 's/^\(CONFIG_EAP\)/#\1/' -e '1iCONFIG_BGSCAN_SIMPLE=y' -e 's/#\(CONFIG_TLS=openssl\)/\1/' /home/buildroot/autobuild/run/instance-1/output/build/wpa_supplicant-2.6/wpa_supplicant/.config >>> wpa_supplicant 2.6 Building PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -I/home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/libnl3/" LDFLAGS="" BINDIR=/usr/sbin LIBS="" LIBS_c="" LIBS_p="" /usr/bin/make -j4 CC="/home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-gcc" -C /home/buildroot/autobuild/run/instance-1/output/build/wpa_supplicant-2.6/wpa_supplicant CC eap_register.c CC notify.c CC bss.c CC ../src/utils/wpa_debug.c CC ../src/utils/common.c CC ../src/utils/wpabuf.c CC ../src/utils/os_unix.c CC ../src/utils/eloop.c CC wmm_ac.c CC config.c CC config_file.c CC ../src/rsn_supp/wpa_ft.c CC ../src/rsn_supp/preauth.c CC ../src/rsn_supp/pmksa_cache.c CC ../src/rsn_supp/wpa_ie.c CC ../src/rsn_supp/wpa.c CC ../src/rsn_supp/peerkey.c CC ../src/common/wpa_common.c CC ../src/eap_peer/eap_methods.c CC ../src/eapol_supp/eapol_supp_sm.c CC ../src/crypto/tls_none.c CC ../src/crypto/crypto_openssl.c CC ../src/crypto/sha256-prf.c CC ../src/crypto/aes-omac1.c CC ../src/eap_peer/eap.c CC ../src/crypto/sha256-tlsprf.c CC ../src/common/ctrl_iface_common.c CC ../src/crypto/random.c CC ../src/utils/base64.c CC ../src/common/hw_features_common.c CC ../src/common/ieee802_11_common.c CC ctrl_iface_unix.c CC ../src/eap_common/eap_common.c CC ../src/crypto/sha1-prf.c CC bgscan_simple.c CC bgscan.c CC ../src/drivers/driver_common.c CC blacklist.c CC wpas_glue.c CC events.c CC ctrl_iface.c CC main.c CC ../src/drivers/driver_wired.c CC wpa_supplicant.c CC scan.c CC ../src/drivers/netlink.c CC ../src/drivers/linux_ioctl.c CC ../src/drivers/rfkill.c CC ../src/drivers/drivers.c CC ../src/l2_packet/l2_packet_linux.c CC ../src/common/wpa_ctrl.c CC ../src/drivers/driver_wext.c CC ../src/common/cli.c sed systemd/wpa_supplicant.service.in sed systemd/wpa_supplicant.service.arg.in sed systemd/wpa_supplicant-nl80211.service.arg.in sed systemd/wpa_supplicant-wired.service.arg.in sed dbus/fi.epitest.hostap.WPASupplicant.service.in sed dbus/fi.w1.wpa_supplicant1.service.in CC ../src/utils/edit_readline.c LD wpa_supplicant CC wpa_passphrase.c LD wpa_passphrase CC wpa_cli.c LD wpa_cli >>> wpa_supplicant 2.6 Installing to staging directory >>> wpa_supplicant 2.6 Fixing libtool files >>> wpa_supplicant 2.6 Installing to target /usr/bin/install -m 0755 -D /home/buildroot/autobuild/run/instance-1/output/build/wpa_supplicant-2.6/wpa_supplicant/wpa_supplicant /home/buildroot/autobuild/run/instance-1/output/target/usr/sbin/wpa_supplicant /usr/bin/install -m 644 -D package/wpa_supplicant/wpa_supplicant.conf /home/buildroot/autobuild/run/instance-1/output/target/etc/wpa_supplicant.conf >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/directfb-1.7-7-pure/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_pnm.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libdirect.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libsocketcan.la" is touched by more than one package: [u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libev.la" is touched by more than one package: [u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libdirectfb.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/directfb-1.7-7-pure/interfaces/ICoreResourceManager/libicoreresourcemanager_test.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libfusion.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libart_lgpl_2.la" is touched by more than one package: [u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/directfb-1.7-7-pure/systems/libdirectfb_dummy.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/polkit-1/extensions/libnullbackend.la" is touched by more than one package: [u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libpolkit-backend-1.la" is touched by more than one package: [u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libpolkit-agent-1.la" is touched by more than one package: [u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libneon.la" is touched by more than one package: [u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/lib++dfb.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/directfb-1.7-7-pure/systems/libdirectfb_fbdev.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/directfb-1.7-7-pure/interfaces/IWater/libiwater_default.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/directfb-1.7-7-pure/interfaces/IDirectFBFont/libidirectfbfont_ft2.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/directfb-1.7-7-pure/wm/libdirectfbwm_default.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/directfb-1.7-7-pure/interfaces/IDirectFBFont/libidirectfbfont_dgiff.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/directfb-1.7-7-pure/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_dfiff.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/directfb-1.7-7-pure/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_bmp.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/directfb-1.7-7-pure/systems/libdirectfb_devmem.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libgcrypt.la" is touched by more than one package: [u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libpolkit-gobject-1.la" is touched by more than one package: [u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/directfb-1.7-7-pure/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_mpeg2.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/directfb-1.7-7-pure/interfaces/IDirectFBWindows/libidirectfbwindows_default.la" is touched by more than one package: [u'directfb', u'libev', u'expat', u'libopenssl', u'readline', u'libart', u'libplatform', u'libcec', u'libffi', u'libgpg-error', u'libgcrypt', u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'libnatpmp', u'libpcap', u'libsocketcan', u'libsrtp', u'neon', u'ngrep', u'pixman', u'polkit', u'snmppp', u'tinycbor', u'wpa_supplicant'] Warning: staging file "./usr/lib/libsnmp++.la" is touched by more than one package: [u'snmppp', u'tinycbor', u'wpa_supplicant'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list-host.txt rm -f /home/buildroot/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-1/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-1/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/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/run/instance-1/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-1/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-1/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/include /home/buildroot/autobuild/run/instance-1/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-1/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-1/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-1/output/target/lib/ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/man /home/buildroot/autobuild/run/instance-1/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/info /home/buildroot/autobuild/run/instance-1/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/doc /home/buildroot/autobuild/run/instance-1/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-1/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/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/run/instance-1/output/host/bin/aarch64-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-1/output/host/bin/aarch64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/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/run/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/run/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08-rc2-00023-g38de434"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-rc2\"" \ ) > /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-1/output/target/usr make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-1/buildroot' >>> Buildroot 2018.08-rc2-00023-g38de434 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 >>> bitstream 1.2 Collecting legal info ERROR: No hash found for COPYING >>> dialog 1.3-20170509 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 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 >>> directfb 1.7.7 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.9 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> 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-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> dvblast 3.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.WTFPL >>> libev 4.24 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> lftp 4.8.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libcec 4.0.2 Collecting legal info COPYING: OK (sha256: 3618005b3db4eb8ede7292d233e6c41605cb8dcbd33e8790eff6e29c1e4f3789) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libplatform 2d90f98620e25f47702c9e848380c0d93f29462b Collecting legal info ERROR: No hash found for src/os.h >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libgcrypt 1.8.3 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.31 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> 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) >>> libnatpmp 20150609 Collecting legal info LICENSE: OK (sha256: e8d8277e1a101fcfedb0cd5a1cc76646522c0da69f3490dd5a4055fc87ea96a2) >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libsocketcan 0.0.10 Collecting legal info >>> libsrtp v1.5.4 Collecting legal info ERROR: No hash found for LICENSE >>> host-mtd 2.0.2 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> mutt 1.10.1 Collecting legal info GPL: OK (sha256: 732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee) >>> neon 0.30.2 Collecting legal info ERROR: No hash found for src/COPYING.LIB ERROR: No hash found for test/COPYING ERROR: No hash found for README >>> netcat 0.7.1 Collecting legal info ERROR: No hash found for COPYING >>> ngrep 1.45 Collecting legal info ERROR: No hash found for LICENSE.txt >>> nut 2.7.4 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENSE-GPL2 ERROR: No hash found for LICENSE-GPL3 >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> polkit 0.105 Collecting legal info ERROR: No hash found for COPYING >>> 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-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> pptp-linux 1.9.0 Collecting legal info ERROR: No hash found for COPYING >>> qemu 2.10.2 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: 48ffe9fc7f1d5462dbd19340bc4dd1d8a9e37c61ed535813e614cbe4a5f0d4df) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info ERROR: No hash found for LICENSE >>> snmppp 3.3.10 Collecting legal info src/v3.cpp: OK (sha256: d00d5deb9ce44fa01ddf6f882de3ea8b9e8402f776b546dd982d55367ebbd392) >>> start-stop-daemon 1.18.10 Collecting legal info ERROR: No hash found for COPYING >>> tinycbor v0.5.1 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> wpa_supplicant 2.6 Collecting legal info README: OK (sha256: 3f6ca36d86668d6607389e01cf4766f38aa3b8ab2c144ad132541087b41c061d) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: libsocketcan-0.0.10: cannot save license (LIBSOCKETCAN_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-1/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot'