[ 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.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.a [ 20%] Built target libzzipfseeko [ 22%] Building C object zzip/CMakeFiles/libzzipmmapped.dir/mmapped.c.o /tmp/instance-0/output-1/build/zziplib-0.13.72/zzip/mmapped.c: In function 'zzip_disk_entry_to_file_header': /tmp/instance-0/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-0/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-0/output-1/build/zziplib-0.13.72/zzip/mmapped.c:32: /tmp/instance-0/output-1/build/zziplib-0.13.72/zzip/mmapped.c: In function 'zzip_disk_entry_fopen': /tmp/instance-0/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-0/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-0/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-0/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-0/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-0/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-0/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.a [ 27%] Built target libzzipmmapped [ 29%] Generating compat/zzip.h [ 29%] Built target compat [ 30%] Generating zziplib.pc [ 30%] Built target pkgconfig [ 32%] Built target libzzip_latest [ 33%] Built target libzzipfseeko_latest [ 35%] Built target libzzipmmaped_latest [ 37%] Building C object zzipwrap/CMakeFiles/libzzipwrap.dir/wrap.c.o [ 38%] Linking C static library libzzipwrap.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-0/output-1/build/zziplib-0.13.72/bins/unzzip.c:13: /tmp/instance-0/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-0/output-1/build/zziplib-0.13.72/bins/unzzip.c:13: /tmp/instance-0/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-0/output-1/build/zziplib-0.13.72/bins/unzzip.c:13: /tmp/instance-0/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-0/output-1/build/zziplib-0.13.72/bins/unzzip.c:13: /tmp/instance-0/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-0/output-1/build/zziplib-0.13.72' >>> zziplib 0.13.72 Installing to staging directory PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/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-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot install/fast -C /tmp/instance-0/output-1/build/zziplib-0.13.72/ make[1]: Entering directory '/tmp/instance-0/output-1/build/zziplib-0.13.72' Install the project... -- Install configuration: "Debug" -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/zziplib.pc -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/zzipmmapped.pc -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/zzipfseeko.pc -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/lib.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/zzip.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/format.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/types.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/conf.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/_msvc.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/file.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/info.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/plugin.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/write.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/fetch.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/stdint.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/zzip32.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/autoconf.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/_config.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib/libzzip.a -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/fseeko.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib/libzzipfseeko.a -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/mmapped.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/memdisk.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib/libzzipmmapped.a -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zziplib.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip-io.h -- Up-to-date: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib/libzzip.a -- Up-to-date: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib/libzzipfseeko.a -- Up-to-date: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib/libzzipmmapped.a -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/zzipwrap.pc -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/zzip/wrap.h -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib/libzzipwrap.a -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/bin/zzcat -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/bin/zzdir -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/bin/zzxorcat -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/bin/zzxordir -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/bin/zzxorcopy -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/bin/unzzip -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/bin/unzzip-mix -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/bin/unzzip-big -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/bin/unzzip-mem -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/bin/unzip-mem -- Installing: /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/share/aclocal/zziplib.m4 make[1]: Leaving directory '/tmp/instance-0/output-1/build/zziplib-0.13.72' >>> zziplib 0.13.72 Fixing libtool files for la in $(find /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/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-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zziplib 0.13.72 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/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-0/output-1/target install/fast -C /tmp/instance-0/output-1/build/zziplib-0.13.72/ make[1]: Entering directory '/tmp/instance-0/output-1/build/zziplib-0.13.72' Install the project... -- Install configuration: "Debug" -- Installing: /tmp/instance-0/output-1/target/usr/lib/pkgconfig/zziplib.pc -- Installing: /tmp/instance-0/output-1/target/usr/lib/pkgconfig/zzipmmapped.pc -- Installing: /tmp/instance-0/output-1/target/usr/lib/pkgconfig/zzipfseeko.pc -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/lib.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/zzip.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/format.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/types.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/conf.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/_msvc.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/file.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/info.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/plugin.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/write.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/fetch.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/stdint.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/zzip32.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/autoconf.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/_config.h -- Installing: /tmp/instance-0/output-1/target/usr/lib/libzzip.a -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/fseeko.h -- Installing: /tmp/instance-0/output-1/target/usr/lib/libzzipfseeko.a -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/mmapped.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/memdisk.h -- Installing: /tmp/instance-0/output-1/target/usr/lib/libzzipmmapped.a -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zziplib.h -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip-io.h -- Up-to-date: /tmp/instance-0/output-1/target/usr/lib/libzzip.a -- Up-to-date: /tmp/instance-0/output-1/target/usr/lib/libzzipfseeko.a -- Up-to-date: /tmp/instance-0/output-1/target/usr/lib/libzzipmmapped.a -- Installing: /tmp/instance-0/output-1/target/usr/lib/pkgconfig/zzipwrap.pc -- Installing: /tmp/instance-0/output-1/target/usr/include/zzip/wrap.h -- Installing: /tmp/instance-0/output-1/target/usr/lib/libzzipwrap.a -- Installing: /tmp/instance-0/output-1/target/usr/bin/zzcat -- Installing: /tmp/instance-0/output-1/target/usr/bin/zzdir -- Installing: /tmp/instance-0/output-1/target/usr/bin/zzxorcat -- Installing: /tmp/instance-0/output-1/target/usr/bin/zzxordir -- Installing: /tmp/instance-0/output-1/target/usr/bin/zzxorcopy -- Installing: /tmp/instance-0/output-1/target/usr/bin/unzzip -- Installing: /tmp/instance-0/output-1/target/usr/bin/unzzip-mix -- Installing: /tmp/instance-0/output-1/target/usr/bin/unzzip-big -- Installing: /tmp/instance-0/output-1/target/usr/bin/unzzip-mem -- Installing: /tmp/instance-0/output-1/target/usr/bin/unzip-mem -- Installing: /tmp/instance-0/output-1/target/usr/share/aclocal/zziplib.m4 make[1]: Leaving directory '/tmp/instance-0/output-1/build/zziplib-0.13.72' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-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', '-O2', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-0/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-0/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%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-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /tmp/instance-0/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-0/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-0/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/tmp/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /tmp/instance-0/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /tmp/instance-0/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-0/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-0/output-1/target/etc/shells; fi mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-0/output-1/target/etc/shells if [ -x /tmp/instance-0/output-1/target/sbin/swapon -a -x /tmp/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-0/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-0/output-1/target/etc/inittab rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake \ /tmp/instance-0/output-1/target/usr/lib/rpm /tmp/instance-0/output-1/target/usr/doc find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-0/output-1/target/usr/share/gdb rm -rf /tmp/instance-0/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-0/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-0/output-1/target/usr/share/zsh rm -rf /tmp/instance-0/output-1/target/usr/man /tmp/instance-0/output-1/target/usr/share/man rm -rf /tmp/instance-0/output-1/target/usr/info /tmp/instance-0/output-1/target/usr/share/info rm -rf /tmp/instance-0/output-1/target/usr/doc /tmp/instance-0/output-1/target/usr/share/doc rm -rf /tmp/instance-0/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-0/output-1/target/lib/debug /tmp/instance-0/output-1/target/usr/lib/debug find /tmp/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-rc1-202-g5f94d91ed8"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc1\"" \ ) > /tmp/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-0/output-1/per-package /tmp/instance-0/buildroot/support/scripts/fix-rpath target touch /tmp/instance-0/output-1/target/usr ln -snf /tmp/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2022.11-rc1-202-g5f94d91ed8 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.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) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.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 >>> toolchain Collecting legal info >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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 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-autoconf-archive 2021.02.19 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> comix-cursors 0.9.1 Collecting legal info >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dump1090 7.2 Collecting legal info LICENSE: OK (sha256: 804f68c803eb5c127c53ad17c4f4e5033ef158e514bb76950dc7b1773f9ce4b0) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> initscripts Collecting legal info >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdrm 2.4.114 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> 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-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> openssl Collecting legal info >>> libressl 3.6.1 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> 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) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> openlayers 7.1.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> raptor 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: 6b926a47abfb87451c436fbd4a868defec963d0232c70b806ac02d4a2a6e1968) >>> reaver 1.6.6 Collecting legal info docs/LICENSE: OK (sha256: bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> wireguard-tools 1.0.20210914 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'