[ 11%] Building C object zzip/CMakeFiles/libzzip.dir/write.c.o [ 12%] Building C object zzip/CMakeFiles/libzzip.dir/zip.c.o [ 14%] Building C object zzip/CMakeFiles/libzzip.dir/fetch.c.o [ 16%] Linking C static library libzzip-0.a [ 16%] Built target libzzip [ 17%] Building C object zzip/CMakeFiles/libzzipfseeko.dir/fseeko.c.o [ 19%] Building C object zzip/CMakeFiles/libzzipfseeko.dir/fetch.c.o [ 20%] Linking C static library libzzipfseeko-0.a [ 20%] Built target libzzipfseeko [ 22%] Building C object zzip/CMakeFiles/libzzipmmapped.dir/mmapped.c.o /tmp/instance-20/output-1/build/zziplib-0.13.72/zzip/mmapped.c: In function 'zzip_disk_entry_to_file_header': /tmp/instance-20/output-1/build/zziplib-0.13.72/zzip/mmapped.c:281:62: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 281 | debug2("file header: offset out of bounds (0x%llx)", (long long unsigned)(disk->buffer)); | ^ /tmp/instance-20/output-1/build/zziplib-0.13.72/zzip/mmapped.c:66:83: note: in definition of macro 'debug2' 66 | #define debug2(msg, arg1) do { fprintf(stderr, "DEBUG: %s : " msg "\n", __func__, arg1); } while(0) | ^~~~ In file included from /tmp/instance-20/output-1/build/zziplib-0.13.72/zzip/mmapped.c:32: /tmp/instance-20/output-1/build/zziplib-0.13.72/zzip/mmapped.c: In function 'zzip_disk_entry_fopen': /tmp/instance-20/output-1/build/zziplib-0.13.72/zzip/fetch.h:232:41: warning: initialization of 'off_t' {aka 'long long int'} from 'zzip_byte_t *' {aka 'unsigned char *'} makes integer from pointer without a cast [-Wint-conversion] 232 | #define zzip_file_header_to_data(__p) ((zzip_byte_t*) \ | ^ /tmp/instance-20/output-1/build/zziplib-0.13.72/zzip/mmapped.c:664:20: note: in expansion of macro 'zzip_file_header_to_data' 664 | off_t offset = zzip_file_header_to_data(header); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-20/output-1/build/zziplib-0.13.72/zzip/fetch.h:230:43: warning: initialization of 'struct zzip_extra_zip64 *' from incompatible pointer type 'char *' [-Wincompatible-pointer-types] 230 | #define zzip_file_header_to_extras(__p) ((char*) \ | ^ /tmp/instance-20/output-1/build/zziplib-0.13.72/zzip/mmapped.c:667:12: note: in expansion of macro 'zzip_file_header_to_extras' 667 | zzip_file_header_to_extras(header); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-20/output-1/build/zziplib-0.13.72/zzip/fetch.h:230:43: warning: initialization of 'struct zzip_extra_zip64 *' from incompatible pointer type 'char *' [-Wincompatible-pointer-types] 230 | #define zzip_file_header_to_extras(__p) ((char*) \ | ^ /tmp/instance-20/output-1/build/zziplib-0.13.72/zzip/mmapped.c:674:12: note: in expansion of macro 'zzip_file_header_to_extras' 674 | zzip_file_header_to_extras(header); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-20/output-1/build/zziplib-0.13.72/zzip/mmapped.c:685:24: warning: assignment to 'Bytef *' {aka 'unsigned char *'} from 'off_t' {aka 'long long int'} makes pointer from integer without a cast [-Wint-conversion] 685 | file->zlib.next_in = offset; | ^ [ 24%] Building C object zzip/CMakeFiles/libzzipmmapped.dir/memdisk.c.o [ 25%] Building C object zzip/CMakeFiles/libzzipmmapped.dir/fetch.c.o [ 27%] Linking C static library libzzipmmapped-0.a [ 27%] Built target libzzipmmapped [ 29%] Generating compat/zzip.h [ 29%] Built target compat [ 30%] Generating zziplib.pc [ 30%] Built target pkgconfig [ 32%] Generating libzzip.a [ 32%] Built target libzzip_latest [ 33%] Generating libzzipfseeko.a [ 33%] Built target libzzipfseeko_latest [ 35%] Generating libzzipmmapped.a [ 35%] Built target libzzipmmaped_latest [ 37%] Building C object zzipwrap/CMakeFiles/libzzipwrap.dir/wrap.c.o [ 38%] Linking C static library libzzipwrap-0.a [ 38%] Built target libzzipwrap [ 40%] Building C object zzipwrap/CMakeFiles/zzipwrap.dir/zzipwrap.c.o [ 41%] Linking C executable zzipwrap [ 41%] Built target zzipwrap [ 43%] Generating zzipwrap.pc [ 43%] Built target pkgconfigs [ 45%] Building C object bins/CMakeFiles/zzcat.dir/zzcat.c.o [ 46%] Linking C executable zzcat [ 46%] Built target zzcat [ 48%] Building C object bins/CMakeFiles/zzdir.dir/zzdir.c.o [ 50%] Linking C executable zzdir [ 50%] Built target zzdir [ 51%] Building C object bins/CMakeFiles/zzxorcat.dir/zzxorcat.c.o [ 53%] Linking C executable zzxorcat [ 53%] Built target zzxorcat [ 54%] Building C object bins/CMakeFiles/zzxordir.dir/zzxordir.c.o [ 56%] Linking C executable zzxordir [ 56%] Built target zzxordir [ 58%] Building C object bins/CMakeFiles/zzxorcopy.dir/zzxorcopy.c.o [ 59%] Linking C executable zzxorcopy [ 59%] Built target zzxorcopy [ 61%] Building C object bins/CMakeFiles/zzobfuscated.dir/zzobfuscated.c.o [ 62%] Linking C executable zzobfuscated [ 62%] Built target zzobfuscated [ 64%] Building C object bins/CMakeFiles/zziptest.dir/zziptest.c.o [ 66%] Linking C executable zziptest [ 66%] Built target zziptest [ 67%] Building C object bins/CMakeFiles/zzip.dir/zzip.c.o [ 69%] Building C object bins/CMakeFiles/zzip.dir/zzipmake-zip.c.o [ 70%] Linking C executable zzip [ 70%] Built target zzip [ 72%] Building C object bins/CMakeFiles/unzzip.dir/unzzip.c.o In file included from /tmp/instance-20/output-1/build/zziplib-0.13.72/bins/unzzip.c:13: /tmp/instance-20/output-1/build/zziplib-0.13.72/zzip/file.h:24:2: warning: #warning zzip/file.h is an internal header, do not use it freely [-Wcpp] 24 | #warning zzip/file.h is an internal header, do not use it freely | ^~~~~~~ [ 74%] Building C object bins/CMakeFiles/unzzip.dir/unzzipcat-zip.c.o [ 75%] Building C object bins/CMakeFiles/unzzip.dir/unzzipdir-zip.c.o [ 77%] Linking C executable unzzip [ 77%] Built target unzzip [ 79%] Building C object bins/CMakeFiles/unzzip-mix.dir/unzzip.c.o In file included from /tmp/instance-20/output-1/build/zziplib-0.13.72/bins/unzzip.c:13: /tmp/instance-20/output-1/build/zziplib-0.13.72/zzip/file.h:24:2: warning: #warning zzip/file.h is an internal header, do not use it freely [-Wcpp] 24 | #warning zzip/file.h is an internal header, do not use it freely | ^~~~~~~ [ 80%] Building C object bins/CMakeFiles/unzzip-mix.dir/unzzipcat-mix.c.o [ 82%] Building C object bins/CMakeFiles/unzzip-mix.dir/unzzipdir-mix.c.o [ 83%] Linking C executable unzzip-mix [ 83%] Built target unzzip-mix [ 85%] Building C object bins/CMakeFiles/unzzip-big.dir/unzzip.c.o In file included from /tmp/instance-20/output-1/build/zziplib-0.13.72/bins/unzzip.c:13: /tmp/instance-20/output-1/build/zziplib-0.13.72/zzip/file.h:24:2: warning: #warning zzip/file.h is an internal header, do not use it freely [-Wcpp] 24 | #warning zzip/file.h is an internal header, do not use it freely | ^~~~~~~ [ 87%] Building C object bins/CMakeFiles/unzzip-big.dir/unzzipcat-big.c.o [ 88%] Building C object bins/CMakeFiles/unzzip-big.dir/unzzipdir-big.c.o [ 90%] Linking C executable unzzip-big [ 90%] Built target unzzip-big [ 91%] Building C object bins/CMakeFiles/unzzip-mem.dir/unzzip.c.o In file included from /tmp/instance-20/output-1/build/zziplib-0.13.72/bins/unzzip.c:13: /tmp/instance-20/output-1/build/zziplib-0.13.72/zzip/file.h:24:2: warning: #warning zzip/file.h is an internal header, do not use it freely [-Wcpp] 24 | #warning zzip/file.h is an internal header, do not use it freely | ^~~~~~~ [ 93%] Building C object bins/CMakeFiles/unzzip-mem.dir/unzzipcat-mem.c.o [ 95%] Building C object bins/CMakeFiles/unzzip-mem.dir/unzzipdir-mem.c.o [ 96%] Linking C executable unzzip-mem [ 96%] Built target unzzip-mem [ 98%] Building C object bins/CMakeFiles/unzip-mem.dir/unzip-mem.c.o [100%] Linking C executable unzip-mem [100%] Built target unzip-mem make[1]: Leaving directory '/tmp/instance-20/output-1/build/zziplib-0.13.72' >>> zziplib 0.13.72 Installing to staging directory PATH="/tmp/instance-20/output-1/host/bin:/tmp/instance-20/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-20/output-1/host/powerpc-buildroot-linux-musl/sysroot install/fast -C /tmp/instance-20/output-1/build/zziplib-0.13.72/ make[1]: Entering directory '/tmp/instance-20/output-1/build/zziplib-0.13.72' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/lib/pkgconfig/zziplib.pc -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/lib/pkgconfig/zzipmmapped.pc -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/lib/pkgconfig/zzipfseeko.pc -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/lib.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/zzip.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/format.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/types.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/conf.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/_msvc.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/file.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/info.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/plugin.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/write.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/fetch.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/stdint.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/zzip32.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/autoconf.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/_config.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/lib/libzzip-0.a -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/fseeko.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/lib/libzzipfseeko-0.a -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/mmapped.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/memdisk.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/lib/libzzipmmapped-0.a -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zziplib.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip-io.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/lib/libzzip.a -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/lib/libzzipfseeko.a -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/lib/libzzipmmapped.a -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/lib/pkgconfig/zzipwrap.pc -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/include/zzip/wrap.h -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/lib/libzzipwrap-0.a -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/bin/zzcat -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/bin/zzdir -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/bin/zzxorcat -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/bin/zzxordir -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/bin/zzxorcopy -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/bin/unzzip -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/bin/unzzip-mix -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/bin/unzzip-big -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/bin/unzzip-mem -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/bin/unzip-mem -- Installing: /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/share/aclocal/zziplib.m4 make[1]: Leaving directory '/tmp/instance-20/output-1/build/zziplib-0.13.72' >>> zziplib 0.13.72 Fixing libtool files for la in $(find /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-20/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-20/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 >>> zziplib 0.13.72 Installing to target PATH="/tmp/instance-20/output-1/host/bin:/tmp/instance-20/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-20/output-1/target install/fast -C /tmp/instance-20/output-1/build/zziplib-0.13.72/ make[1]: Entering directory '/tmp/instance-20/output-1/build/zziplib-0.13.72' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-20/output-1/target/usr/lib/pkgconfig/zziplib.pc -- Installing: /tmp/instance-20/output-1/target/usr/lib/pkgconfig/zzipmmapped.pc -- Installing: /tmp/instance-20/output-1/target/usr/lib/pkgconfig/zzipfseeko.pc -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/lib.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/zzip.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/format.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/types.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/conf.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/_msvc.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/file.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/info.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/plugin.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/write.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/fetch.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/stdint.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/zzip32.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/autoconf.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/_config.h -- Installing: /tmp/instance-20/output-1/target/usr/lib/libzzip-0.a -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/fseeko.h -- Installing: /tmp/instance-20/output-1/target/usr/lib/libzzipfseeko-0.a -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/mmapped.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/memdisk.h -- Installing: /tmp/instance-20/output-1/target/usr/lib/libzzipmmapped-0.a -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zziplib.h -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip-io.h -- Installing: /tmp/instance-20/output-1/target/usr/lib/libzzip.a -- Installing: /tmp/instance-20/output-1/target/usr/lib/libzzipfseeko.a -- Installing: /tmp/instance-20/output-1/target/usr/lib/libzzipmmapped.a -- Installing: /tmp/instance-20/output-1/target/usr/lib/pkgconfig/zzipwrap.pc -- Installing: /tmp/instance-20/output-1/target/usr/include/zzip/wrap.h -- Installing: /tmp/instance-20/output-1/target/usr/lib/libzzipwrap-0.a -- Installing: /tmp/instance-20/output-1/target/usr/bin/zzcat -- Installing: /tmp/instance-20/output-1/target/usr/bin/zzdir -- Installing: /tmp/instance-20/output-1/target/usr/bin/zzxorcat -- Installing: /tmp/instance-20/output-1/target/usr/bin/zzxordir -- Installing: /tmp/instance-20/output-1/target/usr/bin/zzxorcopy -- Installing: /tmp/instance-20/output-1/target/usr/bin/unzzip -- Installing: /tmp/instance-20/output-1/target/usr/bin/unzzip-mix -- Installing: /tmp/instance-20/output-1/target/usr/bin/unzzip-big -- Installing: /tmp/instance-20/output-1/target/usr/bin/unzzip-mem -- Installing: /tmp/instance-20/output-1/target/usr/bin/unzip-mem -- Installing: /tmp/instance-20/output-1/target/usr/share/aclocal/zziplib.m4 make[1]: Leaving directory '/tmp/instance-20/output-1/build/zziplib-0.13.72' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-20/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%403%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-20/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-20/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-20/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%true%g" /tmp/instance-20/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-20/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%403%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/tmp/instance-20/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-20/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-20/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%true%g" /tmp/instance-20/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-20/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-20/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-20/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-20/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-20/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-20/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-20/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-20/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-20/output-1/target/etc/shells; fi rm -f /tmp/instance-20/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-20/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-20/output-1/host/bin/glib-compile-schemas /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-20/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -rf /tmp/instance-20/output-1/target/usr/lib/perl5/5.34.1/pod rm -rf /tmp/instance-20/output-1/target/usr/lib/perl5/5.34.1/powerpc-linux/CORE find /tmp/instance-20/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /tmp/instance-20/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /tmp/instance-20/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /tmp/instance-20/output-1/target/etc echo "buildroot" > /tmp/instance-20/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-20/output-1/target/etc/hosts mkdir -p /tmp/instance-20/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-20/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-20/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-20/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-20/output-1/target/etc/shells if [ -x /tmp/instance-20/output-1/target/sbin/swapon -a -x /tmp/instance-20/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-20/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-20/output-1/target/etc/inittab; fi rm -rf /tmp/instance-20/output-1/target/usr/include /tmp/instance-20/output-1/target/usr/share/aclocal \ /tmp/instance-20/output-1/target/usr/lib/pkgconfig /tmp/instance-20/output-1/target/usr/share/pkgconfig \ /tmp/instance-20/output-1/target/usr/lib/cmake /tmp/instance-20/output-1/target/usr/share/cmake \ /tmp/instance-20/output-1/target/usr/lib/rpm /tmp/instance-20/output-1/target/usr/doc find /tmp/instance-20/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-20/output-1/target/lib/ /tmp/instance-20/output-1/target/usr/lib/ /tmp/instance-20/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-20/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-20/output-1/target/usr/share/gdb rm -rf /tmp/instance-20/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-20/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-20/output-1/target/usr/share/zsh rm -rf /tmp/instance-20/output-1/target/usr/man /tmp/instance-20/output-1/target/usr/share/man rm -rf /tmp/instance-20/output-1/target/usr/info /tmp/instance-20/output-1/target/usr/share/info rm -rf /tmp/instance-20/output-1/target/usr/doc /tmp/instance-20/output-1/target/usr/share/doc rm -rf /tmp/instance-20/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-20/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-20/output-1/target/lib/debug /tmp/instance-20/output-1/target/usr/lib/debug find /tmp/instance-20/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-20/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-20/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-20/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-20/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-rc1-202-g5f94d91ed8"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc1\"" \ ) > /tmp/instance-20/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-20/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-20/output-1/per-package /tmp/instance-20/buildroot/support/scripts/fix-rpath target touch /tmp/instance-20/output-1/target/usr ln -snf /tmp/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot /tmp/instance-20/output-1/staging make: Leaving directory '/tmp/instance-20/buildroot' make: Entering directory '/tmp/instance-20/buildroot' >>> Buildroot 2022.11-rc1-202-g5f94d91ed8 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 6.0.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> acpid 2.0.34 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libressl 3.6.1 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> axel 2.17.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> collectl 4.3.2 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> initscripts Collecting legal info >>> jhead 3.06.0.1 Collecting legal info readme.txt: OK (sha256: 8b709512c737fc0c1e1024800b9a44c54d14ab02132c636a66c3ac66955c3e95) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libgee 0.20.6 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-vala 0.52.4 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 0.64.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.5.1 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.0 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 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-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) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-net-telnet 3.05 Collecting legal info README: OK (sha256: 22d0a3343b46c7857cd7d06cb37fe437d467df71aa5854af515374e1e8bf6c53) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-uri 5.12 Collecting legal info LICENSE: OK (sha256: d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0) >>> perl-www-robotrules 6.02 Collecting legal info README: OK (sha256: fa375c4f771b92fc076b6c66e19440a0fff51dacf489fecd94bf560091279e05) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> slirp 4.7.0 Collecting legal info COPYRIGHT: OK (sha256: b28aecf4796a6a22054167f0a976de13d9db335669d37afd2dc7ea4c335e1e13) >>> sqlite 3.39.4 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> tinyssh 20220801 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> vnstat 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /tmp/instance-20/output-1/legal-info make: Leaving directory '/tmp/instance-20/buildroot'