collect2: error: ld returned 1 exit status if printf "extern int fopencookie(); int main() { return fopencookie(); }" | \ /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -xc -o /dev/null - ; \ then \ echo fopencookie-pass := 1 >&9; \ fi if printf "int main() {}" | \ /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -xc -Wl,--gc-sections -o /dev/null - ; \ then \ echo gc_sections-pass := 1 >&9; \ fi if printf "#include \n #include \n int main() { return cJSON_False; }" | \ /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -xc -lcjson -o /dev/null - ; \ then \ echo system-cjson-pass := 1 >&9; \ fi :2:11: fatal error: cjson/cJSON.h: No such file or directory compilation terminated. if printf "#include \n #include \n int main() { return cJSON_False; }" | \ /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -xc -I./src -o /dev/null - ; \ then \ echo cjson-pass := 1 >&9; \ fi :2:11: fatal error: cjson/cJSON.h: No such file or directory compilation terminated. if printf "#if !defined(__STDC_HOSTED__) || __STDC_HOSTED__-0 == 1\n #error Hosted implementation\n #endif\n int main() {}" | \ /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -xc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o /dev/null - ; \ then \ echo freestanding-pass := 1 >&9; \ fi :2:3: error: #error Hosted implementation /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cborerrorstrings.pic.o src/cborerrorstrings.c /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cborencoder.pic.o src/cborencoder.c /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cborencoder_close_container_checked.pic.o src/cborencoder_close_container_checked.c /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cborparser.pic.o src/cborparser.c /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cborpretty.pic.o src/cborpretty.c /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cborparser_dup_string.pic.o src/cborparser_dup_string.c /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cborpretty_stdio.pic.o src/cborpretty_stdio.c /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cbortojson.pic.o src/cbortojson.c /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -c -o src/cborvalidation.pic.o src/cborvalidation.c /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -shared -Wl,-soname,libtinycbor.so.0.5 -o lib/libtinycbor.so.0.5.2 src/cborerrorstrings.pic.o src/cborencoder.pic.o src/cborencoder_close_container_checked.pic.o src/cborparser.pic.o src/cborpretty.pic.o src/cborparser_dup_string.pic.o src/cborpretty_stdio.pic.o src/cbortojson.pic.o src/cborvalidation.pic.o -lm cd lib ; ln -sf libtinycbor.so.0.5.2 libtinycbor.so ; ln -sf libtinycbor.so.0.5.2 libtinycbor.so.0.5 /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o tools/cbordump/cbordump.o tools/cbordump/cbordump.c /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -o bin/cbordump tools/cbordump/cbordump.o lib/libtinycbor.so -lm sed > tinycbor.pc < tinycbor.pc.in \ -e 's,@prefix@,/usr/local,' \ -e 's,@exec_prefix@,/usr/local,' \ -e 's,@libdir@,/usr/local/lib,' \ -e 's,@includedir@,/usr/local/include,' \ -e 's,@version@,0.5.2,' >>> tinycbor v0.5.2 Installing to staging directory PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-ar" AS="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-as" LD="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-ld" NM="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-nm" CC="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc" GCC="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc" CPP="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-cpp" CXX="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-g++" FC="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gfortran" F77="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-ranlib" READELF="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-readelf" STRIP="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/run/instance-2/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-2/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-2/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-2/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-2/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " 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-2/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-2/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-2/output/build/tinycbor-v0.5.2 DESTDIR=/home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot prefix=/usr install install -d /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin install -d /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib install -d /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib install -m 755 bin/cbordump /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin/cbordump install -m 644 lib/libtinycbor.so /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libtinycbor.so install -m 644 lib/libtinycbor.so.0.5 /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libtinycbor.so.0.5 install -d /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib install -d /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig install -m 644 lib/libtinycbor.so.0.5.2 /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libtinycbor.so.0.5.2 install -m 644 tinycbor.pc /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/tinycbor.pc install -d /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinycbor install -d /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinycbor install -d /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinycbor install -m 644 src/cbor.h /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinycbor/cbor.h install -m 644 src/cborjson.h /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinycbor/cborjson.h install -m 644 src/tinycbor-version.h /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinycbor/tinycbor-version.h >>> tinycbor v0.5.2 Fixing libtool files >>> tinycbor v0.5.2 Installing to target PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-ar" AS="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-as" LD="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-ld" NM="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-nm" CC="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc" GCC="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc" CPP="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-cpp" CXX="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-g++" FC="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gfortran" F77="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-ranlib" READELF="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-readelf" STRIP="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/run/instance-2/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-2/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-2/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-2/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-2/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " 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-2/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-2/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-2/output/build/tinycbor-v0.5.2 DESTDIR=/home/buildroot/autobuild/run/instance-2/output/target prefix=/usr install install -d /home/buildroot/autobuild/run/instance-2/output/target/usr/bin install -d /home/buildroot/autobuild/run/instance-2/output/target/usr/lib install -d /home/buildroot/autobuild/run/instance-2/output/target/usr/lib install -d /home/buildroot/autobuild/run/instance-2/output/target/usr/lib install -m 755 bin/cbordump /home/buildroot/autobuild/run/instance-2/output/target/usr/bin/cbordump install -m 644 lib/libtinycbor.so /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/libtinycbor.so install -m 644 lib/libtinycbor.so.0.5 /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/libtinycbor.so.0.5 install -m 644 lib/libtinycbor.so.0.5.2 /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/libtinycbor.so.0.5.2 install -d /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/pkgconfig install -d /home/buildroot/autobuild/run/instance-2/output/target/usr/include/tinycbor install -d /home/buildroot/autobuild/run/instance-2/output/target/usr/include/tinycbor install -d /home/buildroot/autobuild/run/instance-2/output/target/usr/include/tinycbor install -m 644 tinycbor.pc /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/pkgconfig/tinycbor.pc install -m 644 src/cbor.h /home/buildroot/autobuild/run/instance-2/output/target/usr/include/tinycbor/cbor.h install -m 644 src/cborjson.h /home/buildroot/autobuild/run/instance-2/output/target/usr/include/tinycbor/cborjson.h install -m 644 src/tinycbor-version.h /home/buildroot/autobuild/run/instance-2/output/target/usr/include/tinycbor/tinycbor-version.h tinyxml2-6.2.0.tar.gz: OK (sha256: cdf0c2179ae7a7931dba52463741cf59024198bbf9673bf08415bcb46344110f) >>> tinyxml2 6.2.0 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-2/dl/tinyxml2/tinyxml2-6.2.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-2/output/build/tinyxml2-6.2.0 -xf - >>> tinyxml2 6.2.0 Patching >>> tinyxml2 6.2.0 Configuring (mkdir -p /home/buildroot/autobuild/run/instance-2/output/build/tinyxml2-6.2.0/ && cd /home/buildroot/autobuild/run/instance-2/output/build/tinyxml2-6.2.0/ && rm -f CMakeCache.txt && PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /home/buildroot/autobuild/run/instance-2/output/host/bin/cmake /home/buildroot/autobuild/run/instance-2/output/build/tinyxml2-6.2.0/ -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/autobuild/run/instance-2/output/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ) -- The C compiler identification is GNU 8.2.1 -- The CXX compiler identification is GNU 8.2.1 -- Check for working C compiler: /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -- Check for working C compiler: /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-g++ -- Check for working CXX compiler: /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST -- Build files have been written to: /home/buildroot/autobuild/run/instance-2/output/build/tinyxml2-6.2.0 >>> tinyxml2 6.2.0 Building PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-2/output/build/tinyxml2-6.2.0/ Scanning dependencies of target tinyxml2 [ 50%] Building CXX object CMakeFiles/tinyxml2.dir/tinyxml2.cpp.o [100%] Linking CXX shared library libtinyxml2.so [100%] Built target tinyxml2 >>> tinyxml2 6.2.0 Installing to staging directory PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot install/fast -C /home/buildroot/autobuild/run/instance-2/output/build/tinyxml2-6.2.0/ Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libtinyxml2.so.6.2.0 -- Installing: /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libtinyxml2.so.6 -- Installing: /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libtinyxml2.so -- Installing: /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinyxml2.h -- Installing: /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/tinyxml2.pc -- Installing: /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/cmake/tinyxml2/tinyxml2Config.cmake -- Installing: /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/cmake/tinyxml2/tinyxml2Targets.cmake -- Installing: /home/buildroot/autobuild/run/instance-2/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/cmake/tinyxml2/tinyxml2Targets-release.cmake >>> tinyxml2 6.2.0 Fixing libtool files >>> tinyxml2 6.2.0 Installing to target PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-2/output/target install/fast -C /home/buildroot/autobuild/run/instance-2/output/build/tinyxml2-6.2.0/ Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/libtinyxml2.so.6.2.0 -- Installing: /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/libtinyxml2.so.6 -- Installing: /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/libtinyxml2.so -- Installing: /home/buildroot/autobuild/run/instance-2/output/target/usr/include/tinyxml2.h -- Installing: /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/pkgconfig/tinyxml2.pc -- Installing: /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/cmake/tinyxml2/tinyxml2Config.cmake -- Installing: /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/cmake/tinyxml2/tinyxml2Targets.cmake -- Installing: /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/cmake/tinyxml2/tinyxml2Targets-release.cmake wireless_tools.30.pre9.tar.gz: OK (sha256: abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63) >>> wireless_tools 30.pre9 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-2/dl/wireless_tools/wireless_tools.30.pre9.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-2/output/build/wireless_tools-30.pre9 -xf - >>> wireless_tools 30.pre9 Patching Applying 0001-remove-bzero.patch using patch: patching file ifrename.c patching file iwlib.c >>> wireless_tools 30.pre9 Configuring >>> wireless_tools 30.pre9 Building PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-2/output/build/wireless_tools-30.pre9 CC="/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " iwmulticall cp wireless.22.h wireless.h /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -c iwmulticall.c /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-gcc -Wl,-s -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -o iwmulticall iwmulticall.o -lm >>> wireless_tools 30.pre9 Installing to staging directory >>> wireless_tools 30.pre9 Fixing libtool files >>> wireless_tools 30.pre9 Installing to target PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-2/output/build/wireless_tools-30.pre9 PREFIX="/home/buildroot/autobuild/run/instance-2/output/target" LDCONFIG=/bin/true install-iwmulticall install -m 755 -d /home/buildroot/autobuild/run/instance-2/output/target/sbin install -m 755 iwmulticall /home/buildroot/autobuild/run/instance-2/output/target/sbin/iwconfig ( cd /home/buildroot/autobuild/run/instance-2/output/target/sbin ; \ ln -f -s iwconfig iwlist ; \ ln -f -s iwconfig iwspy ; \ ln -f -s iwconfig iwpriv ; \ ln -f -s iwconfig iwgetid ) >>> 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-2/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-2/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libselinux', u'dbus', u'libdaemon', u'avahi', u'libzlib', u'libopenssl', u'libcurl', u'libxml2', u'ncurses', u'util-linux', u'azure-iot-sdk-c', u'bitstream', u'boost', u'flex', u'llvm', u'clang', u'clapack', u'curlpp', u'dtc', u'e2fsprogs', u'libestr', u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'azure-iot-sdk-c', u'bitstream', u'boost', u'flex', u'llvm', u'clang', u'clapack', u'curlpp', u'dtc', u'e2fsprogs', u'libestr', u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libdaemon.la" is touched by more than one package: [u'libdaemon', u'avahi', u'libzlib', u'libopenssl', u'libcurl', u'libxml2', u'ncurses', u'util-linux', u'azure-iot-sdk-c', u'bitstream', u'boost', u'flex', u'llvm', u'clang', u'clapack', u'curlpp', u'dtc', u'e2fsprogs', u'libestr', u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libshairplay.la" is touched by more than one package: [u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/liblogging-stdlog.la" is touched by more than one package: [u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'azure-iot-sdk-c', u'bitstream', u'boost', u'flex', u'llvm', u'clang', u'clapack', u'curlpp', u'dtc', u'e2fsprogs', u'libestr', u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libprotobuf-lite.la" is touched by more than one package: [u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libselinux', u'dbus', u'libdaemon', u'avahi', u'libzlib', u'libopenssl', u'libcurl', u'libxml2', u'ncurses', u'util-linux', u'azure-iot-sdk-c', u'bitstream', u'boost', u'flex', u'llvm', u'clang', u'clapack', u'curlpp', u'dtc', u'e2fsprogs', u'libestr', u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libavahi-common.la" is touched by more than one package: [u'avahi', u'libzlib', u'libopenssl', u'libcurl', u'libxml2', u'ncurses', u'util-linux', u'azure-iot-sdk-c', u'bitstream', u'boost', u'flex', u'llvm', u'clang', u'clapack', u'curlpp', u'dtc', u'e2fsprogs', u'libestr', u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libraw.la" is touched by more than one package: [u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libavahi-core.la" is touched by more than one package: [u'avahi', u'libzlib', u'libopenssl', u'libcurl', u'libxml2', u'ncurses', u'util-linux', u'azure-iot-sdk-c', u'bitstream', u'boost', u'flex', u'llvm', u'clang', u'clapack', u'curlpp', u'dtc', u'e2fsprogs', u'libestr', u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libestr.la" is touched by more than one package: [u'libestr', u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libdns_sd.la" is touched by more than one package: [u'avahi', u'libzlib', u'libopenssl', u'libcurl', u'libxml2', u'ncurses', u'util-linux', u'azure-iot-sdk-c', u'bitstream', u'boost', u'flex', u'llvm', u'clang', u'clapack', u'curlpp', u'dtc', u'e2fsprogs', u'libestr', u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libselinux', u'dbus', u'libdaemon', u'avahi', u'libzlib', u'libopenssl', u'libcurl', u'libxml2', u'ncurses', u'util-linux', u'azure-iot-sdk-c', u'bitstream', u'boost', u'flex', u'llvm', u'clang', u'clapack', u'curlpp', u'dtc', u'e2fsprogs', u'libestr', u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libnfnetlink.la" is touched by more than one package: [u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'ncurses', u'util-linux', u'azure-iot-sdk-c', u'bitstream', u'boost', u'flex', u'llvm', u'clang', u'clapack', u'curlpp', u'dtc', u'e2fsprogs', u'libestr', u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libavahi-client.la" is touched by more than one package: [u'avahi', u'libzlib', u'libopenssl', u'libcurl', u'libxml2', u'ncurses', u'util-linux', u'azure-iot-sdk-c', u'bitstream', u'boost', u'flex', u'llvm', u'clang', u'clapack', u'curlpp', u'dtc', u'e2fsprogs', u'libestr', u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libsepol', u'pcre', u'libselinux', u'dbus', u'libdaemon', u'avahi', u'libzlib', u'libopenssl', u'libcurl', u'libxml2', u'ncurses', u'util-linux', u'azure-iot-sdk-c', u'bitstream', u'boost', u'flex', u'llvm', u'clang', u'clapack', u'curlpp', u'dtc', u'e2fsprogs', u'libestr', u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libnetfilter_queue.la" is touched by more than one package: [u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libraw_r.la" is touched by more than one package: [u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libprotobuf.la" is touched by more than one package: [u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libfastjson.la" is touched by more than one package: [u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'llvm', u'clang', u'clapack', u'curlpp', u'dtc', u'e2fsprogs', u'libestr', u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libprotoc.la" is touched by more than one package: [u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libmhash.la" is touched by more than one package: [u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libxml2', u'ncurses', u'util-linux', u'azure-iot-sdk-c', u'bitstream', u'boost', u'flex', u'llvm', u'clang', u'clapack', u'curlpp', u'dtc', u'e2fsprogs', u'libestr', u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/liburiparser.la" is touched by more than one package: [u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libdaemon', u'avahi', u'libzlib', u'libopenssl', u'libcurl', u'libxml2', u'ncurses', u'util-linux', u'azure-iot-sdk-c', u'bitstream', u'boost', u'flex', u'llvm', u'clang', u'clapack', u'curlpp', u'dtc', u'e2fsprogs', u'libestr', u'libfastjson', u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libhttpparser', u'liblockfile', u'liblogging', u'libmhash', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libraw', u'libshairplay', u'liburiparser', u'perl', u'protobuf', u'sunxi-mali-mainline', u'tinycbor', u'tinyxml2', u'wireless_tools'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-2/output/build/packages-file-list-host.txt Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libshairplay.la" is touched by more than one package: [u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-expat', u'host-cmake', u'host-ncurses', u'host-bison', u'host-libusb', u'host-genext2fs', u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libexpat.la" is touched by more than one package: [u'host-m4', u'host-expat', u'host-cmake', u'host-ncurses', u'host-bison', u'host-libusb', u'host-genext2fs', u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libdbus-1.la" is touched by more than one package: [u'host-expat', u'host-cmake', u'host-ncurses', u'host-bison', u'host-libusb', u'host-genext2fs', u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libgpg-error.la" is touched by more than one package: [u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libestr.la" is touched by more than one package: [u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnetfilter_queue.la" is touched by more than one package: [u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnfnetlink.la" is touched by more than one package: [u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libblkid.la" is touched by more than one package: [u'host-bison', u'host-libusb', u'host-genext2fs', u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/liblogging-stdlog.la" is touched by more than one package: [u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libcurl.la" is touched by more than one package: [u'host-ncurses', u'host-bison', u'host-libusb', u'host-genext2fs', u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libfastjson.la" is touched by more than one package: [u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-expat', u'host-cmake', u'host-ncurses', u'host-bison', u'host-libusb', u'host-genext2fs', u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libavahi-core.la" is touched by more than one package: [u'host-cmake', u'host-ncurses', u'host-bison', u'host-libusb', u'host-genext2fs', u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-expat', u'host-cmake', u'host-ncurses', u'host-bison', u'host-libusb', u'host-genext2fs', u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libxml2.la" is touched by more than one package: [u'host-ncurses', u'host-bison', u'host-libusb', u'host-genext2fs', u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libavahi-client.la" is touched by more than one package: [u'host-cmake', u'host-ncurses', u'host-bison', u'host-libusb', u'host-genext2fs', u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libfl.la" is touched by more than one package: [u'host-bison', u'host-libusb', u'host-genext2fs', u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-bison', u'host-libusb', u'host-genext2fs', u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libavahi-common.la" is touched by more than one package: [u'host-cmake', u'host-ncurses', u'host-bison', u'host-libusb', u'host-genext2fs', u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libdaemon.la" is touched by more than one package: [u'host-cmake', u'host-ncurses', u'host-bison', u'host-libusb', u'host-genext2fs', u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libraw.la" is touched by more than one package: [u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libmhash.la" is touched by more than one package: [u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libmnl.la" is touched by more than one package: [u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/liburiparser.la" is touched by more than one package: [u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libdns_sd.la" is touched by more than one package: [u'host-cmake', u'host-ncurses', u'host-bison', u'host-libusb', u'host-genext2fs', u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libraw_r.la" is touched by more than one package: [u'host-patchelf', u'host-perl-file-sharedir-install', u'host-gawk'] mkdir -p /home/buildroot/autobuild/run/instance-2/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a72%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/run/instance-2/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-2/output/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/^hosts:/ {/myhostname/! s/files/files myhostname/}' /home/buildroot/autobuild/run/instance-2/output/target/etc/nsswitch.conf rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/perl5/5.28.1/pod rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/perl5/5.28.1/aarch64-linux/CORE find /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/buildroot/autobuild/run/instance-2/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-2/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-2/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-2/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-2/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-2/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-2/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-2/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/include /home/buildroot/autobuild/run/instance-2/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-2/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-2/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-2/output/target/lib/ /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/man /home/buildroot/autobuild/run/instance-2/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/info /home/buildroot/autobuild/run/instance-2/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/doc /home/buildroot/autobuild/run/instance-2/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-2/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-2/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-2/output/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-2/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/run/instance-2/output/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/run/instance-2/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-2/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-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.05-git-00078-g9550765"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.05-git\"" \ ) > /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-2/output/target/usr make: Leaving directory `/home/buildroot/autobuild/run/instance-2/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-2/buildroot' >>> Buildroot 2019.05-git-00078-g9550765 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-arm-aarch64 2018.11 Collecting legal info >>> toolchain Collecting legal info >>> angularjs 1.6.7 Collecting legal info angular.js: OK (sha256: cec36623ceba33c503784164917c206047079159bf88f51a695a4dfb9d9b7ede) >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> avahi 0.7 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> libselinux 2.8 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 2.8 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> 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) ERROR: No hash found for libltdl/COPYING.LIB >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> 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.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> axel 2.16.1 Collecting legal info ERROR: No hash found for COPYING >>> openssl Collecting legal info >>> libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> azure-iot-sdk-c 2018-12-13 Collecting legal info WARNING: no hash file for LICENSE >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libcurl 7.64.0 Collecting legal info COPYING: OK (sha256: 8c8824f50e73a021f5dde1fccbf69685939247399a33a32abab1fa448c9ddabb) >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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 >>> bitstream 1.4 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> boost 1.69.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> checkpolicy 2.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> clang 7.0.1 Collecting legal info LICENSE.TXT: OK (sha256: 3f3f2e96e3b7319d2b4b49227d6da624a717340107ce2ca5342a25e0e57dfd35) >>> host-clang 7.0.1 Collecting legal info LICENSE.TXT: OK (sha256: 3f3f2e96e3b7319d2b4b49227d6da624a717340107ce2ca5342a25e0e57dfd35) >>> host-llvm 7.0.1 Collecting legal info LICENSE.TXT: OK (sha256: 0303dfeaac87b80d2d1e543aa38d5be77b0eac93c3d04fe7e3c8eaa71a778667) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> llvm 7.0.1 Collecting legal info LICENSE.TXT: OK (sha256: 0303dfeaac87b80d2d1e543aa38d5be77b0eac93c3d04fe7e3c8eaa71a778667) >>> clapack 3.2.1 Collecting legal info F2CLIBS/libf2c/Notice: OK (sha256: 44561c447e91203ddc747beeca5cc2794d95ee982c17c578670e4f0408bc3904) COPYING: OK (sha256: 23014869214a231525b38c39fdb5f82364fa24154ac80fdcab2a79671460fd09) >>> curlpp 0.8.1 Collecting legal info doc/LICENSE: OK (sha256: 8b9e3afd4d06ad3c169e788e5187a3e9f4f35671e9a7322f7e74bea9643b5b5a) >>> host-dfu-util 0.9 Collecting legal info ERROR: No hash found for COPYING >>> host-libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dtc 1.4.7 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> e2fsprogs 1.44.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> e2tools 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 Collecting legal info ERROR: No hash found for COPYING >>> host-genext2fs 1.4.1 Collecting legal info ERROR: No hash found for COPYING >>> i2pd 2.22.0 Collecting legal info LICENSE: OK (sha256: d147a6acdaf8ec9f6513802ef6cad4a4afcdb5ab6b98d9f6bb26d2b7f4cf454c) >>> kvmtool f77d646ba01d04be5aad9449ac00719c043fe36e Collecting legal info ERROR: No hash found for COPYING >>> libestr 0.1.10 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libfastjson v0.99.8 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgpg-error 1.33 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libhttpparser v2.9.0 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> liblockfile 1.09 Collecting legal info ERROR: No hash found for COPYRIGHT >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_queue 1.0.3 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libraw 0.19.2 Collecting legal info LICENSE.LGPL: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) LICENSE.CDDL: OK (sha256: 0e3098d2d54a12434715f6679ea408d57da5e8d613c385c58ecc6fe5d30cc81f) README.md: OK (sha256: eee0055723d3483ef3ee7920e2178177b14a334c2a622be4101bcfb05d21407e) >>> libshairplay ce80e005908f41d0e6fde1c4a21e9cb8ee54007b Collecting legal info ERROR: No hash found for LICENSE >>> liburiparser 0.9.1 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> linuxconsoletools 1.6.0 Collecting legal info ERROR: No hash found for COPYING >>> lockfile-progs 0.1.17 Collecting legal info ERROR: No hash found for COPYING >>> macchanger 1.7.0 Collecting legal info ERROR: No hash found for COPYING >>> nss-myhostname 0.3 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-class-inspector 1.32 Collecting legal info LICENSE: OK (sha256: 3ed0185f73a0570b72a2dc95c6bde500dc800c6f778ccbd688df4f88e6e65232) >>> host-perl 5.28.1 Collecting legal info ERROR: No hash found for Artistic ERROR: No hash found for Copying ERROR: No hash found for README >>> perl 5.28.1 Collecting legal info ERROR: No hash found for Artistic ERROR: No hash found for Copying ERROR: No hash found for README >>> perl-file-sharedir 1.116 Collecting legal info LICENSE: OK (sha256: db57983ce0a3bce54900b5a3a3a69e9a593e7b07d0f58dd9f87ac9b016ff4a6b) >>> host-perl-file-sharedir-install 0.13 Collecting legal info LICENSE: OK (sha256: c207ca1c71c16a443d875a78d8aeccfbe550da502cd7fda24819548afb04fb5c) >>> proftpd 1.3.6 Collecting legal info ERROR: No hash found for COPYING >>> protobuf 3.6.0 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> host-protobuf 3.6.0 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> quagga 1.2.3 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> read-edid 3.0.2 Collecting legal info ERROR: No hash found for LICENSE >>> rsyslog 8.22.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER ERROR: No hash found for COPYING.ASL20 >>> sunxi-mali-mainline d691cb93884ca8ac67860502117bbec283dc19aa Collecting legal info EULA_for_Mali_400MP_AW.pdf: OK (sha256: 8a06bcae44a41a886f339b4338422415a786787f113e9ed6456ae117104a0b6a) >>> tinycbor v0.5.2 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tinyxml2 6.2.0 Collecting legal info readme.md: OK (sha256: 8b2ab0b6ffb86798a2512f45fcf50a3b04b3516782d2e3fb30ebf55dc18c7cce) >>> wireless_tools 30.pre9 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-arm-aarch64-2018.11: cannot save license (TOOLCHAIN_EXTERNAL_ARM_AARCH64_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-2/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-2/buildroot'