make[2]: *** No rule to make target 'html', needed by 'install'. Stop.
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/doc'
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/platform-specific'
:
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/platform-specific'
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/sha2'
test -d /home/thomas/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot/usr/include/tinydtls/sha2 || mkdir -p /home/thomas/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot/usr/include/tinydtls/sha2
cp sha2.h /home/thomas/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot/usr/include/tinydtls/sha2
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/sha2'
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/aes'
test -d /home/thomas/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot/usr/include/tinydtls/aes || mkdir -p /home/thomas/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot/usr/include/tinydtls/aes
cp rijndael.h /home/thomas/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot/usr/include/tinydtls/aes
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/aes'
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/ecc'
test -d /home/thomas/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot/usr/include/tinydtls/ecc || mkdir -p /home/thomas/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot/usr/include/tinydtls/ecc
cp ecc.h test_helper.h /home/thomas/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot/usr/include/tinydtls/ecc
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/ecc'
make[1]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1'
>>> tinydtls 0.9-rc1 Fixing libtool files
for la in $(find /home/thomas/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \
cp -a "${la}" "${la}.fixed" && \
/usr/bin/sed -i -e "s:/home/thomas/autobuild/instance-0/output-1:@BASE_DIR@:g" \
-e "s:/home/thomas/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \
-e "s:/home/thomas/autobuild/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@:/home/thomas/autobuild/instance-0/output-1/host/opt/ext-toolchain:g" \
-e "s:@STAGING_DIR@:/home/thomas/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot:g" \
-e "s:@BASE_DIR@:/home/thomas/autobuild/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
>>> tinydtls 0.9-rc1 Installing to target
PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/thomas/autobuild/instance-0/output-1/target install -C /home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/
make[1]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1'
/usr/bin/make -C aes rijndael.o
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/aes'
make[2]: 'rijndael.o' is up to date.
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/aes'
/usr/bin/make -C aes rijndael_wrap.o
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/aes'
make[2]: 'rijndael_wrap.o' is up to date.
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/aes'
/usr/bin/make -C ecc ecc.o
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/ecc'
make[2]: 'ecc.o' is up to date.
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/ecc'
/usr/bin/make -C sha2 sha2.o
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/sha2'
make[2]: 'sha2.o' is up to date.
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/sha2'
/usr/bin/make -C doc
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/doc'
: Doxyfile >./doxygen.out 2>&1
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/doc'
test -d /home/thomas/autobuild/instance-0/output-1/target/usr/lib || mkdir -p /home/thomas/autobuild/instance-0/output-1/target/usr/lib
test -d /home/thomas/autobuild/instance-0/output-1/target/usr/include/tinydtls || mkdir -p /home/thomas/autobuild/instance-0/output-1/target/usr/include/tinydtls
cp libtinydtls.a libtinydtls.so /home/thomas/autobuild/instance-0/output-1/target/usr/lib/
cp dtls.h hmac.h dtls_debug.h dtls_config.h uthash.h numeric.h crypto.h global.h ccm.h netq.h alert.h utlist.h dtls_prng.h peer.h state.h dtls_time.h session.h tinydtls.h dtls_mutex.h /home/thomas/autobuild/instance-0/output-1/target/usr/include/tinydtls/
for dir in tests tests/unit-tests doc platform-specific sha2 aes ecc; do \
/usr/bin/make -C $dir install="cp" includedir=/usr/include/tinydtls install; \
done
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/tests'
:
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/tests'
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/tests/unit-tests'
make[2]: *** No rule to make target 'install'. Stop.
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/tests/unit-tests'
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/doc'
make[2]: *** No rule to make target 'html', needed by 'install'. Stop.
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/doc'
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/platform-specific'
:
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/platform-specific'
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/sha2'
test -d /home/thomas/autobuild/instance-0/output-1/target/usr/include/tinydtls/sha2 || mkdir -p /home/thomas/autobuild/instance-0/output-1/target/usr/include/tinydtls/sha2
cp sha2.h /home/thomas/autobuild/instance-0/output-1/target/usr/include/tinydtls/sha2
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/sha2'
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/aes'
test -d /home/thomas/autobuild/instance-0/output-1/target/usr/include/tinydtls/aes || mkdir -p /home/thomas/autobuild/instance-0/output-1/target/usr/include/tinydtls/aes
cp rijndael.h /home/thomas/autobuild/instance-0/output-1/target/usr/include/tinydtls/aes
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/aes'
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/ecc'
test -d /home/thomas/autobuild/instance-0/output-1/target/usr/include/tinydtls/ecc || mkdir -p /home/thomas/autobuild/instance-0/output-1/target/usr/include/tinydtls/ecc
cp ecc.h test_helper.h /home/thomas/autobuild/instance-0/output-1/target/usr/include/tinydtls/ecc
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1/ecc'
make[1]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tinydtls-0.9-rc1'
vnstat-2.10.tar.gz: OK (sha256: a9c61744e5cd8c366e2db4d282badc74021ddb614bd65b41240937997e457d25)
>>> vnstat 2.10 Extracting
gzip -d -c /home/thomas/autobuild/instance-0/dl/vnstat/vnstat-2.10.tar.gz | tar --strip-components=1 -C /home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10 -xf -
>>> vnstat 2.10 Patching
>>> vnstat 2.10 Updating config.sub and config.guess
for file in config.guess config.sub; do for i in $(find /home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10 -name $file); do cp support/gnuconfig/$file $i; done; done
>>> vnstat 2.10 Patching libtool
>>> vnstat 2.10 Configuring
(cd /home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10/ && rm -rf config.cache && PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc-ar" AS="/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-as" LD="/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-ld" NM="/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc-nm" CC="/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc" GCC="/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc" CPP="/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-cpp" CXX="/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-g++" FC="/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gfortran" F77="/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gfortran" RANLIB="/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc-ranlib" READELF="/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-readelf" STRIP="/bin/true" OBJCOPY="/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-objcopy" OBJDUMP="/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/thomas/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/thomas/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/thomas/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/thomas/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/thomas/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-as" DEFAULT_LINKER="/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 " LDFLAGS="" FCFLAGS=" -Ofast -g0" FFLAGS=" -Ofast -g0" PKG_CONFIG="/home/thomas/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/thomas/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=microblazeel-buildroot-linux-gnu --host=microblazeel-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-extra-paths --disable-image-output )
configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for microblazeel-buildroot-linux-gnu-strip... /bin/true
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for microblazeel-buildroot-linux-gnu-gcc... /home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-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... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc accepts -g... yes
checking for /home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc option to accept ISO C89... none needed
checking whether /home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of /home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc... none
checking whether make sets $(MAKE)... (cached) yes
checking for pow in -lm... yes
checking for sqlite3_prepare_v2 in -lsqlite3... yes
checking pkg-config is at least version 0.9.0... yes
checking for CHECK... no
configure: testcases can not be execute without check installed
checking how to run the C preprocessor... /home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-cpp
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking linux/rtnetlink.h usability... yes
checking linux/rtnetlink.h presence... yes
checking for linux/rtnetlink.h... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... microblazeel-buildroot-linux-gnu
checking whether IFLA_STATS64 is declared... yes
checking whether O_CLOEXEC is declared... yes
checking whether SQLITE_CHECKPOINT_RESTART is declared... yes
checking whether SQLITE_CHECKPOINT_TRUNCATE is declared... yes
checking for uid_t in sys/types.h... yes
checking for int32_t... yes
checking for mode_t... yes
checking for size_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for unistd.h... (cached) yes
checking for working chown... no
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... cross
configure: WARNING: result yes guessed because of cross compilation
checking for working vfork... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... no
checking for dup2... yes
checking for localtime_r... yes
checking for memset... yes
checking for mkdir... yes
checking for pow... yes
checking for rmdir... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoull... yes
checking for tzset... yes
checking for mbstowcs... yes
checking for wcswidth... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared
configure:
configure: ==============================================
configure:
configure: host: microblazeel-buildroot-linux-gnu
configure: build: x86_64-pc-linux-gnu
configure:
configure: prefix: /usr
configure: exec_prefix: /usr
configure: bindir: ${exec_prefix}/bin
configure: sbindir: ${exec_prefix}/sbin
configure: sysconfdir: /etc
configure:
configure: Install paths
configure:
configure: vnstat: /usr/bin/vnstat
configure: vnstatd: /usr/sbin/vnstatd
configure: config: /etc/vnstat.conf
configure:
configure: Tests: unavailable
configure: Image output: disabled
configure:
configure: ==============================================
configure:
>>> vnstat 2.10 Building
PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 -C /home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10/
make[1]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10'
Making all in .
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10'
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/vnstat.o src/vnstat.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/vnstat_func.o src/vnstat_func.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/ifinfo.o src/ifinfo.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/iflist.o src/iflist.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/dbsql.o src/dbsql.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/dbxml.o src/dbxml.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/dbjson.o src/dbjson.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/dbshow.o src/dbshow.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/common.o src/common.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/misc.o src/misc.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/cfg.o src/cfg.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/cfgoutput.o src/cfgoutput.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/ibw.o src/ibw.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/fs.o src/fs.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/id.o src/id.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/traffic.o src/traffic.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/vnstatd.o src/vnstatd.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/dbaccess.o src/dbaccess.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/datacache.o src/datacache.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -DHAVE_CONFIG_H -I. -I./src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -c -o src/daemon.o src/daemon.c
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -o vnstat src/vnstat.o src/vnstat_func.o src/ifinfo.o src/iflist.o src/dbsql.o src/dbxml.o src/dbjson.o src/dbshow.o src/common.o src/misc.o src/cfg.o src/cfgoutput.o src/ibw.o src/fs.o src/id.o src/traffic.o -lsqlite3 -lm
/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -o vnstatd src/vnstatd.o src/ifinfo.o src/iflist.o src/dbsql.o src/dbaccess.o src/datacache.o src/common.o src/misc.o src/cfg.o src/ibw.o src/fs.o src/id.o src/daemon.o -lsqlite3 -lm
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10'
make[1]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10'
>>> vnstat 2.10 Installing to target
PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/thomas/autobuild/instance-0/output-1/target install -C /home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10/
make[1]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10'
Making install in .
make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10'
make[3]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10'
/usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/target/usr/bin'
/usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/target/usr/sbin'
/usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/target/usr/share/man/man1'
/usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/target/usr/share/man/man5'
/usr/bin/install -c vnstatd '/home/thomas/autobuild/instance-0/output-1/target/usr/sbin'
/usr/bin/install -c vnstat '/home/thomas/autobuild/instance-0/output-1/target/usr/bin'
/usr/bin/install -c -m 644 man/vnstat.1 man/vnstati.1 '/home/thomas/autobuild/instance-0/output-1/target/usr/share/man/man1'
/usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/target/usr/share/man/man8'
/usr/bin/install -c -m 644 man/vnstat.conf.5 '/home/thomas/autobuild/instance-0/output-1/target/usr/share/man/man5'
/usr/bin/install -c -m 644 man/vnstatd.8 '/home/thomas/autobuild/instance-0/output-1/target/usr/share/man/man8'
/usr/bin/make install-data-hook
make[4]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10'
Making install-exec in .
make[5]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10'
/usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/target/usr/bin'
/usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/target/usr/sbin'
/usr/bin/install -c vnstat '/home/thomas/autobuild/instance-0/output-1/target/usr/bin'
/usr/bin/install -c vnstatd '/home/thomas/autobuild/instance-0/output-1/target/usr/sbin'
make[5]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10'
if [ -f /home/thomas/autobuild/instance-0/output-1/target/usr/share/man/man1/vnstatd.1 ]; then rm -f /home/thomas/autobuild/instance-0/output-1/target/usr/share/man/man1/vnstatd.1; fi
/usr/bin/mkdir -p /home/thomas/autobuild/instance-0/output-1/target/etc
if [ ! -f /home/thomas/autobuild/instance-0/output-1/target/etc/vnstat.conf ]; \
then cp -fv ./cfg/vnstat.conf /home/thomas/autobuild/instance-0/output-1/target/etc/vnstat.conf; \
fi
'./cfg/vnstat.conf' -> '/home/thomas/autobuild/instance-0/output-1/target/etc/vnstat.conf'
============================================================================
Note: No service file has been installed for starting the daemon
automatically. Such setup will need to be created manually
depending on the used environment. See the included documentation.
============================================================================
make[4]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10'
make[3]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10'
make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10'
make[1]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/vnstat-2.10'
>>> Finalizing host directory
>>> Finalizing target directory
mkdir -p /home/thomas/autobuild/instance-0/output-1/host/etc/meson
sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc%g" -e "s%@TARGET_CXX@%/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-g++%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc-ar%g" -e "s%@TARGET_FC@%/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in
sed -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc%g" -e "s%@TARGET_CXX@%/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-g++%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gcc-ar%g" -e "s%@TARGET_FC@%/home/thomas/autobuild/instance-0/output-1/host/bin/microblazeel-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf
grep -qsE '^/bin/dash$' /home/thomas/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/dash" >> /home/thomas/autobuild/instance-0/output-1/target/etc/shells
mkdir -p /home/thomas/autobuild/instance-0/output-1/target/etc
echo "buildroot" > /home/thomas/autobuild/instance-0/output-1/target/etc/hostname
/usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/thomas/autobuild/instance-0/output-1/target/etc/hosts
mkdir -p /home/thomas/autobuild/instance-0/output-1/target/etc
echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-0/output-1/target/etc/issue
/usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/thomas/autobuild/instance-0/output-1/target/etc/shadow
grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-0/output-1/target/etc/shells
ln -sf dash /home/thomas/autobuild/instance-0/output-1/target/bin/sh
/usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/thomas/autobuild/instance-0/output-1/target/etc/passwd
rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/include /home/thomas/autobuild/instance-0/output-1/target/usr/share/aclocal \
/home/thomas/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-0/output-1/target/usr/share/pkgconfig \
/home/thomas/autobuild/instance-0/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-0/output-1/target/usr/share/cmake \
/home/thomas/autobuild/instance-0/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-0/output-1/target/usr/doc
find /home/thomas/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f
find /home/thomas/autobuild/instance-0/output-1/target/lib/ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/ /home/thomas/autobuild/instance-0/output-1/target/usr/libexec/ \
\( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f
find: '/home/thomas/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory
rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/gdb
rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/bash-completion
rm -rf /home/thomas/autobuild/instance-0/output-1/target/etc/bash_completion.d
rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/zsh
rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/man /home/thomas/autobuild/instance-0/output-1/target/usr/share/man
rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/info /home/thomas/autobuild/instance-0/output-1/target/usr/share/info
rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/doc /home/thomas/autobuild/instance-0/output-1/target/usr/share/doc
rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/gtk-doc
rmdir /home/thomas/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true
rm -rf /home/thomas/autobuild/instance-0/output-1/target/lib/debug /home/thomas/autobuild/instance-0/output-1/target/usr/lib/debug
find /home/thomas/autobuild/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 /bin/true 2>/dev/null || true
find /home/thomas/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true
test -f /home/thomas/autobuild/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 /home/thomas/autobuild/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 /home/thomas/autobuild/instance-0/output-1/target/etc
( \
echo "NAME=Buildroot"; \
echo "VERSION=2022.08-rc1-5149-g7d4443343aa"; \
echo "ID=buildroot"; \
echo "VERSION_ID=2023.11-git"; \
echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \
) > /home/thomas/autobuild/instance-0/output-1/target/usr/lib/os-release
ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-0/output-1/target/etc
>>> Sanitizing RPATH in target tree
PARALLEL_JOBS=4 \
PER_PACKAGE_DIR=/home/thomas/autobuild/instance-0/output-1/per-package \
/home/thomas/autobuild/instance-0/buildroot/support/scripts/fix-rpath target
touch /home/thomas/autobuild/instance-0/output-1/target/usr
ln -snf /home/thomas/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-0/output-1/staging
make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot'
make: Entering directory '/home/thomas/autobuild/instance-0/buildroot'
>>> Buildroot 2022.08-rc1-5149-g7d4443343aa Collecting legal info
COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4)
>>> toolchain-external Collecting legal info
>>> host-skeleton Collecting legal info
>>> skeleton Collecting legal info
>>> skeleton-init-none Collecting legal info
>>> skeleton-init-common Collecting legal info
>>> toolchain-external-bootlin 2023.08-1 Collecting legal info
>>> toolchain Collecting legal info
>>> bcg729 1.1.1 Collecting legal info
LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68)
>>> host-cmake 3.27.6 Collecting legal info
Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756)
>>> host-pkgconf 1.6.3 Collecting legal info
COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04)
>>> bubblewrap 0.8.0 Collecting legal info
COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c)
>>> host-meson 1.1.1 Collecting legal info
COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30)
>>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info
COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea)
>>> host-python-setuptools 68.0.0 Collecting legal info
LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741)
>>> host-python-installer 0.7.0 Collecting legal info
LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f)
>>> host-python-flit-core 3.9.0 Collecting legal info
LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816)
>>> host-python3 3.11.5 Collecting legal info
LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf)
>>> host-autoconf 2.71 Collecting legal info
COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986)
COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350)
>>> host-libtool 2.4.6 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> host-m4 1.4.19 Collecting legal info
COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986)
>>> host-autoconf-archive 2023.02.20 Collecting legal info
COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195)
COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2)
>>> host-automake 1.16.5 Collecting legal info
COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6)
>>> host-expat 2.5.0 Collecting legal info
COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534)
>>> host-libffi 3.4.4 Collecting legal info
LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388)
>>> host-zlib Collecting legal info
>>> host-libzlib 1.3 Collecting legal info
LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243)
>>> host-python-pypa-build 1.0.3 Collecting legal info
LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f)
>>> host-python-packaging 23.1 Collecting legal info
LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48)
LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594)
LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5)
>>> host-python-pyproject-hooks 1.0.0 Collecting legal info
LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154)
>>> host-python-wheel 0.40.0 Collecting legal info
LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654)
>>> libcap 2.69 Collecting legal info
License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d)
>>> host-gperf 3.1 Collecting legal info
COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
>>> cracklib 2.9.8 Collecting legal info
COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa)
>>> host-cracklib 2.9.8 Collecting legal info
COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa)
>>> zlib Collecting legal info
>>> libzlib 1.3 Collecting legal info
LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243)
>>> dash 0.5.11.5 Collecting legal info
COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72)
>>> dotconf 1.3 Collecting legal info
COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6)
>>> dump1090 8.2 Collecting legal info
LICENSE: OK (sha256: 804f68c803eb5c127c53ad17c4f4e5033ef158e514bb76950dc7b1773f9ce4b0)
>>> ncurses 6.4-20230603 Collecting legal info
COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce)
>>> host-ncurses 6.4-20230603 Collecting legal info
COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce)
>>> easy-rsa 3.1.1 Collecting legal info
COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1)
gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
>>> libev 4.33 Collecting legal info
LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199)
>>> libopenssl 3.1.3 Collecting legal info
LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a)
>>> libpwquality 1.4.5 Collecting legal info
COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee)
>>> libuwsc 3.3.5 Collecting legal info
LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55)
>>> openssl Collecting legal info
>>> libyuv 413a8d8041f1cc5a350a47c0d81cc721e64f9fd0 Collecting legal info
LICENSE: OK (sha256: 2b2cc1180c7e6988328ad2033b04b80117419db9c4c584918bbb3cfec7e9364f)
>>> opensc 0.23.0 Collecting legal info
COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14)
>>> pcsc-lite 2.0.0 Collecting legal info
COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1)
GPL-3.0.txt: 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-patchelf 0.13 Collecting legal info
COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
>>> sqlite 3.43.1 Collecting legal info
tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9)
>>> tinycompress 1.2.8 Collecting legal info
COPYING: OK (sha256: 912ea37a4435594a3b3c35f04efa4b5b7af2e68a05f5319c16c881711a31e4b7)
>>> tinydtls 0.9-rc1 Collecting legal info
LICENSE: OK (sha256: 7e906fb56da52bb6bba38e77eec00e7d37fe65b0b7b28c4bf68ff036573d0de5)
>>> vnstat 2.10 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
WARNING: the Buildroot source code has not been saved
WARNING: toolchain-external-bootlin-2023.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined)
Legal info produced in /home/thomas/autobuild/instance-0/output-1/legal-info
make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot'