if test "/usr/lib" != "/lib" -a -f "/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/lib/libsmartcols.so"; then \ /usr/bin/mkdir -p /tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/lib; \ mv /tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/lib/libsmartcols.so.* /tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/lib; \ so_img_name=$(readlink /tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/lib/libsmartcols.so); \ so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \ (cd /tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/lib && \ rm -f libsmartcols.so && \ ln -s $so_img_rel_target/lib/$so_img_name libsmartcols.so); \ fi make[5]: Leaving directory '/tmp/instance-20/output-1/build/util-linux-2.38' /usr/bin/mkdir -p '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/share/bash-completion/completions' /usr/bin/install -c -m 644 bash-completion/lslogins bash-completion/mountpoint '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/share/bash-completion/completions' /usr/bin/mkdir -p '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 login-utils/lslogins.1 sys-utils/mountpoint.1 '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/share/man/man1' /usr/bin/mkdir -p '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/share/man/man3' /usr/bin/install -c -m 644 libuuid/man/uuid.3 libuuid/man/uuid_clear.3 libuuid/man/uuid_compare.3 libuuid/man/uuid_copy.3 libuuid/man/uuid_generate.3 libuuid/man/uuid_is_null.3 libuuid/man/uuid_parse.3 libuuid/man/uuid_time.3 libuuid/man/uuid_unparse.3 libblkid/libblkid.3 libuuid/man/uuid_generate_random.3 libuuid/man/uuid_generate_time.3 libuuid/man/uuid_generate_time_safe.3 '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/share/man/man3' /usr/bin/mkdir -p '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/share/man/man5' /usr/bin/install -c -m 644 lib/terminal-colors.d.5 '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/share/man/man5' /usr/bin/mkdir -p '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/share/man/man8' /usr/bin/mkdir -p '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/blkid' /usr/bin/install -c -m 644 libblkid/src/blkid.h '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/blkid' /usr/bin/mkdir -p '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/libmount' /usr/bin/install -c -m 644 libmount/src/libmount.h '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/libmount' /usr/bin/mkdir -p '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/libsmartcols' /usr/bin/install -c -m 644 libsmartcols/src/libsmartcols.h '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/libsmartcols' /usr/bin/mkdir -p '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libuuid/uuid.pc libblkid/blkid.pc libmount/mount.pc libsmartcols/smartcols.pc '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/mkdir -p '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/uuid' /usr/bin/install -c -m 644 libuuid/src/uuid.h '/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/uuid' /home/autobuild/make/make install-data-hook make[5]: Entering directory '/tmp/instance-20/output-1/build/util-linux-2.38' make[5]: Nothing to be done for 'install-data-hook'. make[5]: Leaving directory '/tmp/instance-20/output-1/build/util-linux-2.38' make[4]: Leaving directory '/tmp/instance-20/output-1/build/util-linux-2.38' make[3]: Leaving directory '/tmp/instance-20/output-1/build/util-linux-2.38' make[2]: Leaving directory '/tmp/instance-20/output-1/build/util-linux-2.38' make[1]: Leaving directory '/tmp/instance-20/output-1/build/util-linux-2.38' >>> util-linux 2.38 Fixing libtool files for la in $(find /tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-20/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-20/output-1/host/powerpc-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@:/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-20/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 >>> util-linux 2.38 Installing to target PATH="/tmp/instance-20/output-1/host/bin:/tmp/instance-20/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-20/output-1/target install -C /tmp/instance-20/output-1/build/util-linux-2.38/ make[1]: Entering directory '/tmp/instance-20/output-1/build/util-linux-2.38' /home/autobuild/make/make install-recursive make[2]: Entering directory '/tmp/instance-20/output-1/build/util-linux-2.38' Making install in po make[3]: Entering directory '/tmp/instance-20/output-1/build/util-linux-2.38/po' if test "util-linux" = "gettext-tools"; then \ /usr/bin/mkdir -p /tmp/instance-20/output-1/target/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /tmp/instance-20/output-1/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /tmp/instance-20/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[3]: Leaving directory '/tmp/instance-20/output-1/build/util-linux-2.38/po' make[3]: Entering directory '/tmp/instance-20/output-1/build/util-linux-2.38' make[4]: Entering directory '/tmp/instance-20/output-1/build/util-linux-2.38' /usr/bin/mkdir -p '/tmp/instance-20/output-1/target/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c mountpoint '/tmp/instance-20/output-1/target/bin' libtool: install: /usr/bin/install -c mountpoint /tmp/instance-20/output-1/target/bin/mountpoint /usr/bin/mkdir -p '/tmp/instance-20/output-1/target/usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libuuid.la libblkid.la libmount.la libsmartcols.la '/tmp/instance-20/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libuuid.so.1.3.0 /tmp/instance-20/output-1/target/usr/lib/libuuid.so.1.3.0 libtool: install: (cd /tmp/instance-20/output-1/target/usr/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so.1 || { rm -f libuuid.so.1 && ln -s libuuid.so.1.3.0 libuuid.so.1; }; }) libtool: install: (cd /tmp/instance-20/output-1/target/usr/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so || { rm -f libuuid.so && ln -s libuuid.so.1.3.0 libuuid.so; }; }) libtool: install: /usr/bin/install -c .libs/libuuid.lai /tmp/instance-20/output-1/target/usr/lib/libuuid.la libtool: install: /usr/bin/install -c .libs/libblkid.so.1.1.0 /tmp/instance-20/output-1/target/usr/lib/libblkid.so.1.1.0 libtool: install: (cd /tmp/instance-20/output-1/target/usr/lib && { ln -s -f libblkid.so.1.1.0 libblkid.so.1 || { rm -f libblkid.so.1 && ln -s libblkid.so.1.1.0 libblkid.so.1; }; }) libtool: install: (cd /tmp/instance-20/output-1/target/usr/lib && { ln -s -f libblkid.so.1.1.0 libblkid.so || { rm -f libblkid.so && ln -s libblkid.so.1.1.0 libblkid.so; }; }) libtool: install: /usr/bin/install -c .libs/libblkid.lai /tmp/instance-20/output-1/target/usr/lib/libblkid.la libtool: install: /usr/bin/install -c .libs/libmount.so.1.1.0 /tmp/instance-20/output-1/target/usr/lib/libmount.so.1.1.0 libtool: install: (cd /tmp/instance-20/output-1/target/usr/lib && { ln -s -f libmount.so.1.1.0 libmount.so.1 || { rm -f libmount.so.1 && ln -s libmount.so.1.1.0 libmount.so.1; }; }) libtool: install: (cd /tmp/instance-20/output-1/target/usr/lib && { ln -s -f libmount.so.1.1.0 libmount.so || { rm -f libmount.so && ln -s libmount.so.1.1.0 libmount.so; }; }) libtool: install: /usr/bin/install -c .libs/libmount.lai /tmp/instance-20/output-1/target/usr/lib/libmount.la libtool: install: /usr/bin/install -c .libs/libsmartcols.so.1.1.0 /tmp/instance-20/output-1/target/usr/lib/libsmartcols.so.1.1.0 libtool: install: (cd /tmp/instance-20/output-1/target/usr/lib && { ln -s -f libsmartcols.so.1.1.0 libsmartcols.so.1 || { rm -f libsmartcols.so.1 && ln -s libsmartcols.so.1.1.0 libsmartcols.so.1; }; }) libtool: install: (cd /tmp/instance-20/output-1/target/usr/lib && { ln -s -f libsmartcols.so.1.1.0 libsmartcols.so || { rm -f libsmartcols.so && ln -s libsmartcols.so.1.1.0 libsmartcols.so; }; }) libtool: install: /usr/bin/install -c .libs/libsmartcols.lai /tmp/instance-20/output-1/target/usr/lib/libsmartcols.la libtool: install: /usr/bin/install -c .libs/libuuid.a /tmp/instance-20/output-1/target/usr/lib/libuuid.a libtool: install: chmod 644 /tmp/instance-20/output-1/target/usr/lib/libuuid.a libtool: install: /tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc-ranlib /tmp/instance-20/output-1/target/usr/lib/libuuid.a libtool: install: /usr/bin/install -c .libs/libblkid.a /tmp/instance-20/output-1/target/usr/lib/libblkid.a libtool: install: chmod 644 /tmp/instance-20/output-1/target/usr/lib/libblkid.a libtool: install: /tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc-ranlib /tmp/instance-20/output-1/target/usr/lib/libblkid.a libtool: install: /usr/bin/install -c .libs/libmount.a /tmp/instance-20/output-1/target/usr/lib/libmount.a libtool: install: chmod 644 /tmp/instance-20/output-1/target/usr/lib/libmount.a libtool: install: /tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc-ranlib /tmp/instance-20/output-1/target/usr/lib/libmount.a libtool: install: /usr/bin/install -c .libs/libsmartcols.a /tmp/instance-20/output-1/target/usr/lib/libsmartcols.a libtool: install: chmod 644 /tmp/instance-20/output-1/target/usr/lib/libsmartcols.a libtool: install: /tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc-ranlib /tmp/instance-20/output-1/target/usr/lib/libsmartcols.a libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-20/output-1/target/sbin' /usr/bin/mkdir -p '/tmp/instance-20/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c lslogins '/tmp/instance-20/output-1/target/usr/bin' libtool: install: /usr/bin/install -c lslogins /tmp/instance-20/output-1/target/usr/bin/lslogins /usr/bin/mkdir -p '/tmp/instance-20/output-1/target/usr/sbin' /home/autobuild/make/make install-exec-hook make[5]: Entering directory '/tmp/instance-20/output-1/build/util-linux-2.38' if test "/usr/lib" != "/lib" -a -f "/tmp/instance-20/output-1/target/usr/lib/libuuid.so"; then \ /usr/bin/mkdir -p /tmp/instance-20/output-1/target/lib; \ mv /tmp/instance-20/output-1/target/usr/lib/libuuid.so.* /tmp/instance-20/output-1/target/lib; \ so_img_name=$(readlink /tmp/instance-20/output-1/target/usr/lib/libuuid.so); \ so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \ (cd /tmp/instance-20/output-1/target/usr/lib && \ rm -f libuuid.so && \ ln -s $so_img_rel_target/lib/$so_img_name libuuid.so); \ fi if test "/usr/lib" != "/lib" -a -f "/tmp/instance-20/output-1/target/usr/lib/libblkid.so"; then \ /usr/bin/mkdir -p /tmp/instance-20/output-1/target/lib; \ mv /tmp/instance-20/output-1/target/usr/lib/libblkid.so.* /tmp/instance-20/output-1/target/lib; \ so_img_name=$(readlink /tmp/instance-20/output-1/target/usr/lib/libblkid.so); \ so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \ (cd /tmp/instance-20/output-1/target/usr/lib && \ rm -f libblkid.so && \ ln -s $so_img_rel_target/lib/$so_img_name libblkid.so); \ fi if test "/usr/lib" != "/lib" -a -f "/tmp/instance-20/output-1/target/usr/lib/libmount.so"; then \ /usr/bin/mkdir -p /tmp/instance-20/output-1/target/lib; \ mv /tmp/instance-20/output-1/target/usr/lib/libmount.so.* /tmp/instance-20/output-1/target/lib; \ so_img_name=$(readlink /tmp/instance-20/output-1/target/usr/lib/libmount.so); \ so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \ (cd /tmp/instance-20/output-1/target/usr/lib && \ rm -f libmount.so && \ ln -s $so_img_rel_target/lib/$so_img_name libmount.so); \ fi if test "/usr/lib" != "/lib" -a -f "/tmp/instance-20/output-1/target/usr/lib/libsmartcols.so"; then \ /usr/bin/mkdir -p /tmp/instance-20/output-1/target/lib; \ mv /tmp/instance-20/output-1/target/usr/lib/libsmartcols.so.* /tmp/instance-20/output-1/target/lib; \ so_img_name=$(readlink /tmp/instance-20/output-1/target/usr/lib/libsmartcols.so); \ so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \ (cd /tmp/instance-20/output-1/target/usr/lib && \ rm -f libsmartcols.so && \ ln -s $so_img_rel_target/lib/$so_img_name libsmartcols.so); \ fi make[5]: Leaving directory '/tmp/instance-20/output-1/build/util-linux-2.38' /usr/bin/mkdir -p '/tmp/instance-20/output-1/target/usr/share/bash-completion/completions' /usr/bin/install -c -m 644 bash-completion/lslogins bash-completion/mountpoint '/tmp/instance-20/output-1/target/usr/share/bash-completion/completions' /usr/bin/mkdir -p '/tmp/instance-20/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 login-utils/lslogins.1 sys-utils/mountpoint.1 '/tmp/instance-20/output-1/target/usr/share/man/man1' /usr/bin/mkdir -p '/tmp/instance-20/output-1/target/usr/share/man/man3' /usr/bin/install -c -m 644 libuuid/man/uuid.3 libuuid/man/uuid_clear.3 libuuid/man/uuid_compare.3 libuuid/man/uuid_copy.3 libuuid/man/uuid_generate.3 libuuid/man/uuid_is_null.3 libuuid/man/uuid_parse.3 libuuid/man/uuid_time.3 libuuid/man/uuid_unparse.3 libblkid/libblkid.3 libuuid/man/uuid_generate_random.3 libuuid/man/uuid_generate_time.3 libuuid/man/uuid_generate_time_safe.3 '/tmp/instance-20/output-1/target/usr/share/man/man3' /usr/bin/mkdir -p '/tmp/instance-20/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 lib/terminal-colors.d.5 '/tmp/instance-20/output-1/target/usr/share/man/man5' /usr/bin/mkdir -p '/tmp/instance-20/output-1/target/usr/share/man/man8' /usr/bin/mkdir -p '/tmp/instance-20/output-1/target/usr/include/blkid' /usr/bin/install -c -m 644 libblkid/src/blkid.h '/tmp/instance-20/output-1/target/usr/include/blkid' /usr/bin/mkdir -p '/tmp/instance-20/output-1/target/usr/include/libmount' /usr/bin/install -c -m 644 libmount/src/libmount.h '/tmp/instance-20/output-1/target/usr/include/libmount' /usr/bin/mkdir -p '/tmp/instance-20/output-1/target/usr/include/libsmartcols' /usr/bin/install -c -m 644 libsmartcols/src/libsmartcols.h '/tmp/instance-20/output-1/target/usr/include/libsmartcols' /usr/bin/mkdir -p '/tmp/instance-20/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libuuid/uuid.pc libblkid/blkid.pc libmount/mount.pc libsmartcols/smartcols.pc '/tmp/instance-20/output-1/target/usr/lib/pkgconfig' /usr/bin/mkdir -p '/tmp/instance-20/output-1/target/usr/include/uuid' /usr/bin/install -c -m 644 libuuid/src/uuid.h '/tmp/instance-20/output-1/target/usr/include/uuid' /home/autobuild/make/make install-data-hook make[5]: Entering directory '/tmp/instance-20/output-1/build/util-linux-2.38' make[5]: Nothing to be done for 'install-data-hook'. make[5]: Leaving directory '/tmp/instance-20/output-1/build/util-linux-2.38' make[4]: Leaving directory '/tmp/instance-20/output-1/build/util-linux-2.38' make[3]: Leaving directory '/tmp/instance-20/output-1/build/util-linux-2.38' make[2]: Leaving directory '/tmp/instance-20/output-1/build/util-linux-2.38' make[1]: Leaving directory '/tmp/instance-20/output-1/build/util-linux-2.38' >>> whois 5.5.14 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-20/output-1/build/.whois_5.5.14.tar.xz.Itzj1e/output' 'http://snapshot.debian.org/archive/debian/20221017T031443Z/pool/main/w/whois/whois_5.5.14.tar.xz' URL transformed to HTTPS due to an HSTS policy --2023-04-18 07:35:39-- https://snapshot.debian.org/archive/debian/20221017T031443Z/pool/main/w/whois/whois_5.5.14.tar.xz Resolving snapshot.debian.org (snapshot.debian.org)... 185.17.185.185, 193.62.202.27, 2001:630:206:4000:1a1a:0:c13e:ca1b, ... Connecting to snapshot.debian.org (snapshot.debian.org)|185.17.185.185|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 87480 (85K) Saving to: '/tmp/instance-20/output-1/build/.whois_5.5.14.tar.xz.Itzj1e/output' 0K .......... .......... .......... .......... .......... 58% 234K 0s 50K .......... .......... .......... ..... 100% 830K=0.3s 2023-04-18 07:35:40 (333 KB/s) - '/tmp/instance-20/output-1/build/.whois_5.5.14.tar.xz.Itzj1e/output' saved [87480/87480] whois_5.5.14.tar.xz: OK (sha256: bf9c2cb307d5419b34ad401eecf2820b8f69660db41cf0762e5da71fa2df68e8) >>> whois 5.5.14 Extracting xzcat /tmp/instance-20/dl/whois/whois_5.5.14.tar.xz | tar --strip-components=1 -C /tmp/instance-20/output-1/build/whois-5.5.14 -xf - >>> whois 5.5.14 Patching >>> whois 5.5.14 Configuring >>> whois 5.5.14 Building PATH="/tmp/instance-20/output-1/host/bin:/tmp/instance-20/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 CC="/tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1" LIBS="" Makefile.depend whois mkpasswd -C /tmp/instance-20/output-1/build/whois-5.5.14 make[1]: Entering directory '/tmp/instance-20/output-1/build/whois-5.5.14' /tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -MM -MG *.c > Makefile.depend make[1]: 'Makefile.depend' is up to date. /usr/bin/perl make_version_h.pl debian/changelog > version.h /usr/bin/perl make_ip_del.pl < ip_del_list > ip_del.h /usr/bin/perl make_ip6_del.pl < ip6_del_list > ip6_del.h /usr/bin/perl make_as_del.pl < as_del_list > as_del.h /usr/bin/perl make_as32_del.pl < as32_del_list > as32_del.h /usr/bin/perl make_new_gtlds.pl < new_gtlds_list > new_gtlds.h /usr/bin/perl make_tld_serv.pl < tld_serv_list > tld_serv.h /tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c whois.c /tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c utils.c /tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -o whois whois.o utils.o /tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c mkpasswd.c /tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -o mkpasswd mkpasswd.o utils.o -lcrypt make[1]: Leaving directory '/tmp/instance-20/output-1/build/whois-5.5.14' >>> whois 5.5.14 Installing to target PATH="/tmp/instance-20/output-1/host/bin:/tmp/instance-20/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 CC="/tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1" LIBS="" BASEDIR="/tmp/instance-20/output-1/target" install-whois install-mkpasswd -C /tmp/instance-20/output-1/build/whois-5.5.14 make[1]: Entering directory '/tmp/instance-20/output-1/build/whois-5.5.14' install -d /tmp/instance-20/output-1/target/usr/bin/ install -d /tmp/instance-20/output-1/target/usr/share/man/man1/ install -d /tmp/instance-20/output-1/target/usr/share/man/man5/ install -m 0755 whois /tmp/instance-20/output-1/target/usr/bin/ install -m 0644 whois.1 /tmp/instance-20/output-1/target/usr/share/man/man1/ install -m 0644 whois.conf.5 /tmp/instance-20/output-1/target/usr/share/man/man5/ install -d /tmp/instance-20/output-1/target/usr/bin/ install -d /tmp/instance-20/output-1/target/usr/share/man/man1/ install -m 0755 mkpasswd /tmp/instance-20/output-1/target/usr/bin/ install -m 0644 mkpasswd.1 /tmp/instance-20/output-1/target/usr/share/man/man1/ make[1]: Leaving directory '/tmp/instance-20/output-1/build/whois-5.5.14' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-20/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-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', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%823%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@%/tmp/instance-20/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-20/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-20/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-20/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-20/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-20/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%823%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-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', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/tmp/instance-20/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-20/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-20/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-20/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-20/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /tmp/instance-20/output-1/target/etc/shells || echo "/bin/bash" >> /tmp/instance-20/output-1/target/etc/shells mkdir -p /tmp/instance-20/output-1/target/etc echo "buildroot" > /tmp/instance-20/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-20/output-1/target/etc/hosts mkdir -p /tmp/instance-20/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-20/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-20/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-20/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-20/output-1/target/etc/shells ln -sf bash /tmp/instance-20/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,bash,' /tmp/instance-20/output-1/target/etc/passwd if [ -x /tmp/instance-20/output-1/target/sbin/swapon -a -x /tmp/instance-20/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-20/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-20/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /tmp/instance-20/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /tmp/instance-20/output-1/target/etc/inittab rm -rf /tmp/instance-20/output-1/target/usr/include /tmp/instance-20/output-1/target/usr/share/aclocal \ /tmp/instance-20/output-1/target/usr/lib/pkgconfig /tmp/instance-20/output-1/target/usr/share/pkgconfig \ /tmp/instance-20/output-1/target/usr/lib/cmake /tmp/instance-20/output-1/target/usr/share/cmake \ /tmp/instance-20/output-1/target/usr/lib/rpm /tmp/instance-20/output-1/target/usr/doc find /tmp/instance-20/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-20/output-1/target/lib/ /tmp/instance-20/output-1/target/usr/lib/ /tmp/instance-20/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-20/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-20/output-1/target/usr/share/gdb rm -rf /tmp/instance-20/output-1/target/usr/share/zsh rm -rf /tmp/instance-20/output-1/target/usr/man /tmp/instance-20/output-1/target/usr/share/man rm -rf /tmp/instance-20/output-1/target/usr/info /tmp/instance-20/output-1/target/usr/share/info rm -rf /tmp/instance-20/output-1/target/usr/doc /tmp/instance-20/output-1/target/usr/share/doc rm -rf /tmp/instance-20/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-20/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-20/output-1/target/lib/debug /tmp/instance-20/output-1/target/usr/lib/debug find /tmp/instance-20/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 /tmp/instance-20/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-20/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-20/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-20/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-270-gb100440bff"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /tmp/instance-20/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-20/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-20/output-1/per-package /tmp/instance-20/buildroot/support/scripts/fix-rpath target touch /tmp/instance-20/output-1/target/usr ln -snf /tmp/instance-20/output-1/host/powerpc-buildroot-linux-gnu/sysroot /tmp/instance-20/output-1/staging make: Leaving directory '/tmp/instance-20/buildroot' make: Entering directory '/tmp/instance-20/buildroot' >>> Buildroot 2023.02-270-gb100440bff Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa 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-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 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.1.14 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 >>> acpid 2.0.34 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> arp-scan 1.10.0 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> fetchmail 6.4.35 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ffmpeg 4.4.3 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gsl 2.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ima-evm-utils 1.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> libdeflate 1.15 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libgsm 1.0.19 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 1.0.0 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-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> raptor 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: 6b926a47abfb87451c436fbd4a868defec963d0232c70b806ac02d4a2a6e1968) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sscep 0.10.0 Collecting legal info COPYING: OK (sha256: e1328c292102a22c10e8dcfbfda33740f603767c73f8c5b5189c5513eb6b4dea) >>> strace 6.2 Collecting legal info COPYING: OK (sha256: d92f973d08c8466993efff1e500453add0c038c20b4d2cbce3297938a296aea9) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> util-linux 2.38 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) >>> whois 5.5.14 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /tmp/instance-20/output-1/legal-info make: Leaving directory '/tmp/instance-20/buildroot'