286 | exit(1); | ^~~~ setserial.c:286:25: note: include '' or provide a declaration of 'exit' setserial.c:343:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 343 | exit(1); | ^~~~ setserial.c:343:17: note: include '' or provide a declaration of 'exit' setserial.c:347:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 347 | exit(1); | ^~~~ setserial.c:347:17: note: include '' or provide a declaration of 'exit' setserial.c: In function 'get_serial': setserial.c:433:17: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 433 | close(fd); | ^~~~~ | pclose setserial.c: In function 'set_serial': setserial.c:493:25: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 493 | exit(201); | ^~~~ setserial.c:493:25: note: include '' or provide a declaration of 'exit' setserial.c:495:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 495 | exit(201); | ^~~~ setserial.c:495:17: note: include '' or provide a declaration of 'exit' setserial.c:499:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 499 | exit(1); | ^~~~ setserial.c:499:17: note: include '' or provide a declaration of 'exit' setserial.c:517:25: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 517 | exit(1); | ^~~~ setserial.c:517:25: note: include '' or provide a declaration of 'exit' setserial.c:521:25: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 521 | exit(1); | ^~~~ setserial.c:521:25: note: include '' or provide a declaration of 'exit' setserial.c:525:25: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 525 | exit(1); | ^~~~ setserial.c:525:25: note: include '' or provide a declaration of 'exit' setserial.c:546:33: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 546 | exit(1); | ^~~~ setserial.c:546:33: note: include '' or provide a declaration of 'exit' setserial.c:576:33: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 576 | exit(1); | ^~~~ setserial.c:576:33: note: include '' or provide a declaration of 'exit' setserial.c:580:33: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 580 | exit(1); | ^~~~ setserial.c:580:33: note: include '' or provide a declaration of 'exit' setserial.c:584:33: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 584 | exit(1); | ^~~~ setserial.c:584:33: note: include '' or provide a declaration of 'exit' setserial.c:590:33: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 590 | exit(1); | ^~~~ setserial.c:590:33: note: include '' or provide a declaration of 'exit' setserial.c:597:33: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 597 | exit(1); | ^~~~ setserial.c:597:33: note: include '' or provide a declaration of 'exit' setserial.c:613:25: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 613 | exit(1); | ^~~~ setserial.c:613:25: note: include '' or provide a declaration of 'exit' setserial.c:618:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 618 | exit(1); | ^~~~ setserial.c:618:17: note: include '' or provide a declaration of 'exit' setserial.c: In function 'do_wild_intr': setserial.c:633:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 633 | exit(1); | ^~~~ setserial.c:633:17: note: include '' or provide a declaration of 'exit' setserial.c:637:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 637 | exit(1); | ^~~~ setserial.c:637:17: note: include '' or provide a declaration of 'exit' setserial.c:641:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 641 | exit(1); | ^~~~ setserial.c:641:17: note: include '' or provide a declaration of 'exit' setserial.c: In function 'usage': setserial.c:719:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 719 | exit(1); | ^~~~ setserial.c:719:9: note: include '' or provide a declaration of 'exit' setserial.c: At top level: setserial.c:722:1: warning: return type defaults to 'int' [-Wimplicit-int] 722 | main(int argc, char **argv) | ^~~~ setserial.c: In function 'main': setserial.c:732:21: warning: implicit declaration of function 'getopt' [-Wimplicit-function-declaration] 732 | while ((c = getopt(argc, argv, "abgGqvVWz")) != EOF) { | ^~~~~~ setserial.c:754:25: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 754 | exit(0); | ^~~~ setserial.c:754:25: note: include '' or provide a declaration of 'exit' setserial.c:769:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 769 | exit(0); | ^~~~ setserial.c:769:17: note: include '' or provide a declaration of 'exit' setserial.c:775:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 775 | exit(0); | ^~~~ setserial.c:775:17: note: include '' or provide a declaration of 'exit' setserial.c:781:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 781 | exit(0); | ^~~~ setserial.c:781:9: note: include '' or provide a declaration of 'exit' make[1]: Leaving directory '/home/autobuild/autobuild/instance-0/output-1/build/setserial-2.17' >>> setserial 2.17 Installing to target PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/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" /home/autobuild/make/make -j1 DESTDIR=/home/autobuild/autobuild/instance-0/output-1/target install -C /home/autobuild/autobuild/instance-0/output-1/build/setserial-2.17/ make[1]: Entering directory '/home/autobuild/autobuild/instance-0/output-1/build/setserial-2.17' mkdir -p /home/autobuild/autobuild/instance-0/output-1/target/usr/bin /usr/bin/install -c setserial /home/autobuild/autobuild/instance-0/output-1/target/usr/bin mkdir -p /home/autobuild/autobuild/instance-0/output-1/target/usr/share/man/man8 /usr/bin/install -c -m 644 setserial.8 /home/autobuild/autobuild/instance-0/output-1/target/usr/share/man/man8 make[1]: Leaving directory '/home/autobuild/autobuild/instance-0/output-1/build/setserial-2.17' >>> wqy-zenhei 0.9.45 Downloading wget --passive-ftp -nd -t 3 -O '/home/autobuild/autobuild/instance-0/output-1/build/.wqy-zenhei-0.9.45.tar.gz.GbCCMW/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-01-04 22:11:31-- 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://phoenixnap.dl.sourceforge.net/project/wqy/wqy-zenhei/0.9.45%20%28Fighting-state%20RC1%29/wqy-zenhei-0.9.45.tar.gz [following] --2024-01-04 22:11:31-- https://phoenixnap.dl.sourceforge.net/project/wqy/wqy-zenhei/0.9.45%20(Fighting-state%20RC1)/wqy-zenhei-0.9.45.tar.gz Resolving phoenixnap.dl.sourceforge.net (phoenixnap.dl.sourceforge.net)... 184.164.141.26 Connecting to phoenixnap.dl.sourceforge.net (phoenixnap.dl.sourceforge.net)|184.164.141.26|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9247393 (8.8M) [application/x-gzip] Saving to: '/home/autobuild/autobuild/instance-0/output-1/build/.wqy-zenhei-0.9.45.tar.gz.GbCCMW/output' 0K .......... .......... .......... .......... .......... 0% 1.25M 7s 50K .......... .......... .......... .......... .......... 1% 1.19M 7s 100K .......... .......... .......... .......... .......... 1% 215M 5s 150K .......... .......... .......... .......... .......... 2% 1.34M 5s 200K .......... .......... .......... .......... .......... 2% 1.29M 5s 250K .......... .......... .......... .......... .......... 3% 218M 5s 300K .......... .......... .......... .......... .......... 3% 201M 4s 350K .......... .......... .......... .......... .......... 4% 23.7M 3s 400K .......... .......... .......... .......... .......... 4% 1.31M 4s 450K .......... .......... .......... .......... .......... 5% 125M 3s 500K .......... .......... .......... .......... .......... 6% 120M 3s 550K .......... .......... .......... .......... .......... 6% 1.18M 3s 600K .......... .......... .......... .......... .......... 7% 185M 3s 650K .......... .......... .......... .......... .......... 7% 219M 3s 700K .......... .......... .......... .......... .......... 8% 192M 3s 750K .......... .......... .......... .......... .......... 8% 1.27M 3s 800K .......... .......... .......... .......... .......... 9% 108M 3s 850K .......... .......... .......... .......... .......... 9% 97.2M 2s 900K .......... .......... .......... .......... .......... 10% 207M 2s 950K .......... .......... .......... .......... .......... 11% 219M 2s 1000K .......... .......... .......... .......... .......... 11% 204M 2s 1050K .......... .......... .......... .......... .......... 12% 215M 2s 1100K .......... .......... .......... .......... .......... 12% 191M 2s 1150K .......... .......... .......... .......... .......... 13% 164M 2s 1200K .......... .......... .......... .......... .......... 13% 205M 2s 1250K .......... .......... .......... .......... .......... 14% 213M 2s 1300K .......... .......... .......... .......... .......... 14% 213M 2s 1350K .......... .......... .......... .......... .......... 15% 1.33M 2s 1400K .......... .......... .......... .......... .......... 16% 12.2M 2s 1450K .......... .......... .......... .......... .......... 16% 1.58M 2s 1500K .......... .......... .......... .......... .......... 17% 195M 2s 1550K .......... .......... .......... .......... .......... 17% 163M 2s 1600K .......... .......... .......... .......... .......... 18% 212M 2s 1650K .......... .......... .......... .......... .......... 18% 215M 2s 1700K .......... .......... .......... .......... .......... 19% 226M 1s 1750K .......... .......... .......... .......... .......... 19% 222M 1s 1800K .......... .......... .......... .......... .......... 20% 13.7M 1s 1850K .......... .......... .......... .......... .......... 21% 159M 1s 1900K .......... .......... .......... .......... .......... 21% 218M 1s 1950K .......... .......... .......... .......... .......... 22% 174M 1s 2000K .......... .......... .......... .......... .......... 22% 1.22M 1s 2050K .......... .......... .......... .......... .......... 23% 198M 1s 2100K .......... .......... .......... .......... .......... 23% 215M 1s 2150K .......... .......... .......... .......... .......... 24% 218M 1s 2200K .......... .......... .......... .......... .......... 24% 194M 1s 2250K .......... .......... .......... .......... .......... 25% 220M 1s 2300K .......... .......... .......... .......... .......... 26% 1.54M 1s 2350K .......... .......... .......... .......... .......... 26% 9.62M 1s 2400K .......... .......... .......... .......... .......... 27% 213M 1s 2450K .......... .......... .......... .......... .......... 27% 216M 1s 2500K .......... .......... .......... .......... .......... 28% 1.46M 1s 2550K .......... .......... .......... .......... .......... 28% 12.0M 1s 2600K .......... .......... .......... .......... .......... 29% 213M 1s 2650K .......... .......... .......... .......... .......... 29% 12.6M 1s 2700K .......... .......... .......... .......... .......... 30% 197M 1s 2750K .......... .......... .......... .......... .......... 31% 1.26M 1s 2800K .......... .......... .......... .......... .......... 31% 95.7M 1s 2850K .......... .......... .......... .......... .......... 32% 133M 1s 2900K .......... .......... .......... .......... .......... 32% 221M 1s 2950K .......... .......... .......... .......... .......... 33% 1.40M 1s 3000K .......... .......... .......... .......... .......... 33% 11.1M 1s 3050K .......... .......... .......... .......... .......... 34% 122M 1s 3100K .......... .......... .......... .......... .......... 34% 172M 1s 3150K .......... .......... .......... .......... .......... 35% 693K 1s 3200K .......... .......... .......... .......... .......... 35% 218M 1s 3250K .......... .......... .......... .......... .......... 36% 225M 1s 3300K .......... .......... .......... .......... .......... 37% 7.60M 1s 3350K .......... .......... .......... .......... .......... 37% 160M 1s 3400K .......... .......... .......... .......... .......... 38% 1.45M 1s 3450K .......... .......... .......... .......... .......... 38% 5.43M 1s 3500K .......... .......... .......... .......... .......... 39% 167M 1s 3550K .......... .......... .......... .......... .......... 39% 1.44M 1s 3600K .......... .......... .......... .......... .......... 40% 6.11M 1s 3650K .......... .......... .......... .......... .......... 40% 205M 1s 3700K .......... .......... .......... .......... .......... 41% 1.41M 1s 3750K .......... .......... .......... .......... .......... 42% 9.71M 1s 3800K .......... .......... .......... .......... .......... 42% 139M 1s 3850K .......... .......... .......... .......... .......... 43% 1.33M 1s 3900K .......... .......... .......... .......... .......... 43% 12.2M 1s 3950K .......... .......... .......... .......... .......... 44% 136M 1s 4000K .......... .......... .......... .......... .......... 44% 1.39M 1s 4050K .......... .......... .......... .......... .......... 45% 7.45M 1s 4100K .......... .......... .......... .......... .......... 45% 166M 1s 4150K .......... .......... .......... .......... .......... 46% 1.36M 1s 4200K .......... .......... .......... .......... .......... 47% 164M 1s 4250K .......... .......... .......... .......... .......... 47% 12.5M 1s 4300K .......... .......... .......... .......... .......... 48% 1.70M 1s 4350K .......... .......... .......... .......... .......... 48% 4.41M 1s 4400K .......... .......... .......... .......... .......... 49% 181M 1s 4450K .......... .......... .......... .......... .......... 49% 1.41M 1s 4500K .......... .......... .......... .......... .......... 50% 11.3M 1s 4550K .......... .......... .......... .......... .......... 50% 127M 1s 4600K .......... .......... .......... .......... .......... 51% 2.29M 1s 4650K .......... .......... .......... .......... .......... 52% 2.68M 1s 4700K .......... .......... .......... .......... .......... 52% 129M 1s 4750K .......... .......... .......... .......... .......... 53% 2.28M 1s 4800K .......... .......... .......... .......... .......... 53% 2.68M 1s 4850K .......... .......... .......... .......... .......... 54% 204M 1s 4900K .......... .......... .......... .......... .......... 54% 3.61M 1s 4950K .......... .......... .......... .......... .......... 55% 1.76M 1s 5000K .......... .......... .......... .......... .......... 55% 195M 1s 5050K .......... .......... .......... .......... .......... 56% 218M 1s 5100K .......... .......... .......... .......... .......... 57% 1.20M 1s 5150K .......... .......... .......... .......... .......... 57% 137M 1s 5200K .......... .......... .......... .......... .......... 58% 222M 1s 5250K .......... .......... .......... .......... .......... 58% 1.21M 1s 5300K .......... .......... .......... .......... .......... 59% 187M 1s 5350K .......... .......... .......... .......... .......... 59% 223M 1s 5400K .......... .......... .......... .......... .......... 60% 1.70M 1s 5450K .......... .......... .......... .......... .......... 60% 4.48M 1s 5500K .......... .......... .......... .......... .......... 61% 212M 1s 5550K .......... .......... .......... .......... .......... 62% 1.65M 1s 5600K .......... .......... .......... .......... .......... 62% 3.69M 1s 5650K .......... .......... .......... .......... .......... 63% 213M 1s 5700K .......... .......... .......... .......... .......... 63% 5.71M 1s 5750K .......... .......... .......... .......... .......... 64% 1.54M 1s 5800K .......... .......... .......... .......... .......... 64% 206M 1s 5850K .......... .......... .......... .......... .......... 65% 217M 1s 5900K .......... .......... .......... .......... .......... 65% 1.29M 1s 5950K .......... .......... .......... .......... .......... 66% 21.5M 1s 6000K .......... .......... .......... .......... .......... 66% 209M 1s 6050K .......... .......... .......... .......... .......... 67% 1.42M 1s 6100K .......... .......... .......... .......... .......... 68% 5.94M 1s 6150K .......... .......... .......... .......... .......... 68% 208M 1s 6200K .......... .......... .......... .......... .......... 69% 2.63M 1s 6250K .......... .......... .......... .......... .......... 69% 2.30M 1s 6300K .......... .......... .......... .......... .......... 70% 179M 1s 6350K .......... .......... .......... .......... .......... 70% 3.77M 1s 6400K .......... .......... .......... .......... .......... 71% 1.82M 1s 6450K .......... .......... .......... .......... .......... 71% 119M 1s 6500K .......... .......... .......... .......... .......... 72% 204M 1s 6550K .......... .......... .......... .......... .......... 73% 1.39M 1s 6600K .......... .......... .......... .......... .......... 73% 6.75M 1s 6650K .......... .......... .......... .......... .......... 74% 207M 1s 6700K .......... .......... .......... .......... .......... 74% 3.90M 1s 6750K .......... .......... .......... .......... .......... 75% 1.67M 1s 6800K .......... .......... .......... .......... .......... 75% 213M 0s 6850K .......... .......... .......... .......... .......... 76% 6.46M 0s 6900K .......... .......... .......... .......... .......... 76% 1.51M 0s 6950K .......... .......... .......... .......... .......... 77% 126M 0s 7000K .......... .......... .......... .......... .......... 78% 207M 0s 7050K .......... .......... .......... .......... .......... 78% 1.59M 0s 7100K .......... .......... .......... .......... .......... 79% 5.53M 0s 7150K .......... .......... .......... .......... .......... 79% 153M 0s 7200K .......... .......... .......... .......... .......... 80% 1.86M 0s 7250K .......... .......... .......... .......... .......... 80% 3.95M 0s 7300K .......... .......... .......... .......... .......... 81% 124M 0s 7350K .......... .......... .......... .......... .......... 81% 5.93M 0s 7400K .......... .......... .......... .......... .......... 82% 1.57M 0s 7450K .......... .......... .......... .......... .......... 83% 111M 0s 7500K .......... .......... .......... .......... .......... 83% 215M 0s 7550K .......... .......... .......... .......... .......... 84% 1.24M 0s 7600K .......... .......... .......... .......... .......... 84% 176M 0s 7650K .......... .......... .......... .......... .......... 85% 215M 0s 7700K .......... .......... .......... .......... .......... 85% 2.08M 0s 7750K .......... .......... .......... .......... .......... 86% 3.00M 0s 7800K .......... .......... .......... .......... .......... 86% 143M 0s 7850K .......... .......... .......... .......... .......... 87% 211M 0s 7900K .......... .......... .......... .......... .......... 88% 1.25M 0s 7950K .......... .......... .......... .......... .......... 88% 135M 0s 8000K .......... .......... .......... .......... .......... 89% 219M 0s 8050K .......... .......... .......... .......... .......... 89% 1.42M 0s 8100K .......... .......... .......... .......... .......... 90% 6.75M 0s 8150K .......... .......... .......... .......... .......... 90% 208M 0s 8200K .......... .......... .......... .......... .......... 91% 5.72M 0s 8250K .......... .......... .......... .......... .......... 91% 1.53M 0s 8300K .......... .......... .......... .......... .......... 92% 165M 0s 8350K .......... .......... .......... .......... .......... 93% 13.2M 0s 8400K .......... .......... .......... .......... .......... 93% 1.36M 0s 8450K .......... .......... .......... .......... .......... 94% 113M 0s 8500K .......... .......... .......... .......... .......... 94% 143M 0s 8550K .......... .......... .......... .......... .......... 95% 2.41M 0s 8600K .......... .......... .......... .......... .......... 95% 2.43M 0s 8650K .......... .......... .......... .......... .......... 96% 194M 0s 8700K .......... .......... .......... .......... .......... 96% 197M 0s 8750K .......... .......... .......... .......... .......... 97% 1.21M 0s 8800K .......... .......... .......... .......... .......... 97% 203M 0s 8850K .......... .......... .......... .......... .......... 98% 213M 0s 8900K .......... .......... .......... .......... .......... 99% 2.06M 0s 8950K .......... .......... .......... .......... .......... 99% 3.07M 0s 9000K .......... .......... .......... 100% 208M=2.1s 2024-01-04 22:11:34 (4.28 MB/s) - '/home/autobuild/autobuild/instance-0/output-1/build/.wqy-zenhei-0.9.45.tar.gz.GbCCMW/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-0/dl/wqy-zenhei/wqy-zenhei-0.9.45.tar.gz | /home/autobuild/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/autobuild/autobuild/instance-0/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-0/output-1/build/wqy-zenhei-0.9.45/wqy-zenhei.ttc /home/autobuild/autobuild/instance-0/output-1/target/usr/share/fonts/wqy-zenhei/wqy-zenhei.ttc >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@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', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-0/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-0/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-0/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-0/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-0/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-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-0/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-0/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-0/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-0/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-0/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-0/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-0/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/include /home/autobuild/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-0/output-1/target/usr/doc find /home/autobuild/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-0/output-1/target/lib/ /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/man /home/autobuild/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/info /home/autobuild/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/doc /home/autobuild/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-0/output-1/target/lib/debug /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-0/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-0/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-0/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-0/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.11-445-ged74b4cc53"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.02-git\"" \ ) > /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-0/output-1/per-package \ /home/autobuild/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-0/output-1/target/usr ln -snf /home/autobuild/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-0/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-0/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-0/buildroot' >>> Buildroot 2023.11-445-ged74b4cc53 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.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.38-27-g750a45a783906a19591fb8ff6b7841470f1f5701 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> 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-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.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.40 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.2.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.6.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 >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> initscripts Collecting legal info >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openssl Collecting legal info >>> libopenssl 3.2.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) WARNING: the Buildroot source code has not been saved Legal info produced in /home/autobuild/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-0/buildroot'