cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/autobuild/autobuild/instance-6/output-1:@BASE_DIR@:g" \ -e "s:/home/autobuild/autobuild/instance-6/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/autobuild/autobuild/instance-6/output-1/host/powerpc64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/autobuild/autobuild/instance-6/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 >>> spice-protocol 0.14.4 Installing to target GIT_DIR=. PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" DESTDIR=/home/autobuild/autobuild/instance-6/output-1/target PYTHONNOUSERSITE=y /home/autobuild/autobuild/instance-6/output-1/host/bin/ninja -C /home/autobuild/autobuild/instance-6/output-1/build/spice-protocol-0.14.4//build install ninja: Entering directory `/home/autobuild/autobuild/instance-6/output-1/build/spice-protocol-0.14.4//build' [0/1] Installing files. Installing /home/autobuild/autobuild/instance-6/output-1/build/spice-protocol-0.14.4/spice/barrier.h to /home/autobuild/autobuild/instance-6/output-1/target/usr/include/spice-1/spice Installing /home/autobuild/autobuild/instance-6/output-1/build/spice-protocol-0.14.4/spice/end-packed.h to /home/autobuild/autobuild/instance-6/output-1/target/usr/include/spice-1/spice Installing /home/autobuild/autobuild/instance-6/output-1/build/spice-protocol-0.14.4/spice/enums.h to /home/autobuild/autobuild/instance-6/output-1/target/usr/include/spice-1/spice Installing /home/autobuild/autobuild/instance-6/output-1/build/spice-protocol-0.14.4/spice/ipc_ring.h to /home/autobuild/autobuild/instance-6/output-1/target/usr/include/spice-1/spice Installing /home/autobuild/autobuild/instance-6/output-1/build/spice-protocol-0.14.4/spice/macros.h to /home/autobuild/autobuild/instance-6/output-1/target/usr/include/spice-1/spice Installing /home/autobuild/autobuild/instance-6/output-1/build/spice-protocol-0.14.4/spice/protocol.h to /home/autobuild/autobuild/instance-6/output-1/target/usr/include/spice-1/spice Installing /home/autobuild/autobuild/instance-6/output-1/build/spice-protocol-0.14.4/spice/qxl_dev.h to /home/autobuild/autobuild/instance-6/output-1/target/usr/include/spice-1/spice Installing /home/autobuild/autobuild/instance-6/output-1/build/spice-protocol-0.14.4/spice/qxl_windows.h to /home/autobuild/autobuild/instance-6/output-1/target/usr/include/spice-1/spice Installing /home/autobuild/autobuild/instance-6/output-1/build/spice-protocol-0.14.4/spice/start-packed.h to /home/autobuild/autobuild/instance-6/output-1/target/usr/include/spice-1/spice Installing /home/autobuild/autobuild/instance-6/output-1/build/spice-protocol-0.14.4/spice/stats.h to /home/autobuild/autobuild/instance-6/output-1/target/usr/include/spice-1/spice Installing /home/autobuild/autobuild/instance-6/output-1/build/spice-protocol-0.14.4/spice/types.h to /home/autobuild/autobuild/instance-6/output-1/target/usr/include/spice-1/spice Installing /home/autobuild/autobuild/instance-6/output-1/build/spice-protocol-0.14.4/spice/vd_agent.h to /home/autobuild/autobuild/instance-6/output-1/target/usr/include/spice-1/spice Installing /home/autobuild/autobuild/instance-6/output-1/build/spice-protocol-0.14.4/spice/stream-device.h to /home/autobuild/autobuild/instance-6/output-1/target/usr/include/spice-1/spice Installing /home/autobuild/autobuild/instance-6/output-1/build/spice-protocol-0.14.4/build/meson-private/spice-protocol.pc to /home/autobuild/autobuild/instance-6/output-1/target/usr/share/pkgconfig tini-0.19.0.tar.gz: OK (sha256: 0fd35a7030052acd9f58948d1d900fe1e432ee37103c5561554408bdac6bbf0d) >>> tini 0.19.0 Extracting gzip -d -c /home/autobuild/autobuild/instance-6/dl/tini/tini-0.19.0.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-6/output-1/build/tini-0.19.0 -xf - >>> tini 0.19.0 Patching >>> tini 0.19.0 Configuring printf "#pragma once\n" > /home/autobuild/autobuild/instance-6/output-1/build/tini-0.19.0/src/tiniConfig.h >>> tini 0.19.0 Building mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/tini-0.19.0/bin /home/autobuild/autobuild/instance-6/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -DTINI_VERSION=\"0.19.0\" -DTINI_GIT=\"\" -o /home/autobuild/autobuild/instance-6/output-1/build/tini-0.19.0/bin/tini /home/autobuild/autobuild/instance-6/output-1/build/tini-0.19.0/src/tini.c >>> tini 0.19.0 Installing to target /usr/bin/install -D -m 0755 /home/autobuild/autobuild/instance-6/output-1/build/tini-0.19.0/bin/tini /home/autobuild/autobuild/instance-6/output-1/target/usr/bin/tini mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/docker ln -sf ../../bin/tini /home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/docker/docker-init >>> wqy-zenhei 0.9.45 Downloading wget -nd -t 3 -O '/home/autobuild/autobuild/instance-6/output-1/build/.wqy-zenhei-0.9.45.tar.gz.2AgbZe/output' 'https://downloads.sourceforge.net/project/wqy/wqy-zenhei/0.9.45%20%28Fighting-state%20RC1%29/wqy-zenhei-0.9.45.tar.gz' --2024-07-12 23:56:54-- https://downloads.sourceforge.net/project/wqy/wqy-zenhei/0.9.45%20(Fighting-state%20RC1)/wqy-zenhei-0.9.45.tar.gz Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' 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://pilotfiber.dl.sourceforge.net/project/wqy/wqy-zenhei/0.9.45%20%28Fighting-state%20RC1%29/wqy-zenhei-0.9.45.tar.gz?viasf=1 [following] --2024-07-12 23:56:55-- https://pilotfiber.dl.sourceforge.net/project/wqy/wqy-zenhei/0.9.45%20(Fighting-state%20RC1)/wqy-zenhei-0.9.45.tar.gz?viasf=1 Resolving pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)... 216.158.133.250 Connecting to pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)|216.158.133.250|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9247393 (8.8M) [application/x-gzip] Saving to: '/home/autobuild/autobuild/instance-6/output-1/build/.wqy-zenhei-0.9.45.tar.gz.2AgbZe/output' 0K .......... .......... .......... .......... .......... 0% 840K 11s 50K .......... .......... .......... .......... .......... 1% 833K 11s 100K .......... .......... .......... .......... .......... 1% 834K 11s 150K .......... .......... .......... .......... .......... 2% 106M 8s 200K .......... .......... .......... .......... .......... 2% 839K 8s 250K .......... .......... .......... .......... .......... 3% 96.2M 7s 300K .......... .......... .......... .......... .......... 3% 170M 6s 350K .......... .......... .......... .......... .......... 4% 857K 6s 400K .......... .......... .......... .......... .......... 4% 50.2M 6s 450K .......... .......... .......... .......... .......... 5% 104M 5s 500K .......... .......... .......... .......... .......... 6% 167M 5s 550K .......... .......... .......... .......... .......... 6% 93.8M 4s 600K .......... .......... .......... .......... .......... 7% 102M 4s 650K .......... .......... .......... .......... .......... 7% 95.2M 4s 700K .......... .......... .......... .......... .......... 8% 178M 3s 750K .......... .......... .......... .......... .......... 8% 881K 4s 800K .......... .......... .......... .......... .......... 9% 65.3M 3s 850K .......... .......... .......... .......... .......... 9% 106M 3s 900K .......... .......... .......... .......... .......... 10% 162M 3s 950K .......... .......... .......... .......... .......... 11% 105M 3s 1000K .......... .......... .......... .......... .......... 11% 93.2M 3s 1050K .......... .......... .......... .......... .......... 12% 168M 3s 1100K .......... .......... .......... .......... .......... 12% 100M 2s 1150K .......... .......... .......... .......... .......... 13% 95.1M 2s 1200K .......... .......... .......... .......... .......... 13% 92.5M 2s 1250K .......... .......... .......... .......... .......... 14% 169M 2s 1300K .......... .......... .......... .......... .......... 14% 103M 2s 1350K .......... .......... .......... .......... .......... 15% 93.0M 2s 1400K .......... .......... .......... .......... .......... 16% 144M 2s 1450K .......... .......... .......... .......... .......... 16% 940K 2s 1500K .......... .......... .......... .......... .......... 17% 86.9M 2s 1550K .......... .......... .......... .......... .......... 17% 118M 2s 1600K .......... .......... .......... .......... .......... 18% 65.7M 2s 1650K .......... .......... .......... .......... .......... 18% 196M 2s 1700K .......... .......... .......... .......... .......... 19% 140M 2s 1750K .......... .......... .......... .......... .......... 19% 103M 2s 1800K .......... .......... .......... .......... .......... 20% 102M 2s 1850K .......... .......... .......... .......... .......... 21% 94.0M 2s 1900K .......... .......... .......... .......... .......... 21% 139M 2s 1950K .......... .......... .......... .......... .......... 22% 71.8M 1s 2000K .......... .......... .......... .......... .......... 22% 163M 1s 2050K .......... .......... .......... .......... .......... 23% 102M 1s 2100K .......... .......... .......... .......... .......... 23% 163M 1s 2150K .......... .......... .......... .......... .......... 24% 101M 1s 2200K .......... .......... .......... .......... .......... 24% 160M 1s 2250K .......... .......... .......... .......... .......... 25% 104M 1s 2300K .......... .......... .......... .......... .......... 26% 87.9M 1s 2350K .......... .......... .......... .......... .......... 26% 92.7M 1s 2400K .......... .......... .......... .......... .......... 27% 188M 1s 2450K .......... .......... .......... .......... .......... 27% 104M 1s 2500K .......... .......... .......... .......... .......... 28% 142M 1s 2550K .......... .......... .......... .......... .......... 28% 70.5M 1s 2600K .......... .......... .......... .......... .......... 29% 193M 1s 2650K .......... .......... .......... .......... .......... 29% 132M 1s 2700K .......... .......... .......... .......... .......... 30% 115M 1s 2750K .......... .......... .......... .......... .......... 31% 79.9M 1s 2800K .......... .......... .......... .......... .......... 31% 1.02M 1s 2850K .......... .......... .......... .......... .......... 32% 13.6M 1s 2900K .......... .......... .......... .......... .......... 32% 451M 1s 2950K .......... .......... .......... .......... .......... 33% 478M 1s 3000K .......... .......... .......... .......... .......... 33% 484M 1s 3050K .......... .......... .......... .......... .......... 34% 533M 1s 3100K .......... .......... .......... .......... .......... 34% 522M 1s 3150K .......... .......... .......... .......... .......... 35% 404M 1s 3200K .......... .......... .......... .......... .......... 35% 540M 1s 3250K .......... .......... .......... .......... .......... 36% 499M 1s 3300K .......... .......... .......... .......... .......... 37% 518M 1s 3350K .......... .......... .......... .......... .......... 37% 483M 1s 3400K .......... .......... .......... .......... .......... 38% 99.4M 1s 3450K .......... .......... .......... .......... .......... 38% 86.4M 1s 3500K .......... .......... .......... .......... .......... 39% 103M 1s 3550K .......... .......... .......... .......... .......... 39% 96.1M 1s 3600K .......... .......... .......... .......... .......... 40% 138M 1s 3650K .......... .......... .......... .......... .......... 40% 170M 1s 3700K .......... .......... .......... .......... .......... 41% 73.0M 1s 3750K .......... .......... .......... .......... .......... 42% 94.0M 1s 3800K .......... .......... .......... .......... .......... 42% 340M 1s 3850K .......... .......... .......... .......... .......... 43% 140M 1s 3900K .......... .......... .......... .......... .......... 43% 167M 1s 3950K .......... .......... .......... .......... .......... 44% 65.6M 1s 4000K .......... .......... .......... .......... .......... 44% 92.4M 1s 4050K .......... .......... .......... .......... .......... 45% 153M 1s 4100K .......... .......... .......... .......... .......... 45% 216M 1s 4150K .......... .......... .......... .......... .......... 46% 91.4M 1s 4200K .......... .......... .......... .......... .......... 47% 66.0M 1s 4250K .......... .......... .......... .......... .......... 47% 388M 1s 4300K .......... .......... .......... .......... .......... 48% 107M 1s 4350K .......... .......... .......... .......... .......... 48% 98.3M 1s 4400K .......... .......... .......... .......... .......... 49% 67.4M 1s 4450K .......... .......... .......... .......... .......... 49% 161M 0s 4500K .......... .......... .......... .......... .......... 50% 218M 0s 4550K .......... .......... .......... .......... .......... 50% 95.7M 0s 4600K .......... .......... .......... .......... .......... 51% 138M 0s 4650K .......... .......... .......... .......... .......... 52% 102M 0s 4700K .......... .......... .......... .......... .......... 52% 216M 0s 4750K .......... .......... .......... .......... .......... 53% 65.6M 0s 4800K .......... .......... .......... .......... .......... 53% 392K 1s 4850K .......... .......... .......... .......... .......... 54% 409M 1s 4900K .......... .......... .......... .......... .......... 54% 555M 1s 4950K .......... .......... .......... .......... .......... 55% 529M 1s 5000K .......... .......... .......... .......... .......... 55% 147M 0s 5050K .......... .......... .......... .......... .......... 56% 373M 0s 5100K .......... .......... .......... .......... .......... 57% 382M 0s 5150K .......... .......... .......... .......... .......... 57% 292M 0s 5200K .......... .......... .......... .......... .......... 58% 393M 0s 5250K .......... .......... .......... .......... .......... 58% 378M 0s 5300K .......... .......... .......... .......... .......... 59% 429M 0s 5350K .......... .......... .......... .......... .......... 59% 36.4M 0s 5400K .......... .......... .......... .......... .......... 60% 439M 0s 5450K .......... .......... .......... .......... .......... 60% 91.7M 0s 5500K .......... .......... .......... .......... .......... 61% 542M 0s 5550K .......... .......... .......... .......... .......... 62% 1.55M 0s 5600K .......... .......... .......... .......... .......... 62% 372M 0s 5650K .......... .......... .......... .......... .......... 63% 382M 0s 5700K .......... .......... .......... .......... .......... 63% 394M 0s 5750K .......... .......... .......... .......... .......... 64% 407M 0s 5800K .......... .......... .......... .......... .......... 64% 400M 0s 5850K .......... .......... .......... .......... .......... 65% 407M 0s 5900K .......... .......... .......... .......... .......... 65% 395M 0s 5950K .......... .......... .......... .......... .......... 66% 302M 0s 6000K .......... .......... .......... .......... .......... 66% 380M 0s 6050K .......... .......... .......... .......... .......... 67% 384M 0s 6100K .......... .......... .......... .......... .......... 68% 371M 0s 6150K .......... .......... .......... .......... .......... 68% 371M 0s 6200K .......... .......... .......... .......... .......... 69% 377M 0s 6250K .......... .......... .......... .......... .......... 69% 374M 0s 6300K .......... .......... .......... .......... .......... 70% 365M 0s 6350K .......... .......... .......... .......... .......... 70% 299M 0s 6400K .......... .......... .......... .......... .......... 71% 438M 0s 6450K .......... .......... .......... .......... .......... 71% 498M 0s 6500K .......... .......... .......... .......... .......... 72% 557M 0s 6550K .......... .......... .......... .......... .......... 73% 551M 0s 6600K .......... .......... .......... .......... .......... 73% 563M 0s 6650K .......... .......... .......... .......... .......... 74% 550M 0s 6700K .......... .......... .......... .......... .......... 74% 563M 0s 6750K .......... .......... .......... .......... .......... 75% 357M 0s 6800K .......... .......... .......... .......... .......... 75% 372M 0s 6850K .......... .......... .......... .......... .......... 76% 412M 0s 6900K .......... .......... .......... .......... .......... 76% 427M 0s 6950K .......... .......... .......... .......... .......... 77% 424M 0s 7000K .......... .......... .......... .......... .......... 78% 508M 0s 7050K .......... .......... .......... .......... .......... 78% 502M 0s 7100K .......... .......... .......... .......... .......... 79% 518M 0s 7150K .......... .......... .......... .......... .......... 79% 385M 0s 7200K .......... .......... .......... .......... .......... 80% 513M 0s 7250K .......... .......... .......... .......... .......... 80% 525M 0s 7300K .......... .......... .......... .......... .......... 81% 508M 0s 7350K .......... .......... .......... .......... .......... 81% 522M 0s 7400K .......... .......... .......... .......... .......... 82% 525M 0s 7450K .......... .......... .......... .......... .......... 83% 531M 0s 7500K .......... .......... .......... .......... .......... 83% 279M 0s 7550K .......... .......... .......... .......... .......... 84% 412M 0s 7600K .......... .......... .......... .......... .......... 84% 556M 0s 7650K .......... .......... .......... .......... .......... 85% 534M 0s 7700K .......... .......... .......... .......... .......... 85% 551M 0s 7750K .......... .......... .......... .......... .......... 86% 553M 0s 7800K .......... .......... .......... .......... .......... 86% 551M 0s 7850K .......... .......... .......... .......... .......... 87% 550M 0s 7900K .......... .......... .......... .......... .......... 88% 535M 0s 7950K .......... .......... .......... .......... .......... 88% 400M 0s 8000K .......... .......... .......... .......... .......... 89% 548M 0s 8050K .......... .......... .......... .......... .......... 89% 561M 0s 8100K .......... .......... .......... .......... .......... 90% 551M 0s 8150K .......... .......... .......... .......... .......... 90% 534M 0s 8200K .......... .......... .......... .......... .......... 91% 554M 0s 8250K .......... .......... .......... .......... .......... 91% 554M 0s 8300K .......... .......... .......... .......... .......... 92% 521M 0s 8350K .......... .......... .......... .......... .......... 93% 423M 0s 8400K .......... .......... .......... .......... .......... 93% 543M 0s 8450K .......... .......... .......... .......... .......... 94% 555M 0s 8500K .......... .......... .......... .......... .......... 94% 548M 0s 8550K .......... .......... .......... .......... .......... 95% 940K 0s 8600K .......... .......... .......... .......... .......... 95% 69.7M 0s 8650K .......... .......... .......... .......... .......... 96% 540M 0s 8700K .......... .......... .......... .......... .......... 96% 116M 0s 8750K .......... .......... .......... .......... .......... 97% 2.34M 0s 8800K .......... .......... .......... .......... .......... 97% 96.0M 0s 8850K .......... .......... .......... .......... .......... 98% 181M 0s 8900K .......... .......... .......... .......... .......... 99% 101M 0s 8950K .......... .......... .......... .......... .......... 99% 158M 0s 9000K .......... .......... .......... 100% 119M=0.7s 2024-07-12 23:56:56 (11.9 MB/s) - '/home/autobuild/autobuild/instance-6/output-1/build/.wqy-zenhei-0.9.45.tar.gz.2AgbZe/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 /home/autobuild/autobuild/instance-6/dl/wqy-zenhei/wqy-zenhei-0.9.45.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-6/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 /home/autobuild/autobuild/instance-6/output-1/build/wqy-zenhei-0.9.45/wqy-zenhei.ttc /home/autobuild/autobuild/instance-6/output-1/target/usr/share/fonts/wqy-zenhei/wqy-zenhei.ttc >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-6/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-6/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-6/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%power4%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-6/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-6/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-6/output-1/host/powerpc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-6/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-6/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-6/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-6/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%power4%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-6/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-6/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-6/output-1/host/powerpc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-6/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-6/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-6/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-6/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells; fi rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/perl5/5.38.2/pod rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/perl5/5.38.2/powerpc64-linux/CORE find /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-6/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-6/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-6/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-6/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-6/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-6/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/include /home/autobuild/autobuild/instance-6/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-6/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-6/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-6/output-1/target/usr/doc find /home/autobuild/autobuild/instance-6/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-6/output-1/target/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-6/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/man /home/autobuild/autobuild/instance-6/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/info /home/autobuild/autobuild/instance-6/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/doc /home/autobuild/autobuild/instance-6/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-6/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-6/output-1/target/lib/debug /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-6/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 /home/autobuild/autobuild/instance-6/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-6/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-6/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 /home/autobuild/autobuild/instance-6/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-530-gd889031e0b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-git\"" \ ) > /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-6/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-6/output-1/per-package \ /home/autobuild/autobuild/instance-6/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-6/output-1/target/usr ln -snf /home/autobuild/autobuild/instance-6/output-1/host/powerpc64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-6/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-6/buildroot' >>> Buildroot 2024.05-530-gd889031e0b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> 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-skeleton Collecting legal info >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.9.8 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> bdwgc 8.2.4 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libatomic_ops 7.8.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 969294c9324b2d360ae2a08edd5ca6f9cd754cb71b71e56bee15d2f10bb10496) >>> 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) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> crun 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.libcrun: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> initscripts Collecting legal info >>> host-jq 1.7.1 Collecting legal info COPYING: OK (sha256: 10e974638a41fadfd72357f2f3a4325e20b856c563365128f72feaa406f8c92d) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> 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) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodbus 3.1.10 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-file-util 4.201720 Collecting legal info COPYING: OK (sha256: 5f3732812570654ba911e45ec4e5f7353f4b63747ebfc506c543e8fb1ccf797f) LICENSE: OK (sha256: 996b77ca668f16a443ed14758fce492bddd9f55fe831ee8353274c89191b8544) >>> host-perl 5.38.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 9519aaeeac509b3fa8778155a63545b6086f8313546b93fe9958d1c434d476a8) >>> host-perl-module-build 0.4234 Collecting legal info LICENSE: OK (sha256: af1570e8af55af52b4e86d040e2a993cb684566275c43c4d7a8b0cc5a90e08a4) >>> perl 5.38.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 9519aaeeac509b3fa8778155a63545b6086f8313546b93fe9958d1c434d476a8) >>> perl-http-date 6.06 Collecting legal info LICENSE: OK (sha256: 6186a79a305a0e62c5087f9737b4f66fa5793fa1b396da0126e3c8722c460245) >>> perl-mailtools 2.21 Collecting legal info README: OK (sha256: f7558badc4f4875df247bcccb50a8f369bfe4a2c19361f1df7b26ddf6aaaaf6b) >>> perl-mime-tools 5.509 Collecting legal info COPYING: OK (sha256: 151cd94e37eb05239c5a678c7d1c4d9d5241a7c9c138760b85152bc1947e2b93) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> 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 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) WARNING: the Buildroot source code has not been saved WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-6/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot'