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-1/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-1/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/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="/tmp/instance-1/output-1/host/lib/pkgconfig:/tmp/instance-1/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-1/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-1/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-1/output-1/host/include" LDFLAGS="-L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-1/output-1/host/include" LDFLAGS="-L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-1/output-1/host" --sysconfdir="/tmp/instance-1/output-1/host/etc" --localstatedir="/tmp/instance-1/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-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/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="/tmp/instance-1/output-1/host/lib/pkgconfig:/tmp/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j96 -C /tmp/instance-1/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/tmp/instance-1/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-1/output-1/host/include -Wall -O2 -I/tmp/instance-1/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/tmp/instance-1/output-1/host/include -L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/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="/tmp/instance-1/output-1/host/lib/pkgconfig:/tmp/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j96 install -C /tmp/instance-1/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/tmp/instance-1/output-1/host/bin' /usr/bin/install -c patchelf '/tmp/instance-1/output-1/host/bin' make[3]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/tmp/instance-1/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-1/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-1/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/tmp/instance-1/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README '/tmp/instance-1/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-1/output-1/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' >>> wqy-zenhei 0.9.45 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-1/output-1/build/.wqy-zenhei-0.9.45.tar.gz.yQqxXO/output' 'https://downloads.sourceforge.net/project/wqy/wqy-zenhei/0.9.45%20%28Fighting-state%20RC1%29/wqy-zenhei-0.9.45.tar.gz' --2021-07-30 09:39:15-- https://downloads.sourceforge.net/project/wqy/wqy-zenhei/0.9.45%20(Fighting-state%20RC1)/wqy-zenhei-0.9.45.tar.gz Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://altushost-swe.dl.sourceforge.net/project/wqy/wqy-zenhei/0.9.45%20%28Fighting-state%20RC1%29/wqy-zenhei-0.9.45.tar.gz [following] --2021-07-30 09:39:16-- https://altushost-swe.dl.sourceforge.net/project/wqy/wqy-zenhei/0.9.45%20(Fighting-state%20RC1)/wqy-zenhei-0.9.45.tar.gz Resolving altushost-swe.dl.sourceforge.net (altushost-swe.dl.sourceforge.net)... 79.142.76.130 Connecting to altushost-swe.dl.sourceforge.net (altushost-swe.dl.sourceforge.net)|79.142.76.130|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9247393 (8.8M) [application/x-gzip] Saving to: '/tmp/instance-1/output-1/build/.wqy-zenhei-0.9.45.tar.gz.yQqxXO/output' 0K .......... .......... .......... .......... .......... 0% 1.79M 5s 50K .......... .......... .......... .......... .......... 1% 1.81M 5s 100K .......... .......... .......... .......... .......... 1% 1.82M 5s 150K .......... .......... .......... .......... .......... 2% 1.85M 5s 200K .......... .......... .......... .......... .......... 2% 80.8M 4s 250K .......... .......... .......... .......... .......... 3% 3.13M 4s 300K .......... .......... .......... .......... .......... 3% 84.0M 3s 350K .......... .......... .......... .......... .......... 4% 4.78M 3s 400K .......... .......... .......... .......... .......... 4% 113M 3s 450K .......... .......... .......... .......... .......... 5% 124M 2s 500K .......... .......... .......... .......... .......... 6% 142M 2s 550K .......... .......... .......... .......... .......... 6% 3.21M 2s 600K .......... .......... .......... .......... .......... 7% 162M 2s 650K .......... .......... .......... .......... .......... 7% 149M 2s 700K .......... .......... .......... .......... .......... 8% 135M 2s 750K .......... .......... .......... .......... .......... 8% 52.5M 2s 800K .......... .......... .......... .......... .......... 9% 5.50M 2s 850K .......... .......... .......... .......... .......... 9% 184M 1s 900K .......... .......... .......... .......... .......... 10% 184M 1s 950K .......... .......... .......... .......... .......... 11% 171M 1s 1000K .......... .......... .......... .......... .......... 11% 169M 1s 1050K .......... .......... .......... .......... .......... 12% 165M 1s 1100K .......... .......... .......... .......... .......... 12% 158M 1s 1150K .......... .......... .......... .......... .......... 13% 3.41M 1s 1200K .......... .......... .......... .......... .......... 13% 62.4M 1s 1250K .......... .......... .......... .......... .......... 14% 59.3M 1s 1300K .......... .......... .......... .......... .......... 14% 173M 1s 1350K .......... .......... .......... .......... .......... 15% 105M 1s 1400K .......... .......... .......... .......... .......... 16% 139M 1s 1450K .......... .......... .......... .......... .......... 16% 107M 1s 1500K .......... .......... .......... .......... .......... 17% 66.8M 1s 1550K .......... .......... .......... .......... .......... 17% 64.3M 1s 1600K .......... .......... .......... .......... .......... 18% 71.7M 1s 1650K .......... .......... .......... .......... .......... 18% 8.70M 1s 1700K .......... .......... .......... .......... .......... 19% 36.6M 1s 1750K .......... .......... .......... .......... .......... 19% 118M 1s 1800K .......... .......... .......... .......... .......... 20% 166M 1s 1850K .......... .......... .......... .......... .......... 21% 155M 1s 1900K .......... .......... .......... .......... .......... 21% 143M 1s 1950K .......... .......... .......... .......... .......... 22% 122M 1s 2000K .......... .......... .......... .......... .......... 22% 129M 1s 2050K .......... .......... .......... .......... .......... 23% 113M 1s 2100K .......... .......... .......... .......... .......... 23% 95.8M 1s 2150K .......... .......... .......... .......... .......... 24% 119M 1s 2200K .......... .......... .......... .......... .......... 24% 139M 1s 2250K .......... .......... .......... .......... .......... 25% 139M 1s 2300K .......... .......... .......... .......... .......... 26% 161M 1s 2350K .......... .......... .......... .......... .......... 26% 4.93M 1s 2400K .......... .......... .......... .......... .......... 27% 57.4M 1s 2450K .......... .......... .......... .......... .......... 27% 107M 1s 2500K .......... .......... .......... .......... .......... 28% 59.3M 1s 2550K .......... .......... .......... .......... .......... 28% 104M 1s 2600K .......... .......... .......... .......... .......... 29% 135M 0s 2650K .......... .......... .......... .......... .......... 29% 144M 0s 2700K .......... .......... .......... .......... .......... 30% 164M 0s 2750K .......... .......... .......... .......... .......... 31% 120M 0s 2800K .......... .......... .......... .......... .......... 31% 119M 0s 2850K .......... .......... .......... .......... .......... 32% 144M 0s 2900K .......... .......... .......... .......... .......... 32% 151M 0s 2950K .......... .......... .......... .......... .......... 33% 140M 0s 3000K .......... .......... .......... .......... .......... 33% 152M 0s 3050K .......... .......... .......... .......... .......... 34% 139M 0s 3100K .......... .......... .......... .......... .......... 34% 135M 0s 3150K .......... .......... .......... .......... .......... 35% 125M 0s 3200K .......... .......... .......... .......... .......... 35% 1.73M 0s 3250K .......... .......... .......... .......... .......... 36% 86.6M 0s 3300K .......... .......... .......... .......... .......... 37% 73.2M 0s 3350K .......... .......... .......... .......... .......... 37% 74.3M 0s 3400K .......... .......... .......... .......... .......... 38% 72.3M 0s 3450K .......... .......... .......... .......... .......... 38% 77.0M 0s 3500K .......... .......... .......... .......... .......... 39% 79.6M 0s 3550K .......... .......... .......... .......... .......... 39% 62.3M 0s 3600K .......... .......... .......... .......... .......... 40% 66.6M 0s 3650K .......... .......... .......... .......... .......... 40% 74.8M 0s 3700K .......... .......... .......... .......... .......... 41% 78.3M 0s 3750K .......... .......... .......... .......... .......... 42% 68.2M 0s 3800K .......... .......... .......... .......... .......... 42% 90.2M 0s 3850K .......... .......... .......... .......... .......... 43% 66.8M 0s 3900K .......... .......... .......... .......... .......... 43% 80.6M 0s 3950K .......... .......... .......... .......... .......... 44% 45.7M 0s 4000K .......... .......... .......... .......... .......... 44% 85.2M 0s 4050K .......... .......... .......... .......... .......... 45% 72.2M 0s 4100K .......... .......... .......... .......... .......... 45% 71.6M 0s 4150K .......... .......... .......... .......... .......... 46% 87.9M 0s 4200K .......... .......... .......... .......... .......... 47% 71.9M 0s 4250K .......... .......... .......... .......... .......... 47% 90.4M 0s 4300K .......... .......... .......... .......... .......... 48% 121M 0s 4350K .......... .......... .......... .......... .......... 48% 91.6M 0s 4400K .......... .......... .......... .......... .......... 49% 132M 0s 4450K .......... .......... .......... .......... .......... 49% 104M 0s 4500K .......... .......... .......... .......... .......... 50% 107M 0s 4550K .......... .......... .......... .......... .......... 50% 89.3M 0s 4600K .......... .......... .......... .......... .......... 51% 183M 0s 4650K .......... .......... .......... .......... .......... 52% 94.6M 0s 4700K .......... .......... .......... .......... .......... 52% 151M 0s 4750K .......... .......... .......... .......... .......... 53% 51.4M 0s 4800K .......... .......... .......... .......... .......... 53% 270M 0s 4850K .......... .......... .......... .......... .......... 54% 264M 0s 4900K .......... .......... .......... .......... .......... 54% 120M 0s 4950K .......... .......... .......... .......... .......... 55% 99.9M 0s 5000K .......... .......... .......... .......... .......... 55% 155M 0s 5050K .......... .......... .......... .......... .......... 56% 92.7M 0s 5100K .......... .......... .......... .......... .......... 57% 137M 0s 5150K .......... .......... .......... .......... .......... 57% 89.1M 0s 5200K .......... .......... .......... .......... .......... 58% 91.8M 0s 5250K .......... .......... .......... .......... .......... 58% 225M 0s 5300K .......... .......... .......... .......... .......... 59% 147M 0s 5350K .......... .......... .......... .......... .......... 59% 123M 0s 5400K .......... .......... .......... .......... .......... 60% 47.9M 0s 5450K .......... .......... .......... .......... .......... 60% 219M 0s 5500K .......... .......... .......... .......... .......... 61% 4.94M 0s 5550K .......... .......... .......... .......... .......... 62% 71.8M 0s 5600K .......... .......... .......... .......... .......... 62% 162M 0s 5650K .......... .......... .......... .......... .......... 63% 64.0M 0s 5700K .......... .......... .......... .......... .......... 63% 260M 0s 5750K .......... .......... .......... .......... .......... 64% 247M 0s 5800K .......... .......... .......... .......... .......... 64% 132M 0s 5850K .......... .......... .......... .......... .......... 65% 114M 0s 5900K .......... .......... .......... .......... .......... 65% 81.5M 0s 5950K .......... .......... .......... .......... .......... 66% 75.7M 0s 6000K .......... .......... .......... .......... .......... 66% 81.7M 0s 6050K .......... .......... .......... .......... .......... 67% 105M 0s 6100K .......... .......... .......... .......... .......... 68% 102M 0s 6150K .......... .......... .......... .......... .......... 68% 57.2M 0s 6200K .......... .......... .......... .......... .......... 69% 138M 0s 6250K .......... .......... .......... .......... .......... 69% 110M 0s 6300K .......... .......... .......... .......... .......... 70% 65.7M 0s 6350K .......... .......... .......... .......... .......... 70% 90.8M 0s 6400K .......... .......... .......... .......... .......... 71% 78.3M 0s 6450K .......... .......... .......... .......... .......... 71% 106M 0s 6500K .......... .......... .......... .......... .......... 72% 117M 0s 6550K .......... .......... .......... .......... .......... 73% 68.5M 0s 6600K .......... .......... .......... .......... .......... 73% 60.6M 0s 6650K .......... .......... .......... .......... .......... 74% 95.8M 0s 6700K .......... .......... .......... .......... .......... 74% 146M 0s 6750K .......... .......... .......... .......... .......... 75% 86.5M 0s 6800K .......... .......... .......... .......... .......... 75% 63.9M 0s 6850K .......... .......... .......... .......... .......... 76% 161M 0s 6900K .......... .......... .......... .......... .......... 76% 82.9M 0s 6950K .......... .......... .......... .......... .......... 77% 84.8M 0s 7000K .......... .......... .......... .......... .......... 78% 91.6M 0s 7050K .......... .......... .......... .......... .......... 78% 707K 0s 7100K .......... .......... .......... .......... .......... 79% 71.7M 0s 7150K .......... .......... .......... .......... .......... 79% 41.5M 0s 7200K .......... .......... .......... .......... .......... 80% 95.2M 0s 7250K .......... .......... .......... .......... .......... 80% 81.2M 0s 7300K .......... .......... .......... .......... .......... 81% 56.5M 0s 7350K .......... .......... .......... .......... .......... 81% 83.5M 0s 7400K .......... .......... .......... .......... .......... 82% 78.3M 0s 7450K .......... .......... .......... .......... .......... 83% 71.8M 0s 7500K .......... .......... .......... .......... .......... 83% 72.7M 0s 7550K .......... .......... .......... .......... .......... 84% 55.8M 0s 7600K .......... .......... .......... .......... .......... 84% 61.3M 0s 7650K .......... .......... .......... .......... .......... 85% 79.4M 0s 7700K .......... .......... .......... .......... .......... 85% 79.1M 0s 7750K .......... .......... .......... .......... .......... 86% 67.9M 0s 7800K .......... .......... .......... .......... .......... 86% 68.5M 0s 7850K .......... .......... .......... .......... .......... 87% 76.0M 0s 7900K .......... .......... .......... .......... .......... 88% 67.3M 0s 7950K .......... .......... .......... .......... .......... 88% 62.9M 0s 8000K .......... .......... .......... .......... .......... 89% 154M 0s 8050K .......... .......... .......... .......... .......... 89% 116M 0s 8100K .......... .......... .......... .......... .......... 90% 121M 0s 8150K .......... .......... .......... .......... .......... 90% 129M 0s 8200K .......... .......... .......... .......... .......... 91% 115M 0s 8250K .......... .......... .......... .......... .......... 91% 119M 0s 8300K .......... .......... .......... .......... .......... 92% 122M 0s 8350K .......... .......... .......... .......... .......... 93% 90.1M 0s 8400K .......... .......... .......... .......... .......... 93% 145M 0s 8450K .......... .......... .......... .......... .......... 94% 137M 0s 8500K .......... .......... .......... .......... .......... 94% 150M 0s 8550K .......... .......... .......... .......... .......... 95% 84.5M 0s 8600K .......... .......... .......... .......... .......... 95% 1.07M 0s 8650K .......... .......... .......... .......... .......... 96% 85.7M 0s 8700K .......... .......... .......... .......... .......... 96% 81.3M 0s 8750K .......... .......... .......... .......... .......... 97% 66.4M 0s 8800K .......... .......... .......... .......... .......... 97% 170M 0s 8850K .......... .......... .......... .......... .......... 98% 27.6M 0s 8900K .......... .......... .......... .......... .......... 99% 204M 0s 8950K .......... .......... .......... .......... .......... 99% 159M 0s 9000K .......... .......... .......... 100% 299M=0.4s 2021-07-30 09:39:16 (20.6 MB/s) - '/tmp/instance-1/output-1/build/.wqy-zenhei-0.9.45.tar.gz.yQqxXO/output' saved [9247393/9247393] wqy-zenhei-0.9.45.tar.gz: OK (md5: 4c6c3f4e902dd5ee0a121e8c41d040bd) wqy-zenhei-0.9.45.tar.gz: OK (sha1: b86b65d3048ade868fcc89229cfac6baf80a3e54) wqy-zenhei-0.9.45.tar.gz: OK (sha256: e4b7e306475bf9427d1757578f0e4528930c84c44eaa3f167d4c42f110ee75d6) >>> wqy-zenhei 0.9.45 Extracting gzip -d -c /tmp/instance-1/dl/wqy-zenhei/wqy-zenhei-0.9.45.tar.gz | tar --strip-components=1 -C /tmp/instance-1/output-1/build/wqy-zenhei-0.9.45 -xf - >>> wqy-zenhei 0.9.45 Patching >>> wqy-zenhei 0.9.45 Configuring >>> wqy-zenhei 0.9.45 Building >>> wqy-zenhei 0.9.45 Installing to target /usr/bin/install -D -m 0644 /tmp/instance-1/output-1/build/wqy-zenhei-0.9.45/wqy-zenhei.ttc /tmp/instance-1/output-1/target/usr/share/fonts/wqy-zenhei/wqy-zenhei.ttc >>> xxhash 0.8.0 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-1/output-1/build/.xxhash-0.8.0.tar.gz.zUO5Vt/output' 'https://github.com/Cyan4973/xxHash/archive/v0.8.0/xxhash-0.8.0.tar.gz' --2021-07-30 09:39:17-- https://github.com/Cyan4973/xxHash/archive/v0.8.0/xxhash-0.8.0.tar.gz Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/Cyan4973/xxHash/tar.gz/v0.8.0 [following] --2021-07-30 09:39:17-- https://codeload.github.com/Cyan4973/xxHash/tar.gz/v0.8.0 Resolving codeload.github.com (codeload.github.com)... 140.82.121.9 Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 145909 (142K) [application/x-gzip] Saving to: '/tmp/instance-1/output-1/build/.xxhash-0.8.0.tar.gz.zUO5Vt/output' 0K .......... .......... .......... .......... .......... 35% 2.89M 0s 50K .......... .......... .......... .......... .......... 70% 6.05M 0s 100K .......... .......... .......... .......... .. 100% 16.7M=0.03s 2021-07-30 09:39:17 (5.07 MB/s) - '/tmp/instance-1/output-1/build/.xxhash-0.8.0.tar.gz.zUO5Vt/output' saved [145909/145909] xxhash-0.8.0.tar.gz: OK (sha256: 7054c3ebd169c97b64a92d7b994ab63c70dd53a06974f1f630ab782c28db0f4f) >>> xxhash 0.8.0 Extracting gzip -d -c /tmp/instance-1/dl/xxhash/xxhash-0.8.0.tar.gz | tar --strip-components=1 -C /tmp/instance-1/output-1/build/xxhash-0.8.0 -xf - >>> xxhash 0.8.0 Patching >>> xxhash 0.8.0 Configuring >>> xxhash 0.8.0 Building PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-ar" AS="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-as" LD="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-ld" NM="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-nm" CC="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-gcc" GCC="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-gcc" CPP="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-cpp" CXX="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-g++" FC="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-gfortran" F77="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-gfortran" RANLIB="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-ranlib" READELF="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-readelf" STRIP="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-strip" OBJCOPY="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-objcopy" OBJDUMP="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-1/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-1/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-1/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-as" DEFAULT_LINKER="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -static" LDFLAGS=" -static" FCFLAGS=" -Os -g0 -static" FFLAGS=" -Os -g0 -static" PKG_CONFIG="/tmp/instance-1/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-1/output-1/host/arm-buildroot-linux-musleabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j96 -C /tmp/instance-1/output-1/build/xxhash-0.8.0 xxhsum make[1]: Entering directory '/tmp/instance-1/output-1/build/xxhash-0.8.0' /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o xxhash.o xxhash.c /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o xxhsum.o xxhsum.c /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 xxhash.o xxhsum.o -static -o xxhsum make[1]: Leaving directory '/tmp/instance-1/output-1/build/xxhash-0.8.0' >>> xxhash 0.8.0 Installing to target /usr/bin/install -m 0755 -D /tmp/instance-1/output-1/build/xxhash-0.8.0/xxhsum /tmp/instance-1/output-1/target/usr/bin/xxhsum >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-1/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-%g' -e 's%@TARGET_ARCH@%arm%g' -e 's%@TARGET_CPU@%cortex-a8%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-static', '-static'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-1/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-1/output-1/host/arm-buildroot-linux-musleabihf/sysroot%g' -e 's%@STATIC@%true%g' package/meson//cross-compilation.conf.in > /tmp/instance-1/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-1/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-1/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-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-1/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-1/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-1/output-1/target/etc/shells; fi mkdir -p /tmp/instance-1/output-1/target/etc echo "buildroot" > /tmp/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-1/output-1/target/etc/hosts mkdir -p /tmp/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-1/output-1/target/etc/shadow rm -f /tmp/instance-1/output-1/target/bin/sh if [ -x /tmp/instance-1/output-1/target/sbin/swapon -a -x /tmp/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-1/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /tmp/instance-1/output-1/build/locales.nopurge for dir in /tmp/instance-1/output-1/target/usr/share/locale /tmp/instance-1/output-1/target/usr/share/X11/locale /tmp/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##*/}" /tmp/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-1/output-1/target/usr/include /tmp/instance-1/output-1/target/usr/share/aclocal \ /tmp/instance-1/output-1/target/usr/lib/pkgconfig /tmp/instance-1/output-1/target/usr/share/pkgconfig \ /tmp/instance-1/output-1/target/usr/lib/cmake /tmp/instance-1/output-1/target/usr/share/cmake \ /tmp/instance-1/output-1/target/usr/doc find /tmp/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-1/output-1/target/lib/ /tmp/instance-1/output-1/target/usr/lib/ /tmp/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-1/output-1/target/usr/share/gdb rm -rf /tmp/instance-1/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-1/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-1/output-1/target/usr/share/zsh rm -rf /tmp/instance-1/output-1/target/usr/man /tmp/instance-1/output-1/target/usr/share/man rm -rf /tmp/instance-1/output-1/target/usr/info /tmp/instance-1/output-1/target/usr/share/info rm -rf /tmp/instance-1/output-1/target/usr/doc /tmp/instance-1/output-1/target/usr/share/doc rm -rf /tmp/instance-1/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-1/output-1/target/lib/debug /tmp/instance-1/output-1/target/usr/lib/debug find /tmp/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 /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/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 /tmp/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 /tmp/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-904-gf0d37e275a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-git\"" \ ) > /tmp/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-1/output-1/per-package /tmp/instance-1/buildroot/support/scripts/fix-rpath target touch /tmp/instance-1/output-1/target/usr ln -snf /tmp/instance-1/output-1/host/arm-buildroot-linux-musleabihf/sysroot /tmp/instance-1/output-1/staging make: Leaving directory '/tmp/instance-1/buildroot' make: Entering directory '/tmp/instance-1/buildroot' >>> Buildroot 2021.05-904-gf0d37e275a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.35.2 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.2 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.13.2 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-dtc 1.6.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> 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-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-automake 1.15.1 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) >>> initscripts Collecting legal info >>> jsoncpp 1.9.4 Collecting legal info LICENSE: OK (sha256: 95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0a) >>> 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-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-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libiio 0.19 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> xxhash 0.8.0 Collecting legal info LICENSE: OK (sha256: 9da63520e9293d82c4b1613be5c84058cadb82b02f5972179bad13731d589910) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /tmp/instance-1/output-1/legal-info make: Leaving directory '/tmp/instance-1/buildroot'