/tmp/instance-6/output-1/host/bin/m68k-linux-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -fPIC -DRTMPDUMP_VERSION=\"v2.4\" -DNO_CRYPTO -O2 -fPIC -c -o rtmp.o rtmp.c /tmp/instance-6/output-1/host/bin/m68k-linux-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -fPIC -DRTMPDUMP_VERSION=\"v2.4\" -DNO_CRYPTO -O2 -fPIC -c -o log.o log.c /tmp/instance-6/output-1/host/bin/m68k-linux-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -fPIC -DRTMPDUMP_VERSION=\"v2.4\" -DNO_CRYPTO -O2 -fPIC -c -o amf.o amf.c /tmp/instance-6/output-1/host/bin/m68k-linux-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -fPIC -DRTMPDUMP_VERSION=\"v2.4\" -DNO_CRYPTO -O2 -fPIC -c -o hashswf.o hashswf.c /tmp/instance-6/output-1/host/bin/m68k-linux-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -fPIC -DRTMPDUMP_VERSION=\"v2.4\" -DNO_CRYPTO -O2 -fPIC -c -o parseurl.o parseurl.c rtmp.c: In function 'RTMP_ReadPacket': rtmp.c:3555:7: warning: variable 'didAlloc' set but not used [-Wunused-but-set-variable] 3555 | int didAlloc = FALSE; | ^~~~~~~~ At top level: rtmp.c:2907:19: warning: 'av_NetConnection_Connect_Rejected' defined but not used [-Wunused-const-variable=] 2907 | static const AVal av_NetConnection_Connect_Rejected = | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rtmp.c:1559:35: warning: 'av_description' defined but not used [-Wunused-const-variable=] 1559 | #define SAVC(x) static const AVal av_##x = AVC(#x) | ^~~ rtmp.c:2888:1: note: in expansion of macro 'SAVC' 2888 | SAVC(description); | ^~~~ rtmp.c:1559:35: warning: 'av_record' defined but not used [-Wunused-const-variable=] 1559 | #define SAVC(x) static const AVal av_##x = AVC(#x) | ^~~ rtmp.c:1905:1: note: in expansion of macro 'SAVC' 1905 | SAVC(record); | ^~~~ /tmp/instance-6/output-1/host/bin/m68k-linux-ar rs librtmp.a rtmp.o log.o amf.o hashswf.o parseurl.o /tmp/instance-6/output-1/host/bin/m68k-linux-gcc -shared -Wl,-soname,librtmp.so.1 -o librtmp.so.1 rtmp.o log.o amf.o hashswf.o parseurl.o /tmp/instance-6/output-1/host/bin/m68k-linux-ar: creating librtmp.a ln -sf librtmp.so.1 librtmp.so make[1]: Leaving directory '/tmp/instance-6/output-1/build/rtmpdump-c5f04a58fc2aeea6296ca7c44ee4734c18401aa3/librtmp' >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Installing to staging directory PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 -C /tmp/instance-6/output-1/build/rtmpdump-c5f04a58fc2aeea6296ca7c44ee4734c18401aa3/librtmp install DESTDIR=/tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot CRYPTO= prefix=/usr make[1]: Entering directory '/tmp/instance-6/output-1/build/rtmpdump-c5f04a58fc2aeea6296ca7c44ee4734c18401aa3/librtmp' sed -e "s;@prefix@;/usr;" -e "s;@libdir@;/usr/lib;" \ -e "s;@VERSION@;v2.4;" \ -e "s;@CRYPTO_REQ@;;" \ -e "s;@PUBLIC_LIBS@;;" \ -e "s;@PRIVATE_LIBS@;;" librtmp.pc.in > librtmp.pc cp librtmp.so.1 /tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/lib cd /tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/lib; ln -sf librtmp.so.1 librtmp.so mkdir -p /tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/librtmp /tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig /tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/man/man3 /tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/lib cp amf.h http.h log.h rtmp.h /tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/librtmp cp librtmp.a /tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/lib cp librtmp.pc /tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig cp librtmp.3 /tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/man/man3 make[1]: Leaving directory '/tmp/instance-6/output-1/build/rtmpdump-c5f04a58fc2aeea6296ca7c44ee4734c18401aa3/librtmp' >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Fixing libtool files for la in $(find /tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-6/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-6/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-6/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/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 >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Installing to target PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 -C /tmp/instance-6/output-1/build/rtmpdump-c5f04a58fc2aeea6296ca7c44ee4734c18401aa3/librtmp install DESTDIR=/tmp/instance-6/output-1/target CRYPTO= prefix=/usr make[1]: Entering directory '/tmp/instance-6/output-1/build/rtmpdump-c5f04a58fc2aeea6296ca7c44ee4734c18401aa3/librtmp' mkdir -p /tmp/instance-6/output-1/target/usr/include/librtmp /tmp/instance-6/output-1/target/usr/lib/pkgconfig /tmp/instance-6/output-1/target/usr/man/man3 /tmp/instance-6/output-1/target/usr/lib cp librtmp.so.1 /tmp/instance-6/output-1/target/usr/lib cp amf.h http.h log.h rtmp.h /tmp/instance-6/output-1/target/usr/include/librtmp cd /tmp/instance-6/output-1/target/usr/lib; ln -sf librtmp.so.1 librtmp.so cp librtmp.a /tmp/instance-6/output-1/target/usr/lib cp librtmp.pc /tmp/instance-6/output-1/target/usr/lib/pkgconfig cp librtmp.3 /tmp/instance-6/output-1/target/usr/man/man3 make[1]: Leaving directory '/tmp/instance-6/output-1/build/rtmpdump-c5f04a58fc2aeea6296ca7c44ee4734c18401aa3/librtmp' >>> wqy-zenhei 0.9.45 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-6/output-1/build/.wqy-zenhei-0.9.45.tar.gz.jY4XYB/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 13:15:19-- 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://netcologne.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 13:15:19-- https://netcologne.dl.sourceforge.net/project/wqy/wqy-zenhei/0.9.45%20(Fighting-state%20RC1)/wqy-zenhei-0.9.45.tar.gz Resolving netcologne.dl.sourceforge.net (netcologne.dl.sourceforge.net)... 2001:4dd0:1234:6::5f, 78.35.24.46 Connecting to netcologne.dl.sourceforge.net (netcologne.dl.sourceforge.net)|2001:4dd0:1234:6::5f|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9247393 (8.8M) [application/x-gzip] Saving to: '/tmp/instance-6/output-1/build/.wqy-zenhei-0.9.45.tar.gz.jY4XYB/output' 0K .......... .......... .......... .......... .......... 0% 4.58M 2s 50K .......... .......... .......... .......... .......... 1% 4.57M 2s 100K .......... .......... .......... .......... .......... 1% 51.4M 1s 150K .......... .......... .......... .......... .......... 2% 5.05M 1s 200K .......... .......... .......... .......... .......... 2% 35.5M 1s 250K .......... .......... .......... .......... .......... 3% 108M 1s 300K .......... .......... .......... .......... .......... 3% 89.2M 1s 350K .......... .......... .......... .......... .......... 4% 5.23M 1s 400K .......... .......... .......... .......... .......... 4% 76.0M 1s 450K .......... .......... .......... .......... .......... 5% 95.0M 1s 500K .......... .......... .......... .......... .......... 6% 82.4M 1s 550K .......... .......... .......... .......... .......... 6% 64.7M 1s 600K .......... .......... .......... .......... .......... 7% 113M 1s 650K .......... .......... .......... .......... .......... 7% 82.4M 1s 700K .......... .......... .......... .......... .......... 8% 7.63M 1s 750K .......... .......... .......... .......... .......... 8% 42.8M 1s 800K .......... .......... .......... .......... .......... 9% 87.5M 1s 850K .......... .......... .......... .......... .......... 9% 65.5M 1s 900K .......... .......... .......... .......... .......... 10% 76.0M 0s 950K .......... .......... .......... .......... .......... 11% 71.7M 0s 1000K .......... .......... .......... .......... .......... 11% 94.6M 0s 1050K .......... .......... .......... .......... .......... 12% 114M 0s 1100K .......... .......... .......... .......... .......... 12% 6.95M 0s 1150K .......... .......... .......... .......... .......... 13% 67.2M 0s 1200K .......... .......... .......... .......... .......... 13% 80.4M 0s 1250K .......... .......... .......... .......... .......... 14% 77.0M 0s 1300K .......... .......... .......... .......... .......... 14% 77.1M 0s 1350K .......... .......... .......... .......... .......... 15% 96.5M 0s 1400K .......... .......... .......... .......... .......... 16% 85.9M 0s 1450K .......... .......... .......... .......... .......... 16% 77.8M 0s 1500K .......... .......... .......... .......... .......... 17% 75.3M 0s 1550K .......... .......... .......... .......... .......... 17% 6.95M 0s 1600K .......... .......... .......... .......... .......... 18% 71.5M 0s 1650K .......... .......... .......... .......... .......... 18% 66.1M 0s 1700K .......... .......... .......... .......... .......... 19% 68.2M 0s 1750K .......... .......... .......... .......... .......... 19% 56.8M 0s 1800K .......... .......... .......... .......... .......... 20% 105M 0s 1850K .......... .......... .......... .......... .......... 21% 124M 0s 1900K .......... .......... .......... .......... .......... 21% 140M 0s 1950K .......... .......... .......... .......... .......... 22% 7.51M 0s 2000K .......... .......... .......... .......... .......... 22% 105M 0s 2050K .......... .......... .......... .......... .......... 23% 166M 0s 2100K .......... .......... .......... .......... .......... 23% 76.1M 0s 2150K .......... .......... .......... .......... .......... 24% 68.1M 0s 2200K .......... .......... .......... .......... .......... 24% 159M 0s 2250K .......... .......... .......... .......... .......... 25% 153M 0s 2300K .......... .......... .......... .......... .......... 26% 132M 0s 2350K .......... .......... .......... .......... .......... 26% 64.6M 0s 2400K .......... .......... .......... .......... .......... 27% 6.90M 0s 2450K .......... .......... .......... .......... .......... 27% 87.1M 0s 2500K .......... .......... .......... .......... .......... 28% 118M 0s 2550K .......... .......... .......... .......... .......... 28% 69.4M 0s 2600K .......... .......... .......... .......... .......... 29% 84.5M 0s 2650K .......... .......... .......... .......... .......... 29% 58.8M 0s 2700K .......... .......... .......... .......... .......... 30% 83.4M 0s 2750K .......... .......... .......... .......... .......... 31% 70.3M 0s 2800K .......... .......... .......... .......... .......... 31% 76.9M 0s 2850K .......... .......... .......... .......... .......... 32% 13.5M 0s 2900K .......... .......... .......... .......... .......... 32% 17.5M 0s 2950K .......... .......... .......... .......... .......... 33% 59.5M 0s 3000K .......... .......... .......... .......... .......... 33% 67.0M 0s 3050K .......... .......... .......... .......... .......... 34% 75.7M 0s 3100K .......... .......... .......... .......... .......... 34% 92.1M 0s 3150K .......... .......... .......... .......... .......... 35% 68.0M 0s 3200K .......... .......... .......... .......... .......... 35% 82.2M 0s 3250K .......... .......... .......... .......... .......... 36% 68.5M 0s 3300K .......... .......... .......... .......... .......... 37% 14.4M 0s 3350K .......... .......... .......... .......... .......... 37% 19.0M 0s 3400K .......... .......... .......... .......... .......... 38% 34.9M 0s 3450K .......... .......... .......... .......... .......... 38% 89.8M 0s 3500K .......... .......... .......... .......... .......... 39% 84.1M 0s 3550K .......... .......... .......... .......... .......... 39% 60.8M 0s 3600K .......... .......... .......... .......... .......... 40% 81.7M 0s 3650K .......... .......... .......... .......... .......... 40% 86.3M 0s 3700K .......... .......... .......... .......... .......... 41% 78.8M 0s 3750K .......... .......... .......... .......... .......... 42% 75.6M 0s 3800K .......... .......... .......... .......... .......... 42% 18.9M 0s 3850K .......... .......... .......... .......... .......... 43% 15.6M 0s 3900K .......... .......... .......... .......... .......... 43% 77.8M 0s 3950K .......... .......... .......... .......... .......... 44% 42.9M 0s 4000K .......... .......... .......... .......... .......... 44% 82.2M 0s 4050K .......... .......... .......... .......... .......... 45% 83.9M 0s 4100K .......... .......... .......... .......... .......... 45% 82.8M 0s 4150K .......... .......... .......... .......... .......... 46% 70.6M 0s 4200K .......... .......... .......... .......... .......... 47% 74.6M 0s 4250K .......... .......... .......... .......... .......... 47% 78.5M 0s 4300K .......... .......... .......... .......... .......... 48% 18.1M 0s 4350K .......... .......... .......... .......... .......... 48% 15.9M 0s 4400K .......... .......... .......... .......... .......... 49% 74.5M 0s 4450K .......... .......... .......... .......... .......... 49% 81.4M 0s 4500K .......... .......... .......... .......... .......... 50% 67.3M 0s 4550K .......... .......... .......... .......... .......... 50% 63.7M 0s 4600K .......... .......... .......... .......... .......... 51% 69.8M 0s 4650K .......... .......... .......... .......... .......... 52% 82.0M 0s 4700K .......... .......... .......... .......... .......... 52% 83.0M 0s 4750K .......... .......... .......... .......... .......... 53% 65.8M 0s 4800K .......... .......... .......... .......... .......... 53% 73.8M 0s 4850K .......... .......... .......... .......... .......... 54% 22.2M 0s 4900K .......... .......... .......... .......... .......... 54% 15.0M 0s 4950K .......... .......... .......... .......... .......... 55% 68.5M 0s 5000K .......... .......... .......... .......... .......... 55% 83.5M 0s 5050K .......... .......... .......... .......... .......... 56% 84.3M 0s 5100K .......... .......... .......... .......... .......... 57% 73.5M 0s 5150K .......... .......... .......... .......... .......... 57% 47.1M 0s 5200K .......... .......... .......... .......... .......... 58% 82.1M 0s 5250K .......... .......... .......... .......... .......... 58% 85.0M 0s 5300K .......... .......... .......... .......... .......... 59% 80.3M 0s 5350K .......... .......... .......... .......... .......... 59% 82.7M 0s 5400K .......... .......... .......... .......... .......... 60% 32.3M 0s 5450K .......... .......... .......... .......... .......... 60% 47.8M 0s 5500K .......... .......... .......... .......... .......... 61% 13.8M 0s 5550K .......... .......... .......... .......... .......... 62% 120M 0s 5600K .......... .......... .......... .......... .......... 62% 126M 0s 5650K .......... .......... .......... .......... .......... 63% 95.6M 0s 5700K .......... .......... .......... .......... .......... 63% 51.1M 0s 5750K .......... .......... .......... .......... .......... 64% 49.0M 0s 5800K .......... .......... .......... .......... .......... 64% 71.5M 0s 5850K .......... .......... .......... .......... .......... 65% 73.8M 0s 5900K .......... .......... .......... .......... .......... 65% 119M 0s 5950K .......... .......... .......... .......... .......... 66% 24.1M 0s 6000K .......... .......... .......... .......... .......... 66% 96.1M 0s 6050K .......... .......... .......... .......... .......... 67% 11.4M 0s 6100K .......... .......... .......... .......... .......... 68% 79.5M 0s 6150K .......... .......... .......... .......... .......... 68% 69.1M 0s 6200K .......... .......... .......... .......... .......... 69% 76.7M 0s 6250K .......... .......... .......... .......... .......... 69% 89.9M 0s 6300K .......... .......... .......... .......... .......... 70% 162M 0s 6350K .......... .......... .......... .......... .......... 70% 169M 0s 6400K .......... .......... .......... .......... .......... 71% 164M 0s 6450K .......... .......... .......... .......... .......... 71% 130M 0s 6500K .......... .......... .......... .......... .......... 72% 118M 0s 6550K .......... .......... .......... .......... .......... 73% 132M 0s 6600K .......... .......... .......... .......... .......... 73% 21.0M 0s 6650K .......... .......... .......... .......... .......... 74% 13.3M 0s 6700K .......... .......... .......... .......... .......... 74% 40.6M 0s 6750K .......... .......... .......... .......... .......... 75% 82.5M 0s 6800K .......... .......... .......... .......... .......... 75% 120M 0s 6850K .......... .......... .......... .......... .......... 76% 155M 0s 6900K .......... .......... .......... .......... .......... 76% 92.0M 0s 6950K .......... .......... .......... .......... .......... 77% 104M 0s 7000K .......... .......... .......... .......... .......... 78% 128M 0s 7050K .......... .......... .......... .......... .......... 78% 154M 0s 7100K .......... .......... .......... .......... .......... 79% 51.7M 0s 7150K .......... .......... .......... .......... .......... 79% 105M 0s 7200K .......... .......... .......... .......... .......... 80% 90.1M 0s 7250K .......... .......... .......... .......... .......... 80% 34.9M 0s 7300K .......... .......... .......... .......... .......... 81% 12.2M 0s 7350K .......... .......... .......... .......... .......... 81% 57.5M 0s 7400K .......... .......... .......... .......... .......... 82% 92.9M 0s 7450K .......... .......... .......... .......... .......... 83% 79.7M 0s 7500K .......... .......... .......... .......... .......... 83% 137M 0s 7550K .......... .......... .......... .......... .......... 84% 80.5M 0s 7600K .......... .......... .......... .......... .......... 84% 85.4M 0s 7650K .......... .......... .......... .......... .......... 85% 94.5M 0s 7700K .......... .......... .......... .......... .......... 85% 129M 0s 7750K .......... .......... .......... .......... .......... 86% 63.0M 0s 7800K .......... .......... .......... .......... .......... 86% 163M 0s 7850K .......... .......... .......... .......... .......... 87% 98.7M 0s 7900K .......... .......... .......... .......... .......... 88% 178M 0s 7950K .......... .......... .......... .......... .......... 88% 43.2M 0s 8000K .......... .......... .......... .......... .......... 89% 14.5M 0s 8050K .......... .......... .......... .......... .......... 89% 43.1M 0s 8100K .......... .......... .......... .......... .......... 90% 47.5M 0s 8150K .......... .......... .......... .......... .......... 90% 89.5M 0s 8200K .......... .......... .......... .......... .......... 91% 116M 0s 8250K .......... .......... .......... .......... .......... 91% 163M 0s 8300K .......... .......... .......... .......... .......... 92% 105M 0s 8350K .......... .......... .......... .......... .......... 93% 109M 0s 8400K .......... .......... .......... .......... .......... 93% 87.3M 0s 8450K .......... .......... .......... .......... .......... 94% 151M 0s 8500K .......... .......... .......... .......... .......... 94% 118M 0s 8550K .......... .......... .......... .......... .......... 95% 61.5M 0s 8600K .......... .......... .......... .......... .......... 95% 80.3M 0s 8650K .......... .......... .......... .......... .......... 96% 85.1M 0s 8700K .......... .......... .......... .......... .......... 96% 16.8M 0s 8750K .......... .......... .......... .......... .......... 97% 36.5M 0s 8800K .......... .......... .......... .......... .......... 97% 51.8M 0s 8850K .......... .......... .......... .......... .......... 98% 71.2M 0s 8900K .......... .......... .......... .......... .......... 99% 111M 0s 8950K .......... .......... .......... .......... .......... 99% 92.6M 0s 9000K .......... .......... .......... 100% 131M=0.2s 2021-07-30 13:15:20 (38.9 MB/s) - '/tmp/instance-6/output-1/build/.wqy-zenhei-0.9.45.tar.gz.jY4XYB/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-6/dl/wqy-zenhei/wqy-zenhei-0.9.45.tar.gz | tar --strip-components=1 -C /tmp/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 /tmp/instance-6/output-1/build/wqy-zenhei-0.9.45/wqy-zenhei.ttc /tmp/instance-6/output-1/target/usr/share/fonts/wqy-zenhei/wqy-zenhei.ttc >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-6/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-6/output-1/host/bin/m68k-linux-%g' -e 's%@TARGET_ARCH@%m68k%g' -e 's%@TARGET_CPU@%68040%g' -e 's%@TARGET_ENDIAN@%big%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-6/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-6/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-6/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-6/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-6/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-6/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-6/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-6/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-6/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-6/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-6/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-6/output-1/target/etc/shells; fi rm -f /tmp/instance-6/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-6/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-6/output-1/host/bin/glib-compile-schemas /tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-6/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-6/output-1/target/etc echo "buildroot" > /tmp/instance-6/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-6/output-1/target/etc/hosts mkdir -p /tmp/instance-6/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-6/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-6/output-1/target/etc/shadow rm -f /tmp/instance-6/output-1/target/bin/sh if [ -x /tmp/instance-6/output-1/target/sbin/swapon -a -x /tmp/instance-6/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-6/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-6/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /tmp/instance-6/output-1/build/locales.nopurge for dir in /tmp/instance-6/output-1/target/usr/share/locale /tmp/instance-6/output-1/target/usr/share/X11/locale /tmp/instance-6/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-6/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-6/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-6/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-6/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-6/output-1/target/usr/include /tmp/instance-6/output-1/target/usr/share/aclocal \ /tmp/instance-6/output-1/target/usr/lib/pkgconfig /tmp/instance-6/output-1/target/usr/share/pkgconfig \ /tmp/instance-6/output-1/target/usr/lib/cmake /tmp/instance-6/output-1/target/usr/share/cmake \ /tmp/instance-6/output-1/target/usr/doc find /tmp/instance-6/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-6/output-1/target/lib/ /tmp/instance-6/output-1/target/usr/lib/ /tmp/instance-6/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-6/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-6/output-1/target/usr/share/gdb rm -rf /tmp/instance-6/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-6/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-6/output-1/target/usr/share/zsh rm -rf /tmp/instance-6/output-1/target/usr/man /tmp/instance-6/output-1/target/usr/share/man rm -rf /tmp/instance-6/output-1/target/usr/info /tmp/instance-6/output-1/target/usr/share/info rm -rf /tmp/instance-6/output-1/target/usr/doc /tmp/instance-6/output-1/target/usr/share/doc rm -rf /tmp/instance-6/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-6/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-6/output-1/target/lib/debug /tmp/instance-6/output-1/target/usr/lib/debug find /tmp/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 /tmp/instance-6/output-1/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-6/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-6/output-1/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/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 /tmp/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 /tmp/instance-6/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-6/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-6/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-6/output-1/per-package /tmp/instance-6/buildroot/support/scripts/fix-rpath target touch /tmp/instance-6/output-1/target/usr ln -snf /tmp/instance-6/output-1/host/m68k-buildroot-linux-uclibc/sysroot /tmp/instance-6/output-1/staging make: Leaving directory '/tmp/instance-6/buildroot' make: Entering directory '/tmp/instance-6/buildroot' >>> Buildroot 2021.05-904-gf0d37e275a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> argp-standalone 1.3 Collecting legal info argp.h: OK (sha256: bbb8919aa520069b0234faf5e83a94052d278419ffe97ca8e843ecc9b212d1ab) >>> avrdude r1450 Collecting legal info avrdude/COPYING: OK (sha256: 201babc7da198873304a77a30dbfc7ca449c9bba52df2dffa4cca0009dbdfcb2) >>> elfutils 0.184 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libusb 1.0.24 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> babeltrace2 2.0.3 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> 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-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) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.36.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> util-linux 2.36.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linux-pam 1.5.1 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 28 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> comix-cursors 0.9.1 Collecting legal info >>> dav1d 0.9.0 Collecting legal info COPYING: OK (sha256: b327887de263238deaa80c34cdd2ff3e0ba1d35db585ce14a37ce3e74ee389e9) >>> espeak 1.48.04 Collecting legal info License.txt: OK (sha256: 0bbca7a0ad5da4a6b0677f90d17817984edce7e42d300cae94ae93e4ccba9df7) >>> host-genimage 14 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> inih 53 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libiqrf 0.1.2 Collecting legal info src/iqrf.c: OK (sha256: 11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.0 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> nilfs-utils 2.2.8 Collecting legal info COPYING: OK (sha512: 4fc92d3998910acb108f81b1aee70a55a572b661a2766d0e57a55e48e2b737eea41415356cbd62593f26aec5797ab9fbb40211d7782b5834b4855ff1ce6ad5f7) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2020.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-6/output-1/legal-info make: Leaving directory '/tmp/instance-6/buildroot'