-e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/workdir/instance-1/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot:g" \ -e "s:@BASE_DIR@:/workdir/instance-1/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 >>> serd 0.30.14 Installing to target GIT_DIR=. PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/workdir/instance-1/output-1/target PYTHONNOUSERSITE=y /workdir/instance-1/output-1/host/bin/ninja -C /workdir/instance-1/output-1/build/serd-0.30.14//build install ninja: Entering directory `/workdir/instance-1/output-1/build/serd-0.30.14//build' [0/1] Installing files. Installing libserd-0.a to /workdir/instance-1/output-1/target/usr/lib Installing serdi to /workdir/instance-1/output-1/target/usr/bin Installing /workdir/instance-1/output-1/build/serd-0.30.14/include/serd/serd.h to /workdir/instance-1/output-1/target/usr/include/serd-0/serd Installing /workdir/instance-1/output-1/build/serd-0.30.14/build/meson-private/serd-0.pc to /workdir/instance-1/output-1/target/usr/lib/pkgconfig sord-0.16.12.tar.xz: OK (sha256: fde269893cb24b2ab7b75708d7a349c6e760c47a0d967aeca5b1c651294ff9f2) >>> sord 0.16.12 Extracting xzcat /workdir/instance-1/dl/sord/sord-0.16.12.tar.xz | tar --strip-components=1 -C /workdir/instance-1/output-1/build/sord-0.16.12 -xf - >>> sord 0.16.12 Patching >>> sord 0.16.12 Configuring rm -rf /workdir/instance-1/output-1/build/sord-0.16.12//build mkdir -p /workdir/instance-1/output-1/build/sord-0.16.12//build sed -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" -e "s%@TARGET_CC@%/workdir/instance-1/output-1/host/bin/arm-linux-gcc%g" -e "s%@TARGET_CXX@%/workdir/instance-1/output-1/host/bin/arm-linux-g++%g" -e "s%@TARGET_AR@%/workdir/instance-1/output-1/host/bin/arm-linux-gcc-ar%g" -e "s%@TARGET_FC@%/workdir/instance-1/output-1/host/bin/arm-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-m4%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-Wl,-elf2flt=-r', '-static', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/workdir/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/workdir/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot%g" -e "s%@STATIC@%true%g" /workdir/instance-1/buildroot/support/misc/cross-compilation.conf.in > /workdir/instance-1/output-1/build/sord-0.16.12//build/cross-compilation.conf PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /workdir/instance-1/output-1/host/bin/meson setup --prefix=/usr --libdir=lib --default-library=static --buildtype=release --cross-file=/workdir/instance-1/output-1/build/sord-0.16.12//build/cross-compilation.conf -Db_pie=false -Db_staticpic=true -Dstrip=false -Dbuild.pkg_config_path=/workdir/instance-1/output-1/host/lib/pkgconfig -Dbuild.cmake_prefix_path=/workdir/instance-1/output-1/host/lib/cmake -Ddocs=disabled -Dtests=disabled /workdir/instance-1/output-1/build/sord-0.16.12/ /workdir/instance-1/output-1/build/sord-0.16.12//build The Meson build system Version: 1.3.1 Source dir: /workdir/instance-1/output-1/build/sord-0.16.12 Build dir: /workdir/instance-1/output-1/build/sord-0.16.12/build Build type: cross build Project name: sord Project version: 0.16.12 C compiler for the host machine: /workdir/instance-1/output-1/host/bin/arm-linux-gcc (gcc 12.3.0 "arm-linux-gcc.br_real (Buildroot 2021.11-11272-ge2962af) 12.3.0") C linker for the host machine: /workdir/instance-1/output-1/host/bin/arm-linux-gcc ld.bfd 2.41 C compiler for the build machine: /usr/bin/gcc (gcc 14.1.1 "gcc (GCC) 14.1.1 20240701 (Red Hat 14.1.1-7)") C linker for the build machine: /usr/bin/gcc ld.bfd 2.41-37 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: arm Host machine cpu: cortex-m4 Target machine cpu family: arm Target machine cpu: cortex-m4 Library m found: YES Found pkg-config: YES (/workdir/instance-1/output-1/host/bin/pkgconf) 1.6.3 Run-time dependency serd-0 found: YES 0.30.14 Found CMake: /usr/bin/cmake (3.28.2) Run-time dependency libpcre found: NO (tried pkgconfig and cmake) Build targets in project: 2 sord 0.16.12 Tests : NO Utilities : YES Install prefix : /usr Headers : /usr/include Libraries : /usr/lib Executables : /usr/bin Man pages : /usr/share/man User defined options Cross files : /workdir/instance-1/output-1/build/sord-0.16.12//build/cross-compilation.conf build.cmake_prefix_path: /workdir/instance-1/output-1/host/lib/cmake build.pkg_config_path : /workdir/instance-1/output-1/host/lib/pkgconfig buildtype : release default_library : static libdir : lib prefix : /usr strip : false b_pie : false b_staticpic : true docs : disabled tests : disabled Found ninja-1.11.1.git.kitware.jobserver-1 at /workdir/instance-1/output-1/host/bin/ninja >>> sord 0.16.12 Building GIT_DIR=. PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=y /workdir/instance-1/output-1/host/bin/ninja -C /workdir/instance-1/output-1/build/sord-0.16.12//build ninja: Entering directory `/workdir/instance-1/output-1/build/sord-0.16.12//build' [1/5] Compiling C object libsord-0.a.p/src_syntax.c.o [2/5] Compiling C object sordi.p/src_sordi.c.o [3/5] Compiling C object libsord-0.a.p/src_sord.c.o [4/5] Linking static target libsord-0.a [5/5] Linking target sordi /workdir/instance-1/output-1/host/opt/ext-toolchain/arm-buildroot-uclinux-uclibcgnueabi/bin/ld.real: warning: /workdir/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-uclinux-uclibcgnueabi/12.3.0/crtend.o: missing .note.GNU-stack section implies executable stack /workdir/instance-1/output-1/host/opt/ext-toolchain/arm-buildroot-uclinux-uclibcgnueabi/bin/ld.real: NOTE: This behaviour is deprecated and will be removed in a future version of the linker >>> sord 0.16.12 Installing to staging directory GIT_DIR=. PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot PYTHONNOUSERSITE=y /workdir/instance-1/output-1/host/bin/ninja -C /workdir/instance-1/output-1/build/sord-0.16.12//build install ninja: Entering directory `/workdir/instance-1/output-1/build/sord-0.16.12//build' [0/1] Installing files. Installing libsord-0.a to /workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib Installing sordi to /workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/bin Installing /workdir/instance-1/output-1/build/sord-0.16.12/include/sord/sord.h to /workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/sord-0/sord Installing /workdir/instance-1/output-1/build/sord-0.16.12/include/sord/sordmm.hpp to /workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/sord-0/sord Installing /workdir/instance-1/output-1/build/sord-0.16.12/build/meson-private/sord-0.pc to /workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib/pkgconfig >>> sord 0.16.12 Fixing libtool files for la in $(find /workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/workdir/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot:@STAGING_DIR@:g" \ -e "s:/workdir/instance-1/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/workdir/instance-1/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot:g" \ -e "s:@BASE_DIR@:/workdir/instance-1/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 >>> sord 0.16.12 Installing to target GIT_DIR=. PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/workdir/instance-1/output-1/target PYTHONNOUSERSITE=y /workdir/instance-1/output-1/host/bin/ninja -C /workdir/instance-1/output-1/build/sord-0.16.12//build install ninja: Entering directory `/workdir/instance-1/output-1/build/sord-0.16.12//build' [0/1] Installing files. Installing libsord-0.a to /workdir/instance-1/output-1/target/usr/lib Installing sordi to /workdir/instance-1/output-1/target/usr/bin Installing /workdir/instance-1/output-1/build/sord-0.16.12/include/sord/sord.h to /workdir/instance-1/output-1/target/usr/include/sord-0/sord Installing /workdir/instance-1/output-1/build/sord-0.16.12/include/sord/sordmm.hpp to /workdir/instance-1/output-1/target/usr/include/sord-0/sord Installing /workdir/instance-1/output-1/build/sord-0.16.12/build/meson-private/sord-0.pc to /workdir/instance-1/output-1/target/usr/lib/pkgconfig sratom-0.6.14.tar.xz: OK (sha256: 9982faf40db83aedd9b3850e499fecd6852b8b4ba6dede514013655cffaca1e6) >>> sratom 0.6.14 Extracting xzcat /workdir/instance-1/dl/sratom/sratom-0.6.14.tar.xz | tar --strip-components=1 -C /workdir/instance-1/output-1/build/sratom-0.6.14 -xf - >>> sratom 0.6.14 Patching >>> sratom 0.6.14 Configuring rm -rf /workdir/instance-1/output-1/build/sratom-0.6.14//build mkdir -p /workdir/instance-1/output-1/build/sratom-0.6.14//build sed -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" -e "s%@TARGET_CC@%/workdir/instance-1/output-1/host/bin/arm-linux-gcc%g" -e "s%@TARGET_CXX@%/workdir/instance-1/output-1/host/bin/arm-linux-g++%g" -e "s%@TARGET_AR@%/workdir/instance-1/output-1/host/bin/arm-linux-gcc-ar%g" -e "s%@TARGET_FC@%/workdir/instance-1/output-1/host/bin/arm-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-m4%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-Wl,-elf2flt=-r', '-static', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/workdir/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/workdir/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot%g" -e "s%@STATIC@%true%g" /workdir/instance-1/buildroot/support/misc/cross-compilation.conf.in > /workdir/instance-1/output-1/build/sratom-0.6.14//build/cross-compilation.conf PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /workdir/instance-1/output-1/host/bin/meson setup --prefix=/usr --libdir=lib --default-library=static --buildtype=release --cross-file=/workdir/instance-1/output-1/build/sratom-0.6.14//build/cross-compilation.conf -Db_pie=false -Db_staticpic=true -Dstrip=false -Dbuild.pkg_config_path=/workdir/instance-1/output-1/host/lib/pkgconfig -Dbuild.cmake_prefix_path=/workdir/instance-1/output-1/host/lib/cmake -Ddocs=disabled -Dtests=disabled /workdir/instance-1/output-1/build/sratom-0.6.14/ /workdir/instance-1/output-1/build/sratom-0.6.14//build The Meson build system Version: 1.3.1 Source dir: /workdir/instance-1/output-1/build/sratom-0.6.14 Build dir: /workdir/instance-1/output-1/build/sratom-0.6.14/build Build type: cross build Project name: sratom Project version: 0.6.14 C compiler for the host machine: /workdir/instance-1/output-1/host/bin/arm-linux-gcc (gcc 12.3.0 "arm-linux-gcc.br_real (Buildroot 2021.11-11272-ge2962af) 12.3.0") C linker for the host machine: /workdir/instance-1/output-1/host/bin/arm-linux-gcc ld.bfd 2.41 C compiler for the build machine: /usr/bin/gcc (gcc 14.1.1 "gcc (GCC) 14.1.1 20240701 (Red Hat 14.1.1-7)") C linker for the build machine: /usr/bin/gcc ld.bfd 2.41-37 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: arm Host machine cpu: cortex-m4 Target machine cpu family: arm Target machine cpu: cortex-m4 Compiler for C supports arguments -Wno-cast-align: YES Compiler for C supports arguments -Wno-cast-qual: YES Compiler for C supports arguments -Wno-conversion: YES Compiler for C supports arguments -Wno-inline: YES Compiler for C supports arguments -Wno-padded: YES Compiler for C supports arguments -Wno-suggest-attribute=pure: YES Compiler for C supports arguments -Wno-unsuffixed-float-constants: YES Compiler for C supports arguments -Wno-unused-const-variable: YES Library m found: YES Found pkg-config: YES (/workdir/instance-1/output-1/host/bin/pkgconf) 1.6.3 Run-time dependency lv2 found: YES 1.18.10 Run-time dependency serd-0 found: YES 0.30.14 Run-time dependency sord-0 found: YES 0.16.12 Build targets in project: 1 sratom 0.6.14 Tests : NO Install prefix : /usr Headers : /usr/include Libraries : /usr/lib User defined options Cross files : /workdir/instance-1/output-1/build/sratom-0.6.14//build/cross-compilation.conf build.cmake_prefix_path: /workdir/instance-1/output-1/host/lib/cmake build.pkg_config_path : /workdir/instance-1/output-1/host/lib/pkgconfig buildtype : release default_library : static libdir : lib prefix : /usr strip : false b_pie : false b_staticpic : true docs : disabled tests : disabled Found ninja-1.11.1.git.kitware.jobserver-1 at /workdir/instance-1/output-1/host/bin/ninja >>> sratom 0.6.14 Building GIT_DIR=. PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=y /workdir/instance-1/output-1/host/bin/ninja -C /workdir/instance-1/output-1/build/sratom-0.6.14//build ninja: Entering directory `/workdir/instance-1/output-1/build/sratom-0.6.14//build' [1/2] Compiling C object libsratom-0.a.p/src_sratom.c.o [2/2] Linking static target libsratom-0.a >>> sratom 0.6.14 Installing to staging directory GIT_DIR=. PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot PYTHONNOUSERSITE=y /workdir/instance-1/output-1/host/bin/ninja -C /workdir/instance-1/output-1/build/sratom-0.6.14//build install ninja: Entering directory `/workdir/instance-1/output-1/build/sratom-0.6.14//build' [0/1] Installing files. Installing libsratom-0.a to /workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib Installing /workdir/instance-1/output-1/build/sratom-0.6.14/include/sratom/sratom.h to /workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/sratom-0/sratom Installing /workdir/instance-1/output-1/build/sratom-0.6.14/build/meson-private/sratom-0.pc to /workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib/pkgconfig >>> sratom 0.6.14 Fixing libtool files for la in $(find /workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/workdir/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot:@STAGING_DIR@:g" \ -e "s:/workdir/instance-1/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/workdir/instance-1/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot:g" \ -e "s:@BASE_DIR@:/workdir/instance-1/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 >>> sratom 0.6.14 Installing to target GIT_DIR=. PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/workdir/instance-1/output-1/target PYTHONNOUSERSITE=y /workdir/instance-1/output-1/host/bin/ninja -C /workdir/instance-1/output-1/build/sratom-0.6.14//build install ninja: Entering directory `/workdir/instance-1/output-1/build/sratom-0.6.14//build' [0/1] Installing files. Installing libsratom-0.a to /workdir/instance-1/output-1/target/usr/lib Installing /workdir/instance-1/output-1/build/sratom-0.6.14/include/sratom/sratom.h to /workdir/instance-1/output-1/target/usr/include/sratom-0/sratom Installing /workdir/instance-1/output-1/build/sratom-0.6.14/build/meson-private/sratom-0.pc to /workdir/instance-1/output-1/target/usr/lib/pkgconfig sunxi-tools-1.4.2-168-ged3039cdbeeb28fc0011c3585d8f7dfb91038292.tar.gz: OK (sha256: 6589f32e9c2a5991cc49928e83aceea675f0165ce6f13cdd2dd784139a8d4efd) >>> host-sunxi-tools 1.4.2-168-ged3039cdbeeb28fc0011c3585d8f7dfb91038292 Extracting gzip -d -c /workdir/instance-1/dl/sunxi-tools/sunxi-tools-1.4.2-168-ged3039cdbeeb28fc0011c3585d8f7dfb91038292.tar.gz | tar --strip-components=1 -C /workdir/instance-1/output-1/build/host-sunxi-tools-1.4.2-168-ged3039cdbeeb28fc0011c3585d8f7dfb91038292 -xf - >>> host-sunxi-tools 1.4.2-168-ged3039cdbeeb28fc0011c3585d8f7dfb91038292 Patching >>> host-sunxi-tools 1.4.2-168-ged3039cdbeeb28fc0011c3585d8f7dfb91038292 Configuring >>> host-sunxi-tools 1.4.2-168-ged3039cdbeeb28fc0011c3585d8f7dfb91038292 Building GIT_DIR=. PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/workdir/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/workdir/instance-1/output-1/host/lib/pkgconfig:/workdir/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j1 CROSS_COMPILE="" CC="/usr/bin/gcc" PREFIX=/workdir/instance-1/output-1/host EXTRA_CFLAGS="-O2 -I/workdir/instance-1/output-1/host/include" LDFLAGS="-L/workdir/instance-1/output-1/host/lib -Wl,-rpath,/workdir/instance-1/output-1/host/lib -I/workdir/instance-1/output-1/host/include/libfdt" -C /workdir/instance-1/output-1/build/host-sunxi-tools-1.4.2-168-ged3039cdbeeb28fc0011c3585d8f7dfb91038292 tools misc make[1]: Entering directory '/workdir/instance-1/output-1/build/host-sunxi-tools-1.4.2-168-ged3039cdbeeb28fc0011c3585d8f7dfb91038292' fatal: not a git repository: '.' Unable to determine current version (using "v1.4.2" as fallback) /usr/bin/gcc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -L/workdir/instance-1/output-1/host/lib -Wl,-rpath,/workdir/instance-1/output-1/host/lib -I/workdir/instance-1/output-1/host/include/libfdt -o sunxi-fexc fexc.c script.c script_uboot.c script_bin.c script_fex.c /usr/bin/gcc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -L/workdir/instance-1/output-1/host/lib -Wl,-rpath,/workdir/instance-1/output-1/host/lib -I/workdir/instance-1/output-1/host/include/libfdt -o sunxi-bootinfo bootinfo.c /usr/bin/gcc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ `/workdir/instance-1/output-1/host/bin/pkg-config --cflags libusb-1.0` `/workdir/instance-1/output-1/host/bin/pkg-config --cflags zlib` -L/workdir/instance-1/output-1/host/lib -Wl,-rpath,/workdir/instance-1/output-1/host/lib -I/workdir/instance-1/output-1/host/include/libfdt -o sunxi-fel \ fel.c fit_image.c progress.c soc_info.c fel_lib.c fel-spiflash.c `/workdir/instance-1/output-1/host/bin/pkg-config --libs libusb-1.0` `/workdir/instance-1/output-1/host/bin/pkg-config --libs zlib` -lfdt /usr/bin/gcc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -c -o nand-part-main.o nand-part-main.c /usr/bin/gcc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -c -o nand-part-a10.o nand-part.c -D A10 /usr/bin/gcc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -c -o nand-part-a20.o nand-part.c -D A20 /usr/bin/gcc -L/workdir/instance-1/output-1/host/lib -Wl,-rpath,/workdir/instance-1/output-1/host/lib -I/workdir/instance-1/output-1/host/include/libfdt -o sunxi-nand-part nand-part-main.o nand-part-a10.o nand-part-a20.o /usr/bin/gcc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -L/workdir/instance-1/output-1/host/lib -Wl,-rpath,/workdir/instance-1/output-1/host/lib -I/workdir/instance-1/output-1/host/include/libfdt -o sunxi-pio pio.c ln -nsf sunxi-fexc bin2fex ln -nsf sunxi-fexc fex2bin /usr/bin/gcc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -L/workdir/instance-1/output-1/host/lib -Wl,-rpath,/workdir/instance-1/output-1/host/lib -I/workdir/instance-1/output-1/host/include/libfdt -o phoenix_info phoenix_info.c /usr/bin/gcc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -L/workdir/instance-1/output-1/host/lib -Wl,-rpath,/workdir/instance-1/output-1/host/lib -I/workdir/instance-1/output-1/host/include/libfdt -o sunxi-nand-image-builder nand-image-builder.c make[1]: Leaving directory '/workdir/instance-1/output-1/build/host-sunxi-tools-1.4.2-168-ged3039cdbeeb28fc0011c3585d8f7dfb91038292' >>> host-sunxi-tools 1.4.2-168-ged3039cdbeeb28fc0011c3585d8f7dfb91038292 Installing to host directory GIT_DIR=. PATH="/workdir/instance-1/output-1/host/bin:/workdir/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/workdir/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/workdir/instance-1/output-1/host/lib/pkgconfig:/workdir/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j1 CROSS_COMPILE="" CC="/usr/bin/gcc" PREFIX=/workdir/instance-1/output-1/host EXTRA_CFLAGS="-O2 -I/workdir/instance-1/output-1/host/include" LDFLAGS="-L/workdir/instance-1/output-1/host/lib -Wl,-rpath,/workdir/instance-1/output-1/host/lib" -C /workdir/instance-1/output-1/build/host-sunxi-tools-1.4.2-168-ged3039cdbeeb28fc0011c3585d8f7dfb91038292 install-tools install-misc make[1]: Entering directory '/workdir/instance-1/output-1/build/host-sunxi-tools-1.4.2-168-ged3039cdbeeb28fc0011c3585d8f7dfb91038292' install -d /workdir/instance-1/output-1/host/bin + for t in sunxi-fexc sunxi-bootinfo sunxi-fel sunxi-nand-part sunxi-pio + install -m0755 sunxi-fexc /workdir/instance-1/output-1/host/bin/sunxi-fexc + for t in sunxi-fexc sunxi-bootinfo sunxi-fel sunxi-nand-part sunxi-pio + install -m0755 sunxi-bootinfo /workdir/instance-1/output-1/host/bin/sunxi-bootinfo + for t in sunxi-fexc sunxi-bootinfo sunxi-fel sunxi-nand-part sunxi-pio + install -m0755 sunxi-fel /workdir/instance-1/output-1/host/bin/sunxi-fel + for t in sunxi-fexc sunxi-bootinfo sunxi-fel sunxi-nand-part sunxi-pio + install -m0755 sunxi-nand-part /workdir/instance-1/output-1/host/bin/sunxi-nand-part + for t in sunxi-fexc sunxi-bootinfo sunxi-fel sunxi-nand-part sunxi-pio + install -m0755 sunxi-pio /workdir/instance-1/output-1/host/bin/sunxi-pio + for l in bin2fex fex2bin + ln -nfs sunxi-fexc /workdir/instance-1/output-1/host/bin/bin2fex + for l in bin2fex fex2bin + ln -nfs sunxi-fexc /workdir/instance-1/output-1/host/bin/fex2bin install -D -m0644 -t /workdir/instance-1/output-1/host/share/man/man1 sunxi-fel.1 install -d /workdir/instance-1/output-1/host/bin + for t in phoenix_info sunxi-nand-image-builder + install -m0755 phoenix_info /workdir/instance-1/output-1/host/bin/phoenix_info + for t in phoenix_info sunxi-nand-image-builder + install -m0755 sunxi-nand-image-builder /workdir/instance-1/output-1/host/bin/sunxi-nand-image-builder make[1]: Leaving directory '/workdir/instance-1/output-1/build/host-sunxi-tools-1.4.2-168-ged3039cdbeeb28fc0011c3585d8f7dfb91038292' zd1211-firmware-1.5.tar.bz2: OK (sha256: f11d3810d7f72833997f634584a586dcced71a353f965abf81062ec431d02b12) >>> zd1211-firmware 1.5 Extracting bzcat /workdir/instance-1/dl/zd1211-firmware/zd1211-firmware-1.5.tar.bz2 | tar --strip-components=1 -C /workdir/instance-1/output-1/build/zd1211-firmware-1.5 -xf - >>> zd1211-firmware 1.5 Patching >>> zd1211-firmware 1.5 Configuring >>> zd1211-firmware 1.5 Building >>> zd1211-firmware 1.5 Installing to target /usr/bin/install -d -m 0755 /workdir/instance-1/output-1/target/lib/firmware/zd1211/ cp -dpf /workdir/instance-1/output-1/build/zd1211-firmware-1.5/zd1211*{ub,uphr,ur} /workdir/instance-1/output-1/target/lib/firmware/zd1211 >>> Finalizing host directory >>> Finalizing target directory mkdir -p /workdir/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-Wl,-elf2flt=-r', '-static', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/workdir/instance-1/output-1/host/bin/arm-linux-gcc%g" -e "s%@TARGET_CXX@%/workdir/instance-1/output-1/host/bin/arm-linux-g++%g" -e "s%@TARGET_AR@%/workdir/instance-1/output-1/host/bin/arm-linux-gcc-ar%g" -e "s%@TARGET_FC@%/workdir/instance-1/output-1/host/bin/arm-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-m4%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@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/workdir/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/workdir/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot%g" -e "s%@STATIC@%true%g" /workdir/instance-1/buildroot/support/misc/cross-compilation.conf.in > /workdir/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/workdir/instance-1/output-1/host/bin/arm-linux-gcc%g" -e "s%@TARGET_CXX@%/workdir/instance-1/output-1/host/bin/arm-linux-g++%g" -e "s%@TARGET_AR@%/workdir/instance-1/output-1/host/bin/arm-linux-gcc-ar%g" -e "s%@TARGET_FC@%/workdir/instance-1/output-1/host/bin/arm-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-m4%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-Wl,-elf2flt=-r', '-static', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/workdir/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/workdir/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot%g" -e "s%@STATIC@%true%g" /workdir/instance-1/buildroot/support/misc/cross-compilation.conf.in > /workdir/instance-1/output-1/host/etc/meson/cross-compilation.conf mkdir -p /workdir/instance-1/output-1/target/etc echo "buildroot" > /workdir/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /workdir/instance-1/output-1/target/etc/hosts mkdir -p /workdir/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /workdir/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /workdir/instance-1/output-1/target/etc/shadow rm -f /workdir/instance-1/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /workdir/instance-1/output-1/build/locales.nopurge for dir in /workdir/instance-1/output-1/target/usr/share/locale /workdir/instance-1/output-1/target/usr/share/X11/locale /workdir/instance-1/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /workdir/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /workdir/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /workdir/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /workdir/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /workdir/instance-1/output-1/target/usr/include /workdir/instance-1/output-1/target/usr/share/aclocal \ /workdir/instance-1/output-1/target/usr/lib/pkgconfig /workdir/instance-1/output-1/target/usr/share/pkgconfig \ /workdir/instance-1/output-1/target/usr/lib/cmake /workdir/instance-1/output-1/target/usr/share/cmake \ /workdir/instance-1/output-1/target/usr/lib/rpm /workdir/instance-1/output-1/target/usr/doc find /workdir/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /workdir/instance-1/output-1/target/lib/ /workdir/instance-1/output-1/target/usr/lib/ /workdir/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/workdir/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /workdir/instance-1/output-1/target/usr/share/gdb rm -rf /workdir/instance-1/output-1/target/usr/share/bash-completion rm -rf /workdir/instance-1/output-1/target/etc/bash_completion.d rm -rf /workdir/instance-1/output-1/target/usr/share/zsh rm -rf /workdir/instance-1/output-1/target/usr/man /workdir/instance-1/output-1/target/usr/share/man rm -rf /workdir/instance-1/output-1/target/usr/info /workdir/instance-1/output-1/target/usr/share/info rm -rf /workdir/instance-1/output-1/target/usr/doc /workdir/instance-1/output-1/target/usr/share/doc rm -rf /workdir/instance-1/output-1/target/usr/share/gtk-doc rmdir /workdir/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /workdir/instance-1/output-1/target/lib/debug /workdir/instance-1/output-1/target/usr/lib/debug find /workdir/instance-1/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 /workdir/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /workdir/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /workdir/instance-1/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 /workdir/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-857-g95e1043013"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-git\"" \ ) > /workdir/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /workdir/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/workdir/instance-1/output-1/per-package \ /workdir/instance-1/buildroot/support/scripts/fix-rpath target touch /workdir/instance-1/output-1/target/usr ln -snf /workdir/instance-1/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot /workdir/instance-1/output-1/staging make: Leaving directory '/workdir/instance-1/buildroot' make: Entering directory '/workdir/instance-1/buildroot' >>> Buildroot 2024.05-857-g95e1043013 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2024.02-1 Collecting legal info >>> toolchain Collecting legal info >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> 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.72 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) >>> exfat-utils 1.4.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> i2c-tools 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) README: OK (sha256: 2293b6e9076984d02184ff620baac557143e16cfa47d88f0a791d05a1271742c) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-jq 1.7.1 Collecting legal info COPYING: OK (sha256: 10e974638a41fadfd72357f2f3a4325e20b856c563365128f72feaa406f8c92d) >>> leveldb 1.23 Collecting legal info LICENSE: OK (sha256: ccc19f1da0798ed666609b65a5b44dd8b3abe6fc08b9c0592eb76e82e174db19) >>> libgcrypt 1.11.0 Collecting legal info COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libgpg-error 1.49 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libmodbus 3.1.10 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.3 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libolm 3.2.16 Collecting legal info LICENSE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.3.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> libxslt 1.1.42 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.12.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.2.1 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 71.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> mhz 11aac2399780a1f7ea9f007b14af0464797d5cf1 Collecting legal info LICENSE: OK (sha256: 9449d373cad921620bb8f1e4f7b39f957e263163ded159c1efc8de27f8997099) >>> opus 1.4 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) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> protobuf-c 1.5.0 Collecting legal info LICENSE: OK (sha256: ad28bbf89340b86d15aad1ff62c4f4590025d836415307dc66cf0338235cc2f4) >>> host-protobuf-c 1.5.0 Collecting legal info LICENSE: OK (sha256: ad28bbf89340b86d15aad1ff62c4f4590025d836415307dc66cf0338235cc2f4) >>> host-protobuf 21.12 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> reaver 1.6.6 Collecting legal info docs/LICENSE: OK (sha256: bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a) >>> seatd 0.8.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> host-sunxi-tools 1.4.2-168-ged3039cdbeeb28fc0011c3585d8f7dfb91038292 Collecting legal info LICENSE.md: OK (sha256: 2b0d4dda4bf8034e1506507a67f80f982131137afe62bf144d248f9faea31da4) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2024.02-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /workdir/instance-1/output-1/legal-info make: Leaving directory '/workdir/instance-1/buildroot'