warning: no files found matching '__main__.py' writing manifest file 'meson.egg-info/SOURCES.txt' Copying meson.egg-info to /tmp/instance-4/output-1/host/lib/python3.9/site-packages/meson-0.58.2-py3.9.egg-info running install_scripts Installing meson script to /tmp/instance-4/output-1/host/bin /usr/bin/sed -i -e '1s:.*:#!/usr/bin/env python3:' /tmp/instance-4/output-1/host/bin/meson libevdev-1.11.0.tar.xz: OK (sha256: 63f4ea1489858a109080e0b40bd43e4e0903a1e12ea888d581db8c495747c2d0) libevdev-1.11.0.tar.xz: OK (sha512: b3c6b4a1532c5142f3684b920dcdd497a5368aec516e8c389e2c8f9d1eaba16c907b2a7f2c82a3c3ff89bb4d0ae5503c736098c095f9f1bc98f0668e99bf639d) >>> libevdev 1.11.0 Extracting xzcat /tmp/instance-4/dl/libevdev/libevdev-1.11.0.tar.xz | tar --strip-components=1 -C /tmp/instance-4/output-1/build/libevdev-1.11.0 -xf - >>> libevdev 1.11.0 Patching >>> libevdev 1.11.0 Configuring rm -rf /tmp/instance-4/output-1/build/libevdev-1.11.0//build mkdir -p /tmp/instance-4/output-1/build/libevdev-1.11.0//build sed -e 's%@TARGET_CROSS@%/tmp/instance-4/output-1/host/bin/powerpc-linux-%g' -e 's%@TARGET_ARCH@%ppc%g' -e 's%@TARGET_CPU@%603e%g' -e 's%@TARGET_ENDIAN@%big%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e 's%@HOST_DIR@%/tmp/instance-4/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g' -e 's%@STATIC@%false%g' -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" package/meson/cross-compilation.conf.in > /tmp/instance-4/output-1/build/libevdev-1.11.0//build/cross-compilation.conf PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /tmp/instance-4/output-1/host/bin/meson --prefix=/usr --libdir=lib --default-library=shared --buildtype=release --cross-file=/tmp/instance-4/output-1/build/libevdev-1.11.0//build/cross-compilation.conf -Db_pie=false -Dstrip=false -Dbuild.pkg_config_path=/tmp/instance-4/output-1/host/lib/pkgconfig -Dtests=disabled -Ddocumentation=disabled -Dcoverity=false /tmp/instance-4/output-1/build/libevdev-1.11.0/ /tmp/instance-4/output-1/build/libevdev-1.11.0//build The Meson build system Version: 0.58.2 Source dir: /tmp/instance-4/output-1/build/libevdev-1.11.0 Build dir: /tmp/instance-4/output-1/build/libevdev-1.11.0/build Build type: cross build Project name: libevdev Project version: 1.11.0 C compiler for the host machine: /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc (gcc 9.3.0 "powerpc-linux-gcc.br_real (Buildroot 2020.11.2) 9.3.0") C linker for the host machine: /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc ld.bfd 2.34 C compiler for the build machine: /usr/bin/gcc (gcc 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0") C linker for the build machine: /usr/bin/gcc ld.bfd 2.34 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: ppc Host machine cpu: 603e Target machine cpu family: ppc Target machine cpu: 603e Library m found: YES Program libevdev/make-event-names.py found: YES (/tmp/instance-4/output-1/build/libevdev-1.11.0/libevdev/make-event-names.py) Configuring event-names.h with command Configuring libevdev.3 using configuration Dependency check skipped: feature tests disabled Program doxygen skipped: feature documentation disabled Configuring config.h using configuration Build targets in project: 5 Found ninja-1.10.2 at /tmp/instance-4/output-1/host/bin/ninja >>> libevdev 1.11.0 Building PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=y /tmp/instance-4/output-1/host/bin/ninja -j96 -C /tmp/instance-4/output-1/build/libevdev-1.11.0//build ninja: Entering directory `/tmp/instance-4/output-1/build/libevdev-1.11.0//build' [1/13] Compiling C object libevdev-events.p/tools_libevdev-events.c.o [2/13] Compiling C object mouse-dpi-tool.p/tools_mouse-dpi-tool.c.o [3/13] Compiling C object libevdev.so.2.3.0.p/libevdev_libevdev-names.c.o [4/13] Compiling C object touchpad-edge-detector.p/tools_touchpad-edge-detector.c.o ../tools/touchpad-edge-detector.c: In function 'print_udev_override_rule': ../tools/touchpad-edge-detector.c:159:31: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4090 [-Wformat-truncation=] 159 | snprintf(match, sz, "name:%s:%s", libevdev_get_name(dev), modalias); | ^~ ~~~~~~~~ ../tools/touchpad-edge-detector.c:159:2: note: 'snprintf' output 7 or more bytes (assuming 4102) into a destination of size 4096 159 | snprintf(match, sz, "name:%s:%s", libevdev_get_name(dev), modalias); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [5/13] Compiling C object libevdev-tweak-device.p/tools_libevdev-tweak-device.c.o [6/13] Compiling C object libevdev.so.2.3.0.p/libevdev_libevdev-uinput.c.o [7/13] Compiling C object libevdev.so.2.3.0.p/libevdev_libevdev.c.o [8/13] Linking target libevdev.so.2.3.0 [9/13] Generating symbol file libevdev.so.2.3.0.p/libevdev.so.2.3.0.symbols [10/13] Linking target touchpad-edge-detector [11/13] Linking target libevdev-tweak-device [12/13] Linking target libevdev-events [13/13] Linking target mouse-dpi-tool >>> libevdev 1.11.0 Installing to staging directory PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot PYTHONNOUSERSITE=y /tmp/instance-4/output-1/host/bin/ninja -j96 -C /tmp/instance-4/output-1/build/libevdev-1.11.0//build install ninja: Entering directory `/tmp/instance-4/output-1/build/libevdev-1.11.0//build' [0/1] Installing files. Installing libevdev.so.2.3.0 to /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib Installing touchpad-edge-detector to /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing mouse-dpi-tool to /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing libevdev-tweak-device to /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin Installing /tmp/instance-4/output-1/build/libevdev-1.11.0/libevdev/libevdev.h to /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libevdev-1.0/libevdev Installing /tmp/instance-4/output-1/build/libevdev-1.11.0/libevdev/libevdev-uinput.h to /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libevdev-1.0/libevdev Installing /tmp/instance-4/output-1/build/libevdev-1.11.0/build/libevdev.3 to /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man3 Installing /tmp/instance-4/output-1/build/libevdev-1.11.0/tools/libevdev-tweak-device.1 to /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /tmp/instance-4/output-1/build/libevdev-1.11.0/tools/touchpad-edge-detector.1 to /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /tmp/instance-4/output-1/build/libevdev-1.11.0/build/meson-private/libevdev.pc to /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig >>> libevdev 1.11.0 Fixing libtool files for la in $(find /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-4/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-4/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-4/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-4/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 >>> libevdev 1.11.0 Installing to target PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/tmp/instance-4/output-1/target PYTHONNOUSERSITE=y /tmp/instance-4/output-1/host/bin/ninja -j96 -C /tmp/instance-4/output-1/build/libevdev-1.11.0//build install ninja: Entering directory `/tmp/instance-4/output-1/build/libevdev-1.11.0//build' [0/1] Installing files. Installing libevdev.so.2.3.0 to /tmp/instance-4/output-1/target/usr/lib Installing touchpad-edge-detector to /tmp/instance-4/output-1/target/usr/bin Installing mouse-dpi-tool to /tmp/instance-4/output-1/target/usr/bin Installing libevdev-tweak-device to /tmp/instance-4/output-1/target/usr/bin Installing /tmp/instance-4/output-1/build/libevdev-1.11.0/libevdev/libevdev.h to /tmp/instance-4/output-1/target/usr/include/libevdev-1.0/libevdev Installing /tmp/instance-4/output-1/build/libevdev-1.11.0/libevdev/libevdev-uinput.h to /tmp/instance-4/output-1/target/usr/include/libevdev-1.0/libevdev Installing /tmp/instance-4/output-1/build/libevdev-1.11.0/build/libevdev.3 to /tmp/instance-4/output-1/target/usr/share/man/man3 Installing /tmp/instance-4/output-1/build/libevdev-1.11.0/tools/libevdev-tweak-device.1 to /tmp/instance-4/output-1/target/usr/share/man/man1 Installing /tmp/instance-4/output-1/build/libevdev-1.11.0/tools/touchpad-edge-detector.1 to /tmp/instance-4/output-1/target/usr/share/man/man1 Installing /tmp/instance-4/output-1/build/libevdev-1.11.0/build/meson-private/libevdev.pc to /tmp/instance-4/output-1/target/usr/lib/pkgconfig >>> nuttcp 6.1.2 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-4/output-1/build/.nuttcp-6.1.2.tar.bz2.yHDRE3/output' 'http://nuttcp.net/nuttcp/nuttcp-6.1.2.tar.bz2' --2021-07-31 02:14:25-- http://nuttcp.net/nuttcp/nuttcp-6.1.2.tar.bz2 Resolving nuttcp.net (nuttcp.net)... 2600:3c03::f03c:91ff:fe08:f68b, 2600:3c01::f03c:91ff:fe67:ba3d, 45.33.61.61, ... Connecting to nuttcp.net (nuttcp.net)|2600:3c03::f03c:91ff:fe08:f68b|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 77169 (75K) [application/x-bzip2] Saving to: '/tmp/instance-4/output-1/build/.nuttcp-6.1.2.tar.bz2.yHDRE3/output' 0K .......... .......... .......... .......... .......... 66% 331K 0s 50K .......... .......... ..... 100% 392M=0.2s 2021-07-31 02:14:25 (498 KB/s) - '/tmp/instance-4/output-1/build/.nuttcp-6.1.2.tar.bz2.yHDRE3/output' saved [77169/77169] nuttcp-6.1.2.tar.bz2: OK (sha256: 054e96d9d68fe917df6f25fab15c7755bdd480f6420d7d48d9194a1a52378169) >>> nuttcp 6.1.2 Extracting bzcat /tmp/instance-4/dl/nuttcp/nuttcp-6.1.2.tar.bz2 | tar --strip-components=1 -C /tmp/instance-4/output-1/build/nuttcp-6.1.2 -xf - >>> nuttcp 6.1.2 Patching Applying 0001-susv3-legacy.patch using patch: patching file nuttcp-6.1.2.c >>> nuttcp 6.1.2 Configuring >>> nuttcp 6.1.2 Building /usr/bin/make -j1 CC="/tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " -C /tmp/instance-4/output-1/build/nuttcp-6.1.2 all make[1]: Entering directory '/tmp/instance-4/output-1/build/nuttcp-6.1.2' /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -O3 -o nuttcp-6.1.2 nuttcp-6.1.2.c make[1]: Leaving directory '/tmp/instance-4/output-1/build/nuttcp-6.1.2' >>> nuttcp 6.1.2 Installing to target /usr/bin/install -m 0755 /tmp/instance-4/output-1/build/nuttcp-6.1.2/nuttcp-6.1.2 /tmp/instance-4/output-1/target/usr/bin/nuttcp patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting bzcat /tmp/instance-4/dl/patchelf/patchelf-0.9.tar.bz2 | tar --strip-components=1 -C /tmp/instance-4/output-1/build/host-patchelf-0.9 -xf - >>> host-patchelf 0.9 Patching Applying 0001-Remove-apparently-incorrect-usage-of-static.patch using patch: patching file src/patchelf.cc Applying 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch using patch: patching file src/patchelf.cc Applying 0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Applying 0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 1309 (offset -6 lines). Applying 0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch using patch: patching file src/patchelf.cc Applying 0006-Fix-shared-library-corruption-when-rerunning-patchel.patch using patch: patching file src/patchelf.cc Applying 0007-fix-adjusting-startPage.patch using patch: patching file src/patchelf.cc Applying 0008-Use-sh_offset-instead-of-sh_addr-when-checking-alrea.patch using patch: patching file src/patchelf.cc Applying 0009-Fix-issue-66-by-ignoring-the-first-section-header-wh.patch using patch: patching file src/patchelf.cc Applying 0010-Fix-endianness-issues-for-powerpc-PIE.patch using patch: patching file src/patchelf.cc >>> host-patchelf 0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-4/output-1/build/host-patchelf-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.9 Patching libtool >>> host-patchelf 0.9 Configuring (cd /tmp/instance-4/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-4/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="/tmp/instance-4/output-1/host/lib/pkgconfig:/tmp/instance-4/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-4/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-4/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-4/output-1/host/include" LDFLAGS="-L/tmp/instance-4/output-1/host/lib -Wl,-rpath,/tmp/instance-4/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-4/output-1/host/include" LDFLAGS="-L/tmp/instance-4/output-1/host/lib -Wl,-rpath,/tmp/instance-4/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-4/output-1/host" --sysconfdir="/tmp/instance-4/output-1/host/etc" --localstatedir="/tmp/instance-4/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none Setting page size to 4096 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.9 Building PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-4/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="/tmp/instance-4/output-1/host/lib/pkgconfig:/tmp/instance-4/output-1/host/share/pkgconfig" /usr/bin/make -j96 -C /tmp/instance-4/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-4/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/tmp/instance-4/output-1/build/host-patchelf-0.9/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -I/tmp/instance-4/output-1/host/include -Wall -O2 -I/tmp/instance-4/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/tmp/instance-4/output-1/host/include -L/tmp/instance-4/output-1/host/lib -Wl,-rpath,/tmp/instance-4/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-4/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/tmp/instance-4/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-4/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-4/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-4/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-4/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-4/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="/tmp/instance-4/output-1/host/lib/pkgconfig:/tmp/instance-4/output-1/host/share/pkgconfig" /usr/bin/make -j96 install -C /tmp/instance-4/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-4/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/tmp/instance-4/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/tmp/instance-4/output-1/build/host-patchelf-0.9/src' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/tmp/instance-4/output-1/host/bin' /usr/bin/install -c patchelf '/tmp/instance-4/output-1/host/bin' make[3]: Leaving directory '/tmp/instance-4/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/tmp/instance-4/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/tmp/instance-4/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/tmp/instance-4/output-1/build/host-patchelf-0.9/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-4/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/tmp/instance-4/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-4/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/tmp/instance-4/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-4/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/tmp/instance-4/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README '/tmp/instance-4/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-4/output-1/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-4/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/tmp/instance-4/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-4/output-1/build/host-patchelf-0.9' pwgen-2.08.tar.gz: OK (md5: 6cfba450ac6ff72d11e88a6b0b049165) pwgen-2.08.tar.gz: OK (sha1: 6406deba61297784888c2ec0c14e3c735a85a2b6) >>> host-pwgen 2.08 Extracting gzip -d -c /tmp/instance-4/dl/pwgen/pwgen-2.08.tar.gz | tar --strip-components=1 -C /tmp/instance-4/output-1/build/host-pwgen-2.08 -xf - >>> host-pwgen 2.08 Patching >>> host-pwgen 2.08 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-4/output-1/build/host-pwgen-2.08 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-pwgen 2.08 Patching libtool >>> host-pwgen 2.08 Configuring (cd /tmp/instance-4/output-1/build/host-pwgen-2.08/ && rm -rf config.cache; PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-4/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="/tmp/instance-4/output-1/host/lib/pkgconfig:/tmp/instance-4/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-4/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-4/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-4/output-1/host/include" LDFLAGS="-L/tmp/instance-4/output-1/host/lib -Wl,-rpath,/tmp/instance-4/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-4/output-1/host/include" LDFLAGS="-L/tmp/instance-4/output-1/host/lib -Wl,-rpath,/tmp/instance-4/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-4/output-1/host" --sysconfdir="/tmp/instance-4/output-1/host/etc" --localstatedir="/tmp/instance-4/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking for mv... /usr/bin/mv checking for rm... /usr/bin/rm checking for sed... /usr/bin/sed checking for perl... /usr/bin/perl checking for getopt_long... yes checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking >>> host-pwgen 2.08 Building PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-4/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="/tmp/instance-4/output-1/host/lib/pkgconfig:/tmp/instance-4/output-1/host/share/pkgconfig" /usr/bin/make -j96 -C /tmp/instance-4/output-1/build/host-pwgen-2.08/ make[1]: Entering directory '/tmp/instance-4/output-1/build/host-pwgen-2.08' /usr/bin/gcc -c -I/tmp/instance-4/output-1/host/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -O2 -I/tmp/instance-4/output-1/host/include -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic pwgen.c -o pwgen.o /usr/bin/gcc -c -I/tmp/instance-4/output-1/host/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -O2 -I/tmp/instance-4/output-1/host/include -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic pw_phonemes.c -o pw_phonemes.o /usr/bin/gcc -c -I/tmp/instance-4/output-1/host/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -O2 -I/tmp/instance-4/output-1/host/include -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic pw_rand.c -o pw_rand.o /usr/bin/gcc -c -I/tmp/instance-4/output-1/host/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -O2 -I/tmp/instance-4/output-1/host/include -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic randnum.c -o randnum.o /usr/bin/gcc -c -I/tmp/instance-4/output-1/host/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -O2 -I/tmp/instance-4/output-1/host/include -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic sha1.c -o sha1.o /usr/bin/gcc -c -I/tmp/instance-4/output-1/host/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_GETOPT_LONG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -O2 -I/tmp/instance-4/output-1/host/include -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -pedantic sha1num.c -o sha1num.o /usr/bin/gcc -L/tmp/instance-4/output-1/host/lib -Wl,-rpath,/tmp/instance-4/output-1/host/lib -o pwgen pwgen.o pw_phonemes.o pw_rand.o randnum.o sha1.o sha1num.o make[1]: Leaving directory '/tmp/instance-4/output-1/build/host-pwgen-2.08' >>> host-pwgen 2.08 Installing to host directory PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-4/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="/tmp/instance-4/output-1/host/lib/pkgconfig:/tmp/instance-4/output-1/host/share/pkgconfig" /usr/bin/make -j96 install -C /tmp/instance-4/output-1/build/host-pwgen-2.08/ make[1]: Entering directory '/tmp/instance-4/output-1/build/host-pwgen-2.08' mkdir -p /tmp/instance-4/output-1/host/bin /tmp/instance-4/output-1/host/share/man/man1 /usr/bin/install -c pwgen /tmp/instance-4/output-1/host/bin/pwgen /usr/bin/install -c -m 644 ./pwgen.1 /tmp/instance-4/output-1/host/share/man/man1/pwgen.1 make[1]: Leaving directory '/tmp/instance-4/output-1/build/host-pwgen-2.08' >>> wireless-regdb 2021.04.21 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-4/output-1/build/.wireless-regdb-2021.04.21.tar.xz.C0OXDa/output' 'https://cdn.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2021.04.21.tar.xz' --2021-07-31 02:14:34-- https://cdn.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2021.04.21.tar.xz Resolving cdn.kernel.org (cdn.kernel.org)... 2a04:4e42:9::432, 151.101.37.176 Connecting to cdn.kernel.org (cdn.kernel.org)|2a04:4e42:9::432|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 24944 (24K) [application/x-xz] Saving to: '/tmp/instance-4/output-1/build/.wireless-regdb-2021.04.21.tar.xz.C0OXDa/output' 0K .......... .......... .... 100% 51.4M=0s 2021-07-31 02:14:34 (51.4 MB/s) - '/tmp/instance-4/output-1/build/.wireless-regdb-2021.04.21.tar.xz.C0OXDa/output' saved [24944/24944] wireless-regdb-2021.04.21.tar.xz: OK (sha256: 9e4c02b2a9710df4dbdb327c39612e8cbbae6495987afeddaebab28c1ea3d8fa) >>> wireless-regdb 2021.04.21 Extracting xzcat /tmp/instance-4/dl/wireless-regdb/wireless-regdb-2021.04.21.tar.xz | tar --strip-components=1 -C /tmp/instance-4/output-1/build/wireless-regdb-2021.04.21 -xf - >>> wireless-regdb 2021.04.21 Patching >>> wireless-regdb 2021.04.21 Configuring >>> wireless-regdb 2021.04.21 Building >>> wireless-regdb 2021.04.21 Installing to target /usr/bin/install -m 644 -D -T /tmp/instance-4/output-1/build/wireless-regdb-2021.04.21/regulatory.bin /tmp/instance-4/output-1/target/usr/lib/crda/regulatory.bin /usr/bin/install -m 644 -D -T /tmp/instance-4/output-1/build/wireless-regdb-2021.04.21/sforshee.key.pub.pem /tmp/instance-4/output-1/target/etc/wireless-regdb/pubkeys/sforshee.key.pub.pem /usr/bin/install -m 644 -D -T /tmp/instance-4/output-1/build/wireless-regdb-2021.04.21/regulatory.db /tmp/instance-4/output-1/target/lib/firmware/regulatory.db /usr/bin/install -m 644 -D -T /tmp/instance-4/output-1/build/wireless-regdb-2021.04.21/regulatory.db.p7s /tmp/instance-4/output-1/target/lib/firmware/regulatory.db.p7s >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-4/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-4/output-1/host/bin/powerpc-linux-%g' -e 's%@TARGET_ARCH@%ppc%g' -e 's%@TARGET_CPU@%603e%g' -e 's%@TARGET_ENDIAN@%big%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-4/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-4/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-4/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-4/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-4/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-4/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-4/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-4/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-4/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-4/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-4/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-4/output-1/target/etc/shells; fi mkdir -p /tmp/instance-4/output-1/target/etc echo "buildroot" > /tmp/instance-4/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-4/output-1/target/etc/hosts mkdir -p /tmp/instance-4/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-4/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-4/output-1/target/etc/shadow rm -f /tmp/instance-4/output-1/target/bin/sh if [ -x /tmp/instance-4/output-1/target/sbin/swapon -a -x /tmp/instance-4/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-4/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-4/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /tmp/instance-4/output-1/build/locales.nopurge for dir in /tmp/instance-4/output-1/target/usr/share/locale /tmp/instance-4/output-1/target/usr/share/X11/locale /tmp/instance-4/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##*/}" /tmp/instance-4/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-4/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-4/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-4/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-4/output-1/target/usr/include /tmp/instance-4/output-1/target/usr/share/aclocal \ /tmp/instance-4/output-1/target/usr/lib/pkgconfig /tmp/instance-4/output-1/target/usr/share/pkgconfig \ /tmp/instance-4/output-1/target/usr/lib/cmake /tmp/instance-4/output-1/target/usr/share/cmake \ /tmp/instance-4/output-1/target/usr/doc find /tmp/instance-4/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-4/output-1/target/lib/ /tmp/instance-4/output-1/target/usr/lib/ /tmp/instance-4/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-4/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-4/output-1/target/usr/share/gdb rm -rf /tmp/instance-4/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-4/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-4/output-1/target/usr/share/zsh rm -rf /tmp/instance-4/output-1/target/usr/man /tmp/instance-4/output-1/target/usr/share/man rm -rf /tmp/instance-4/output-1/target/usr/info /tmp/instance-4/output-1/target/usr/share/info rm -rf /tmp/instance-4/output-1/target/usr/doc /tmp/instance-4/output-1/target/usr/share/doc rm -rf /tmp/instance-4/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-4/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-4/output-1/target/lib/debug /tmp/instance-4/output-1/target/usr/lib/debug find /tmp/instance-4/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-4/output-1/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-4/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-4/output-1/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-4/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-4/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-4/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-915-g92f9eb53ba"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-git\"" \ ) > /tmp/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-4/output-1/per-package /tmp/instance-4/buildroot/support/scripts/fix-rpath target touch /tmp/instance-4/output-1/target/usr ln -snf /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot /tmp/instance-4/output-1/staging make: Leaving directory '/tmp/instance-4/buildroot' make: Entering directory '/tmp/instance-4/buildroot' >>> Buildroot 2021.05-915-g92f9eb53ba Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> crda 4.14 Collecting legal info LICENSE: OK (sha256: c16224b376128b589eea69a8fdd1f09818b8cb995e10d1e37f72dff22233d7b0) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python-pycryptodomex 3.9.9 Collecting legal info LICENSE.rst: OK (sha256: d1af3fab2ef8cc53b6c7f48bdeb178ac874b04faf4ba0159a96b6109f1d393e2) Doc/LEGAL/COPYRIGHT.pycrypto: OK (sha256: 8e563c767164faa0831a333b57d23d4311cf566eb1b15d93250f4606be4eb549) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libgcrypt 1.9.3 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.7.6 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) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> hiredis 1.0.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> initscripts Collecting legal info >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libevdev 1.11.0 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 0.58.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> wireless-regdb 2021.04.21 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /tmp/instance-4/output-1/legal-info make: Leaving directory '/tmp/instance-4/buildroot'