[17/55] Compiling protolib/src/common/protoPktRTP.cpp [18/55] Compiling protolib/src/common/protoBitmask.cpp [19/55] Compiling protolib/src/linux/linuxCap.cpp [20/55] Compiling protolib/src/common/protoPktETH.cpp [21/55] Compiling protolib/src/manet/manetMsg.cpp [22/55] Compiling protolib/src/common/protoDispatcher.cpp [23/55] Compiling protolib/src/unix/unixVif.cpp [24/55] Compiling protolib/src/common/protoPkt.cpp [25/55] Compiling protolib/src/unix/unixNet.cpp [26/55] Compiling protolib/src/common/protoRouteTable.cpp [27/55] Compiling protolib/src/common/protoJson.cpp [28/55] Compiling protolib/src/common/protoCap.cpp [29/55] Compiling protolib/src/common/protoApp.cpp [30/55] Compiling protolib/src/common/protoRouteMgr.cpp [31/55] Compiling protolib/src/common/protoQueue.cpp [32/55] Compiling protolib/src/common/protoGraph.cpp [33/55] Compiling protolib/src/linux/linuxRouteMgr.cpp [34/55] Compiling protolib/src/common/protoPktIP.cpp [35/55] Compiling protolib/src/common/protoEvent.cpp [36/55] Compiling protolib/src/manet/manetGraph.cpp [37/55] Compiling protolib/src/unix/unixSerial.cpp [38/55] Compiling protolib/src/common/protoPktARP.cpp [39/55] Compiling protolib/src/linux/linuxNet.cpp [40/55] Compiling protolib/src/common/protoFile.cpp [41/55] Compiling src/common/normSession.cpp [42/55] Compiling src/common/normApi.cpp [43/55] Compiling src/common/normEncoderRS8.cpp [44/55] Compiling src/common/normFile.cpp [45/55] Compiling src/common/normEncoderMDP.cpp [46/55] Compiling src/common/normSegment.cpp [47/55] Compiling src/common/galois.cpp [48/55] Compiling src/common/normEncoderRS16.cpp [49/55] Compiling src/common/normMessage.cpp [50/55] Compiling src/common/normNode.cpp [51/55] Compiling src/common/normEncoder.cpp [52/55] Compiling src/common/normObject.cpp In file included from ../src/common/normApi.cpp:2:0: ../include/normApi.h:106:3: warning: 'visibility' attribute ignored [-Wattributes] } NormObjectType; ^~~~~~~~~~~~~~ ../include/normApi.h:114:3: warning: 'visibility' attribute ignored [-Wattributes] } NormFlushMode; ^~~~~~~~~~~~~ ../include/normApi.h:122:3: warning: 'visibility' attribute ignored [-Wattributes] } NormNackingMode; ^~~~~~~~~~~~~~~ ../include/normApi.h:131:3: warning: 'visibility' attribute ignored [-Wattributes] } NormAckingStatus; ^~~~~~~~~~~~~~~~ ../include/normApi.h:140:3: warning: 'visibility' attribute ignored [-Wattributes] } NormTrackingStatus; ^~~~~~~~~~~~~~~~~~ ../include/normApi.h:149:3: warning: 'visibility' attribute ignored [-Wattributes] } NormProbingMode; ^~~~~~~~~~~~~~~ ../include/normApi.h:157:3: warning: 'visibility' attribute ignored [-Wattributes] } NormSyncPolicy; ^~~~~~~~~~~~~~ ../include/normApi.h:164:3: warning: 'visibility' attribute ignored [-Wattributes] } NormRepairBoundary; ^~~~~~~~~~~~~~~~~~ ../include/normApi.h:197:3: warning: 'visibility' attribute ignored [-Wattributes] } NormEventType; ^~~~~~~~~~~~~ [53/55] Linking build/protolib/libprotolib.a [54/55] Linking build/libnorm.so [55/55] Symlinking build/libnorm.so Waf: Leaving directory `/tmp/instance-0/output-1/build/norm-1.5.8/build' 'build' finished successfully (2.814s) >>> norm 1.5.8 Installing to staging directory cd /tmp/instance-0/output-1/build/norm-1.5.8/ && PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /tmp/instance-0/output-1/host/bin/python3 ./waf install --destdir=/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot Waf: Entering directory `/tmp/instance-0/output-1/build/norm-1.5.8/build' + install /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/normApi.h (from include/normApi.h) + symlink /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnorm.so.1 (to libnorm.so.1.5.8) + install /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnorm.so.1.5.8 (from build/libnorm.so) + symlink /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libnorm.so (to libnorm.so.1.5.8) Waf: Leaving directory `/tmp/instance-0/output-1/build/norm-1.5.8/build' 'install' finished successfully (0.046s) cp -f /tmp/instance-0/output-1/build/norm-1.5.8/include/norm* /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include >>> norm 1.5.8 Fixing libtool files for la in $(find /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/tmp/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> norm 1.5.8 Installing to target cd /tmp/instance-0/output-1/build/norm-1.5.8/ && PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /tmp/instance-0/output-1/host/bin/python3 ./waf install --destdir=/tmp/instance-0/output-1/target Waf: Entering directory `/tmp/instance-0/output-1/build/norm-1.5.8/build' + install /tmp/instance-0/output-1/target/usr/include/normApi.h (from include/normApi.h) + symlink /tmp/instance-0/output-1/target/usr/lib/libnorm.so.1 (to libnorm.so.1.5.8) + install /tmp/instance-0/output-1/target/usr/lib/libnorm.so.1.5.8 (from build/libnorm.so) + symlink /tmp/instance-0/output-1/target/usr/lib/libnorm.so (to libnorm.so.1.5.8) Waf: Leaving directory `/tmp/instance-0/output-1/build/norm-1.5.8/build' 'install' finished successfully (0.053s) patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting bzcat /tmp/instance-0/dl/patchelf/patchelf-0.9.tar.bz2 | /tmp/instance-0/output-1/host/bin/tar --strip-components=1 -C /tmp/instance-0/output-1/build/host-patchelf-0.9 -xf - >>> host-patchelf 0.9 Patching Applying 0001-Remove-apparently-incorrect-usage-of-static.patch using patch: patching file src/patchelf.cc Applying 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch using patch: patching file src/patchelf.cc Applying 0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Applying 0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch using patch: patching file src/patchelf.cc >>> host-patchelf 0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-0/output-1/build/host-patchelf-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.9 Patching libtool >>> host-patchelf 0.9 Configuring (cd /tmp/instance-0/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-0/output-1/host/lib/pkgconfig:/tmp/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-0/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-0/output-1/host" --sysconfdir="/tmp/instance-0/output-1/host/etc" --localstatedir="/tmp/instance-0/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none Setting page size to 4096 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.9 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-0/output-1/host/lib/pkgconfig:/tmp/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j32 -C /tmp/instance-0/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -I/tmp/instance-0/output-1/host/include -Wall -O2 -I/tmp/instance-0/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/tmp/instance-0/output-1/host/include -L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-0/output-1/host/lib/pkgconfig:/tmp/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j32 install -C /tmp/instance-0/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/tmp/instance-0/output-1/host/bin' /usr/bin/install -c patchelf '/tmp/instance-0/output-1/host/bin' make[3]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/instance-0/output-1/host/share/doc/patchelf' /bin/mkdir -p '/tmp/instance-0/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README '/tmp/instance-0/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-0/output-1/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' tinycbor-0.5.3.tar.gz: OK (sha256: 956eb4b670ea4969eaee67395b5bb6437b153960385b77357d6692e979d1b12d) >>> tinycbor 0.5.3 Extracting gzip -d -c /tmp/instance-0/dl/tinycbor/tinycbor-0.5.3.tar.gz | /tmp/instance-0/output-1/host/bin/tar --strip-components=1 -C /tmp/instance-0/output-1/build/tinycbor-0.5.3 -xf - >>> tinycbor 0.5.3 Patching >>> tinycbor 0.5.3 Configuring >>> tinycbor 0.5.3 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-ar" AS="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-as" LD="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-ld" NM="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-nm" CC="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-gcc" GCC="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-gcc" CPP="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-cpp" CXX="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-g++" FC="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-gfortran" F77="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-gfortran" RANLIB="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-ranlib" READELF="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-readelf" STRIP="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-strip" OBJCOPY="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-objcopy" OBJDUMP="/tmp/instance-0/output-1/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/tmp/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-0/output-1/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="/tmp/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /tmp/instance-0/output-1/build/tinycbor-0.5.3 make[1]: Entering directory '/tmp/instance-0/output-1/build/tinycbor-0.5.3' .config file not yet created /usr/bin/make -f ./Makefile.configure OUT='>&9' configure 9> .config make[2]: Entering directory '/tmp/instance-0/output-1/build/tinycbor-0.5.3' if printf "extern int open_memstream(); int main() { return open_memstream(); }" | \ /tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-gcc -xc -o /dev/null - ; \ then \ echo open_memstream-pass := 1 >&9; \ fi if printf "extern int funopen(); int main() { return funopen(); }" | \ /tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-gcc -xc -o /dev/null - ; \ then \ echo funopen-pass := 1 >&9; \ fi /tmp/cc76Ekc8.o: In function `main': :(.text+0x1c): undefined reference to `funopen' collect2: error: ld returned 1 exit status if printf "extern int fopencookie(); int main() { return fopencookie(); }" | \ /tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-gcc -xc -o /dev/null - ; \ then \ echo fopencookie-pass := 1 >&9; \ fi if printf "int main() {}" | \ /tmp/instance-0/output-1/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; }" | \ /tmp/instance-0/output-1/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; }" | \ /tmp/instance-0/output-1/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() {}" | \ /tmp/instance-0/output-1/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 make[2]: Leaving directory '/tmp/instance-0/output-1/build/tinycbor-0.5.3' /tmp/instance-0/output-1/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 /tmp/instance-0/output-1/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 /tmp/instance-0/output-1/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 /tmp/instance-0/output-1/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 /tmp/instance-0/output-1/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 /tmp/instance-0/output-1/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 /tmp/instance-0/output-1/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 /tmp/instance-0/output-1/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 /tmp/instance-0/output-1/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 /tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-gcc -shared -Wl,-soname,libtinycbor.so.0.5 -o lib/libtinycbor.so.0.5.3 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.3 libtinycbor.so ; ln -sf libtinycbor.so.0.5.3 libtinycbor.so.0.5 /tmp/instance-0/output-1/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 /tmp/instance-0/output-1/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.3,' make[1]: Leaving directory '/tmp/instance-0/output-1/build/tinycbor-0.5.3' >>> tinycbor 0.5.3 Installing to staging directory PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-ar" AS="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-as" LD="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-ld" NM="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-nm" CC="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-gcc" GCC="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-gcc" CPP="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-cpp" CXX="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-g++" FC="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-gfortran" F77="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-gfortran" RANLIB="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-ranlib" READELF="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-readelf" STRIP="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-strip" OBJCOPY="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-objcopy" OBJDUMP="/tmp/instance-0/output-1/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/tmp/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-0/output-1/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="/tmp/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /tmp/instance-0/output-1/build/tinycbor-0.5.3 DESTDIR=/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot prefix=/usr install make[1]: Entering directory '/tmp/instance-0/output-1/build/tinycbor-0.5.3' install -d /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin install -d /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib install -m 755 bin/cbordump /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin/cbordump install -m 644 lib/libtinycbor.so /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libtinycbor.so install -d /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib install -m 644 lib/libtinycbor.so.0.5 /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libtinycbor.so.0.5 install -d /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib install -m 644 lib/libtinycbor.so.0.5.3 /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libtinycbor.so.0.5.3 install -d /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig install -m 644 tinycbor.pc /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/tinycbor.pc install -d /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinycbor install -m 644 src/cbor.h /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinycbor/cbor.h install -d /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinycbor install -m 644 src/cborjson.h /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinycbor/cborjson.h install -d /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinycbor install -m 644 src/tinycbor-version.h /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/tinycbor/tinycbor-version.h make[1]: Leaving directory '/tmp/instance-0/output-1/build/tinycbor-0.5.3' >>> tinycbor 0.5.3 Fixing libtool files for la in $(find /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/tmp/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> tinycbor 0.5.3 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-ar" AS="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-as" LD="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-ld" NM="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-nm" CC="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-gcc" GCC="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-gcc" CPP="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-cpp" CXX="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-g++" FC="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-gfortran" F77="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-gfortran" RANLIB="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-ranlib" READELF="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-readelf" STRIP="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-strip" OBJCOPY="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-objcopy" OBJDUMP="/tmp/instance-0/output-1/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/tmp/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-0/output-1/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="/tmp/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 BUILD_STATIC=0 BUILD_SHARED=1 -C /tmp/instance-0/output-1/build/tinycbor-0.5.3 DESTDIR=/tmp/instance-0/output-1/target prefix=/usr install make[1]: Entering directory '/tmp/instance-0/output-1/build/tinycbor-0.5.3' install -d /tmp/instance-0/output-1/target/usr/bin install -m 755 bin/cbordump /tmp/instance-0/output-1/target/usr/bin/cbordump install -d /tmp/instance-0/output-1/target/usr/lib install -d /tmp/instance-0/output-1/target/usr/lib install -m 644 lib/libtinycbor.so /tmp/instance-0/output-1/target/usr/lib/libtinycbor.so install -m 644 lib/libtinycbor.so.0.5 /tmp/instance-0/output-1/target/usr/lib/libtinycbor.so.0.5 install -d /tmp/instance-0/output-1/target/usr/lib install -m 644 lib/libtinycbor.so.0.5.3 /tmp/instance-0/output-1/target/usr/lib/libtinycbor.so.0.5.3 install -d /tmp/instance-0/output-1/target/usr/lib/pkgconfig install -m 644 tinycbor.pc /tmp/instance-0/output-1/target/usr/lib/pkgconfig/tinycbor.pc install -d /tmp/instance-0/output-1/target/usr/include/tinycbor install -m 644 src/cbor.h /tmp/instance-0/output-1/target/usr/include/tinycbor/cbor.h install -d /tmp/instance-0/output-1/target/usr/include/tinycbor install -m 644 src/cborjson.h /tmp/instance-0/output-1/target/usr/include/tinycbor/cborjson.h install -d /tmp/instance-0/output-1/target/usr/include/tinycbor install -m 644 src/tinycbor-version.h /tmp/instance-0/output-1/target/usr/include/tinycbor/tinycbor-version.h make[1]: Leaving directory '/tmp/instance-0/output-1/build/tinycbor-0.5.3' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-0/output-1/target/etc/shadow rm -f /tmp/instance-0/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-0/output-1/build/locales.nopurge for dir in /tmp/instance-0/output-1/target/usr/share/locale /tmp/instance-0/output-1/target/usr/share/X11/locale /tmp/instance-0/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake \ /tmp/instance-0/output-1/target/usr/doc find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-0/output-1/target/usr/share/gdb rm -rf /tmp/instance-0/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-0/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-0/output-1/target/usr/share/zsh rm -rf /tmp/instance-0/output-1/target/usr/man /tmp/instance-0/output-1/target/usr/share/man rm -rf /tmp/instance-0/output-1/target/usr/info /tmp/instance-0/output-1/target/usr/share/info rm -rf /tmp/instance-0/output-1/target/usr/doc /tmp/instance-0/output-1/target/usr/share/doc rm -rf /tmp/instance-0/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-0/output-1/target/lib/debug /tmp/instance-0/output-1/target/usr/lib/debug find /tmp/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-0/output-1/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-rc1-137-g09e5e3dbdd"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-rc1\"" \ ) > /tmp/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-0/output-1/per-package /tmp/instance-0/buildroot/support/scripts/fix-rpath target cat /tmp/instance-0/output-1/build/apparmor-2.13.4/.files-list.txt /tmp/instance-0/output-1/build/audit-2.8.5/.files-list.txt /tmp/instance-0/output-1/build/avrdude-f8893ccf0aceeff67c45f95ae4e86bc7fbe342aa/.files-list.txt /tmp/instance-0/output-1/build/cannelloni-1.0.0/.files-list.txt /tmp/instance-0/output-1/build/dejavu-2.37/.files-list.txt /tmp/instance-0/output-1/build/dmraid-1.0.0.rc16-3/.files-list.txt /tmp/instance-0/output-1/build/elfutils-0.177/.files-list.txt /tmp/instance-0/output-1/build/flex-2.6.4/.files-list.txt /tmp/instance-0/output-1/build/host-autoconf-2.69/.files-list.txt /tmp/instance-0/output-1/build/host-automake-1.15.1/.files-list.txt /tmp/instance-0/output-1/build/host-bison-3.6.4/.files-list.txt /tmp/instance-0/output-1/build/host-expat-2.2.9/.files-list.txt /tmp/instance-0/output-1/build/host-flex-2.6.4/.files-list.txt /tmp/instance-0/output-1/build/host-gettext-tiny-0.3.2/.files-list.txt /tmp/instance-0/output-1/build/host-gettext/.files-list.txt /tmp/instance-0/output-1/build/host-libffi-3.3/.files-list.txt /tmp/instance-0/output-1/build/host-libtool-2.4.6/.files-list.txt /tmp/instance-0/output-1/build/host-libzlib-1.2.11/.files-list.txt /tmp/instance-0/output-1/build/host-m4-1.4.18/.files-list.txt /tmp/instance-0/output-1/build/host-ncurses-6.1/.files-list.txt /tmp/instance-0/output-1/build/host-patchelf-0.9/.files-list.txt /tmp/instance-0/output-1/build/host-pkgconf-1.6.1/.files-list.txt /tmp/instance-0/output-1/build/host-python3-3.8.5/.files-list.txt /tmp/instance-0/output-1/build/host-skeleton/.files-list.txt /tmp/instance-0/output-1/build/host-tar-1.29/.files-list.txt /tmp/instance-0/output-1/build/host-zlib/.files-list.txt /tmp/instance-0/output-1/build/libaio-0.3.111/.files-list.txt /tmp/instance-0/output-1/build/libapparmor-2.13.4/.files-list.txt /tmp/instance-0/output-1/build/libcue-2.2.1/.files-list.txt /tmp/instance-0/output-1/build/libcuefile-475/.files-list.txt /tmp/instance-0/output-1/build/libfreeimage-3.18.0/.files-list.txt /tmp/instance-0/output-1/build/libubox-723730214732862de7e892bae2f7a7889e66bf1b/.files-list.txt /tmp/instance-0/output-1/build/libuci-49ec6efbdac4819033d34f08927d795f83a3932d/.files-list.txt /tmp/instance-0/output-1/build/libusb-1.0.23/.files-list.txt /tmp/instance-0/output-1/build/libusb-compat-0.1.7/.files-list.txt /tmp/instance-0/output-1/build/libzlib-1.2.11/.files-list.txt /tmp/instance-0/output-1/build/live555-2020.06.25/.files-list.txt /tmp/instance-0/output-1/build/lksctp-tools-1.0.17/.files-list.txt /tmp/instance-0/output-1/build/lmbench-3.0-a9/.files-list.txt /tmp/instance-0/output-1/build/lvm2-2.02.185/.files-list.txt /tmp/instance-0/output-1/build/ncurses-6.1/.files-list.txt /tmp/instance-0/output-1/build/norm-1.5.8/.files-list.txt /tmp/instance-0/output-1/build/skeleton-init-common/.files-list.txt /tmp/instance-0/output-1/build/skeleton-init-none/.files-list.txt /tmp/instance-0/output-1/build/skeleton/.files-list.txt /tmp/instance-0/output-1/build/tinycbor-0.5.3/.files-list.txt /tmp/instance-0/output-1/build/toolchain-external-linaro-aarch64-2018.05/.files-list.txt /tmp/instance-0/output-1/build/toolchain-external/.files-list.txt /tmp/instance-0/output-1/build/toolchain/.files-list.txt /tmp/instance-0/output-1/build/zlib/.files-list.txt > /tmp/instance-0/output-1/build/packages-file-list.txt cat /tmp/instance-0/output-1/build/apparmor-2.13.4/.files-list-host.txt /tmp/instance-0/output-1/build/audit-2.8.5/.files-list-host.txt /tmp/instance-0/output-1/build/avrdude-f8893ccf0aceeff67c45f95ae4e86bc7fbe342aa/.files-list-host.txt /tmp/instance-0/output-1/build/cannelloni-1.0.0/.files-list-host.txt /tmp/instance-0/output-1/build/dejavu-2.37/.files-list-host.txt /tmp/instance-0/output-1/build/dmraid-1.0.0.rc16-3/.files-list-host.txt /tmp/instance-0/output-1/build/elfutils-0.177/.files-list-host.txt /tmp/instance-0/output-1/build/flex-2.6.4/.files-list-host.txt /tmp/instance-0/output-1/build/host-autoconf-2.69/.files-list-host.txt /tmp/instance-0/output-1/build/host-automake-1.15.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-bison-3.6.4/.files-list-host.txt /tmp/instance-0/output-1/build/host-expat-2.2.9/.files-list-host.txt /tmp/instance-0/output-1/build/host-flex-2.6.4/.files-list-host.txt /tmp/instance-0/output-1/build/host-gettext-tiny-0.3.2/.files-list-host.txt /tmp/instance-0/output-1/build/host-gettext/.files-list-host.txt /tmp/instance-0/output-1/build/host-libffi-3.3/.files-list-host.txt /tmp/instance-0/output-1/build/host-libtool-2.4.6/.files-list-host.txt /tmp/instance-0/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /tmp/instance-0/output-1/build/host-m4-1.4.18/.files-list-host.txt /tmp/instance-0/output-1/build/host-ncurses-6.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-patchelf-0.9/.files-list-host.txt /tmp/instance-0/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-python3-3.8.5/.files-list-host.txt /tmp/instance-0/output-1/build/host-skeleton/.files-list-host.txt /tmp/instance-0/output-1/build/host-tar-1.29/.files-list-host.txt /tmp/instance-0/output-1/build/host-zlib/.files-list-host.txt /tmp/instance-0/output-1/build/libaio-0.3.111/.files-list-host.txt /tmp/instance-0/output-1/build/libapparmor-2.13.4/.files-list-host.txt /tmp/instance-0/output-1/build/libcue-2.2.1/.files-list-host.txt /tmp/instance-0/output-1/build/libcuefile-475/.files-list-host.txt /tmp/instance-0/output-1/build/libfreeimage-3.18.0/.files-list-host.txt /tmp/instance-0/output-1/build/libubox-723730214732862de7e892bae2f7a7889e66bf1b/.files-list-host.txt /tmp/instance-0/output-1/build/libuci-49ec6efbdac4819033d34f08927d795f83a3932d/.files-list-host.txt /tmp/instance-0/output-1/build/libusb-1.0.23/.files-list-host.txt /tmp/instance-0/output-1/build/libusb-compat-0.1.7/.files-list-host.txt /tmp/instance-0/output-1/build/libzlib-1.2.11/.files-list-host.txt /tmp/instance-0/output-1/build/live555-2020.06.25/.files-list-host.txt /tmp/instance-0/output-1/build/lksctp-tools-1.0.17/.files-list-host.txt /tmp/instance-0/output-1/build/lmbench-3.0-a9/.files-list-host.txt /tmp/instance-0/output-1/build/lvm2-2.02.185/.files-list-host.txt /tmp/instance-0/output-1/build/ncurses-6.1/.files-list-host.txt /tmp/instance-0/output-1/build/norm-1.5.8/.files-list-host.txt /tmp/instance-0/output-1/build/skeleton-init-common/.files-list-host.txt /tmp/instance-0/output-1/build/skeleton-init-none/.files-list-host.txt /tmp/instance-0/output-1/build/skeleton/.files-list-host.txt /tmp/instance-0/output-1/build/tinycbor-0.5.3/.files-list-host.txt /tmp/instance-0/output-1/build/toolchain-external-linaro-aarch64-2018.05/.files-list-host.txt /tmp/instance-0/output-1/build/toolchain-external/.files-list-host.txt /tmp/instance-0/output-1/build/toolchain/.files-list-host.txt /tmp/instance-0/output-1/build/zlib/.files-list-host.txt > /tmp/instance-0/output-1/build/packages-file-list-host.txt cat /tmp/instance-0/output-1/build/apparmor-2.13.4/.files-list-staging.txt /tmp/instance-0/output-1/build/audit-2.8.5/.files-list-staging.txt /tmp/instance-0/output-1/build/avrdude-f8893ccf0aceeff67c45f95ae4e86bc7fbe342aa/.files-list-staging.txt /tmp/instance-0/output-1/build/cannelloni-1.0.0/.files-list-staging.txt /tmp/instance-0/output-1/build/dejavu-2.37/.files-list-staging.txt /tmp/instance-0/output-1/build/dmraid-1.0.0.rc16-3/.files-list-staging.txt /tmp/instance-0/output-1/build/elfutils-0.177/.files-list-staging.txt /tmp/instance-0/output-1/build/flex-2.6.4/.files-list-staging.txt /tmp/instance-0/output-1/build/host-autoconf-2.69/.files-list-staging.txt /tmp/instance-0/output-1/build/host-automake-1.15.1/.files-list-staging.txt /tmp/instance-0/output-1/build/host-bison-3.6.4/.files-list-staging.txt /tmp/instance-0/output-1/build/host-expat-2.2.9/.files-list-staging.txt /tmp/instance-0/output-1/build/host-flex-2.6.4/.files-list-staging.txt /tmp/instance-0/output-1/build/host-gettext-tiny-0.3.2/.files-list-staging.txt /tmp/instance-0/output-1/build/host-gettext/.files-list-staging.txt /tmp/instance-0/output-1/build/host-libffi-3.3/.files-list-staging.txt /tmp/instance-0/output-1/build/host-libtool-2.4.6/.files-list-staging.txt /tmp/instance-0/output-1/build/host-libzlib-1.2.11/.files-list-staging.txt /tmp/instance-0/output-1/build/host-m4-1.4.18/.files-list-staging.txt /tmp/instance-0/output-1/build/host-ncurses-6.1/.files-list-staging.txt /tmp/instance-0/output-1/build/host-patchelf-0.9/.files-list-staging.txt /tmp/instance-0/output-1/build/host-pkgconf-1.6.1/.files-list-staging.txt /tmp/instance-0/output-1/build/host-python3-3.8.5/.files-list-staging.txt /tmp/instance-0/output-1/build/host-skeleton/.files-list-staging.txt /tmp/instance-0/output-1/build/host-tar-1.29/.files-list-staging.txt /tmp/instance-0/output-1/build/host-zlib/.files-list-staging.txt /tmp/instance-0/output-1/build/libaio-0.3.111/.files-list-staging.txt /tmp/instance-0/output-1/build/libapparmor-2.13.4/.files-list-staging.txt /tmp/instance-0/output-1/build/libcue-2.2.1/.files-list-staging.txt /tmp/instance-0/output-1/build/libcuefile-475/.files-list-staging.txt /tmp/instance-0/output-1/build/libfreeimage-3.18.0/.files-list-staging.txt /tmp/instance-0/output-1/build/libubox-723730214732862de7e892bae2f7a7889e66bf1b/.files-list-staging.txt /tmp/instance-0/output-1/build/libuci-49ec6efbdac4819033d34f08927d795f83a3932d/.files-list-staging.txt /tmp/instance-0/output-1/build/libusb-1.0.23/.files-list-staging.txt /tmp/instance-0/output-1/build/libusb-compat-0.1.7/.files-list-staging.txt /tmp/instance-0/output-1/build/libzlib-1.2.11/.files-list-staging.txt /tmp/instance-0/output-1/build/live555-2020.06.25/.files-list-staging.txt /tmp/instance-0/output-1/build/lksctp-tools-1.0.17/.files-list-staging.txt /tmp/instance-0/output-1/build/lmbench-3.0-a9/.files-list-staging.txt /tmp/instance-0/output-1/build/lvm2-2.02.185/.files-list-staging.txt /tmp/instance-0/output-1/build/ncurses-6.1/.files-list-staging.txt /tmp/instance-0/output-1/build/norm-1.5.8/.files-list-staging.txt /tmp/instance-0/output-1/build/skeleton-init-common/.files-list-staging.txt /tmp/instance-0/output-1/build/skeleton-init-none/.files-list-staging.txt /tmp/instance-0/output-1/build/skeleton/.files-list-staging.txt /tmp/instance-0/output-1/build/tinycbor-0.5.3/.files-list-staging.txt /tmp/instance-0/output-1/build/toolchain-external-linaro-aarch64-2018.05/.files-list-staging.txt /tmp/instance-0/output-1/build/toolchain-external/.files-list-staging.txt /tmp/instance-0/output-1/build/toolchain/.files-list-staging.txt /tmp/instance-0/output-1/build/zlib/.files-list-staging.txt > /tmp/instance-0/output-1/build/packages-file-list-staging.txt touch /tmp/instance-0/output-1/target/usr ln -snf /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2020.08-rc1-137-g09e5e3dbdd Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-linaro-aarch64 2018.05 Collecting legal info >>> toolchain Collecting legal info >>> apparmor 2.13.4 Collecting legal info LICENSE: OK (sha256: a7e0cdcbea5c14927cedfc600d46526bdcbb1eb0a4d951e2ea53c2a6de159cb4) parser/COPYING.GPL: OK (sha256: dd54950fa69a3096fe907a466a454d217ccca9bca77398d5232704766d5a0040) >>> libapparmor 2.13.4 Collecting legal info LICENSE: OK (sha256: a7e0cdcbea5c14927cedfc600d46526bdcbb1eb0a4d951e2ea53c2a6de159cb4) libraries/libapparmor/COPYING.LGPL: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-bison 3.6.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> audit 2.8.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> avrdude f8893ccf0aceeff67c45f95ae4e86bc7fbe342aa Collecting legal info avrdude/COPYING: OK (sha256: 201babc7da198873304a77a30dbfc7ca449c9bba52df2dffa4cca0009dbdfcb2) >>> elfutils 0.177 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> cannelloni 1.0.0 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lksctp-tools 1.0.17 Collecting legal info COPYING.lib: OK (sha256: dee5f35e583183abb9212938643ecb2d858fd89e2e286f4b1d903f65d49d6c76) COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> dmraid 1.0.0.rc16-3 Collecting legal info 1.0.0.rc16-3/dmraid/LICENSE_GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) 1.0.0.rc16-3/dmraid/LICENSE: OK (sha256: 4bc391fcf852e03c3a7564cb146af6e47717562eed296b28bce123ee1b0396b8) >>> lvm2 2.02.185 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libfreeimage 3.18.0 Collecting legal info license-gplv2.txt: OK (sha256: d51615a1a47f1ddbb027920d60d3fc30a00e1284c795a47857883e641349fadf) license-gplv3.txt: OK (sha256: 084be110e3e8757d8e6945cda1fbc7e5073bbe688dc19b92c0d8440155d8e282) license-fi.txt: OK (sha256: 0bb9a3123297c73ae6e19c70459fb0e58f313f67ca63176fd43f8e77668b8243) >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> libuci 49ec6efbdac4819033d34f08927d795f83a3932d Collecting legal info >>> live555 2020.06.25 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> lmbench 3.0-a9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-2: OK (sha256: 3be7a155efa448db90071a95fbf81796f8f90edf9204f0463cfd23402dc90a72) >>> norm 1.5.8 Collecting legal info LICENSE.TXT: OK (sha256: ba4b7e49b0163d6839830e3f47505696c6eaac77ccd93531831dc837b2160608) >>> host-python3 3.8.5 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tinycbor 0.5.3 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-linaro-aarch64-2018.05: cannot save license (TOOLCHAIN_EXTERNAL_LINARO_AARCH64_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: libuci-49ec6efbdac4819033d34f08927d795f83a3932d: cannot save license (LIBUCI_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'