-- Looking for include file inttypes.h - found -- Looking for include file io.h -- Looking for include file io.h - not found -- Looking for include file memory.h -- Looking for include file memory.h - found -- Looking for include file ndir.h -- Looking for include file ndir.h - not found -- Looking for include file stdint.h -- Looking for include file stdint.h - found -- Looking for include file stdlib.h -- Looking for include file stdlib.h - found -- Looking for strcasecmp -- Looking for strcasecmp - found -- Looking for include file strings.h -- Looking for include file strings.h - found -- Looking for include file string.h -- Looking for include file string.h - found -- Looking for strndup -- Looking for strndup - found -- Looking for include file sys/dir.h -- Looking for include file sys/dir.h - found -- Looking for include file sys/int_types.h -- Looking for include file sys/int_types.h - not found -- Looking for include file sys/mman.h -- Looking for include file sys/mman.h - found -- Looking for include file sys/ndir.h -- Looking for include file sys/ndir.h - not found -- Looking for include file sys/param.h -- Looking for include file sys/param.h - found -- Looking for include file sys/stat.h -- Looking for include file sys/stat.h - found -- Looking for include file sys/types.h -- Looking for include file sys/types.h - found -- Looking for include file unistd.h -- Looking for include file unistd.h - found -- Looking for pread -- Looking for pread - found -- Looking for include file winbase.h -- Looking for include file winbase.h - not found -- Looking for include file windows.h -- Looking for include file windows.h - not found -- Looking for include file winnt.h -- Looking for include file winnt.h - not found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of int -- Check size of int - done -- Check size of long -- Check size of long - done -- Check size of short -- Check size of short - done -- Looking for 4 include files stdlib.h, ..., float.h -- Looking for 4 include files stdlib.h, ..., float.h - found -- Check size of off_t_32 -- Check size of off_t_32 - done -- Check size of off_t_64 -- Check size of off_t_64 - done -- Check size of off64_t -- Check size of off64_t - done -- found sizeof(off_t/32)=8 and sizeof(off_t/64)=8 -- Found ZLIB: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libz.a (found version "1.2.13") -- lib zzipfseeko to be compiled: ON -- lib zzipmmapped to be compiled: ON -- lib zzip symlinks as by libtool: ON -- installing zzip compat headers: ON -- installing zzip pkgconfig files: ON -- Found PkgConfig: /tmp/instance-12/output-1/host/bin/pkg-config (found version "1.6.3") -- Checking for one of the modules 'zzip' -- lib zzipwrap symlinks as by libtool: ON -- installing zzipwrap pkgconfig files: ON -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING -- Build files have been written to: /tmp/instance-12/output-1/build/zziplib-0.13.72 >>> zziplib 0.13.72 Building PATH="/tmp/instance-12/output-1/host/bin:/tmp/instance-12/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-12/output-1/build/zziplib-0.13.72/ make[1]: Entering directory '/tmp/instance-12/output-1/build/zziplib-0.13.72' [ 1%] Building C object zzip/CMakeFiles/libzzip.dir/dir.c.o [ 3%] Building C object zzip/CMakeFiles/libzzip.dir/err.c.o [ 4%] Building C object zzip/CMakeFiles/libzzip.dir/file.c.o [ 6%] Building C object zzip/CMakeFiles/libzzip.dir/info.c.o [ 8%] Building C object zzip/CMakeFiles/libzzip.dir/plugin.c.o [ 9%] Building C object zzip/CMakeFiles/libzzip.dir/stat.c.o [ 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 mmapped.c: In function 'zzip_disk_entry_to_file_header': 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)); | ^ 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 mmapped.c:32: mmapped.c: In function 'zzip_disk_entry_fopen': ../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*) \ | ^ mmapped.c:664:20: note: in expansion of macro 'zzip_file_header_to_data' 664 | off_t offset = zzip_file_header_to_data(header); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../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*) \ | ^ mmapped.c:667:12: note: in expansion of macro 'zzip_file_header_to_extras' 667 | zzip_file_header_to_extras(header); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../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*) \ | ^ mmapped.c:674:12: note: in expansion of macro 'zzip_file_header_to_extras' 674 | zzip_file_header_to_extras(header); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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 unzzip.c:13: ../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 unzzip.c:13: ../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 unzzip.c:13: ../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 unzzip.c:13: ../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-12/output-1/build/zziplib-0.13.72' >>> zziplib 0.13.72 Installing to staging directory PATH="/tmp/instance-12/output-1/host/bin:/tmp/instance-12/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-12/output-1/host/arc-buildroot-linux-uclibc/sysroot install/fast -C /tmp/instance-12/output-1/build/zziplib-0.13.72/ make[1]: Entering directory '/tmp/instance-12/output-1/build/zziplib-0.13.72' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/zziplib.pc -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/zzipmmapped.pc -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/zzipfseeko.pc -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/lib.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/zzip.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/format.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/types.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/conf.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/_msvc.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/file.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/info.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/plugin.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/write.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/fetch.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/stdint.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/zzip32.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/autoconf.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/_config.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libzzip-0.a -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/fseeko.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libzzipfseeko-0.a -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/mmapped.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/memdisk.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libzzipmmapped-0.a -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zziplib.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip-io.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libzzip.a -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libzzipfseeko.a -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libzzipmmapped.a -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/zzipwrap.pc -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zzip/wrap.h -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libzzipwrap-0.a -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/zzcat -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/zzdir -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/zzxorcat -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/zzxordir -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/zzxorcopy -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/unzzip -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/unzzip-mix -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/unzzip-big -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/unzzip-mem -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/unzip-mem -- Installing: /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/share/aclocal/zziplib.m4 make[1]: Leaving directory '/tmp/instance-12/output-1/build/zziplib-0.13.72' >>> zziplib 0.13.72 Fixing libtool files for la in $(find /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-12/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-12/output-1/host/arc-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-12/output-1/host/arc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-12/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-12/output-1/host/bin:/tmp/instance-12/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-12/output-1/target install/fast -C /tmp/instance-12/output-1/build/zziplib-0.13.72/ make[1]: Entering directory '/tmp/instance-12/output-1/build/zziplib-0.13.72' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-12/output-1/target/usr/lib/pkgconfig/zziplib.pc -- Installing: /tmp/instance-12/output-1/target/usr/lib/pkgconfig/zzipmmapped.pc -- Installing: /tmp/instance-12/output-1/target/usr/lib/pkgconfig/zzipfseeko.pc -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/lib.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/zzip.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/format.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/types.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/conf.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/_msvc.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/file.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/info.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/plugin.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/write.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/fetch.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/stdint.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/zzip32.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/autoconf.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/_config.h -- Installing: /tmp/instance-12/output-1/target/usr/lib/libzzip-0.a -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/fseeko.h -- Installing: /tmp/instance-12/output-1/target/usr/lib/libzzipfseeko-0.a -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/mmapped.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/memdisk.h -- Installing: /tmp/instance-12/output-1/target/usr/lib/libzzipmmapped-0.a -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zziplib.h -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip-io.h -- Installing: /tmp/instance-12/output-1/target/usr/lib/libzzip.a -- Installing: /tmp/instance-12/output-1/target/usr/lib/libzzipfseeko.a -- Installing: /tmp/instance-12/output-1/target/usr/lib/libzzipmmapped.a -- Installing: /tmp/instance-12/output-1/target/usr/lib/pkgconfig/zzipwrap.pc -- Installing: /tmp/instance-12/output-1/target/usr/include/zzip/wrap.h -- Installing: /tmp/instance-12/output-1/target/usr/lib/libzzipwrap-0.a -- Installing: /tmp/instance-12/output-1/target/usr/bin/zzcat -- Installing: /tmp/instance-12/output-1/target/usr/bin/zzdir -- Installing: /tmp/instance-12/output-1/target/usr/bin/zzxorcat -- Installing: /tmp/instance-12/output-1/target/usr/bin/zzxordir -- Installing: /tmp/instance-12/output-1/target/usr/bin/zzxorcopy -- Installing: /tmp/instance-12/output-1/target/usr/bin/unzzip -- Installing: /tmp/instance-12/output-1/target/usr/bin/unzzip-mix -- Installing: /tmp/instance-12/output-1/target/usr/bin/unzzip-big -- Installing: /tmp/instance-12/output-1/target/usr/bin/unzzip-mem -- Installing: /tmp/instance-12/output-1/target/usr/bin/unzip-mem -- Installing: /tmp/instance-12/output-1/target/usr/share/aclocal/zziplib.m4 make[1]: Leaving directory '/tmp/instance-12/output-1/build/zziplib-0.13.72' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-12/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-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', '-Ofast', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-12/output-1/host/bin/arc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-12/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-12/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /tmp/instance-12/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-12/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-12/output-1/host/bin/arc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-12/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/tmp/instance-12/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /tmp/instance-12/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-12/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /tmp/instance-12/output-1/target/etc/shells || echo "/bin/bash" >> /tmp/instance-12/output-1/target/etc/shells mkdir -p /tmp/instance-12/output-1/target/etc echo "buildroot" > /tmp/instance-12/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-12/output-1/target/etc/hosts mkdir -p /tmp/instance-12/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-12/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-12/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-12/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-12/output-1/target/etc/shells ln -sf bash /tmp/instance-12/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,bash,' /tmp/instance-12/output-1/target/etc/passwd rm -rf /tmp/instance-12/output-1/target/usr/include /tmp/instance-12/output-1/target/usr/share/aclocal \ /tmp/instance-12/output-1/target/usr/lib/pkgconfig /tmp/instance-12/output-1/target/usr/share/pkgconfig \ /tmp/instance-12/output-1/target/usr/lib/cmake /tmp/instance-12/output-1/target/usr/share/cmake \ /tmp/instance-12/output-1/target/usr/lib/rpm /tmp/instance-12/output-1/target/usr/doc find /tmp/instance-12/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-12/output-1/target/lib/ /tmp/instance-12/output-1/target/usr/lib/ /tmp/instance-12/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-12/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-12/output-1/target/usr/share/gdb rm -rf /tmp/instance-12/output-1/target/usr/share/zsh rm -rf /tmp/instance-12/output-1/target/usr/man /tmp/instance-12/output-1/target/usr/share/man rm -rf /tmp/instance-12/output-1/target/usr/info /tmp/instance-12/output-1/target/usr/share/info rm -rf /tmp/instance-12/output-1/target/usr/doc /tmp/instance-12/output-1/target/usr/share/doc rm -rf /tmp/instance-12/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-12/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-12/output-1/target/lib/debug /tmp/instance-12/output-1/target/usr/lib/debug find /tmp/instance-12/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-12/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-12/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-12/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-12/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-266-gf298729fc3"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-12/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-12/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-12/output-1/per-package /tmp/instance-12/buildroot/support/scripts/fix-rpath target touch /tmp/instance-12/output-1/target/usr ln -snf /tmp/instance-12/output-1/host/arc-buildroot-linux-uclibc/sysroot /tmp/instance-12/output-1/staging make: Leaving directory '/tmp/instance-12/buildroot' make: Entering directory '/tmp/instance-12/buildroot' >>> Buildroot 2022.11-266-gf298729fc3 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot 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 >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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-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-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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 arc-2020.09-release Collecting legal info >>> linux-headers 5.4.224 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> vuejs 3.2.33 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> 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-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.4.224: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-12/output-1/legal-info make: Leaving directory '/tmp/instance-12/buildroot'