cat system/device_table.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /home/buildroot/autobuild/instance-1/output-1/images/rootfs.cpio\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' Regex version mismatch, expected: 10.42 2022-12-11 actual: 10.40 2022-04-14 Regex version mismatch, expected: 10.42 2022-12-11 actual: 10.40 2022-04-14 PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/output-1/host/bin/lzop -9 -c /home/buildroot/autobuild/instance-1/output-1/images/rootfs.cpio > /home/buildroot/autobuild/instance-1/output-1/images/rootfs.cpio.lzo >>> Generating filesystem image rootfs.erofs mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkfs.erofs /home/buildroot/autobuild/instance-1/output-1/images/rootfs.erofs /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.5 Processing bin ... Processing bin/dash ... Processing bin/lsfd ... Processing bin/sh ... Processing dev ... Processing dev/fd ... Processing dev/stderr ... Processing dev/stdin ... Processing dev/stdout ... Processing etc ... Processing etc/bandwidthd.conf ... Processing etc/dbus-1 ... Processing etc/dbus-1/session.conf ... Processing etc/dbus-1/system.conf ... Processing etc/fonts ... Processing etc/fonts/conf.d ... Processing etc/fonts/conf.d/10-hinting-slight.conf ... Processing etc/fonts/conf.d/10-scale-bitmap-fonts.conf ... Processing etc/fonts/conf.d/10-sub-pixel-none.conf ... Processing etc/fonts/conf.d/10-yes-antialias.conf ... Processing etc/fonts/conf.d/11-lcdfilter-default.conf ... Processing etc/fonts/conf.d/20-unhint-small-vera.conf ... Processing etc/fonts/conf.d/30-metric-aliases.conf ... Processing etc/fonts/conf.d/40-nonlatin.conf ... Processing etc/fonts/conf.d/45-generic.conf ... Processing etc/fonts/conf.d/45-latin.conf ... Processing etc/fonts/conf.d/48-spacing.conf ... Processing etc/fonts/conf.d/49-sansserif.conf ... Processing etc/fonts/conf.d/50-user.conf ... Processing etc/fonts/conf.d/51-local.conf ... Processing etc/fonts/conf.d/60-generic.conf ... Processing etc/fonts/conf.d/60-latin.conf ... Processing etc/fonts/conf.d/65-fonts-persian.conf ... Processing etc/fonts/conf.d/65-nonlatin.conf ... Processing etc/fonts/conf.d/69-unifont.conf ... Processing etc/fonts/conf.d/80-delicious.conf ... Processing etc/fonts/conf.d/90-synthetic.conf ... Processing etc/fonts/conf.d/README ... Processing etc/fonts/fonts.conf ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/issue ... Processing etc/linuxptp.cfg ... Processing etc/mtab ... Processing etc/network ... Processing etc/network/if-down.d ... Processing etc/network/if-post-down.d ... Processing etc/network/if-pre-up.d ... Processing etc/network/if-up.d ... Processing etc/os-release ... Processing etc/passwd ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/resolv.conf ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/ssl ... Processing etc/ssl/certs ... Processing etc/ssl/ct_log_list.cnf ... Processing etc/ssl/ct_log_list.cnf.dist ... Processing etc/ssl/misc ... Processing etc/ssl/misc/tsget.pl ... Processing etc/ssl/openssl.cnf ... Processing etc/ssl/openssl.cnf.dist ... Processing etc/ssl/private ... Processing etc/udev ... Processing etc/udev/rules.d ... Processing etc/udev/udev.conf ... Processing lib ... Processing lib/firmware ... Processing lib/firmware/rtl_bt ... Processing lib/firmware/rtl_bt/rtl8723ds_config.bin ... Processing lib/firmware/rtl_bt/rtl8723ds_fw.bin ... Processing lib/ld-musl-microblaze.so.1 ... Processing lib/libatomic.so ... Processing lib/libatomic.so.1 ... Processing lib/libatomic.so.1.2.0 ... Processing lib/libblkid.so.1 ... Processing lib/libblkid.so.1.1.0 ... Processing lib/libc.so ... Processing lib/libgcc_s.so ... Processing lib/libgcc_s.so.1 ... Processing lib/libsmartcols.so.1 ... Processing lib/libsmartcols.so.1.1.0 ... Processing lib/libudev.so.1 ... Processing lib/libudev.so.1.6.3 ... Processing lib/libuuid.so.1 ... Processing lib/libuuid.so.1.3.0 ... Processing lib/udev ... Processing lib/udev/ata_id ... Processing lib/udev/cdrom_id ... Processing lib/udev/collect ... Processing lib/udev/dmi_memory_id ... Processing lib/udev/fido_id ... Processing lib/udev/mtd_probe ... Processing lib/udev/rules.d ... Processing lib/udev/rules.d/50-udev-default.rules ... Processing lib/udev/rules.d/60-autosuspend.rules ... Processing lib/udev/rules.d/60-block.rules ... Processing lib/udev/rules.d/60-cdrom_id.rules ... Processing lib/udev/rules.d/60-drm.rules ... Processing lib/udev/rules.d/60-evdev.rules ... Processing lib/udev/rules.d/60-fido-id.rules ... Processing lib/udev/rules.d/60-input-id.rules ... Processing lib/udev/rules.d/60-persistent-alsa.rules ... Processing lib/udev/rules.d/60-persistent-input.rules ... Processing lib/udev/rules.d/60-persistent-storage-tape.rules ... Processing lib/udev/rules.d/60-persistent-storage.rules ... Processing lib/udev/rules.d/60-persistent-v4l.rules ... Processing lib/udev/rules.d/60-sensor.rules ... Processing lib/udev/rules.d/60-serial.rules ... Processing lib/udev/rules.d/64-btrfs.rules ... Processing lib/udev/rules.d/70-camera.rules ... Processing lib/udev/rules.d/70-joystick.rules ... Processing lib/udev/rules.d/70-memory.rules ... Processing lib/udev/rules.d/70-mouse.rules ... Processing lib/udev/rules.d/70-touchpad.rules ... Processing lib/udev/rules.d/75-net-description.rules ... Processing lib/udev/rules.d/75-probe_mtd.rules ... Processing lib/udev/rules.d/78-sound-card.rules ... Processing lib/udev/rules.d/80-drivers.rules ... Processing lib/udev/rules.d/80-net-name-slot.rules ... Processing lib/udev/rules.d/81-net-dhcp.rules ... Processing lib/udev/scsi_id ... Processing lib/udev/v4l_id ... Processing lib32 ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing sbin/bridge ... Processing sbin/ctstat ... Processing sbin/genl ... Processing sbin/ifstat ... Processing sbin/ip ... Processing sbin/lnstat ... Processing sbin/losetup ... Processing sbin/nstat ... Processing sbin/routel ... Processing sbin/rtacct ... Processing sbin/rtmon ... Processing sbin/rtstat ... Processing sbin/ss ... Processing sbin/tc ... Processing sbin/udevadm ... Processing sbin/udevd ... Processing sbin/zramctl ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/avroappend ... Processing usr/bin/avrocat ... Processing usr/bin/avromod ... Processing usr/bin/avropipe ... Processing usr/bin/bandwidthd ... Processing usr/bin/bunzip2 ... Processing usr/bin/bzcat ... Processing usr/bin/bzcmp ... Processing usr/bin/bzdiff ... Processing usr/bin/bzegrep ... Processing usr/bin/bzfgrep ... Processing usr/bin/bzgrep ... Processing usr/bin/bzip2 ... Processing usr/bin/bzip2recover ... Processing usr/bin/bzless ... Processing usr/bin/bzmore ... Processing usr/bin/catatonit ... Processing usr/bin/crun ... Processing usr/bin/dbus-cleanup-sockets ... Processing usr/bin/dbus-daemon ... Processing usr/bin/dbus-launch ... Processing usr/bin/dbus-monitor ... Processing usr/bin/dbus-run-session ... Processing usr/bin/dbus-send ... Processing usr/bin/dbus-test-tool ... Processing usr/bin/dbus-update-activation-environment ... Processing usr/bin/dbus-uuidgen ... Processing usr/bin/dvblast ... Processing usr/bin/dvblast_mmi.sh ... Processing usr/bin/dvblastctl ... Processing usr/bin/fb-test ... Processing usr/bin/fb-test-offset ... Processing usr/bin/fb-test-perf ... Processing usr/bin/fb-test-rect ... Processing usr/bin/fb-test-string ... Processing usr/bin/fc-cache ... Processing usr/bin/fc-cat ... Processing usr/bin/fc-conflist ... Processing usr/bin/fc-list ... Processing usr/bin/fc-match ... Processing usr/bin/fc-pattern ... Processing usr/bin/fc-query ... Processing usr/bin/fc-scan ... Processing usr/bin/fc-validate ... Processing usr/bin/fft_eval_json ... Processing usr/bin/fonttosfnt ... Processing usr/bin/gapplication ... Processing usr/bin/gd2togif ... Processing usr/bin/gdbus ... Processing usr/bin/gio ... Processing usr/bin/gio-querymodules ... Processing usr/bin/gresource ... Processing usr/bin/gsettings ... Processing usr/bin/imlib2_bumpmap ... Processing usr/bin/imlib2_colorspace ... Processing usr/bin/imlib2_conv ... Processing usr/bin/imlib2_grab ... Processing usr/bin/imlib2_load ... Processing usr/bin/imlib2_poly ... Processing usr/bin/imlib2_show ... Processing usr/bin/imlib2_test ... Processing usr/bin/imlib2_view ... Processing usr/bin/jshn ... Processing usr/bin/json_reformat ... Processing usr/bin/json_verify ... Processing usr/bin/knock ... Processing usr/bin/lzcat ... Processing usr/bin/lzcmp ... Processing usr/bin/lzdiff ... Processing usr/bin/lzegrep ... Processing usr/bin/lzfgrep ... Processing usr/bin/lzgrep ... Processing usr/bin/lzless ... Processing usr/bin/lzma ... Processing usr/bin/lzmadec ... Processing usr/bin/lzmainfo ... Processing usr/bin/lzmore ... Processing usr/bin/netcalc ... Processing usr/bin/pcre2grep ... Processing usr/bin/pcre2test ... Processing usr/bin/phidgetwebservice21 ... Processing usr/bin/psl ... Processing usr/bin/psl-make-dafsa ... Processing usr/bin/rtty ... Processing usr/bin/runc ... Processing usr/bin/spi-config ... Processing usr/bin/spi-pipe ... Processing usr/bin/sqlite3 ... Processing usr/bin/tini ... Processing usr/bin/tree ... Processing usr/bin/uacme ... Processing usr/bin/ubus ... Processing usr/bin/udevadm ... Processing usr/bin/unlzma ... Processing usr/bin/unxz ... Processing usr/bin/x11perf ... Processing usr/bin/x11perfcomp ... Processing usr/bin/xkbevd ... Processing usr/bin/xmlcatalog ... Processing usr/bin/xmllint ... Processing usr/bin/xz ... Processing usr/bin/xzcat ... Processing usr/bin/xzcmp ... Processing usr/bin/xzdec ... Processing usr/bin/xzdiff ... Processing usr/bin/xzegrep ... Processing usr/bin/xzfgrep ... Processing usr/bin/xzgrep ... Processing usr/bin/xzless ... Processing usr/bin/xzmore ... Processing usr/lib ... Processing usr/lib/X11 ... Processing usr/lib/X11/x11perfcomp ... Processing usr/lib/X11/x11perfcomp/Xmark ... Processing usr/lib/X11/x11perfcomp/fillblnk ... Processing usr/lib/X11/x11perfcomp/perfboth ... Processing usr/lib/X11/x11perfcomp/perfratio ... Processing usr/lib/apr-util-1 ... Processing usr/lib/apr-util-1/apr_crypto_openssl-1.so ... Processing usr/lib/apr-util-1/apr_crypto_openssl.so ... Processing usr/lib/apr-util-1/apr_dbd_sqlite3-1.so ... Processing usr/lib/apr-util-1/apr_dbd_sqlite3.so ... Processing usr/lib/apr.exp ... Processing usr/lib/aprutil.exp ... Processing usr/lib/engines-3 ... Processing usr/lib/gio ... Processing usr/lib/gio/modules ... Processing usr/lib/imlib2 ... Processing usr/lib/imlib2/filters ... Processing usr/lib/imlib2/filters/bumpmap.so ... Processing usr/lib/imlib2/filters/colormod.so ... Processing usr/lib/imlib2/filters/testfilter.so ... Processing usr/lib/imlib2/loaders ... Processing usr/lib/imlib2/loaders/argb.so ... Processing usr/lib/imlib2/loaders/bmp.so ... Processing usr/lib/imlib2/loaders/bz2.so ... Processing usr/lib/imlib2/loaders/ff.so ... Processing usr/lib/imlib2/loaders/ico.so ... Processing usr/lib/imlib2/loaders/lbm.so ... Processing usr/lib/imlib2/loaders/pnm.so ... Processing usr/lib/imlib2/loaders/tga.so ... Processing usr/lib/imlib2/loaders/xbm.so ... Processing usr/lib/imlib2/loaders/xpm.so ... Processing usr/lib/imlib2/loaders/zlib.so ... Processing usr/lib/libICE.so ... Processing usr/lib/libICE.so.6 ... Processing usr/lib/libICE.so.6.3.0 ... Processing usr/lib/libImlib2.so ... Processing usr/lib/libImlib2.so.1 ... Processing usr/lib/libImlib2.so.1.7.3 ... Processing usr/lib/libSM.so ... Processing usr/lib/libSM.so.6 ... Processing usr/lib/libSM.so.6.0.1 ... Processing usr/lib/libX11-xcb.so ... Processing usr/lib/libX11-xcb.so.1 ... Processing usr/lib/libX11-xcb.so.1.0.0 ... Processing usr/lib/libX11.so ... Processing usr/lib/libX11.so.6 ... Processing usr/lib/libX11.so.6.4.0 ... Processing usr/lib/libXau.so ... Processing usr/lib/libXau.so.6 ... Processing usr/lib/libXau.so.6.0.0 ... Processing usr/lib/libXdmcp.so ... Processing usr/lib/libXdmcp.so.6 ... Processing usr/lib/libXdmcp.so.6.0.0 ... Processing usr/lib/libXext.so ... Processing usr/lib/libXext.so.6 ... Processing usr/lib/libXext.so.6.4.0 ... Processing usr/lib/libXft.so ... Processing usr/lib/libXft.so.2 ... Processing usr/lib/libXft.so.2.3.8 ... Processing usr/lib/libXmu.so ... Processing usr/lib/libXmu.so.6 ... Processing usr/lib/libXmu.so.6.2.0 ... Processing usr/lib/libXmuu.so ... Processing usr/lib/libXmuu.so.1 ... Processing usr/lib/libXmuu.so.1.0.0 ... Processing usr/lib/libXrender.so ... Processing usr/lib/libXrender.so.1 ... Processing usr/lib/libXrender.so.1.3.0 ... Processing usr/lib/libXt.so ... Processing usr/lib/libXt.so.6 ... Processing usr/lib/libXt.so.6.0.0 ... Processing usr/lib/libXv.so ... Processing usr/lib/libXv.so.1 ... Processing usr/lib/libXv.so.1.0.0 ... Processing usr/lib/libapr-1.so ... Processing usr/lib/libapr-1.so.0 ... Processing usr/lib/libapr-1.so.0.7.2 ... Processing usr/lib/libaprutil-1.so ... Processing usr/lib/libaprutil-1.so.0 ... Processing usr/lib/libaprutil-1.so.0.6.3 ... Processing usr/lib/libavro.so ... Processing usr/lib/libavro.so.23 ... Processing usr/lib/libavro.so.23.0.0 ... Processing usr/lib/libblkid.so ... Processing usr/lib/libblobmsg_json.so ... Processing usr/lib/libbz2.so ... Processing usr/lib/libbz2.so.1.0 ... Processing usr/lib/libbz2.so.1.0.8 ... Processing usr/lib/libcodec2.so ... Processing usr/lib/libcodec2.so.1.2 ... Processing usr/lib/libcorrect.so ... Processing usr/lib/libcrun.so ... Processing usr/lib/libcrun.so.0 ... Processing usr/lib/libcrun.so.0.0.0 ... Processing usr/lib/libcrypto.so ... Processing usr/lib/libcrypto.so.3 ... Processing usr/lib/libcurl.so ... Processing usr/lib/libcurl.so.4 ... Processing usr/lib/libcurl.so.4.8.0 ... Processing usr/lib/libdbus-1.so ... Processing usr/lib/libdbus-1.so.3 ... Processing usr/lib/libdbus-1.so.3.32.4 ... Processing usr/lib/libev.so ... Processing usr/lib/libev.so.4 ... Processing usr/lib/libev.so.4.0.0 ... Processing usr/lib/libexpat.so ... Processing usr/lib/libexpat.so.1 ... Processing usr/lib/libexpat.so.1.9.2 ... Processing usr/lib/libffi.so ... Processing usr/lib/libffi.so.8 ... Processing usr/lib/libffi.so.8.1.2 ... Processing usr/lib/libfontconfig.so ... Processing usr/lib/libfontconfig.so.1 ... Processing usr/lib/libfontconfig.so.1.12.0 ... Processing usr/lib/libfontenc.so ... Processing usr/lib/libfontenc.so.1 ... Processing usr/lib/libfontenc.so.1.0.0 ... Processing usr/lib/libfreetype.so ... Processing usr/lib/libfreetype.so.6 ... Processing usr/lib/libfreetype.so.6.20.1 ... Processing usr/lib/libgd.so ... Processing usr/lib/libgd.so.3 ... Processing usr/lib/libgd.so.3.0.11 ... Processing usr/lib/libgiblib.so ... Processing usr/lib/libgiblib.so.1 ... Processing usr/lib/libgiblib.so.1.0.6 ... Processing usr/lib/libgio-2.0.so ... Processing usr/lib/libgio-2.0.so.0 ... Processing usr/lib/libgio-2.0.so.0.7600.1 ... Processing usr/lib/libglib-2.0.so ... Processing usr/lib/libglib-2.0.so.0 ... Processing usr/lib/libglib-2.0.so.0.7600.1 ... Processing usr/lib/libgmodule-2.0.so ... Processing usr/lib/libgmodule-2.0.so.0 ... Processing usr/lib/libgmodule-2.0.so.0.7600.1 ... Processing usr/lib/libgobject-2.0.so ... Processing usr/lib/libgobject-2.0.so.0 ... Processing usr/lib/libgobject-2.0.so.0.7600.1 ... Processing usr/lib/libgta.so ... Processing usr/lib/libgta.so.1 ... Processing usr/lib/libgta.so.1.0.0 ... Processing usr/lib/libgthread-2.0.so ... Processing usr/lib/libgthread-2.0.so.0 ... Processing usr/lib/libgthread-2.0.so.0.7600.1 ... Processing usr/lib/libidn2.so ... Processing usr/lib/libidn2.so.0 ... Processing usr/lib/libidn2.so.0.3.8 ... Processing usr/lib/libjansson.so ... Processing usr/lib/libjansson.so.4 ... Processing usr/lib/libjansson.so.4.14.0 ... Processing usr/lib/libjson-c.so ... Processing usr/lib/libjson-c.so.5 ... Processing usr/lib/libjson-c.so.5.3.0 ... Processing usr/lib/libjson_script.so ... Processing usr/lib/libkmod.so ... Processing usr/lib/libkmod.so.2 ... Processing usr/lib/libkmod.so.2.4.1 ... Processing usr/lib/liblzma.so ... Processing usr/lib/liblzma.so.5 ... Processing usr/lib/liblzma.so.5.4.5 ... Processing usr/lib/libmad.so ... Processing usr/lib/libmad.so.0 ... Processing usr/lib/libmad.so.0.2.1 ... Processing usr/lib/liborc-0.4.so ... Processing usr/lib/liborc-0.4.so.0 ... Processing usr/lib/liborc-0.4.so.0.34.0 ... Processing usr/lib/libpcap.so ... Processing usr/lib/libpcap.so.1 ... Processing usr/lib/libpcap.so.1.10.4 ... Processing usr/lib/libpcre2-8.so ... Processing usr/lib/libpcre2-8.so.0 ... Processing usr/lib/libpcre2-8.so.0.11.2 ... Processing usr/lib/libpcre2-posix.so ... Processing usr/lib/libpcre2-posix.so.3 ... Processing usr/lib/libpcre2-posix.so.3.0.4 ... Processing usr/lib/libphidget21.so ... Processing usr/lib/libphidget21.so.0 ... Processing usr/lib/libphidget21.so.0.0.0 ... Processing usr/lib/libpng.so ... Processing usr/lib/libpng16.so ... Processing usr/lib/libpng16.so.16 ... Processing usr/lib/libpng16.so.16.41.0 ... Processing usr/lib/libpsl.so ... Processing usr/lib/libpsl.so.5 ... Processing usr/lib/libpsl.so.5.3.5 ... Processing usr/lib/libsmartcols.so ... Processing usr/lib/libsoup-2.4.so ... Processing usr/lib/libsoup-2.4.so.1 ... Processing usr/lib/libsoup-2.4.so.1.11.2 ... Processing usr/lib/libsqlite3.so ... Processing usr/lib/libsqlite3.so.0 ... Processing usr/lib/libsqlite3.so.0.8.6 ... Processing usr/lib/libssl.so ... Processing usr/lib/libssl.so.3 ... Processing usr/lib/libubox.so ... Processing usr/lib/libubus.so ... Processing usr/lib/libudev.so ... Processing usr/lib/libunistring.so ... Processing usr/lib/libunistring.so.5 ... Processing usr/lib/libunistring.so.5.0.0 ... Processing usr/lib/libusb-1.0.so ... Processing usr/lib/libusb-1.0.so.0 ... Processing usr/lib/libusb-1.0.so.0.3.0 ... Processing usr/lib/libuuid.so ... Processing usr/lib/libxcb-composite.so ... Processing usr/lib/libxcb-composite.so.0 ... Processing usr/lib/libxcb-composite.so.0.0.0 ... Processing usr/lib/libxcb-damage.so ... Processing usr/lib/libxcb-damage.so.0 ... Processing usr/lib/libxcb-damage.so.0.0.0 ... Processing usr/lib/libxcb-dpms.so ... Processing usr/lib/libxcb-dpms.so.0 ... Processing usr/lib/libxcb-dpms.so.0.0.0 ... Processing usr/lib/libxcb-dri2.so ... Processing usr/lib/libxcb-dri2.so.0 ... Processing usr/lib/libxcb-dri2.so.0.0.0 ... Processing usr/lib/libxcb-dri3.so ... Processing usr/lib/libxcb-dri3.so.0 ... Processing usr/lib/libxcb-dri3.so.0.1.0 ... Processing usr/lib/libxcb-glx.so ... Processing usr/lib/libxcb-glx.so.0 ... Processing usr/lib/libxcb-glx.so.0.0.0 ... Processing usr/lib/libxcb-present.so ... Processing usr/lib/libxcb-present.so.0 ... Processing usr/lib/libxcb-present.so.0.0.0 ... Processing usr/lib/libxcb-randr.so ... Processing usr/lib/libxcb-randr.so.0 ... Processing usr/lib/libxcb-randr.so.0.1.0 ... Processing usr/lib/libxcb-record.so ... Processing usr/lib/libxcb-record.so.0 ... Processing usr/lib/libxcb-record.so.0.0.0 ... Processing usr/lib/libxcb-render.so ... Processing usr/lib/libxcb-render.so.0 ... Processing usr/lib/libxcb-render.so.0.0.0 ... Processing usr/lib/libxcb-res.so ... Processing usr/lib/libxcb-res.so.0 ... Processing usr/lib/libxcb-res.so.0.0.0 ... Processing usr/lib/libxcb-screensaver.so ... Processing usr/lib/libxcb-screensaver.so.0 ... Processing usr/lib/libxcb-screensaver.so.0.0.0 ... Processing usr/lib/libxcb-shape.so ... Processing usr/lib/libxcb-shape.so.0 ... Processing usr/lib/libxcb-shape.so.0.0.0 ... Processing usr/lib/libxcb-shm.so ... Processing usr/lib/libxcb-shm.so.0 ... Processing usr/lib/libxcb-shm.so.0.0.0 ... Processing usr/lib/libxcb-sync.so ... Processing usr/lib/libxcb-sync.so.1 ... Processing usr/lib/libxcb-sync.so.1.0.0 ... Processing usr/lib/libxcb-xf86dri.so ... Processing usr/lib/libxcb-xf86dri.so.0 ... Processing usr/lib/libxcb-xf86dri.so.0.0.0 ... Processing usr/lib/libxcb-xfixes.so ... Processing usr/lib/libxcb-xfixes.so.0 ... Processing usr/lib/libxcb-xfixes.so.0.0.0 ... Processing usr/lib/libxcb-xinerama.so ... Processing usr/lib/libxcb-xinerama.so.0 ... Processing usr/lib/libxcb-xinerama.so.0.0.0 ... Processing usr/lib/libxcb-xinput.so ... Processing usr/lib/libxcb-xinput.so.0 ... Processing usr/lib/libxcb-xinput.so.0.1.0 ... Processing usr/lib/libxcb-xkb.so ... Processing usr/lib/libxcb-xkb.so.1 ... Processing usr/lib/libxcb-xkb.so.1.0.0 ... Processing usr/lib/libxcb-xtest.so ... Processing usr/lib/libxcb-xtest.so.0 ... Processing usr/lib/libxcb-xtest.so.0.0.0 ... Processing usr/lib/libxcb-xv.so ... Processing usr/lib/libxcb-xv.so.0 ... Processing usr/lib/libxcb-xv.so.0.0.0 ... Processing usr/lib/libxcb-xvmc.so ... Processing usr/lib/libxcb-xvmc.so.0 ... Processing usr/lib/libxcb-xvmc.so.0.0.0 ... Processing usr/lib/libxcb.so ... Processing usr/lib/libxcb.so.1 ... Processing usr/lib/libxcb.so.1.1.0 ... Processing usr/lib/libxkbfile.so ... Processing usr/lib/libxkbfile.so.1 ... Processing usr/lib/libxkbfile.so.1.0.2 ... Processing usr/lib/libxml2.so ... Processing usr/lib/libxml2.so.2 ... Processing usr/lib/libxml2.so.2.12.6 ... Processing usr/lib/libyajl.so ... Processing usr/lib/libyajl.so.2 ... Processing usr/lib/libyajl.so.2.1.0 ... Processing usr/lib/libz.so ... Processing usr/lib/libz.so.1 ... Processing usr/lib/libz.so.1.3.1 ... Processing usr/lib/os-release ... Processing usr/lib/ossl-modules ... Processing usr/lib/ossl-modules/legacy.so ... Processing usr/lib/python3.11 ... Processing usr/lib/python3.11/site-packages ... Processing usr/lib/python3.11/site-packages/xcbgen ... Processing usr/lib/python3.11/site-packages/xcbgen/__init__.py ... Processing usr/lib/python3.11/site-packages/xcbgen/__pycache__ ... Processing []site-packages/xcbgen/__pycache__/__init__.cpython-311.opt-1.pyc ... Processing []site-packages/xcbgen/__pycache__/__init__.cpython-311.opt-2.pyc ... Processing []n3.11/site-packages/xcbgen/__pycache__/__init__.cpython-311.pyc ... Processing []11/site-packages/xcbgen/__pycache__/align.cpython-311.opt-1.pyc ... Processing []11/site-packages/xcbgen/__pycache__/align.cpython-311.opt-2.pyc ... Processing []thon3.11/site-packages/xcbgen/__pycache__/align.cpython-311.pyc ... Processing []11/site-packages/xcbgen/__pycache__/error.cpython-311.opt-1.pyc ... Processing []11/site-packages/xcbgen/__pycache__/error.cpython-311.opt-2.pyc ... Processing []thon3.11/site-packages/xcbgen/__pycache__/error.cpython-311.pyc ... Processing [].11/site-packages/xcbgen/__pycache__/expr.cpython-311.opt-1.pyc ... Processing [].11/site-packages/xcbgen/__pycache__/expr.cpython-311.opt-2.pyc ... Processing []ython3.11/site-packages/xcbgen/__pycache__/expr.cpython-311.pyc ... Processing []/site-packages/xcbgen/__pycache__/matcher.cpython-311.opt-1.pyc ... Processing []/site-packages/xcbgen/__pycache__/matcher.cpython-311.opt-2.pyc ... Processing []on3.11/site-packages/xcbgen/__pycache__/matcher.cpython-311.pyc ... Processing []11/site-packages/xcbgen/__pycache__/state.cpython-311.opt-1.pyc ... Processing []11/site-packages/xcbgen/__pycache__/state.cpython-311.opt-2.pyc ... Processing []thon3.11/site-packages/xcbgen/__pycache__/state.cpython-311.pyc ... Processing []1/site-packages/xcbgen/__pycache__/xtypes.cpython-311.opt-1.pyc ... Processing []1/site-packages/xcbgen/__pycache__/xtypes.cpython-311.opt-2.pyc ... Processing []hon3.11/site-packages/xcbgen/__pycache__/xtypes.cpython-311.pyc ... Processing usr/lib/python3.11/site-packages/xcbgen/align.py ... Processing usr/lib/python3.11/site-packages/xcbgen/error.py ... Processing usr/lib/python3.11/site-packages/xcbgen/expr.py ... Processing usr/lib/python3.11/site-packages/xcbgen/matcher.py ... Processing usr/lib/python3.11/site-packages/xcbgen/state.py ... Processing usr/lib/python3.11/site-packages/xcbgen/xtypes.py ... Processing usr/lib/tc ... Processing usr/lib/tc/experimental.dist ... Processing usr/lib/tc/normal.dist ... Processing usr/lib/tc/pareto.dist ... Processing usr/lib/tc/paretonormal.dist ... Processing usr/lib32 ... Processing usr/libexec ... Processing usr/libexec/dbus-daemon-launch-helper ... Processing usr/libexec/docker ... Processing usr/libexec/docker/docker-init ... Processing usr/libexec/gio-launch-desktop ... Processing usr/sbin ... Processing usr/sbin/flash_otp_lock ... Processing usr/sbin/hwstamp_ctl ... Processing usr/sbin/mtdpart ... Processing usr/sbin/nsm ... Processing usr/sbin/phc2sys ... Processing usr/sbin/phc_ctl ... Processing usr/sbin/pmc ... Processing usr/sbin/ptp4l ... Processing usr/sbin/timemaster ... Processing usr/sbin/ts2phc ... Processing usr/sbin/tz2alt ... Processing usr/sbin/ubusd ... Processing usr/share ... Processing usr/share/X11 ... Processing usr/share/X11/XErrorDB ... Processing usr/share/X11/Xcms.txt ... Processing usr/share/X11/locale ... Processing usr/share/X11/locale/C ... Processing usr/share/X11/locale/C/Compose ... Processing usr/share/X11/locale/C/XI18N_OBJS ... Processing usr/share/X11/locale/C/XLC_LOCALE ... Processing usr/share/X11/locale/am_ET.UTF-8 ... Processing usr/share/X11/locale/am_ET.UTF-8/Compose ... Processing usr/share/X11/locale/am_ET.UTF-8/XI18N_OBJS ... Processing usr/share/X11/locale/am_ET.UTF-8/XLC_LOCALE ... Processing usr/share/X11/locale/armscii-8 ... Processing usr/share/X11/locale/armscii-8/Compose ... Processing usr/share/X11/locale/armscii-8/XI18N_OBJS ... Processing usr/share/X11/locale/armscii-8/XLC_LOCALE ... Processing usr/share/X11/locale/compose.dir ... Processing usr/share/X11/locale/cs_CZ.UTF-8 ... Processing usr/share/X11/locale/cs_CZ.UTF-8/Compose ... Processing usr/share/X11/locale/cs_CZ.UTF-8/XI18N_OBJS ... Processing usr/share/X11/locale/cs_CZ.UTF-8/XLC_LOCALE ... Processing usr/share/X11/locale/el_GR.UTF-8 ... Processing usr/share/X11/locale/el_GR.UTF-8/Compose ... Processing usr/share/X11/locale/el_GR.UTF-8/XI18N_OBJS ... Processing usr/share/X11/locale/el_GR.UTF-8/XLC_LOCALE ... Processing usr/share/X11/locale/en_US.UTF-8 ... Processing usr/share/X11/locale/en_US.UTF-8/Compose ... Processing usr/share/X11/locale/en_US.UTF-8/XI18N_OBJS ... Processing usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE ... Processing usr/share/X11/locale/fi_FI.UTF-8 ... Processing usr/share/X11/locale/fi_FI.UTF-8/Compose ... Processing usr/share/X11/locale/fi_FI.UTF-8/XI18N_OBJS ... Processing usr/share/X11/locale/fi_FI.UTF-8/XLC_LOCALE ... Processing usr/share/X11/locale/georgian-academy ... Processing usr/share/X11/locale/georgian-academy/Compose ... Processing usr/share/X11/locale/georgian-academy/XI18N_OBJS ... Processing usr/share/X11/locale/georgian-academy/XLC_LOCALE ... Processing usr/share/X11/locale/georgian-ps ... Processing usr/share/X11/locale/georgian-ps/Compose ... Processing usr/share/X11/locale/georgian-ps/XI18N_OBJS ... Processing usr/share/X11/locale/georgian-ps/XLC_LOCALE ... Processing usr/share/X11/locale/ibm-cp1133 ... Processing usr/share/X11/locale/ibm-cp1133/Compose ... Processing usr/share/X11/locale/ibm-cp1133/XI18N_OBJS ... Processing usr/share/X11/locale/ibm-cp1133/XLC_LOCALE ... Processing usr/share/X11/locale/iscii-dev ... Processing usr/share/X11/locale/iscii-dev/Compose ... Processing usr/share/X11/locale/iscii-dev/XI18N_OBJS ... Processing usr/share/X11/locale/iscii-dev/XLC_LOCALE ... Processing usr/share/X11/locale/isiri-3342 ... Processing usr/share/X11/locale/isiri-3342/Compose ... Processing usr/share/X11/locale/isiri-3342/XI18N_OBJS ... Processing usr/share/X11/locale/isiri-3342/XLC_LOCALE ... Processing usr/share/X11/locale/iso8859-1 ... Processing usr/share/X11/locale/iso8859-1/Compose ... Processing usr/share/X11/locale/iso8859-1/XI18N_OBJS ... Processing usr/share/X11/locale/iso8859-1/XLC_LOCALE ... Processing usr/share/X11/locale/iso8859-10 ... Processing usr/share/X11/locale/iso8859-10/Compose ... Processing usr/share/X11/locale/iso8859-10/XI18N_OBJS ... Processing usr/share/X11/locale/iso8859-10/XLC_LOCALE ... Processing usr/share/X11/locale/iso8859-11 ... Processing usr/share/X11/locale/iso8859-11/Compose ... Processing usr/share/X11/locale/iso8859-11/XI18N_OBJS ... Processing usr/share/X11/locale/iso8859-11/XLC_LOCALE ... Processing usr/share/X11/locale/iso8859-13 ... Processing usr/share/X11/locale/iso8859-13/Compose ... Processing usr/share/X11/locale/iso8859-13/XI18N_OBJS ... Processing usr/share/X11/locale/iso8859-13/XLC_LOCALE ... Processing usr/share/X11/locale/iso8859-14 ... Processing usr/share/X11/locale/iso8859-14/Compose ... Processing usr/share/X11/locale/iso8859-14/XI18N_OBJS ... Processing usr/share/X11/locale/iso8859-14/XLC_LOCALE ... Processing usr/share/X11/locale/iso8859-15 ... Processing usr/share/X11/locale/iso8859-15/Compose ... Processing usr/share/X11/locale/iso8859-15/XI18N_OBJS ... Processing usr/share/X11/locale/iso8859-15/XLC_LOCALE ... Processing usr/share/X11/locale/iso8859-2 ... Processing usr/share/X11/locale/iso8859-2/Compose ... Processing usr/share/X11/locale/iso8859-2/XI18N_OBJS ... Processing usr/share/X11/locale/iso8859-2/XLC_LOCALE ... Processing usr/share/X11/locale/iso8859-3 ... Processing usr/share/X11/locale/iso8859-3/Compose ... Processing usr/share/X11/locale/iso8859-3/XI18N_OBJS ... Processing usr/share/X11/locale/iso8859-3/XLC_LOCALE ... Processing usr/share/X11/locale/iso8859-4 ... Processing usr/share/X11/locale/iso8859-4/Compose ... Processing usr/share/X11/locale/iso8859-4/XI18N_OBJS ... Processing usr/share/X11/locale/iso8859-4/XLC_LOCALE ... Processing usr/share/X11/locale/iso8859-5 ... Processing usr/share/X11/locale/iso8859-5/Compose ... Processing usr/share/X11/locale/iso8859-5/XI18N_OBJS ... Processing usr/share/X11/locale/iso8859-5/XLC_LOCALE ... Processing usr/share/X11/locale/iso8859-6 ... Processing usr/share/X11/locale/iso8859-6/Compose ... Processing usr/share/X11/locale/iso8859-6/XI18N_OBJS ... Processing usr/share/X11/locale/iso8859-6/XLC_LOCALE ... Processing usr/share/X11/locale/iso8859-7 ... Processing usr/share/X11/locale/iso8859-7/Compose ... Processing usr/share/X11/locale/iso8859-7/XI18N_OBJS ... Processing usr/share/X11/locale/iso8859-7/XLC_LOCALE ... Processing usr/share/X11/locale/iso8859-8 ... Processing usr/share/X11/locale/iso8859-8/Compose ... Processing usr/share/X11/locale/iso8859-8/XI18N_OBJS ... Processing usr/share/X11/locale/iso8859-8/XLC_LOCALE ... Processing usr/share/X11/locale/iso8859-9 ... Processing usr/share/X11/locale/iso8859-9/Compose ... Processing usr/share/X11/locale/iso8859-9/XI18N_OBJS ... Processing usr/share/X11/locale/iso8859-9/XLC_LOCALE ... Processing usr/share/X11/locale/iso8859-9e ... Processing usr/share/X11/locale/iso8859-9e/Compose ... Processing usr/share/X11/locale/iso8859-9e/XI18N_OBJS ... Processing usr/share/X11/locale/iso8859-9e/XLC_LOCALE ... Processing usr/share/X11/locale/ja ... Processing usr/share/X11/locale/ja/Compose ... Processing usr/share/X11/locale/ja/XI18N_OBJS ... Processing usr/share/X11/locale/ja/XLC_LOCALE ... Processing usr/share/X11/locale/ja.JIS ... Processing usr/share/X11/locale/ja.JIS/Compose ... Processing usr/share/X11/locale/ja.JIS/XI18N_OBJS ... Processing usr/share/X11/locale/ja.JIS/XLC_LOCALE ... Processing usr/share/X11/locale/ja.SJIS ... Processing usr/share/X11/locale/ja.SJIS/Compose ... Processing usr/share/X11/locale/ja.SJIS/XI18N_OBJS ... Processing usr/share/X11/locale/ja.SJIS/XLC_LOCALE ... Processing usr/share/X11/locale/ja_JP.UTF-8 ... Processing usr/share/X11/locale/ja_JP.UTF-8/Compose ... Processing usr/share/X11/locale/ja_JP.UTF-8/XI18N_OBJS ... Processing usr/share/X11/locale/ja_JP.UTF-8/XLC_LOCALE ... Processing usr/share/X11/locale/km_KH.UTF-8 ... Processing usr/share/X11/locale/km_KH.UTF-8/Compose ... Processing usr/share/X11/locale/km_KH.UTF-8/XI18N_OBJS ... Processing usr/share/X11/locale/km_KH.UTF-8/XLC_LOCALE ... Processing usr/share/X11/locale/ko ... Processing usr/share/X11/locale/ko/Compose ... Processing usr/share/X11/locale/ko/XI18N_OBJS ... Processing usr/share/X11/locale/ko/XLC_LOCALE ... Processing usr/share/X11/locale/ko_KR.UTF-8 ... Processing usr/share/X11/locale/ko_KR.UTF-8/Compose ... Processing usr/share/X11/locale/ko_KR.UTF-8/XI18N_OBJS ... Processing usr/share/X11/locale/ko_KR.UTF-8/XLC_LOCALE ... Processing usr/share/X11/locale/koi8-c ... Processing usr/share/X11/locale/koi8-c/Compose ... Processing usr/share/X11/locale/koi8-c/XI18N_OBJS ... Processing usr/share/X11/locale/koi8-c/XLC_LOCALE ... Processing usr/share/X11/locale/koi8-r ... Processing usr/share/X11/locale/koi8-r/Compose ... Processing usr/share/X11/locale/koi8-r/XI18N_OBJS ... Processing usr/share/X11/locale/koi8-r/XLC_LOCALE ... Processing usr/share/X11/locale/koi8-u ... Processing usr/share/X11/locale/koi8-u/Compose ... Processing usr/share/X11/locale/koi8-u/XI18N_OBJS ... Processing usr/share/X11/locale/koi8-u/XLC_LOCALE ... Processing usr/share/X11/locale/locale.alias ... Processing usr/share/X11/locale/locale.dir ... Processing usr/share/X11/locale/microsoft-cp1251 ... Processing usr/share/X11/locale/microsoft-cp1251/Compose ... Processing usr/share/X11/locale/microsoft-cp1251/XI18N_OBJS ... Processing usr/share/X11/locale/microsoft-cp1251/XLC_LOCALE ... Processing usr/share/X11/locale/microsoft-cp1255 ... Processing usr/share/X11/locale/microsoft-cp1255/Compose ... Processing usr/share/X11/locale/microsoft-cp1255/XI18N_OBJS ... Processing usr/share/X11/locale/microsoft-cp1255/XLC_LOCALE ... Processing usr/share/X11/locale/microsoft-cp1256 ... Processing usr/share/X11/locale/microsoft-cp1256/Compose ... Processing usr/share/X11/locale/microsoft-cp1256/XI18N_OBJS ... Processing usr/share/X11/locale/microsoft-cp1256/XLC_LOCALE ... Processing usr/share/X11/locale/mulelao-1 ... Processing usr/share/X11/locale/mulelao-1/Compose ... Processing usr/share/X11/locale/mulelao-1/XI18N_OBJS ... Processing usr/share/X11/locale/mulelao-1/XLC_LOCALE ... Processing usr/share/X11/locale/nokhchi-1 ... Processing usr/share/X11/locale/nokhchi-1/Compose ... Processing usr/share/X11/locale/nokhchi-1/XI18N_OBJS ... Processing usr/share/X11/locale/nokhchi-1/XLC_LOCALE ... Processing usr/share/X11/locale/pt_BR.UTF-8 ... Processing usr/share/X11/locale/pt_BR.UTF-8/Compose ... Processing usr/share/X11/locale/pt_BR.UTF-8/XI18N_OBJS ... Processing usr/share/X11/locale/pt_BR.UTF-8/XLC_LOCALE ... Processing usr/share/X11/locale/pt_PT.UTF-8 ... Processing usr/share/X11/locale/pt_PT.UTF-8/Compose ... Processing usr/share/X11/locale/pt_PT.UTF-8/XI18N_OBJS ... Processing usr/share/X11/locale/pt_PT.UTF-8/XLC_LOCALE ... Processing usr/share/X11/locale/ru_RU.UTF-8 ... Processing usr/share/X11/locale/ru_RU.UTF-8/Compose ... Processing usr/share/X11/locale/ru_RU.UTF-8/XI18N_OBJS ... Processing usr/share/X11/locale/ru_RU.UTF-8/XLC_LOCALE ... Processing usr/share/X11/locale/sr_RS.UTF-8 ... Processing usr/share/X11/locale/sr_RS.UTF-8/Compose ... Processing usr/share/X11/locale/sr_RS.UTF-8/XI18N_OBJS ... Processing usr/share/X11/locale/sr_RS.UTF-8/XLC_LOCALE ... Processing usr/share/X11/locale/tatar-cyr ... Processing usr/share/X11/locale/tatar-cyr/Compose ... Processing usr/share/X11/locale/tatar-cyr/XI18N_OBJS ... Processing usr/share/X11/locale/tatar-cyr/XLC_LOCALE ... Processing usr/share/X11/locale/th_TH ... Processing usr/share/X11/locale/th_TH/Compose ... Processing usr/share/X11/locale/th_TH/XI18N_OBJS ... Processing usr/share/X11/locale/th_TH/XLC_LOCALE ... Processing usr/share/X11/locale/th_TH.UTF-8 ... Processing usr/share/X11/locale/th_TH.UTF-8/Compose ... Processing usr/share/X11/locale/th_TH.UTF-8/XI18N_OBJS ... Processing usr/share/X11/locale/th_TH.UTF-8/XLC_LOCALE ... Processing usr/share/X11/locale/tscii-0 ... Processing usr/share/X11/locale/tscii-0/Compose ... Processing usr/share/X11/locale/tscii-0/XI18N_OBJS ... Processing usr/share/X11/locale/tscii-0/XLC_LOCALE ... Processing usr/share/X11/locale/vi_VN.tcvn ... Processing usr/share/X11/locale/vi_VN.tcvn/Compose ... Processing usr/share/X11/locale/vi_VN.tcvn/XI18N_OBJS ... Processing usr/share/X11/locale/vi_VN.tcvn/XLC_LOCALE ... Processing usr/share/X11/locale/vi_VN.viscii ... Processing usr/share/X11/locale/vi_VN.viscii/Compose ... Processing usr/share/X11/locale/vi_VN.viscii/XI18N_OBJS ... Processing usr/share/X11/locale/vi_VN.viscii/XLC_LOCALE ... Processing usr/share/X11/locale/zh_CN ... Processing usr/share/X11/locale/zh_CN/Compose ... Processing usr/share/X11/locale/zh_CN/XI18N_OBJS ... Processing usr/share/X11/locale/zh_CN/XLC_LOCALE ... Processing usr/share/X11/locale/zh_CN.UTF-8 ... Processing usr/share/X11/locale/zh_CN.UTF-8/Compose ... Processing usr/share/X11/locale/zh_CN.UTF-8/XI18N_OBJS ... Processing usr/share/X11/locale/zh_CN.UTF-8/XLC_LOCALE ... Processing usr/share/X11/locale/zh_CN.gb18030 ... Processing usr/share/X11/locale/zh_CN.gb18030/Compose ... Processing usr/share/X11/locale/zh_CN.gb18030/XI18N_OBJS ... Processing usr/share/X11/locale/zh_CN.gb18030/XLC_LOCALE ... Processing usr/share/X11/locale/zh_CN.gbk ... Processing usr/share/X11/locale/zh_CN.gbk/Compose ... Processing usr/share/X11/locale/zh_CN.gbk/XI18N_OBJS ... Processing usr/share/X11/locale/zh_CN.gbk/XLC_LOCALE ... Processing usr/share/X11/locale/zh_HK.UTF-8 ... Processing usr/share/X11/locale/zh_HK.UTF-8/Compose ... Processing usr/share/X11/locale/zh_HK.UTF-8/XI18N_OBJS ... Processing usr/share/X11/locale/zh_HK.UTF-8/XLC_LOCALE ... Processing usr/share/X11/locale/zh_HK.big5 ... Processing usr/share/X11/locale/zh_HK.big5/Compose ... Processing usr/share/X11/locale/zh_HK.big5/XI18N_OBJS ... Processing usr/share/X11/locale/zh_HK.big5/XLC_LOCALE ... Processing usr/share/X11/locale/zh_HK.big5hkscs ... Processing usr/share/X11/locale/zh_HK.big5hkscs/Compose ... Processing usr/share/X11/locale/zh_HK.big5hkscs/XI18N_OBJS ... Processing usr/share/X11/locale/zh_HK.big5hkscs/XLC_LOCALE ... Processing usr/share/X11/locale/zh_TW ... Processing usr/share/X11/locale/zh_TW/Compose ... Processing usr/share/X11/locale/zh_TW/XI18N_OBJS ... Processing usr/share/X11/locale/zh_TW/XLC_LOCALE ... Processing usr/share/X11/locale/zh_TW.UTF-8 ... Processing usr/share/X11/locale/zh_TW.UTF-8/Compose ... Processing usr/share/X11/locale/zh_TW.UTF-8/XI18N_OBJS ... Processing usr/share/X11/locale/zh_TW.UTF-8/XLC_LOCALE ... Processing usr/share/X11/locale/zh_TW.big5 ... Processing usr/share/X11/locale/zh_TW.big5/Compose ... Processing usr/share/X11/locale/zh_TW.big5/XI18N_OBJS ... Processing usr/share/X11/locale/zh_TW.big5/XLC_LOCALE ... Processing usr/share/dbus-1 ... Processing usr/share/dbus-1/services ... Processing usr/share/dbus-1/session.conf ... Processing usr/share/dbus-1/session.d ... Processing usr/share/dbus-1/system-services ... Processing usr/share/dbus-1/system.conf ... Processing usr/share/dbus-1/system.d ... Processing usr/share/fontconfig ... Processing usr/share/fontconfig/conf.avail ... Processing usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf ... Processing usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf ... Processing usr/share/fontconfig/conf.avail/10-autohint.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-full.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-medium.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-none.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-slight.conf ... Processing usr/share/fontconfig/conf.avail/10-no-antialias.conf ... Processing usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf ... Processing usr/share/fontconfig/conf.avail/10-unhinted.conf ... Processing usr/share/fontconfig/conf.avail/10-yes-antialias.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf ... Processing usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf ... Processing usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/30-metric-aliases.conf ... Processing usr/share/fontconfig/conf.avail/35-lang-normalize.conf ... Processing usr/share/fontconfig/conf.avail/40-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/45-generic.conf ... Processing usr/share/fontconfig/conf.avail/45-latin.conf ... Processing usr/share/fontconfig/conf.avail/48-spacing.conf ... Processing usr/share/fontconfig/conf.avail/49-sansserif.conf ... Processing usr/share/fontconfig/conf.avail/50-user.conf ... Processing usr/share/fontconfig/conf.avail/51-local.conf ... Processing usr/share/fontconfig/conf.avail/60-generic.conf ... Processing usr/share/fontconfig/conf.avail/60-latin.conf ... Processing usr/share/fontconfig/conf.avail/65-fonts-persian.conf ... Processing usr/share/fontconfig/conf.avail/65-khmer.conf ... Processing usr/share/fontconfig/conf.avail/65-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/69-unifont.conf ... Processing usr/share/fontconfig/conf.avail/70-no-bitmaps.conf ... Processing usr/share/fontconfig/conf.avail/70-yes-bitmaps.conf ... Processing usr/share/fontconfig/conf.avail/80-delicious.conf ... Processing usr/share/fontconfig/conf.avail/90-synthetic.conf ... Processing usr/share/fonts ... Processing usr/share/fonts/X11 ... Processing usr/share/fonts/X11/100dpi ... Processing usr/share/fonts/X11/100dpi/fonts.alias ... Processing usr/share/fonts/X11/75dpi ... Processing usr/share/fonts/X11/75dpi/UTBI__10-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__10-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__10-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__10-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__10-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__10-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__10-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__10-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__10-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__12-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__12-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__12-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__12-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__12-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__12-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__12-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__12-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__12-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__12.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__14-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__14-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__14-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__14-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__14-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__14-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__14-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__14-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__14-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__18-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__18-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__18-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__18-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__18-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__18-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__18-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__18-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__18-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__18.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__24-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__24-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__24-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__24-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__24-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__24-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__24-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__24-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__24-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTBI__24.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___10-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___10-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___10-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___10-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___10-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___10-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___10-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___10-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___10-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___12-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___12-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___12-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___12-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___12-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___12-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___12-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___12-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___12-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___12.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___14-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___14-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___14-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___14-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___14-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___14-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___14-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___14-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___14-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___18-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___18-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___18-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___18-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___18-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___18-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___18-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___18-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___18-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___18.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___24-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___24-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___24-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___24-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___24-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___24-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___24-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___24-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___24-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTB___24.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___10-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___10-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___10-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___10-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___10-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___10-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___10-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___10-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___10-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___12-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___12-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___12-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___12-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___12-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___12-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___12-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___12-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___12-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___12.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___14-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___14-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___14-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___14-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___14-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___14-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___14-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___14-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___14-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___18-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___18-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___18-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___18-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___18-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___18-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___18-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___18-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___18-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___18.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___24-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___24-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___24-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___24-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___24-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___24-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___24-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___24-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___24-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTI___24.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__10-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__10-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__10-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__10-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__10-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__10-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__10-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__10-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__10-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__12-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__12-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__12-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__12-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__12-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__12-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__12-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__12-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__12-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__12.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__14-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__14-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__14-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__14-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__14-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__14-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__14-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__14-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__14-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__18-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__18-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__18-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__18-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__18-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__18-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__18-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__18-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__18-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__18.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__24-ISO8859-1.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__24-ISO8859-10.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__24-ISO8859-13.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__24-ISO8859-14.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__24-ISO8859-15.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__24-ISO8859-2.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__24-ISO8859-3.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__24-ISO8859-4.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__24-ISO8859-9.pcf.gz ... Processing usr/share/fonts/X11/75dpi/UTRG__24.pcf.gz ... Processing usr/share/fonts/X11/75dpi/fonts.alias ... Processing usr/share/fonts/X11/75dpi/fonts.dir ... Processing usr/share/fonts/X11/cyrillic ... Processing usr/share/fonts/X11/cyrillic/fonts.alias ... Processing usr/share/fonts/X11/misc ... Processing usr/share/fonts/X11/misc/fonts.alias ... Processing usr/share/gettext ... Processing usr/share/gettext/its ... Processing usr/share/gettext/its/fontconfig.its ... Processing usr/share/gettext/its/fontconfig.loc ... Processing usr/share/gettext/its/gschema.its ... Processing usr/share/gettext/its/gschema.loc ... Processing usr/share/glib-2.0 ... Processing usr/share/glib-2.0/schemas ... Processing usr/share/glib-2.0/valgrind ... Processing usr/share/glib-2.0/valgrind/glib.supp ... Processing usr/share/imlib2 ... Processing usr/share/imlib2/data ... Processing usr/share/imlib2/data/fonts ... Processing usr/share/imlib2/data/fonts/cinema.ttf ... Processing usr/share/imlib2/data/fonts/grunge.ttf ... Processing usr/share/imlib2/data/fonts/morpheus.ttf ... Processing usr/share/imlib2/data/fonts/notepad.ttf ... Processing usr/share/imlib2/data/images ... Processing usr/share/imlib2/data/images/audio.png ... Processing usr/share/imlib2/data/images/bg.png ... Processing usr/share/imlib2/data/images/bulb.png ... Processing usr/share/imlib2/data/images/cal.png ... Processing usr/share/imlib2/data/images/calc.png ... Processing usr/share/imlib2/data/images/folder.png ... Processing usr/share/imlib2/data/images/globe.png ... Processing usr/share/imlib2/data/images/imlib2.png ... Processing usr/share/imlib2/data/images/lock.png ... Processing usr/share/imlib2/data/images/mail.png ... Processing usr/share/imlib2/data/images/menu.png ... Processing usr/share/imlib2/data/images/mush.png ... Processing usr/share/imlib2/data/images/paper.png ... Processing usr/share/imlib2/data/images/sh1.png ... Processing usr/share/imlib2/data/images/sh2.png ... Processing usr/share/imlib2/data/images/sh3.png ... Processing usr/share/imlib2/data/images/stop.png ... Processing usr/share/imlib2/data/images/tnt.png ... Processing usr/share/iproute2 ... Processing usr/share/iproute2/bpf_pinning ... Processing usr/share/iproute2/ematch_map ... Processing usr/share/iproute2/group ... Processing usr/share/iproute2/nl_protos ... Processing usr/share/iproute2/rt_dsfield ... Processing usr/share/iproute2/rt_protos ... Processing usr/share/iproute2/rt_realms ... Processing usr/share/iproute2/rt_scopes ... Processing usr/share/iproute2/rt_tables ... Processing usr/share/libubox ... Processing usr/share/libubox/jshn.sh ... Processing usr/share/locale ... Processing usr/share/locale/ab ... Processing usr/share/locale/ab/LC_MESSAGES ... Processing usr/share/locale/ab/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/af ... Processing usr/share/locale/af/LC_MESSAGES ... Processing usr/share/locale/af/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/am ... Processing usr/share/locale/am/LC_MESSAGES ... Processing usr/share/locale/am/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/an ... Processing usr/share/locale/an/LC_MESSAGES ... Processing usr/share/locale/an/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/an/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ar ... Processing usr/share/locale/ar/LC_MESSAGES ... Processing usr/share/locale/ar/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/as ... Processing usr/share/locale/as/LC_MESSAGES ... Processing usr/share/locale/as/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/as/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ast ... Processing usr/share/locale/ast/LC_MESSAGES ... Processing usr/share/locale/ast/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/az ... Processing usr/share/locale/az/LC_MESSAGES ... Processing usr/share/locale/az/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/be ... Processing usr/share/locale/be/LC_MESSAGES ... Processing usr/share/locale/be/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/be/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/be@latin ... Processing usr/share/locale/be@latin/LC_MESSAGES ... Processing usr/share/locale/be@latin/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bg ... Processing usr/share/locale/bg/LC_MESSAGES ... Processing usr/share/locale/bg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bg/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/bn ... Processing usr/share/locale/bn/LC_MESSAGES ... Processing usr/share/locale/bn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bn_IN ... Processing usr/share/locale/bn_IN/LC_MESSAGES ... Processing usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bn_IN/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/bs ... Processing usr/share/locale/bs/LC_MESSAGES ... Processing usr/share/locale/bs/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bs/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ca ... Processing usr/share/locale/ca/LC_MESSAGES ... Processing usr/share/locale/ca/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ca/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ca@valencia ... Processing usr/share/locale/ca@valencia/LC_MESSAGES ... Processing usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/cs ... Processing usr/share/locale/cs/LC_MESSAGES ... Processing usr/share/locale/cs/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/cs/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/cy ... Processing usr/share/locale/cy/LC_MESSAGES ... Processing usr/share/locale/cy/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/da ... Processing usr/share/locale/da/LC_MESSAGES ... Processing usr/share/locale/da/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/da/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/de ... Processing usr/share/locale/de/LC_MESSAGES ... Processing usr/share/locale/de/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/de/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/dz ... Processing usr/share/locale/dz/LC_MESSAGES ... Processing usr/share/locale/dz/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/el ... Processing usr/share/locale/el/LC_MESSAGES ... Processing usr/share/locale/el/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/el/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/en@shaw ... Processing usr/share/locale/en@shaw/LC_MESSAGES ... Processing usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_CA ... Processing usr/share/locale/en_CA/LC_MESSAGES ... Processing usr/share/locale/en_CA/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_GB ... Processing usr/share/locale/en_GB/LC_MESSAGES ... Processing usr/share/locale/en_GB/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_GB/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/eo ... Processing usr/share/locale/eo/LC_MESSAGES ... Processing usr/share/locale/eo/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eo/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/es ... Processing usr/share/locale/es/LC_MESSAGES ... Processing usr/share/locale/es/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/es/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/et ... Processing usr/share/locale/et/LC_MESSAGES ... Processing usr/share/locale/et/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/et/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/eu ... Processing usr/share/locale/eu/LC_MESSAGES ... Processing usr/share/locale/eu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eu/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/fa ... Processing usr/share/locale/fa/LC_MESSAGES ... Processing usr/share/locale/fa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fa/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/fi ... Processing usr/share/locale/fi/LC_MESSAGES ... Processing usr/share/locale/fi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fi/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/fr ... Processing usr/share/locale/fr/LC_MESSAGES ... Processing usr/share/locale/fr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fr/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/fur ... Processing usr/share/locale/fur/LC_MESSAGES ... Processing usr/share/locale/fur/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fur/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ga ... Processing usr/share/locale/ga/LC_MESSAGES ... Processing usr/share/locale/ga/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gd ... Processing usr/share/locale/gd/LC_MESSAGES ... Processing usr/share/locale/gd/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gd/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/gl ... Processing usr/share/locale/gl/LC_MESSAGES ... Processing usr/share/locale/gl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gl/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/gu ... Processing usr/share/locale/gu/LC_MESSAGES ... Processing usr/share/locale/gu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gu/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/he ... Processing usr/share/locale/he/LC_MESSAGES ... Processing usr/share/locale/he/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/he/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/hi ... Processing usr/share/locale/hi/LC_MESSAGES ... Processing usr/share/locale/hi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hi/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/hr ... Processing usr/share/locale/hr/LC_MESSAGES ... Processing usr/share/locale/hr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hr/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/hu ... Processing usr/share/locale/hu/LC_MESSAGES ... Processing usr/share/locale/hu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hu/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/hy ... Processing usr/share/locale/hy/LC_MESSAGES ... Processing usr/share/locale/hy/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/id ... Processing usr/share/locale/id/LC_MESSAGES ... Processing usr/share/locale/id/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/id/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ie ... Processing usr/share/locale/ie/LC_MESSAGES ... Processing usr/share/locale/ie/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/is ... Processing usr/share/locale/is/LC_MESSAGES ... Processing usr/share/locale/is/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/it ... Processing usr/share/locale/it/LC_MESSAGES ... Processing usr/share/locale/it/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/it/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ja ... Processing usr/share/locale/ja/LC_MESSAGES ... Processing usr/share/locale/ja/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ja/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ka ... Processing usr/share/locale/ka/LC_MESSAGES ... Processing usr/share/locale/ka/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/kk ... Processing usr/share/locale/kk/LC_MESSAGES ... Processing usr/share/locale/kk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/kn ... Processing usr/share/locale/kn/LC_MESSAGES ... Processing usr/share/locale/kn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/kn/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ko ... Processing usr/share/locale/ko/LC_MESSAGES ... Processing usr/share/locale/ko/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ko/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ku ... Processing usr/share/locale/ku/LC_MESSAGES ... Processing usr/share/locale/ku/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lt ... Processing usr/share/locale/lt/LC_MESSAGES ... Processing usr/share/locale/lt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lt/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/lv ... Processing usr/share/locale/lv/LC_MESSAGES ... Processing usr/share/locale/lv/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lv/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/mai ... Processing usr/share/locale/mai/LC_MESSAGES ... Processing usr/share/locale/mai/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mg ... Processing usr/share/locale/mg/LC_MESSAGES ... Processing usr/share/locale/mg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mk ... Processing usr/share/locale/mk/LC_MESSAGES ... Processing usr/share/locale/mk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ml ... Processing usr/share/locale/ml/LC_MESSAGES ... Processing usr/share/locale/ml/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ml/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/mn ... Processing usr/share/locale/mn/LC_MESSAGES ... Processing usr/share/locale/mn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mr ... Processing usr/share/locale/mr/LC_MESSAGES ... Processing usr/share/locale/mr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mr/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ms ... Processing usr/share/locale/ms/LC_MESSAGES ... Processing usr/share/locale/ms/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ms/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/nb ... Processing usr/share/locale/nb/LC_MESSAGES ... Processing usr/share/locale/nb/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nb/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/nds ... Processing usr/share/locale/nds/LC_MESSAGES ... Processing usr/share/locale/nds/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ne ... Processing usr/share/locale/ne/LC_MESSAGES ... Processing usr/share/locale/ne/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ne/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/nl ... Processing usr/share/locale/nl/LC_MESSAGES ... Processing usr/share/locale/nl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nl/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/nn ... Processing usr/share/locale/nn/LC_MESSAGES ... Processing usr/share/locale/nn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/oc ... Processing usr/share/locale/oc/LC_MESSAGES ... Processing usr/share/locale/oc/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/oc/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/or ... Processing usr/share/locale/or/LC_MESSAGES ... Processing usr/share/locale/or/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/or/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/pa ... Processing usr/share/locale/pa/LC_MESSAGES ... Processing usr/share/locale/pa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pa/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/pl ... Processing usr/share/locale/pl/LC_MESSAGES ... Processing usr/share/locale/pl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pl/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ps ... Processing usr/share/locale/ps/LC_MESSAGES ... Processing usr/share/locale/ps/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt ... Processing usr/share/locale/pt/LC_MESSAGES ... Processing usr/share/locale/pt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/pt_BR ... Processing usr/share/locale/pt_BR/LC_MESSAGES ... Processing usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ro ... Processing usr/share/locale/ro/LC_MESSAGES ... Processing usr/share/locale/ro/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ro/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ru ... Processing usr/share/locale/ru/LC_MESSAGES ... Processing usr/share/locale/ru/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ru/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/rw ... Processing usr/share/locale/rw/LC_MESSAGES ... Processing usr/share/locale/rw/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/si ... Processing usr/share/locale/si/LC_MESSAGES ... Processing usr/share/locale/si/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sk ... Processing usr/share/locale/sk/LC_MESSAGES ... Processing usr/share/locale/sk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sk/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/sl ... Processing usr/share/locale/sl/LC_MESSAGES ... Processing usr/share/locale/sl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sl/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/sq ... Processing usr/share/locale/sq/LC_MESSAGES ... Processing usr/share/locale/sq/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr ... Processing usr/share/locale/sr/LC_MESSAGES ... Processing usr/share/locale/sr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/sr@ije ... Processing usr/share/locale/sr@ije/LC_MESSAGES ... Processing usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr@latin ... Processing usr/share/locale/sr@latin/LC_MESSAGES ... Processing usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr@latin/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/sv ... Processing usr/share/locale/sv/LC_MESSAGES ... Processing usr/share/locale/sv/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sv/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ta ... Processing usr/share/locale/ta/LC_MESSAGES ... Processing usr/share/locale/ta/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ta/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/te ... Processing usr/share/locale/te/LC_MESSAGES ... Processing usr/share/locale/te/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/te/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/tg ... Processing usr/share/locale/tg/LC_MESSAGES ... Processing usr/share/locale/tg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tg/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/th ... Processing usr/share/locale/th/LC_MESSAGES ... Processing usr/share/locale/th/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/th/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/tl ... Processing usr/share/locale/tl/LC_MESSAGES ... Processing usr/share/locale/tl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tr ... Processing usr/share/locale/tr/LC_MESSAGES ... Processing usr/share/locale/tr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tr/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/tt ... Processing usr/share/locale/tt/LC_MESSAGES ... Processing usr/share/locale/tt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ug ... Processing usr/share/locale/ug/LC_MESSAGES ... Processing usr/share/locale/ug/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ug/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/uk ... Processing usr/share/locale/uk/LC_MESSAGES ... Processing usr/share/locale/uk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/uk/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/uz@cyrillic ... Processing usr/share/locale/uz@cyrillic/LC_MESSAGES ... Processing usr/share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/vi ... Processing usr/share/locale/vi/LC_MESSAGES ... Processing usr/share/locale/vi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/vi/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/wa ... Processing usr/share/locale/wa/LC_MESSAGES ... Processing usr/share/locale/wa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/xh ... Processing usr/share/locale/xh/LC_MESSAGES ... Processing usr/share/locale/xh/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/yi ... Processing usr/share/locale/yi/LC_MESSAGES ... Processing usr/share/locale/yi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_CN ... Processing usr/share/locale/zh_CN/LC_MESSAGES ... Processing usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/zh_HK ... Processing usr/share/locale/zh_HK/LC_MESSAGES ... Processing usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_HK/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/zh_TW ... Processing usr/share/locale/zh_TW/LC_MESSAGES ... Processing usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/libsoup.mo ... Processing usr/share/uacme ... Processing usr/share/uacme/nsupdate.sh ... Processing usr/share/uacme/uacme.sh ... Processing usr/share/xcb ... Processing usr/share/xcb/bigreq.xml ... Processing usr/share/xcb/composite.xml ... Processing usr/share/xcb/damage.xml ... Processing usr/share/xcb/dbe.xml ... Processing usr/share/xcb/dpms.xml ... Processing usr/share/xcb/dri2.xml ... Processing usr/share/xcb/dri3.xml ... Processing usr/share/xcb/ge.xml ... Processing usr/share/xcb/glx.xml ... Processing usr/share/xcb/present.xml ... Processing usr/share/xcb/randr.xml ... Processing usr/share/xcb/record.xml ... Processing usr/share/xcb/render.xml ... Processing usr/share/xcb/res.xml ... Processing usr/share/xcb/screensaver.xml ... Processing usr/share/xcb/shape.xml ... Processing usr/share/xcb/shm.xml ... Processing usr/share/xcb/sync.xml ... Processing usr/share/xcb/xc_misc.xml ... Processing usr/share/xcb/xcb.xsd ... Processing usr/share/xcb/xevie.xml ... Processing usr/share/xcb/xf86dri.xml ... Processing usr/share/xcb/xf86vidmode.xml ... Processing usr/share/xcb/xfixes.xml ... Processing usr/share/xcb/xinerama.xml ... Processing usr/share/xcb/xinput.xml ... Processing usr/share/xcb/xkb.xml ... Processing usr/share/xcb/xprint.xml ... Processing usr/share/xcb/xproto.xml ... Processing usr/share/xcb/xselinux.xml ... Processing usr/share/xcb/xtest.xml ... Processing usr/share/xcb/xv.xml ... Processing usr/share/xcb/xvmc.xml ... Processing usr/share/xml ... Processing usr/share/xml/dbus-1 ... Processing usr/share/xml/dbus-1/busconfig.dtd ... Processing usr/share/xml/dbus-1/catalog.xml ... Processing usr/share/xml/dbus-1/introspect.dtd ... Processing usr/share/xml/fontconfig ... Processing usr/share/xml/fontconfig/fonts.dtd ... Processing var ... Processing var/bandwidthd ... Processing var/bandwidthd/extensions ... Processing var/bandwidthd/extensions/errors ... Processing var/bandwidthd/extensions/loadavg ... Processing var/bandwidthd/extensions/signal ... Processing var/bandwidthd/extensions/uptime ... Processing var/bandwidthd/extensions/wireless ... Processing var/bandwidthd/htdocs ... Processing var/bandwidthd/htdocs/legend.gif ... Processing var/bandwidthd/htdocs/logo.gif ... Processing var/cache ... Processing var/cache/fontconfig ... Processing var/lib ... Processing var/lib/arpd ... Processing var/lib/dbus ... Processing var/run ... Processing var/run/dbus ... Processing var/www ... Processing var/www/datatables ... Processing var/www/datatables/css ... Processing var/www/datatables/css/dataTables.bootstrap.min.css ... Processing var/www/datatables/css/dataTables.bootstrap4.min.css ... Processing var/www/datatables/css/dataTables.foundation.min.css ... Processing var/www/datatables/css/dataTables.jqueryui.min.css ... Processing var/www/datatables/css/dataTables.material.min.css ... Processing var/www/datatables/css/dataTables.semanticui.min.css ... Processing var/www/datatables/css/dataTables.uikit.min.css ... Processing var/www/datatables/css/jquery.dataTables.min.css ... Processing var/www/datatables/js ... Processing var/www/datatables/js/dataTables.bootstrap.min.js ... Processing var/www/datatables/js/dataTables.bootstrap4.min.js ... Processing var/www/datatables/js/dataTables.dataTables.min.js ... Processing var/www/datatables/js/dataTables.foundation.min.js ... Processing var/www/datatables/js/dataTables.jqueryui.min.js ... Processing var/www/datatables/js/dataTables.material.min.js ... Processing var/www/datatables/js/dataTables.semanticui.min.js ... Processing var/www/datatables/js/dataTables.uikit.min.js ... Processing var/www/datatables/js/jquery.dataTables.min.js ... Build completed. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/microblaze-buildroot-linux-musl/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2024.02.1 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.2.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.2.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.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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) >>> musl 1.2.4 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 13.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.6.22 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-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> udev Collecting legal info >>> eudev 3.2.14 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 3.2.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> xz 5.4.5 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> util-linux-libs 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> sqlite 3.44.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> avro-c 1.11.3 Collecting legal info LICENSE: OK (sha256: d62488d6ba17132e92c23c03c80bfedc848267f96ab36489fec860f76cf6819a) >>> host-cmake 3.28.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> libpng 1.6.42 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 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) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> catatonit 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> crun 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.libcrun: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> xlib_libSM 1.2.4 Collecting legal info COPYING: OK (sha256: af7926a14d85ad367622688636e8c9c6f7807c8a6867536af1c530b5c262bfba) >>> xlib_libICE 1.1.1 Collecting legal info COPYING: OK (sha256: 60105b7ea93cb07a67fee8443b092b727e3db7f0dff4fbe05bc6cd7747fb53c8) >>> xlib_xtrans 1.5.0 Collecting legal info COPYING: OK (sha256: 22616bf00b6db85ee3164775a95206894af987b85ff1a7703de55644bc722a39) >>> xorgproto 2023.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: 3e980a770506b448897638632974bbcbdf2da3b99191dd0a03d3770097a46738) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 9936421f7516f7a17ae560b6989636b493e55c01128b543c7e72441568c3cba4) COPYING-fixesproto: OK (sha256: fb361c7c4322e4919ae193c5a20055d5190c23aa50480fd0a41f4d439cae2bc6) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 46f599055002bbf3e6ce244bde8d9ebe5ec24ae7906836db186773a9791d0b75) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: da835951edc6e3b8d168d6afe7447c65d0b9a99937293cf3f288bba8244a9f86) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) COPYING-xwaylandproto: OK (sha256: 309bd89bc2b30c6e3d3eb78f5377fa576475499e0ba936a9c3cba50ba5d6375c) >>> xlib_libX11 1.8.7 Collecting legal info COPYING: OK (sha256: 2e7012a140f000735a7172674a2d314398d79622444fba65d108b029b29ab283) >>> host-xorgproto 2023.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: 3e980a770506b448897638632974bbcbdf2da3b99191dd0a03d3770097a46738) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 9936421f7516f7a17ae560b6989636b493e55c01128b543c7e72441568c3cba4) COPYING-fixesproto: OK (sha256: fb361c7c4322e4919ae193c5a20055d5190c23aa50480fd0a41f4d439cae2bc6) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 46f599055002bbf3e6ce244bde8d9ebe5ec24ae7906836db186773a9791d0b75) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: da835951edc6e3b8d168d6afe7447c65d0b9a99937293cf3f288bba8244a9f86) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) COPYING-xwaylandproto: OK (sha256: 309bd89bc2b30c6e3d3eb78f5377fa576475499e0ba936a9c3cba50ba5d6375c) >>> libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.39 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> xlib_libXau 1.0.11 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> xlib_libXdmcp 1.1.4 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> dvblast 3.4 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) COPYING.WTFPL: OK (sha256: 2c1bea2f338d46ee6f2712f2c2bf05b874327ca0bec5eb0b7b4fbe208a23677f) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fft-eval 6a82b383ce79afc4c1ba26ffcf34b15d3e95894b Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 6a573fb2f9082662978cf21fb153096df0a1981deaea7dbc10a11046fe005d9f) LICENSES/GPL-2.0-only.txt: OK (sha256: d1cf0896da7045d841fe45b0991cf35540bac1a17b5d11f4afcf8fcb950246b5) LICENSES/OFL-1.1.txt: OK (sha256: 797832eda5ff4360a10fee3be94a3250995e76423b79675c9c44204c37ca492d) >>> giblib 1.2.4 Collecting legal info COPYING: OK (sha256: 8601e2dacede853fe325f7fd3a11f93b1753d576db60426f1b0ff4e68f41ff07) >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> xlib_libXext 1.3.5 Collecting legal info COPYING: OK (sha256: fd62910be4b13829d94e76c1447cf840953f0e225c4dc6c79349c84dd0557f22) >>> host-imx-mkimage lf-6.1.36_2.1.0 Collecting legal info LICENSE: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> iproute2 6.7.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libcodec2 1.2.0 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Collecting legal info LICENSE: OK (sha256: 135138cd4304aa637836758dc5edfb5f21b7d09ecc637d25288d206b151a5768) >>> libcurl 8.6.0 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libpsl 0.21.5 Collecting legal info COPYING: OK (sha256: 322392e6001b2b3b0fca705dc9f11f26e12441188ecde50eb1d22909980b2925) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 69.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libsoup 2.74.3 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.47 Collecting legal info README: OK (sha256: 3bedfe79fbad08a2b50e1b2b6123e40c68b58b1988d53763b63b6fd295bb0f90) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> linuxptp 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mtd 2.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> orc 0.4.34 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-orc 0.4.34 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phidgetwebservice 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1) >>> host-python-lxml 5.1.0 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> qoriq-cadence-dp-firmware lsdk2012 Collecting legal info COPYING: OK (sha256: 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1) EULA: OK (sha256: 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> rtty 8.1.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> tree 2.1.1 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> uacme 1.7.5 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ubus f787c97b34894a38b15599886cacbca01271684f Collecting legal info ubusd_acl.h: OK (sha256: a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988) >>> xapp_fonttosfnt 1.2.2 Collecting legal info COPYING: OK (sha256: f83378580cb7909a98b52bf5cd6a29f4894d76318c5c5312dd3f17a3e92beef1) >>> xlib_libfontenc 1.1.7 Collecting legal info COPYING: OK (sha256: a4dda7a643b517794bfa23dc9605da030055df38ac8a5b9e1905e690975a59c4) >>> xapp_x11perf 1.6.2 Collecting legal info COPYING: OK (sha256: f467ff659142e2eb4cb7275c48c789d249af398b09a405d3e181dcc339b3b922) >>> xlib_libXft 2.3.8 Collecting legal info COPYING: OK (sha256: 7cda22286b1379b9b73df695f72cbad36595e65b039a5fbc5c89b69ecc44438c) >>> xlib_libXrender 0.9.11 Collecting legal info COPYING: OK (sha256: bbe1db89c48816c48248796adac91defd8fbde1141b145f01511781ab87f29a1) >>> xlib_libXmu 1.1.4 Collecting legal info COPYING: OK (sha256: 8f0f2ca7a05cfd10bf9e307a272182de7cb52d7a603feaf17b9943c2c9a4838e) >>> xlib_libXt 1.3.0 Collecting legal info COPYING: OK (sha256: 75c5574ca04731d739b1420f55f2b7b47f30df895817f1b03d0d7f5c1fbee534) >>> xapp_xkbevd 1.1.5 Collecting legal info COPYING: OK (sha256: 38c6dbf8f88b1c920561ff3a4d1ffdb85c069c664f5f8b64a9adb477ef347b7c) >>> xlib_libxkbfile 1.1.2 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> xdata_xbitmaps 1.1.3 Collecting legal info COPYING: OK (sha256: e121ec6605558ee021674d33b1ab9306e16b9ea7d30453df42286556247be17a) >>> xfont_font-adobe-utopia-75dpi 1.0.4 Collecting legal info COPYING: OK (sha256: 234c2a8109afa8034c787dbf69696a9bdd374914aadf937d2a103831d95c1867) >>> host-gzip 1.13 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-xapp_bdftopcf 1.1.1 Collecting legal info COPYING: OK (sha256: a437fb5272ba507c2977b2ef623bb391270f521b2a20271ed044785f4eaa5dbc) >>> host-xlib_libXfont 1.5.4 Collecting legal info COPYING: OK (sha256: 97e413bb4962bbb5773085cd5405502bf1d4eadeaf98ff5be015eacacc840462) >>> host-freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-xlib_libfontenc 1.1.7 Collecting legal info COPYING: OK (sha256: a4dda7a643b517794bfa23dc9605da030055df38ac8a5b9e1905e690975a59c4) >>> host-xlib_xtrans 1.5.0 Collecting legal info COPYING: OK (sha256: 22616bf00b6db85ee3164775a95206894af987b85ff1a7703de55644bc722a39) >>> host-xapp_mkfontscale 1.2.2 Collecting legal info COPYING: OK (sha256: 80df6f5b759f7775042313e4586506db60f26fd15b98b532cf518bd8cf1e8488) >>> host-xfont_font-util 1.4.0 Collecting legal info COPYING: OK (sha256: ce16c3ee6f2a38db6870b66bdb54fce9dcf24acd1161840789e321f6faa1251c) >>> xfont_font-util 1.4.0 Collecting legal info COPYING: OK (sha256: ce16c3ee6f2a38db6870b66bdb54fce9dcf24acd1161840789e321f6faa1251c) >>> xfont_font-alias 1.0.5 Collecting legal info COPYING: OK (sha256: bdba5452fc080c0f1a56d66978ac4150d1d1a00a9cc0248bba4f0b76c80ad47e) >>> xlib_libXv 1.0.12 Collecting legal info COPYING: OK (sha256: 4fac4d581d00f11c459d68b7cb970f3d4e5a5bbfb53784d85f59a90076280301) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'