checking for net/if_media.h... no checking for linux/wireless.h... yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking for ssize_t... yes checking for uint32_t... yes checking for working volatile... yes checking whether byte ordering is bigendian... (cached) yes checking for presence of CMake recipes... no configure: ENABLE_PERF_LOCAL defined configure: ENABLE_PERF_REMOTE defined configure: ENABLE_ZPINGER defined configure: ENABLE_ZTESTER_BEACON defined configure: ENABLE_ZTESTER_GOSSIP defined configure: ENABLE_ZYRE_SELFTEST defined checking return type of signal handlers... void checking for perror... yes checking for gettimeofday... yes checking for memset... yes checking for getifaddrs... yes configure: Building stable and legacy API + draft API checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating include/Makefile config.status: creating src/libzyre.pc config.status: creating src/platform.h config.status: executing depfiles commands config.status: executing libtool 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 ########################################################################## # SUMMARY # ########################################################################## Package version............... : zyre-2.0.1 C compiler.................... : /tmp/instance-21/output-1/host/bin/or1k-linux-gcc C compiler flags.............. : -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 C++ compiler.................. : /tmp/instance-21/output-1/host/bin/or1k-linux-g++ C++ compiler flags............ : -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 Configure date................ : 2023-03-12 14:12 Build architecture............ : or1k-buildroot-linux-gnu Build docs.................... : no Build host.................... : denver001 Build user.................... : autobuild Draft API..................... : yes Python Bindings............... : no Install dir................... : /usr Install man pages............. : no Help: Use the Draft API (default = yes): --enable-drafts=(yes|no) Build the docs and install the man pages (default = yes): --with-docs=(yes|no) *requires asciidoc and xmlto ########################################################################## Configure complete! Now proceed with: - 'make' compile the project - 'make check' run the project's selftest - 'make check-' run the project's selftest - 'make install' install the project to /usr - 'make bindings install enabled language bindings (Python, etc) Further options are: - 'make callcheck' run the project's selftest with valgrind to check for performance leaks - 'make check-verbose' run the project's selftest in verbose mode - 'make code' generate code from models in src directory (requires zproject and zproto) - 'make debug' run the project's selftest under gdb - 'make memcheck' run the project's selftest with valgrind to check for memory leaks - 'make coverage' generate project's selftest coverage report expects --with-gcov option for configure - 'make clang-format-check' check if project sources conform to style requirements - 'make clang-format' modify project sources to conform to style requirements - 'make clang-format-diff' modify as above and print 'git diff' >>> zyre 2.0.1 Building PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-21/output-1/build/zyre-2.0.1/ make[1]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1' Making all in doc make[2]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1/doc' SKIPPING documentation generation and formatting (BUILD_DOC was not required and/or tools are missing) make[2]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1/doc' Making all in include make[2]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1/include' make[2]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1' CC src/zpinger-zpinger.o CC src/libzyre_la-zyre.lo CC src/libzyre_la-zyre_event.lo CC src/libzyre_la-zre_msg.lo CC src/libzyre_la-zyre_peer.lo CC src/libzyre_la-zyre_group.lo CC src/libzyre_la-zyre_election.lo CC src/libzyre_la-zyre_node.lo CC src/libzyre_la-zyre_private_selftest.lo CCLD src/libzyre.la libtool: warning: '/tmp/instance-21/output-1/host/bin/../or1k-buildroot-linux-gnu/sysroot/usr/lib/libzmq.la' seems to be moved libtool: warning: '/tmp/instance-21/output-1/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-gnu/12.2.0/../../../../or1k-buildroot-linux-gnu/lib/libstdc++.la' seems to be moved libtool: warning: '/tmp/instance-21/output-1/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-gnu/12.2.0/../../../../or1k-buildroot-linux-gnu/lib/libstdc++.la' seems to be moved libtool: warning: library '/tmp/instance-21/output-1/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-gnu/12.2.0/../../../../or1k-buildroot-linux-gnu/lib/libstdc++.la' was moved. CCLD src/zpinger libtool: warning: library '/tmp/instance-21/output-1/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-gnu/12.2.0/../../../../or1k-buildroot-linux-gnu/lib/libstdc++.la' was moved. libtool: warning: library '/tmp/instance-21/output-1/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-gnu/12.2.0/../../../../or1k-buildroot-linux-gnu/lib/libstdc++.la' was moved. CC src/perf_local-perf_local.o CCLD src/perf_local libtool: warning: library '/tmp/instance-21/output-1/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-gnu/12.2.0/../../../../or1k-buildroot-linux-gnu/lib/libstdc++.la' was moved. libtool: warning: library '/tmp/instance-21/output-1/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-gnu/12.2.0/../../../../or1k-buildroot-linux-gnu/lib/libstdc++.la' was moved. CC src/perf_remote-perf_remote.o CCLD src/perf_remote libtool: warning: library '/tmp/instance-21/output-1/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-gnu/12.2.0/../../../../or1k-buildroot-linux-gnu/lib/libstdc++.la' was moved. libtool: warning: library '/tmp/instance-21/output-1/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-gnu/12.2.0/../../../../or1k-buildroot-linux-gnu/lib/libstdc++.la' was moved. CC src/ztester_beacon-ztester_beacon.o CCLD src/ztester_beacon libtool: warning: library '/tmp/instance-21/output-1/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-gnu/12.2.0/../../../../or1k-buildroot-linux-gnu/lib/libstdc++.la' was moved. libtool: warning: library '/tmp/instance-21/output-1/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-gnu/12.2.0/../../../../or1k-buildroot-linux-gnu/lib/libstdc++.la' was moved. CC src/ztester_gossip-ztester_gossip.o CCLD src/ztester_gossip libtool: warning: library '/tmp/instance-21/output-1/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-gnu/12.2.0/../../../../or1k-buildroot-linux-gnu/lib/libstdc++.la' was moved. libtool: warning: library '/tmp/instance-21/output-1/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-gnu/12.2.0/../../../../or1k-buildroot-linux-gnu/lib/libstdc++.la' was moved. CC src/zyre_selftest-zyre_selftest.o CCLD src/zyre_selftest libtool: warning: library '/tmp/instance-21/output-1/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-gnu/12.2.0/../../../../or1k-buildroot-linux-gnu/lib/libstdc++.la' was moved. libtool: warning: library '/tmp/instance-21/output-1/host/opt/ext-toolchain/bin/../lib/gcc/or1k-buildroot-linux-gnu/12.2.0/../../../../or1k-buildroot-linux-gnu/lib/libstdc++.la' was moved. make[2]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1' make[1]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1' >>> zyre 2.0.1 Installing to staging directory PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot install -C /tmp/instance-21/output-1/build/zyre-2.0.1/ make[1]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1' Making install in doc make[2]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1/doc' SKIPPING documentation generation and formatting (BUILD_DOC was not required and/or tools are missing) make[3]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1/doc' make[2]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1/doc' Making install in include make[2]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1/include' make[3]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1/include' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 zyre.h zyre_event.h zyre_library.h '/tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/include' make[3]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1/include' make[2]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1/include' make[2]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1' make[3]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1' /usr/bin/mkdir -p '/tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c src/libzyre.la '/tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/lib' libtool: install: /usr/bin/install -c src/.libs/libzyre.so.2.0.1 /tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/lib/libzyre.so.2.0.1 libtool: install: (cd /tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libzyre.so.2.0.1 libzyre.so.2 || { rm -f libzyre.so.2 && ln -s libzyre.so.2.0.1 libzyre.so.2; }; }) libtool: install: (cd /tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libzyre.so.2.0.1 libzyre.so || { rm -f libzyre.so && ln -s libzyre.so.2.0.1 libzyre.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libzyre.lai /tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/lib/libzyre.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c src/zpinger '/tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/bin' libtool: install: /usr/bin/install -c src/zpinger /tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/bin/zpinger /usr/bin/mkdir -p '/tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/share/zproject/zyre' /usr/bin/install -c -m 644 api/python_cffi.slurp api/zyre.api api/zyre_event.api '/tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/share/zproject/zyre' /usr/bin/mkdir -p '/tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 src/libzyre.pc '/tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1' make[2]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1' make[1]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1' >>> zyre 2.0.1 Fixing libtool files for la in $(find /tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-21/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-21/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-21/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-21/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 >>> zyre 2.0.1 Installing to target PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-21/output-1/target install -C /tmp/instance-21/output-1/build/zyre-2.0.1/ make[1]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1' Making install in doc make[2]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1/doc' SKIPPING documentation generation and formatting (BUILD_DOC was not required and/or tools are missing) make[3]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1/doc' make[2]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1/doc' Making install in include make[2]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1/include' make[3]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1/include' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-21/output-1/target/usr/include' /usr/bin/install -c -m 644 zyre.h zyre_event.h zyre_library.h '/tmp/instance-21/output-1/target/usr/include' make[3]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1/include' make[2]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1/include' make[2]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1' make[3]: Entering directory '/tmp/instance-21/output-1/build/zyre-2.0.1' /usr/bin/mkdir -p '/tmp/instance-21/output-1/target/usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c src/libzyre.la '/tmp/instance-21/output-1/target/usr/lib' libtool: install: /usr/bin/install -c src/.libs/libzyre.so.2.0.1 /tmp/instance-21/output-1/target/usr/lib/libzyre.so.2.0.1 libtool: install: (cd /tmp/instance-21/output-1/target/usr/lib && { ln -s -f libzyre.so.2.0.1 libzyre.so.2 || { rm -f libzyre.so.2 && ln -s libzyre.so.2.0.1 libzyre.so.2; }; }) libtool: install: (cd /tmp/instance-21/output-1/target/usr/lib && { ln -s -f libzyre.so.2.0.1 libzyre.so || { rm -f libzyre.so && ln -s libzyre.so.2.0.1 libzyre.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libzyre.lai /tmp/instance-21/output-1/target/usr/lib/libzyre.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-21/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c src/zpinger '/tmp/instance-21/output-1/target/usr/bin' libtool: install: /usr/bin/install -c src/zpinger /tmp/instance-21/output-1/target/usr/bin/zpinger /usr/bin/mkdir -p '/tmp/instance-21/output-1/target/usr/share/zproject/zyre' /usr/bin/install -c -m 644 api/python_cffi.slurp api/zyre.api api/zyre_event.api '/tmp/instance-21/output-1/target/usr/share/zproject/zyre' /usr/bin/mkdir -p '/tmp/instance-21/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 src/libzyre.pc '/tmp/instance-21/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1' make[2]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1' make[1]: Leaving directory '/tmp/instance-21/output-1/build/zyre-2.0.1' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-21/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-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', '-O2', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-21/output-1/host/bin/or1k-linux-gcc%g" -e "s%@TARGET_CXX@%/tmp/instance-21/output-1/host/bin/or1k-linux-g++%g" -e "s%@TARGET_AR@%/tmp/instance-21/output-1/host/bin/or1k-linux-gcc-ar%g" -e "s%@TARGET_FC@%/tmp/instance-21/output-1/host/bin/or1k-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%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@%/tmp/instance-21/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-21/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-21/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-21/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-21/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-21/output-1/host/bin/or1k-linux-gcc%g" -e "s%@TARGET_CXX@%/tmp/instance-21/output-1/host/bin/or1k-linux-g++%g" -e "s%@TARGET_AR@%/tmp/instance-21/output-1/host/bin/or1k-linux-gcc-ar%g" -e "s%@TARGET_FC@%/tmp/instance-21/output-1/host/bin/or1k-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@BR2_CMAKE@%/tmp/instance-21/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-21/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-21/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-21/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-21/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-21/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-21/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-21/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-21/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-21/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-21/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-21/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-21/output-1/target/etc/shells; fi rm -f /tmp/instance-21/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-21/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-21/output-1/host/bin/glib-compile-schemas /tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-21/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-21/output-1/target/etc echo "buildroot" > /tmp/instance-21/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-21/output-1/target/etc/hosts mkdir -p /tmp/instance-21/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-21/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-21/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-21/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-21/output-1/target/etc/shells if [ -x /tmp/instance-21/output-1/target/sbin/swapon -a -x /tmp/instance-21/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-21/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-21/output-1/target/etc/inittab; fi rm -rf /tmp/instance-21/output-1/target/usr/include /tmp/instance-21/output-1/target/usr/share/aclocal \ /tmp/instance-21/output-1/target/usr/lib/pkgconfig /tmp/instance-21/output-1/target/usr/share/pkgconfig \ /tmp/instance-21/output-1/target/usr/lib/cmake /tmp/instance-21/output-1/target/usr/share/cmake \ /tmp/instance-21/output-1/target/usr/lib/rpm /tmp/instance-21/output-1/target/usr/doc find /tmp/instance-21/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-21/output-1/target/lib/ /tmp/instance-21/output-1/target/usr/lib/ /tmp/instance-21/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-21/output-1/target/usr/share/gdb rm -rf /tmp/instance-21/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-21/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-21/output-1/target/usr/share/zsh rm -rf /tmp/instance-21/output-1/target/usr/man /tmp/instance-21/output-1/target/usr/share/man rm -rf /tmp/instance-21/output-1/target/usr/info /tmp/instance-21/output-1/target/usr/share/info rm -rf /tmp/instance-21/output-1/target/usr/doc /tmp/instance-21/output-1/target/usr/share/doc rm -rf /tmp/instance-21/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-21/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-21/output-1/target/lib/debug /tmp/instance-21/output-1/target/usr/lib/debug find /tmp/instance-21/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 /tmp/instance-21/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-21/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-21/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-21/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-rc3-40-ge93f96b717"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-rc3\"" \ ) > /tmp/instance-21/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-21/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-21/output-1/per-package /tmp/instance-21/buildroot/support/scripts/fix-rpath target touch /tmp/instance-21/output-1/target/usr ln -snf /tmp/instance-21/output-1/host/or1k-buildroot-linux-gnu/sysroot /tmp/instance-21/output-1/staging make: Leaving directory '/tmp/instance-21/buildroot' make: Entering directory '/tmp/instance-21/buildroot' >>> Buildroot 2023.02-rc3-40-ge93f96b717 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-ccache 3.7.12 Collecting legal info LICENSE.adoc: OK (sha256: 4f63223bcdee822d55a6768cc8399ffe06401d7a03cfe79e1dc305f50dc22c59) GPL-3.0.txt: OK (sha256: ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2022.08-1 Collecting legal info >>> toolchain Collecting legal info >>> acsccid 1.1.8 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> bctoolbox 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> belle-sip 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> czmq 4.2.1 Collecting legal info LICENSE: OK (sha256: 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5) >>> zeromq 4.3.4 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> davfs2 1.7.0 Collecting legal info COPYING: OK (sha256: 0ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227) >>> neon 0.32.4 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> font-awesome 4.7.0 Collecting legal info >>> initscripts Collecting legal info >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> janet 1.26.0 Collecting legal info LICENSE: OK (sha256: 95fca700e8dce9699248e7cc80ac88ce2357874c8352cd2be4d18f183dc9710b) >>> host-meson 1.0.0 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 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> 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.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libgit2 1.5.1 Collecting legal info COPYING: OK (sha256: 0fc09da43d666b5b0cf5695defc3100d5cf387936b260ebab37e396d7e0dbc83) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libqrtr-glib 1.0.0 Collecting legal info COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libspatialindex 1.9.3 Collecting legal info COPYING: OK (sha256: b63ebfaca9d7ce582580f3e11acabc9d2e37c46ce234533f7fa8a6c7278898a0) >>> libtorrent 0.13.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> minicom 2.8 Collecting legal info COPYING: OK (sha256: cf80a758014eefbf068afffe3d462fc34ff4f528527524d8e100329c42094e15) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> openmpi 4.0.0 Collecting legal info LICENSE: OK (sha256: 8298a80ed5f09cfd007bae1c0e7d67d1c2810c6389876778dad070c31a691dac) >>> p11-kit 0.24.1 Collecting legal info COPYING: OK (sha256: 2e1ba993904df807a10c3eda1e5c272338edc35674b679773a8b3ad460731054) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> rtorrent 0.9.8 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> s6-portable-utils 2.2.5.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> tinydtls 0.9-rc1 Collecting legal info LICENSE: OK (sha256: 7e906fb56da52bb6bba38e77eec00e7d37fe65b0b7b28c4bf68ff036573d0de5) >>> tl-expected v1.0.0 Collecting legal info COPYING: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) >>> tpm2-pkcs11 1.8.0 Collecting legal info LICENSE: OK (sha256: 793aa007f793458434d7cc60b1c827053a399308658b32fcaa6023802adc22e1) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> wayland 1.21.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.21.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> zyre 2.0.1 Collecting legal info LICENSE: OK (sha256: 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2022.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) Legal info produced in /tmp/instance-21/output-1/legal-info make: Leaving directory '/tmp/instance-21/buildroot'