if [ -x /home/thomas/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/thomas/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/include /home/thomas/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-2/output-1/target/usr/doc find /home/thomas/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-2/output-1/target/lib/ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/ /home/thomas/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/thomas/autobuild/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/man /home/thomas/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/info /home/thomas/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/doc /home/thomas/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-2/output-1/target/lib/debug /home/thomas/autobuild/instance-2/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/thomas/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-5409-g4c05f8d143"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/thomas/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/thomas/autobuild/instance-2/output-1/per-package \ /home/thomas/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' # Set permissions on all applets with BB_SUID_REQUIRE and BB_SUID_MAYBE.\n# 12 Applets are pulled from applets.h using grep command :\n# grep -r -e "APPLET.*BB_SUID_REQUIRE\\|APPLET.*BB_SUID_MAYBE" # ./include/applets.h\n# These applets are added to the device table and the makedev file\n# ignores the files with type '\''F'\'' ( optional files).\n /usr/bin/wall F 4755 0 0 - - - - -\n /bin/ping F 4755 0 0 - - - - -\n /bin/ping6 F 4755 0 0 - - - - -\n /usr/bin/crontab F 4755 0 0 - - - - -\n /sbin/findfs F 4755 0 0 - - - - -\n /bin/login F 4755 0 0 - - - - -\n /bin/mount F 4755 0 0 - - - - -\n /usr/bin/passwd F 4755 0 0 - - - - -\n /bin/su F 4755 0 0 - - - - -\n /usr/bin/traceroute F 4755 0 0 - - - - -\n /usr/bin/traceroute6 F 4755 0 0 - - - - -\n /usr/bin/vlock F 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/mkfs.erofs /home/thomas/autobuild/instance-2/output-1/images/rootfs.erofs /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.5 Processing bin ... Processing bin/arch ... Processing bin/ash ... Processing bin/base32 ... Processing bin/base64 ... Processing bin/cat ... Processing bin/chattr ... Processing bin/chgrp ... Processing bin/chmod ... Processing bin/chown ... Processing bin/compile_et ... Processing bin/cp ... Processing bin/cpio ... Processing bin/date ... Processing bin/dd ... Processing bin/df ... Processing bin/dmesg ... Processing bin/dnsdomainname ... Processing bin/dumpkmap ... Processing bin/echo ... Processing bin/egrep ... Processing bin/false ... Processing bin/fdflush ... Processing bin/fgrep ... Processing bin/getopt ... Processing bin/grep ... Processing bin/gunzip ... Processing bin/gzip ... Processing bin/hostname ... Processing bin/keyctl ... Processing bin/kill ... Processing bin/link ... Processing bin/linux32 ... Processing bin/linux64 ... Processing bin/ln ... Processing bin/login ... Processing bin/ls ... Processing bin/lsattr ... Processing bin/mdevd ... Processing bin/mdevd-coldplug ... Processing bin/mk_cmds ... Processing bin/mkdir ... Processing bin/mknod ... Processing bin/mktemp ... Processing bin/more ... Processing bin/mount ... Processing bin/mountpoint ... Processing bin/mt ... Processing bin/mv ... Processing bin/netstat ... Processing bin/nice ... Processing bin/nuke ... Processing bin/pidof ... Processing bin/ping ... Processing bin/pipe_progress ... Processing bin/printenv ... Processing bin/ps ... Processing bin/pwd ... Processing bin/resume ... Processing bin/rm ... Processing bin/rmdir ... Processing bin/run-parts ... Processing bin/s6-basename ... Processing bin/s6-cat ... Processing bin/s6-chmod ... Processing bin/s6-chown ... Processing bin/s6-clock ... Processing bin/s6-cut ... Processing bin/s6-dirname ... Processing bin/s6-dumpenv ... Processing bin/s6-echo ... Processing bin/s6-env ... Processing bin/s6-expr ... Processing bin/s6-false ... Processing bin/s6-format-filter ... Processing bin/s6-grep ... Processing bin/s6-head ... Processing bin/s6-hiercopy ... Processing bin/s6-linkname ... Processing bin/s6-ln ... Processing bin/s6-ls ... Processing bin/s6-maximumtime ... Processing bin/s6-mkdir ... Processing bin/s6-mkfifo ... Processing bin/s6-nice ... Processing bin/s6-nuke ... Processing bin/s6-pause ... Processing bin/s6-printenv ... Processing bin/s6-quote ... Processing bin/s6-quote-filter ... Processing bin/s6-rename ... Processing bin/s6-rmrf ... Processing bin/s6-seq ... Processing bin/s6-sleep ... Processing bin/s6-sort ... Processing bin/s6-sync ... Processing bin/s6-tai64ndiff ... Processing bin/s6-tail ... Processing bin/s6-test ... Processing bin/s6-touch ... Processing bin/s6-true ... Processing bin/s6-uniquename ... Processing bin/s6-unquote ... Processing bin/s6-unquote-filter ... Processing bin/s6-update-symlinks ... Processing bin/sed ... Processing bin/seekablepipe ... Processing bin/setarch ... Processing bin/setpriv ... Processing bin/setserial ... Processing bin/sh ... Processing bin/sleep ... Processing bin/stty ... Processing bin/su ... Processing bin/sync ... Processing bin/tar ... Processing bin/touch ... Processing bin/true ... Processing bin/umount ... Processing bin/uname ... Processing bin/usleep ... Processing bin/vi ... Processing bin/watch ... Processing bin/zcat ... Processing dev ... Processing dev/fd ... Processing dev/log ... Processing dev/pts ... Processing dev/shm ... Processing dev/stderr ... Processing dev/stdin ... Processing dev/stdout ... Processing etc ... 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/fstab ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/init.d ... Processing etc/init.d/S01seedrng ... Processing etc/init.d/S01syslogd ... Processing etc/init.d/S02klogd ... Processing etc/init.d/S02sysctl ... Processing etc/init.d/S50darkhttpd ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/inittab ... Processing etc/issue ... Processing etc/keyutils ... Processing etc/libnl ... Processing etc/libnl/classid ... Processing etc/libnl/pktloc ... Processing etc/mke2fs.conf ... 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/request-key.conf ... Processing etc/request-key.d ... 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/wpa_supplicant.conf ... Processing include ... Processing include/mdevd ... Processing include/mdevd/config.h ... Processing include/s6-portable-utils ... Processing include/s6-portable-utils/config.h ... Processing include/skalibs ... Processing include/skalibs/alarm.h ... Processing include/skalibs/alloc.h ... Processing include/skalibs/allreadwrite.h ... Processing include/skalibs/ancil.h ... Processing include/skalibs/avlnode.h ... Processing include/skalibs/avltree.h ... Processing include/skalibs/avltreen.h ... Processing include/skalibs/bigkv.h ... Processing include/skalibs/bitarray.h ... Processing include/skalibs/blake2s.h ... Processing include/skalibs/bsdsnowflake.h ... Processing include/skalibs/bufalloc.h ... Processing include/skalibs/buffer.h ... Processing include/skalibs/bytestr.h ... Processing include/skalibs/cbuffer.h ... Processing include/skalibs/cdb.h ... Processing include/skalibs/cdbmake.h ... Processing include/skalibs/config.h ... Processing include/skalibs/datastruct.h ... Processing include/skalibs/direntry.h ... Processing include/skalibs/disize.h ... Processing include/skalibs/diuint.h ... Processing include/skalibs/diuint32.h ... Processing include/skalibs/djbtime.h ... Processing include/skalibs/djbunix.h ... Processing include/skalibs/env.h ... Processing include/skalibs/envalloc.h ... Processing include/skalibs/error.h ... Processing include/skalibs/exec.h ... Processing include/skalibs/fmtscan.h ... Processing include/skalibs/functypes.h ... Processing include/skalibs/gccattributes.h ... Processing include/skalibs/genalloc.h ... Processing include/skalibs/genqdyn.h ... Processing include/skalibs/genset.h ... Processing include/skalibs/gensetdyn.h ... Processing include/skalibs/genwrite.h ... Processing include/skalibs/iopause.h ... Processing include/skalibs/ip46.h ... Processing include/skalibs/kolbak.h ... Processing include/skalibs/lolstdio.h ... Processing include/skalibs/netstring.h ... Processing include/skalibs/nonposix.h ... Processing include/skalibs/nsig.h ... Processing include/skalibs/posixishard.h ... Processing include/skalibs/posixplz.h ... Processing include/skalibs/random.h ... Processing include/skalibs/segfault.h ... Processing include/skalibs/selfpipe.h ... Processing include/skalibs/setgroups.h ... Processing include/skalibs/sgetopt.h ... Processing include/skalibs/sha1.h ... Processing include/skalibs/sha256.h ... Processing include/skalibs/sha512.h ... Processing include/skalibs/sig.h ... Processing include/skalibs/siovec.h ... Processing include/skalibs/skaclient.h ... Processing include/skalibs/skalibs.h ... Processing include/skalibs/skamisc.h ... Processing include/skalibs/socket.h ... Processing include/skalibs/stdcrypto.h ... Processing include/skalibs/stddjb.h ... Processing include/skalibs/stralloc.h ... Processing include/skalibs/strerr.h ... Processing include/skalibs/strerr2.h ... Processing include/skalibs/surf.h ... Processing include/skalibs/sysdeps.h ... Processing include/skalibs/tai.h ... Processing include/skalibs/textclient.h ... Processing include/skalibs/textmessage.h ... Processing include/skalibs/types.h ... Processing include/skalibs/uint16.h ... Processing include/skalibs/uint32.h ... Processing include/skalibs/uint64.h ... Processing include/skalibs/unix-timed.h ... Processing include/skalibs/unix-transactional.h ... Processing include/skalibs/unixconnection.h ... Processing include/skalibs/unixmessage.h ... Processing include/skalibs/unixonacid.h ... Processing lib ... Processing lib/firmware ... Processing lib/firmware/mchp ... Processing lib/firmware/mchp/wilc3000_ble_firmware.bin ... Processing lib/firmware/mchp/wilc3000_wifi_firmware.bin ... Processing lib/ld-uClibc-1.0.44.so ... Processing lib/ld-uClibc.so.0 ... Processing lib/ld-uClibc.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/libbusybox.so.1.36.1 ... Processing lib/libc.so.0 ... Processing lib/libc.so.1 ... Processing lib/libgcc_s.so ... Processing lib/libgcc_s.so.1 ... Processing lib/libskarnet.so ... Processing lib/libskarnet.so.2.12 ... Processing lib/libskarnet.so.2.12.0.1 ... Processing lib/libsmartcols.so.1 ... Processing lib/libsmartcols.so.1.1.0 ... Processing lib/libuClibc-1.0.44.so ... Processing lib/libuuid.so.1 ... Processing lib/libuuid.so.1.3.0 ... Processing lib/skalibs ... Processing lib/skalibs/sysdeps ... Processing lib/skalibs/sysdeps/socket.lib ... Processing lib/skalibs/sysdeps/spawn.lib ... Processing lib/skalibs/sysdeps/sysclock.lib ... Processing lib/skalibs/sysdeps/sysdeps ... Processing lib/skalibs/sysdeps/target ... Processing lib/skalibs/sysdeps/timer.lib ... Processing lib/skalibs/sysdeps/util.lib ... Processing lib32 ... Processing linuxrc ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing sbin/arp ... Processing sbin/badblocks ... Processing sbin/blkid ... Processing sbin/devmem ... Processing sbin/dumpe2fs ... Processing sbin/e2freefrag ... Processing sbin/e2fsck ... Processing sbin/e2label ... Processing sbin/e2mmpstatus ... Processing sbin/e2undo ... Processing sbin/e4crypt ... Processing sbin/fdisk ... Processing sbin/filefrag ... Processing sbin/freeramdisk ... Processing sbin/fsck ... Processing sbin/fsck.ext2 ... Processing sbin/fsck.ext3 ... Processing sbin/fsck.ext4 ... Processing sbin/fstrim ... Processing sbin/getty ... Processing sbin/halt ... Processing sbin/hdparm ... Processing sbin/hwclock ... Processing sbin/ifconfig ... Processing sbin/ifdown ... Processing sbin/ifup ... Processing sbin/init ... Processing sbin/insmod ... Processing sbin/ip ... Processing sbin/ipaddr ... Processing sbin/iplink ... Processing sbin/ipneigh ... Processing sbin/iproute ... Processing sbin/iprule ... Processing sbin/iptunnel ... Processing sbin/iwconfig ... Processing sbin/iwgetid ... Processing sbin/iwlist ... Processing sbin/iwpriv ... Processing sbin/iwspy ... Processing sbin/key.dns_resolver ... Processing sbin/klogd ... Processing sbin/ldconfig ... Processing sbin/loadkmap ... Processing sbin/logsave ... Processing sbin/losetup ... Processing sbin/lsmod ... Processing sbin/makedevs ... Processing sbin/mdev ... Processing sbin/mkdosfs ... Processing sbin/mke2fs ... Processing sbin/mkfs.ext2 ... Processing sbin/mkfs.ext3 ... Processing sbin/mkfs.ext4 ... Processing sbin/mklost+found ... Processing sbin/mkswap ... Processing sbin/modprobe ... Processing sbin/nameif ... Processing sbin/nologin ... Processing sbin/pivot_root ... Processing sbin/poweroff ... Processing sbin/reboot ... Processing sbin/request-key ... Processing sbin/rmmod ... Processing sbin/route ... Processing sbin/run-init ... Processing sbin/runlevel ... Processing sbin/setconsole ... Processing sbin/start-stop-daemon ... Processing sbin/sulogin ... Processing sbin/swapoff ... Processing sbin/swapon ... Processing sbin/switch_root ... Processing sbin/sysctl ... Processing sbin/syslogd ... Processing sbin/tc ... Processing sbin/tune2fs ... Processing sbin/udhcpc ... Processing sbin/uevent ... Processing sbin/vconfig ... Processing sbin/watchdog ... Processing sbin/zramctl ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/4th ... Processing usr/bin/4tsh ... Processing usr/bin/[ ... Processing usr/bin/[[ ... Processing usr/bin/aespipe ... Processing usr/bin/ar ... Processing usr/bin/ascii ... Processing usr/bin/awk ... Processing usr/bin/basename ... Processing usr/bin/bc ... Processing usr/bin/brotli ... Processing usr/bin/bunzip2 ... Processing usr/bin/bzcat ... Processing usr/bin/cal ... Processing usr/bin/cd-drive ... Processing usr/bin/cd-info ... Processing usr/bin/cd-read ... Processing usr/bin/cdda-player ... Processing usr/bin/cgi-fcgi ... Processing usr/bin/chrt ... Processing usr/bin/chvt ... Processing usr/bin/cksum ... Processing usr/bin/clear ... Processing usr/bin/cmp ... Processing usr/bin/compile_et ... Processing usr/bin/coremark ... Processing usr/bin/cpuload ... Processing usr/bin/crc32 ... Processing usr/bin/crontab ... Processing usr/bin/cut ... Processing usr/bin/dc ... Processing usr/bin/deallocvt ... Processing usr/bin/diff ... Processing usr/bin/dirname ... Processing usr/bin/dos2unix ... Processing usr/bin/du ... Processing usr/bin/dumpiso ... Processing usr/bin/dumpkeys ... Processing usr/bin/eject ... Processing usr/bin/env ... Processing usr/bin/erase ... Processing usr/bin/evmctl ... Processing usr/bin/expr ... Processing usr/bin/factor ... Processing usr/bin/fallocate ... Processing usr/bin/fbdump ... 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/fftw-wisdom ... Processing usr/bin/fftw-wisdom-to-conf ... Processing usr/bin/fgconsole ... Processing usr/bin/filan ... Processing usr/bin/file ... Processing usr/bin/find ... Processing usr/bin/flashbench ... Processing usr/bin/flock ... Processing usr/bin/fold ... Processing usr/bin/free ... Processing usr/bin/fuser ... Processing usr/bin/genromfs ... Processing usr/bin/getconf ... Processing usr/bin/getkeycodes ... Processing usr/bin/gss-client ... Processing usr/bin/head ... Processing usr/bin/hexdump ... Processing usr/bin/hexedit ... Processing usr/bin/hostid ... Processing usr/bin/iconv ... Processing usr/bin/id ... Processing usr/bin/install ... Processing usr/bin/ipcrm ... Processing usr/bin/ipcs ... Processing usr/bin/iso-info ... Processing usr/bin/iso-read ... Processing usr/bin/jo ... Processing usr/bin/jshn ... Processing usr/bin/k5srvutil ... Processing usr/bin/kadmin ... Processing usr/bin/kbd_mode ... Processing usr/bin/kbdinfo ... Processing usr/bin/kbdrate ... Processing usr/bin/kdestroy ... Processing usr/bin/killall ... Processing usr/bin/kinit ... Processing usr/bin/klist ... Processing usr/bin/kpasswd ... Processing usr/bin/krb5-config ... Processing usr/bin/ksu ... Processing usr/bin/kswitch ... Processing usr/bin/ktutil ... Processing usr/bin/kvno ... Processing usr/bin/last ... Processing usr/bin/ldd ... Processing usr/bin/less ... Processing usr/bin/lft ... Processing usr/bin/lilv-bench ... Processing usr/bin/loadkeys ... Processing usr/bin/loadunimap ... Processing usr/bin/logger ... Processing usr/bin/logname ... Processing usr/bin/lsof ... Processing usr/bin/lspci ... Processing usr/bin/lsscsi ... Processing usr/bin/lsusb ... Processing usr/bin/lv2_validate ... Processing usr/bin/lv2bench ... Processing usr/bin/lv2info ... Processing usr/bin/lv2ls ... Processing usr/bin/lzcat ... Processing usr/bin/lzma ... Processing usr/bin/lzopcat ... Processing usr/bin/mapscrn ... Processing usr/bin/md5sum ... Processing usr/bin/mesg ... Processing usr/bin/mg ... Processing usr/bin/microcom ... Processing usr/bin/mkfifo ... Processing usr/bin/mkpasswd ... Processing usr/bin/mmc-tool ... Processing usr/bin/most ... Processing usr/bin/nl ... Processing usr/bin/nohup ... Processing usr/bin/nproc ... Processing usr/bin/nslookup ... Processing usr/bin/nvidia-modprobe ... Processing usr/bin/od ... Processing usr/bin/ogg123 ... Processing usr/bin/oggdec ... Processing usr/bin/oggenc ... Processing usr/bin/ogginfo ... Processing usr/bin/openvt ... Processing usr/bin/opj_compress ... Processing usr/bin/opj_decompress ... Processing usr/bin/opj_dump ... Processing usr/bin/passwd ... Processing usr/bin/paste ... Processing usr/bin/patch ... Processing usr/bin/pp4th ... Processing usr/bin/ppsctl ... Processing usr/bin/ppsfind ... Processing usr/bin/ppsldisc ... Processing usr/bin/ppstest ... Processing usr/bin/ppswatch ... Processing usr/bin/printf ... Processing usr/bin/procan ... Processing usr/bin/psfaddtable ... Processing usr/bin/psfgettable ... Processing usr/bin/psfstriptable ... Processing usr/bin/psfxtable ... Processing usr/bin/qprint ... Processing usr/bin/readlink ... Processing usr/bin/realpath ... Processing usr/bin/rename ... Processing usr/bin/renice ... Processing usr/bin/reset ... Processing usr/bin/resize ... Processing usr/bin/sclient ... Processing usr/bin/sendiso ... Processing usr/bin/seq ... Processing usr/bin/serdi ... Processing usr/bin/setfattr ... Processing usr/bin/setfont ... Processing usr/bin/setkeycodes ... Processing usr/bin/setleds ... Processing usr/bin/setmetamode ... Processing usr/bin/setsid ... Processing usr/bin/setvtrgb ... Processing usr/bin/sha1sum ... Processing usr/bin/sha256sum ... Processing usr/bin/sha3sum ... Processing usr/bin/sha512sum ... Processing usr/bin/showconsolefont ... Processing usr/bin/showkey ... Processing usr/bin/shred ... Processing usr/bin/sim_client ... Processing usr/bin/socat ... Processing usr/bin/sordi ... Processing usr/bin/sort ... Processing usr/bin/speexdec ... Processing usr/bin/speexenc ... Processing usr/bin/stdlogctl ... Processing usr/bin/strings ... Processing usr/bin/svc ... Processing usr/bin/svok ... Processing usr/bin/tail ... Processing usr/bin/tee ... Processing usr/bin/telnet ... Processing usr/bin/test ... Processing usr/bin/testlibraw ... Processing usr/bin/tftp ... Processing usr/bin/time ... Processing usr/bin/top ... Processing usr/bin/tr ... Processing usr/bin/traceroute ... Processing usr/bin/tree ... Processing usr/bin/truncate ... Processing usr/bin/ts ... Processing usr/bin/tsort ... Processing usr/bin/tty ... Processing usr/bin/ubus ... Processing usr/bin/unicode_start ... Processing usr/bin/unicode_stop ... Processing usr/bin/uniq ... Processing usr/bin/unix2dos ... Processing usr/bin/unlink ... Processing usr/bin/unlzma ... Processing usr/bin/unlzop ... Processing usr/bin/unxz ... Processing usr/bin/unzip ... Processing usr/bin/uptime ... Processing usr/bin/uuclient ... Processing usr/bin/uudecode ... Processing usr/bin/uuencode ... Processing usr/bin/vcut ... Processing usr/bin/vlock ... Processing usr/bin/vorbiscomment ... Processing usr/bin/w ... Processing usr/bin/wc ... Processing usr/bin/wget ... Processing usr/bin/which ... Processing usr/bin/who ... Processing usr/bin/whoami ... Processing usr/bin/whob ... Processing usr/bin/write ... Processing usr/bin/xargs ... Processing usr/bin/xxd ... Processing usr/bin/xz ... Processing usr/bin/xzcat ... Processing usr/bin/yes ... Processing usr/lib ... Processing usr/lib/ao ... Processing usr/lib/ao/plugins-4 ... Processing usr/lib/ao/plugins-4/liboss.so ... Processing usr/lib/charset.alias ... Processing usr/lib/ckport ... Processing usr/lib/ckport/db ... Processing usr/lib/ckport/db/libao.ckport ... Processing usr/lib/engines-3 ... Processing usr/lib/krb5 ... Processing usr/lib/krb5/plugins ... Processing usr/lib/krb5/plugins/authdata ... Processing usr/lib/krb5/plugins/kdb ... Processing usr/lib/krb5/plugins/kdb/db2.so ... Processing usr/lib/krb5/plugins/libkrb5 ... Processing usr/lib/krb5/plugins/preauth ... Processing usr/lib/krb5/plugins/preauth/otp.so ... Processing usr/lib/krb5/plugins/preauth/pkinit.so ... Processing usr/lib/krb5/plugins/preauth/spake.so ... Processing usr/lib/krb5/plugins/preauth/test.so ... Processing usr/lib/krb5/plugins/tls ... Processing usr/lib/krb5/plugins/tls/k5tls.so ... Processing usr/lib/lib4th.so ... Processing usr/lib/lib4th.so.3 ... Processing usr/lib/lib4th.so.3.64.1 ... Processing usr/lib/libao.so ... Processing usr/lib/libao.so.4 ... Processing usr/lib/libao.so.4.1.0 ... Processing usr/lib/libblkid.so ... Processing usr/lib/libblobmsg_json.so ... Processing usr/lib/libbrotlicommon.so ... Processing usr/lib/libbrotlicommon.so.1 ... Processing usr/lib/libbrotlicommon.so.1.1.0 ... Processing usr/lib/libbrotlidec.so ... Processing usr/lib/libbrotlidec.so.1 ... Processing usr/lib/libbrotlidec.so.1.1.0 ... Processing usr/lib/libbrotlienc.so ... Processing usr/lib/libbrotlienc.so.1 ... Processing usr/lib/libbrotlienc.so.1.1.0 ... Processing usr/lib/libcairo.so ... Processing usr/lib/libcairo.so.2 ... Processing usr/lib/libcairo.so.2.11600.0 ... Processing usr/lib/libcdio.so ... Processing usr/lib/libcdio.so.19 ... Processing usr/lib/libcdio.so.19.0.0 ... Processing usr/lib/libcharset.so ... Processing usr/lib/libcharset.so.1 ... Processing usr/lib/libcharset.so.1.0.0 ... Processing usr/lib/libcheck.so ... Processing usr/lib/libcheck.so.0 ... Processing usr/lib/libcheck.so.0.15.2 ... Processing usr/lib/libcmocka.so ... Processing usr/lib/libcmocka.so.0 ... Processing usr/lib/libcmocka.so.0.7.0 ... Processing usr/lib/libcom_err.so ... Processing usr/lib/libcom_err.so.2 ... Processing usr/lib/libcom_err.so.2.1 ... Processing usr/lib/libcom_err.so.3 ... Processing usr/lib/libcom_err.so.3.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/libcurses.so ... Processing usr/lib/libe2p.so ... Processing usr/lib/libe2p.so.2 ... Processing usr/lib/libe2p.so.2.3 ... Processing usr/lib/libexpat.so ... Processing usr/lib/libexpat.so.1 ... Processing usr/lib/libexpat.so.1.8.10 ... Processing usr/lib/libext2fs.so ... Processing usr/lib/libext2fs.so.2 ... Processing usr/lib/libext2fs.so.2.4 ... Processing usr/lib/libfcgi.so ... Processing usr/lib/libfcgi.so.0 ... Processing usr/lib/libfcgi.so.0.0.0 ... Processing usr/lib/libfftw3.so ... Processing usr/lib/libfftw3.so.3 ... Processing usr/lib/libfftw3.so.3.6.10 ... Processing usr/lib/libfl.so ... Processing usr/lib/libfl.so.2 ... Processing usr/lib/libfl.so.2.0.0 ... Processing usr/lib/libfontconfig.so ... Processing usr/lib/libfontconfig.so.1 ... Processing usr/lib/libfontconfig.so.1.12.0 ... Processing usr/lib/libform.so ... Processing usr/lib/libform.so.6 ... Processing usr/lib/libform.so.6.4 ... Processing usr/lib/libfreetype.so ... Processing usr/lib/libfreetype.so.6 ... Processing usr/lib/libfreetype.so.6.20.1 ... Processing usr/lib/libgmp.so ... Processing usr/lib/libgmp.so.10 ... Processing usr/lib/libgmp.so.10.5.0 ... Processing usr/lib/libgssapi_krb5.so ... Processing usr/lib/libgssapi_krb5.so.2 ... Processing usr/lib/libgssapi_krb5.so.2.2 ... Processing usr/lib/libgssrpc.so ... Processing usr/lib/libgssrpc.so.4 ... Processing usr/lib/libgssrpc.so.4.2 ... Processing usr/lib/libiconv.so ... Processing usr/lib/libiconv.so.2 ... Processing usr/lib/libiconv.so.2.6.0 ... Processing usr/lib/libimaevm.so ... Processing usr/lib/libimaevm.so.4 ... Processing usr/lib/libimaevm.so.4.0.0 ... Processing usr/lib/libipset.so ... Processing usr/lib/libipset.so.13 ... Processing usr/lib/libipset.so.13.4.0 ... Processing usr/lib/libiso9660.so ... Processing usr/lib/libiso9660.so.11 ... Processing usr/lib/libiso9660.so.11.0.0 ... Processing usr/lib/libjpeg.so ... Processing usr/lib/libjpeg.so.8 ... Processing usr/lib/libjpeg.so.8.2.2 ... 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/libk5crypto.so ... Processing usr/lib/libk5crypto.so.3 ... Processing usr/lib/libk5crypto.so.3.1 ... Processing usr/lib/libkadm5clnt.so ... Processing usr/lib/libkadm5clnt_mit.so ... Processing usr/lib/libkadm5clnt_mit.so.12 ... Processing usr/lib/libkadm5clnt_mit.so.12.0 ... Processing usr/lib/libkadm5srv.so ... Processing usr/lib/libkadm5srv_mit.so ... Processing usr/lib/libkadm5srv_mit.so.12 ... Processing usr/lib/libkadm5srv_mit.so.12.0 ... Processing usr/lib/libkdb5.so ... Processing usr/lib/libkdb5.so.10 ... Processing usr/lib/libkdb5.so.10.0 ... Processing usr/lib/libkeyutils.so ... Processing usr/lib/libkeyutils.so.1 ... Processing usr/lib/libkeyutils.so.1.10 ... Processing usr/lib/libkrad.so ... Processing usr/lib/libkrad.so.0 ... Processing usr/lib/libkrad.so.0.0 ... Processing usr/lib/libkrb5.so ... Processing usr/lib/libkrb5.so.3 ... Processing usr/lib/libkrb5.so.3.3 ... Processing usr/lib/libkrb5support.so ... Processing usr/lib/libkrb5support.so.0 ... Processing usr/lib/libkrb5support.so.0.1 ... Processing usr/lib/liblilv-0.so ... Processing usr/lib/liblilv-0.so.0 ... Processing usr/lib/liblilv-0.so.0.24.12 ... Processing usr/lib/liblogging-stdlog.so ... Processing usr/lib/liblogging-stdlog.so.0 ... Processing usr/lib/liblogging-stdlog.so.0.1.0 ... Processing usr/lib/libmagic.so ... Processing usr/lib/libmagic.so.1 ... Processing usr/lib/libmagic.so.1.0.0 ... Processing usr/lib/libmenu.so ... Processing usr/lib/libmenu.so.6 ... Processing usr/lib/libmenu.so.6.4 ... Processing usr/lib/libmnl.so ... Processing usr/lib/libmnl.so.0 ... Processing usr/lib/libmnl.so.0.2.0 ... Processing usr/lib/libmxml.so ... Processing usr/lib/libmxml.so.1 ... Processing usr/lib/libmxml.so.1.6 ... Processing usr/lib/libncurses.so ... Processing usr/lib/libncurses.so.6 ... Processing usr/lib/libncurses.so.6.4 ... Processing usr/lib/libnl-3.so ... Processing usr/lib/libnl-3.so.200 ... Processing usr/lib/libnl-3.so.200.26.0 ... Processing usr/lib/libnl-genl-3.so ... Processing usr/lib/libnl-genl-3.so.200 ... Processing usr/lib/libnl-genl-3.so.200.26.0 ... Processing usr/lib/libnl-idiag-3.so ... Processing usr/lib/libnl-idiag-3.so.200 ... Processing usr/lib/libnl-idiag-3.so.200.26.0 ... Processing usr/lib/libnl-nf-3.so ... Processing usr/lib/libnl-nf-3.so.200 ... Processing usr/lib/libnl-nf-3.so.200.26.0 ... Processing usr/lib/libnl-route-3.so ... Processing usr/lib/libnl-route-3.so.200 ... Processing usr/lib/libnl-route-3.so.200.26.0 ... Processing usr/lib/libnl-xfrm-3.so ... Processing usr/lib/libnl-xfrm-3.so.200 ... Processing usr/lib/libnl-xfrm-3.so.200.26.0 ... Processing usr/lib/libogg.so ... Processing usr/lib/libogg.so.0 ... Processing usr/lib/libogg.so.0.8.5 ... Processing usr/lib/libopenjp2.so ... Processing usr/lib/libopenjp2.so.2.5.0 ... Processing usr/lib/libopenjp2.so.7 ... Processing usr/lib/libpanel.so ... Processing usr/lib/libpanel.so.6 ... Processing usr/lib/libpanel.so.6.4 ... Processing usr/lib/libpcap.so ... Processing usr/lib/libpcap.so.1 ... Processing usr/lib/libpcap.so.1.10.4 ... Processing usr/lib/libpixman-1.so ... Processing usr/lib/libpixman-1.so.0 ... Processing usr/lib/libpixman-1.so.0.42.2 ... Processing usr/lib/libpng.so ... Processing usr/lib/libpng16.so ... Processing usr/lib/libpng16.so.16 ... Processing usr/lib/libpng16.so.16.40.0 ... Processing usr/lib/libraw1394.so ... Processing usr/lib/libraw1394.so.11 ... Processing usr/lib/libraw1394.so.11.1.0 ... Processing usr/lib/libserd-0.so ... Processing usr/lib/libserd-0.so.0 ... Processing usr/lib/libserd-0.so.0.30.14 ... Processing usr/lib/libslang.so ... Processing usr/lib/libslang.so.2 ... Processing usr/lib/libslang.so.2.3.3 ... Processing usr/lib/libsmartcols.so ... Processing usr/lib/libsodium.so ... Processing usr/lib/libsodium.so.23 ... Processing usr/lib/libsodium.so.23.3.0 ... Processing usr/lib/libsord-0.so ... Processing usr/lib/libsord-0.so.0 ... Processing usr/lib/libsord-0.so.0.16.12 ... Processing usr/lib/libspeex.so ... Processing usr/lib/libspeex.so.1 ... Processing usr/lib/libspeex.so.1.5.2 ... Processing usr/lib/libsratom-0.so ... Processing usr/lib/libsratom-0.so.0 ... Processing usr/lib/libsratom-0.so.0.6.14 ... Processing usr/lib/libsrtp2.so ... Processing usr/lib/libsrtp2.so.1 ... Processing usr/lib/libss.so ... Processing usr/lib/libss.so.2 ... Processing usr/lib/libss.so.2.0 ... Processing usr/lib/libssl.so ... Processing usr/lib/libssl.so.3 ... Processing usr/lib/libsvg-cairo.so ... Processing usr/lib/libsvg-cairo.so.1 ... Processing usr/lib/libsvg-cairo.so.1.0.1 ... Processing usr/lib/libsvg.so ... Processing usr/lib/libsvg.so.1 ... Processing usr/lib/libsvg.so.1.0.0 ... Processing usr/lib/libtss2-esys.so ... Processing usr/lib/libtss2-esys.so.0 ... Processing usr/lib/libtss2-esys.so.0.0.0 ... Processing usr/lib/libtss2-mu.so ... Processing usr/lib/libtss2-mu.so.0 ... Processing usr/lib/libtss2-mu.so.0.0.0 ... Processing usr/lib/libtss2-rc.so ... Processing usr/lib/libtss2-rc.so.0 ... Processing usr/lib/libtss2-rc.so.0.0.0 ... Processing usr/lib/libtss2-sys.so ... Processing usr/lib/libtss2-sys.so.1 ... Processing usr/lib/libtss2-sys.so.1.0.0 ... Processing usr/lib/libtss2-tcti-cmd.so ... Processing usr/lib/libtss2-tcti-cmd.so.0 ... Processing usr/lib/libtss2-tcti-cmd.so.0.0.0 ... Processing usr/lib/libtss2-tcti-device.so ... Processing usr/lib/libtss2-tcti-device.so.0 ... Processing usr/lib/libtss2-tcti-device.so.0.0.0 ... Processing usr/lib/libtss2-tcti-mssim.so ... Processing usr/lib/libtss2-tcti-mssim.so.0 ... Processing usr/lib/libtss2-tcti-mssim.so.0.0.0 ... Processing usr/lib/libtss2-tcti-pcap.so ... Processing usr/lib/libtss2-tcti-pcap.so.0 ... Processing usr/lib/libtss2-tcti-pcap.so.0.0.0 ... Processing usr/lib/libtss2-tcti-swtpm.so ... Processing usr/lib/libtss2-tcti-swtpm.so.0 ... Processing usr/lib/libtss2-tcti-swtpm.so.0.0.0 ... Processing usr/lib/libtss2-tctildr.so ... Processing usr/lib/libtss2-tctildr.so.0 ... Processing usr/lib/libtss2-tctildr.so.0.0.0 ... Processing usr/lib/libturbojpeg.so ... Processing usr/lib/libturbojpeg.so.0 ... Processing usr/lib/libturbojpeg.so.0.2.0 ... Processing usr/lib/libubox.so ... Processing usr/lib/libubus.so ... Processing usr/lib/libudf.so ... Processing usr/lib/libudf.so.0 ... Processing usr/lib/libudf.so.0.0.0 ... Processing usr/lib/libuuid.so ... Processing usr/lib/libverto.so ... Processing usr/lib/libverto.so.0 ... Processing usr/lib/libverto.so.0.0 ... Processing usr/lib/libvorbis.so ... Processing usr/lib/libvorbis.so.0 ... Processing usr/lib/libvorbis.so.0.4.9 ... Processing usr/lib/libvorbisenc.so ... Processing usr/lib/libvorbisenc.so.2 ... Processing usr/lib/libvorbisenc.so.2.0.12 ... Processing usr/lib/libvorbisfile.so ... Processing usr/lib/libvorbisfile.so.3 ... Processing usr/lib/libvorbisfile.so.3.3.8 ... Processing usr/lib/libvorbisidec.so ... Processing usr/lib/libvorbisidec.so.1 ... Processing usr/lib/libvorbisidec.so.1.0.3 ... Processing usr/lib/libxkbcommon.so ... Processing usr/lib/libxkbcommon.so.0 ... Processing usr/lib/libxkbcommon.so.0.0.0 ... Processing usr/lib/libz.so ... Processing usr/lib/libz.so.1 ... Processing usr/lib/libz.so.1.3 ... Processing usr/lib/lv2 ... Processing usr/lib/lv2/atom.lv2 ... Processing usr/lib/lv2/atom.lv2/atom.meta.ttl ... Processing usr/lib/lv2/atom.lv2/atom.ttl ... Processing usr/lib/lv2/atom.lv2/manifest.ttl ... Processing usr/lib/lv2/buf-size.lv2 ... Processing usr/lib/lv2/buf-size.lv2/buf-size.meta.ttl ... Processing usr/lib/lv2/buf-size.lv2/buf-size.ttl ... Processing usr/lib/lv2/buf-size.lv2/manifest.ttl ... Processing usr/lib/lv2/core.lv2 ... Processing usr/lib/lv2/core.lv2/lv2core.meta.ttl ... Processing usr/lib/lv2/core.lv2/lv2core.ttl ... Processing usr/lib/lv2/core.lv2/manifest.ttl ... Processing usr/lib/lv2/core.lv2/meta.ttl ... Processing usr/lib/lv2/core.lv2/people.ttl ... Processing usr/lib/lv2/data-access.lv2 ... Processing usr/lib/lv2/data-access.lv2/data-access.meta.ttl ... Processing usr/lib/lv2/data-access.lv2/data-access.ttl ... Processing usr/lib/lv2/data-access.lv2/manifest.ttl ... Processing usr/lib/lv2/dynmanifest.lv2 ... Processing usr/lib/lv2/dynmanifest.lv2/dynmanifest.meta.ttl ... Processing usr/lib/lv2/dynmanifest.lv2/dynmanifest.ttl ... Processing usr/lib/lv2/dynmanifest.lv2/manifest.ttl ... Processing usr/lib/lv2/eg-amp.lv2 ... Processing usr/lib/lv2/eg-amp.lv2/amp.so ... Processing usr/lib/lv2/eg-amp.lv2/amp.ttl ... Processing usr/lib/lv2/eg-amp.lv2/manifest.ttl ... Processing usr/lib/lv2/eg-fifths.lv2 ... Processing usr/lib/lv2/eg-fifths.lv2/fifths.so ... Processing usr/lib/lv2/eg-fifths.lv2/fifths.ttl ... Processing usr/lib/lv2/eg-fifths.lv2/manifest.ttl ... Processing usr/lib/lv2/eg-metro.lv2 ... Processing usr/lib/lv2/eg-metro.lv2/manifest.ttl ... Processing usr/lib/lv2/eg-metro.lv2/metro.so ... Processing usr/lib/lv2/eg-metro.lv2/metro.ttl ... Processing usr/lib/lv2/eg-midigate.lv2 ... Processing usr/lib/lv2/eg-midigate.lv2/manifest.ttl ... Processing usr/lib/lv2/eg-midigate.lv2/midigate.so ... Processing usr/lib/lv2/eg-midigate.lv2/midigate.ttl ... Processing usr/lib/lv2/eg-params.lv2 ... Processing usr/lib/lv2/eg-params.lv2/manifest.ttl ... Processing usr/lib/lv2/eg-params.lv2/params.so ... Processing usr/lib/lv2/eg-params.lv2/params.ttl ... Processing usr/lib/lv2/eg-scope.lv2 ... Processing usr/lib/lv2/eg-scope.lv2/examploscope.so ... Processing usr/lib/lv2/eg-scope.lv2/examploscope.ttl ... Processing usr/lib/lv2/eg-scope.lv2/manifest.ttl ... Processing usr/lib/lv2/event.lv2 ... Processing usr/lib/lv2/event.lv2/event.meta.ttl ... Processing usr/lib/lv2/event.lv2/event.ttl ... Processing usr/lib/lv2/event.lv2/manifest.ttl ... Processing usr/lib/lv2/instance-access.lv2 ... Processing usr/lib/lv2/instance-access.lv2/instance-access.meta.ttl ... Processing usr/lib/lv2/instance-access.lv2/instance-access.ttl ... Processing usr/lib/lv2/instance-access.lv2/manifest.ttl ... Processing usr/lib/lv2/log.lv2 ... Processing usr/lib/lv2/log.lv2/log.meta.ttl ... Processing usr/lib/lv2/log.lv2/log.ttl ... Processing usr/lib/lv2/log.lv2/manifest.ttl ... Processing usr/lib/lv2/midi.lv2 ... Processing usr/lib/lv2/midi.lv2/manifest.ttl ... Processing usr/lib/lv2/midi.lv2/midi.meta.ttl ... Processing usr/lib/lv2/midi.lv2/midi.ttl ... Processing usr/lib/lv2/morph.lv2 ... Processing usr/lib/lv2/morph.lv2/manifest.ttl ... Processing usr/lib/lv2/morph.lv2/morph.meta.ttl ... Processing usr/lib/lv2/morph.lv2/morph.ttl ... Processing usr/lib/lv2/options.lv2 ... Processing usr/lib/lv2/options.lv2/manifest.ttl ... Processing usr/lib/lv2/options.lv2/options.meta.ttl ... Processing usr/lib/lv2/options.lv2/options.ttl ... Processing usr/lib/lv2/parameters.lv2 ... Processing usr/lib/lv2/parameters.lv2/manifest.ttl ... Processing usr/lib/lv2/parameters.lv2/parameters.meta.ttl ... Processing usr/lib/lv2/parameters.lv2/parameters.ttl ... Processing usr/lib/lv2/patch.lv2 ... Processing usr/lib/lv2/patch.lv2/manifest.ttl ... Processing usr/lib/lv2/patch.lv2/patch.meta.ttl ... Processing usr/lib/lv2/patch.lv2/patch.ttl ... Processing usr/lib/lv2/port-groups.lv2 ... Processing usr/lib/lv2/port-groups.lv2/manifest.ttl ... Processing usr/lib/lv2/port-groups.lv2/port-groups.meta.ttl ... Processing usr/lib/lv2/port-groups.lv2/port-groups.ttl ... Processing usr/lib/lv2/port-props.lv2 ... Processing usr/lib/lv2/port-props.lv2/manifest.ttl ... Processing usr/lib/lv2/port-props.lv2/port-props.meta.ttl ... Processing usr/lib/lv2/port-props.lv2/port-props.ttl ... Processing usr/lib/lv2/presets.lv2 ... Processing usr/lib/lv2/presets.lv2/manifest.ttl ... Processing usr/lib/lv2/presets.lv2/presets.meta.ttl ... Processing usr/lib/lv2/presets.lv2/presets.ttl ... Processing usr/lib/lv2/resize-port.lv2 ... Processing usr/lib/lv2/resize-port.lv2/manifest.ttl ... Processing usr/lib/lv2/resize-port.lv2/resize-port.meta.ttl ... Processing usr/lib/lv2/resize-port.lv2/resize-port.ttl ... Processing usr/lib/lv2/schemas.lv2 ... Processing usr/lib/lv2/schemas.lv2/dcterms.ttl ... Processing usr/lib/lv2/schemas.lv2/doap.ttl ... Processing usr/lib/lv2/schemas.lv2/foaf.ttl ... Processing usr/lib/lv2/schemas.lv2/manifest.ttl ... Processing usr/lib/lv2/schemas.lv2/owl.ttl ... Processing usr/lib/lv2/schemas.lv2/rdf.ttl ... Processing usr/lib/lv2/schemas.lv2/rdfs.ttl ... Processing usr/lib/lv2/schemas.lv2/xsd.ttl ... Processing usr/lib/lv2/state.lv2 ... Processing usr/lib/lv2/state.lv2/manifest.ttl ... Processing usr/lib/lv2/state.lv2/state.meta.ttl ... Processing usr/lib/lv2/state.lv2/state.ttl ... Processing usr/lib/lv2/time.lv2 ... Processing usr/lib/lv2/time.lv2/manifest.ttl ... Processing usr/lib/lv2/time.lv2/time.meta.ttl ... Processing usr/lib/lv2/time.lv2/time.ttl ... Processing usr/lib/lv2/ui.lv2 ... Processing usr/lib/lv2/ui.lv2/manifest.ttl ... Processing usr/lib/lv2/ui.lv2/ui.meta.ttl ... Processing usr/lib/lv2/ui.lv2/ui.ttl ... Processing usr/lib/lv2/units.lv2 ... Processing usr/lib/lv2/units.lv2/manifest.ttl ... Processing usr/lib/lv2/units.lv2/units.meta.ttl ... Processing usr/lib/lv2/units.lv2/units.ttl ... Processing usr/lib/lv2/uri-map.lv2 ... Processing usr/lib/lv2/uri-map.lv2/manifest.ttl ... Processing usr/lib/lv2/uri-map.lv2/uri-map.meta.ttl ... Processing usr/lib/lv2/uri-map.lv2/uri-map.ttl ... Processing usr/lib/lv2/urid.lv2 ... Processing usr/lib/lv2/urid.lv2/manifest.ttl ... Processing usr/lib/lv2/urid.lv2/urid.meta.ttl ... Processing usr/lib/lv2/urid.lv2/urid.ttl ... Processing usr/lib/lv2/worker.lv2 ... Processing usr/lib/lv2/worker.lv2/manifest.ttl ... Processing usr/lib/lv2/worker.lv2/worker.meta.ttl ... Processing usr/lib/lv2/worker.lv2/worker.ttl ... Processing usr/lib/openjpeg-2.5 ... Processing usr/lib/os-release ... Processing usr/lib/ossl-modules ... Processing usr/lib/ossl-modules/legacy.so ... Processing usr/lib/slang ... Processing usr/lib/slang/v2 ... Processing usr/lib/slang/v2/modules ... Processing usr/lib/slang/v2/modules/base64-module.so ... Processing usr/lib/slang/v2/modules/chksum-module.so ... Processing usr/lib/slang/v2/modules/csv-module.so ... Processing usr/lib/slang/v2/modules/fcntl-module.so ... Processing usr/lib/slang/v2/modules/fork-module.so ... Processing usr/lib/slang/v2/modules/histogram-module.so ... Processing usr/lib/slang/v2/modules/json-module.so ... Processing usr/lib/slang/v2/modules/png-module.so ... Processing usr/lib/slang/v2/modules/rand-module.so ... Processing usr/lib/slang/v2/modules/select-module.so ... Processing usr/lib/slang/v2/modules/slsmg-module.so ... Processing usr/lib/slang/v2/modules/socket-module.so ... Processing usr/lib/slang/v2/modules/stats-module.so ... Processing usr/lib/slang/v2/modules/sysconf-module.so ... Processing usr/lib/slang/v2/modules/termios-module.so ... Processing usr/lib/slang/v2/modules/varray-module.so ... Processing usr/lib/slang/v2/modules/zlib-module.so ... Processing usr/lib/terminfo ... Processing usr/lib/udev ... Processing usr/lib/udev/rules.d ... Processing usr/lib/udev/rules.d/tpm-udev.rules ... Processing usr/lib32 ... Processing usr/sbin ... Processing usr/sbin/addgroup ... Processing usr/sbin/adduser ... Processing usr/sbin/arping ... Processing usr/sbin/chroot ... Processing usr/sbin/crond ... Processing usr/sbin/darkhttpd ... Processing usr/sbin/delgroup ... Processing usr/sbin/deluser ... Processing usr/sbin/dnsd ... Processing usr/sbin/ether-wake ... Processing usr/sbin/fbset ... Processing usr/sbin/fcgiwrap ... Processing usr/sbin/fdformat ... Processing usr/sbin/fsfreeze ... Processing usr/sbin/gss-server ... Processing usr/sbin/i2cdetect ... Processing usr/sbin/i2cdump ... Processing usr/sbin/i2cget ... Processing usr/sbin/i2cset ... Processing usr/sbin/i2ctransfer ... Processing usr/sbin/inetd ... Processing usr/sbin/iodine ... Processing usr/sbin/iodined ... Processing usr/sbin/ipset ... Processing usr/sbin/ipset-translate ... Processing usr/sbin/kadmin.local ... Processing usr/sbin/kadmind ... Processing usr/sbin/kdb5_util ... Processing usr/sbin/killall5 ... Processing usr/sbin/kprop ... Processing usr/sbin/kpropd ... Processing usr/sbin/kproplog ... Processing usr/sbin/krb5-send-pr ... Processing usr/sbin/krb5kdc ... Processing usr/sbin/loadfont ... Processing usr/sbin/mim ... Processing usr/sbin/nologin ... Processing usr/sbin/partprobe ... Processing usr/sbin/rdate ... Processing usr/sbin/readprofile ... Processing usr/sbin/seedrng ... Processing usr/sbin/setlogcons ... Processing usr/sbin/sim_server ... Processing usr/sbin/sserver ... Processing usr/sbin/ubirename ... Processing usr/sbin/ubusd ... Processing usr/sbin/uuserver ... Processing usr/sbin/wpa_supplicant ... Processing usr/share ... Processing usr/share/4th ... Processing usr/share/4th/12stats.4th ... Processing usr/share/4th/12xmas.4th ... Processing usr/share/4th/23match.4th ... Processing usr/share/4th/24game.4th ... Processing usr/share/4th/4bitsadd.4th ... Processing usr/share/4th/4lz77.4th ... Processing usr/share/4th/4pp ... Processing usr/share/4th/4pp/atantest.4pp ... Processing usr/share/4th/4pp/cf.4pp ... Processing usr/share/4th/4pp/closdemo.4pp ... Processing usr/share/4th/4pp/coroutin.4pp ... Processing usr/share/4th/4pp/cosine.4pp ... Processing usr/share/4th/4pp/cubic.4pp ... Processing usr/share/4th/4pp/factor.4pp ... Processing usr/share/4th/4pp/factor2.4pp ... Processing usr/share/4th/4pp/foosabst.4pp ... Processing usr/share/4th/4pp/foosadap.4pp ... Processing usr/share/4th/4pp/foosafac.4pp ... Processing usr/share/4th/4pp/foosarry.4pp ... Processing usr/share/4th/4pp/foosblbd.4pp ... Processing usr/share/4th/4pp/foosbld.4pp ... Processing usr/share/4th/4pp/foosbrid.4pp ... Processing usr/share/4th/4pp/fooschre.4pp ... Processing usr/share/4th/4pp/foosclf1.4pp ... Processing usr/share/4th/4pp/foosclf2.4pp ... Processing usr/share/4th/4pp/fooscmd.4pp ... Processing usr/share/4th/4pp/fooscmpn.4pp ... Processing usr/share/4th/4pp/fooscomp.4pp ... Processing usr/share/4th/4pp/fooscopy.4pp ... Processing usr/share/4th/4pp/foosdeco.4pp ... Processing usr/share/4th/4pp/foosdemo.4pp ... Processing usr/share/4th/4pp/foosdepi.4pp ... Processing usr/share/4th/4pp/foosdice.4pp ... Processing usr/share/4th/4pp/foosdlg2.4pp ... Processing usr/share/4th/4pp/foosdlgt.4pp ... Processing usr/share/4th/4pp/fooservt.4pp ... Processing usr/share/4th/4pp/foosfaca.4pp ... Processing usr/share/4th/4pp/foosfact.4pp ... Processing usr/share/4th/4pp/foosflyw.4pp ... Processing usr/share/4th/4pp/foosfsm2.4pp ... Processing usr/share/4th/4pp/foosingl.4pp ... Processing usr/share/4th/4pp/foosinht.4pp ... Processing usr/share/4th/4pp/foosintp.4pp ... Processing usr/share/4th/4pp/foositer.4pp ... Processing usr/share/4th/4pp/foosjava.4pp ... Processing usr/share/4th/4pp/fooskotl.4pp ... Processing usr/share/4th/4pp/fooslazy.4pp ... Processing usr/share/4th/4pp/fooslite.4pp ... Processing usr/share/4th/4pp/foosmedi.4pp ... Processing usr/share/4th/4pp/foosmeme.4pp ... Processing usr/share/4th/4pp/foosmeth.4pp ... Processing usr/share/4th/4pp/foosmptr.4pp ... Processing usr/share/4th/4pp/foosmton.4pp ... Processing usr/share/4th/4pp/foosnull.4pp ... Processing usr/share/4th/4pp/foosnums.4pp ... Processing usr/share/4th/4pp/foosobsv.4pp ... Processing usr/share/4th/4pp/foospol2.4pp ... Processing usr/share/4th/4pp/foospoly.4pp ... Processing usr/share/4th/4pp/foospool.4pp ... Processing usr/share/4th/4pp/foosprot.4pp ... Processing usr/share/4th/4pp/foosprox.4pp ... Processing usr/share/4th/4pp/foostama.4pp ... Processing usr/share/4th/4pp/foostate.4pp ... Processing usr/share/4th/4pp/foostemp.4pp ... Processing usr/share/4th/4pp/foostmp2.4pp ... Processing usr/share/4th/4pp/foostrat.4pp ... Processing usr/share/4th/4pp/foostwin.4pp ... Processing usr/share/4th/4pp/foostype.4pp ... Processing usr/share/4th/4pp/foosvisi.4pp ... Processing usr/share/4th/4pp/fooswiki.4pp ... Processing usr/share/4th/4pp/gbatman.4pp ... Processing usr/share/4th/4pp/lander.4pp ... Processing usr/share/4th/4pp/lib ... Processing usr/share/4th/4pp/lib/ansforth.4pp ... Processing usr/share/4th/4pp/lib/closures.4pp ... Processing usr/share/4th/4pp/lib/compare.4pp ... Processing usr/share/4th/4pp/lib/double.4pp ... Processing usr/share/4th/4pp/lib/float.4pp ... Processing usr/share/4th/4pp/lib/foos.4pp ... Processing usr/share/4th/4pp/lib/ifdef.4pp ... Processing usr/share/4th/4pp/lib/interprt.4pp ... Processing usr/share/4th/4pp/lib/rangext.4pp ... Processing usr/share/4th/4pp/lib/sbslquot.4pp ... Processing usr/share/4th/4pp/lib/standard.4pp ... Processing usr/share/4th/4pp/lib/yield.4pp ... Processing usr/share/4th/4pp/mandelb2.4pp ... Processing usr/share/4th/4pp/mandelbt.4pp ... Processing usr/share/4th/4pp/numint.4pp ... Processing usr/share/4th/4pp/portstem.4pp ... Processing usr/share/4th/4pp/quadratc.4pp ... Processing usr/share/4th/4pp/rational.4pp ... Processing usr/share/4th/4pp/reflect.4pp ... Processing usr/share/4th/4pp/rungek2.4pp ... Processing usr/share/4th/4pp/sine.4pp ... Processing usr/share/4th/4pp/sinewave.4pp ... Processing usr/share/4th/4pp/sun.4pp ... Processing usr/share/4th/4pp/teonw.4pp ... Processing usr/share/4th/4pp/test1opg.4pp ... Processing usr/share/4th/4pp/test2opg.4pp ... Processing usr/share/4th/4pp/vmemtest.4pp ... Processing usr/share/4th/4th2dot.4th ... Processing usr/share/4th/8queens.4th ... Processing usr/share/4th/abc.4th ... Processing usr/share/4th/advisor.4th ... Processing usr/share/4th/animal.4th ... Processing usr/share/4th/ansify.4th ... Processing usr/share/4th/arcalc.4th ... Processing usr/share/4th/asm2dot.4th ... Processing usr/share/4th/atkin.4th ... Processing usr/share/4th/balanced.4th ... Processing usr/share/4th/banner.4th ... Processing usr/share/4th/benford.4th ... Processing usr/share/4th/bf.4th ... Processing usr/share/4th/bf24th.4th ... Processing usr/share/4th/bfi.4th ... Processing usr/share/4th/bfo.4th ... Processing usr/share/4th/bfo24th.4th ... Processing usr/share/4th/bin24th.4th ... Processing usr/share/4th/bin2h.4th ... Processing usr/share/4th/bin2txt.4th ... Processing usr/share/4th/black.4th ... Processing usr/share/4th/blk2html.4th ... Processing usr/share/4th/blk2txt.4th ... Processing usr/share/4th/bottles.4th ... Processing usr/share/4th/bottlfac.4th ... Processing usr/share/4th/brainiac.4th ... Processing usr/share/4th/bwdither.4th ... Processing usr/share/4th/cal-ace.4th ... Processing usr/share/4th/calendar.4th ... Processing usr/share/4th/case24th.4th ... Processing usr/share/4th/cassini.4th ... Processing usr/share/4th/chaotic.4th ... Processing usr/share/4th/chinarem.4th ... Processing usr/share/4th/chkiban.4th ... Processing usr/share/4th/coconuts.4th ... Processing usr/share/4th/coinflip.4th ... Processing usr/share/4th/coinscnt.4th ... Processing usr/share/4th/col2gray.4th ... Processing usr/share/4th/col2pal.4th ... Processing usr/share/4th/column.4th ... Processing usr/share/4th/compat.4th ... Processing usr/share/4th/contfrac.4th ... Processing usr/share/4th/cordic.4th ... Processing usr/share/4th/csv2json.4th ... Processing usr/share/4th/csv2lyx.4th ... Processing usr/share/4th/csv2sql.4th ... Processing usr/share/4th/csv2tcs.4th ... Processing usr/share/4th/csv2xls.4th ... Processing usr/share/4th/csv2xml.4th ... Processing usr/share/4th/csvfield.4th ... Processing usr/share/4th/csvgrep.4th ... Processing usr/share/4th/csvnolf.4th ... Processing usr/share/4th/csvscan.4th ... Processing usr/share/4th/csvsort.4th ... Processing usr/share/4th/csvsplit.4th ... Processing usr/share/4th/csvwrap.4th ... Processing usr/share/4th/cubecrwl.4th ... Processing usr/share/4th/cycle.4th ... Processing usr/share/4th/dbmjoin.4th ... Processing usr/share/4th/dc-tutor.4th ... Processing usr/share/4th/dc.4th ... Processing usr/share/4th/dcmacro.4th ... Processing usr/share/4th/decode64.4th ... Processing usr/share/4th/demo ... Processing usr/share/4th/demo/3ddemo.4th ... Processing usr/share/4th/demo/a32-test.4th ... Processing usr/share/4th/demo/ackertst.4th ... Processing usr/share/4th/demo/anorecur.4th ... Processing usr/share/4th/demo/ansfptst.4th ... Processing usr/share/4th/demo/arc4test.4th ... Processing usr/share/4th/demo/atan2tst.4th ... Processing usr/share/4th/demo/bcdftest.4th ... Processing usr/share/4th/demo/betademo.4th ... Processing usr/share/4th/demo/bintdemo.4th ... Processing usr/share/4th/demo/bstring.4th ... Processing usr/share/4th/demo/btintest.4th ... Processing usr/share/4th/demo/c-add.4th ... Processing usr/share/4th/demo/c-divide.4th ... Processing usr/share/4th/demo/chi2test.4th ... Processing usr/share/4th/demo/circdemo.4th ... Processing usr/share/4th/demo/combtest.4th ... Processing usr/share/4th/demo/compdemo.4th ... Processing usr/share/4th/demo/comptest.4th ... Processing usr/share/4th/demo/condcomp.4th ... Processing usr/share/4th/demo/crc-demo.4th ... Processing usr/share/4th/demo/datedemo.4th ... Processing usr/share/4th/demo/defer.4th ... Processing usr/share/4th/demo/demogray.4th ... Processing usr/share/4th/demo/demoinim.4th ... Processing usr/share/4th/demo/demourl.4th ... Processing usr/share/4th/demo/dstrdemo.4th ... Processing usr/share/4th/demo/dsttdemo.4th ... Processing usr/share/4th/demo/eastersu.4th ... Processing usr/share/4th/demo/elpintst.4th ... Processing usr/share/4th/demo/erftest.4th ... Processing usr/share/4th/demo/etldemo.4th ... Processing usr/share/4th/demo/expdemo.4th ... Processing usr/share/4th/demo/factest.4th ... Processing usr/share/4th/demo/fasintst.4th ... Processing usr/share/4th/demo/feliptst.4th ... Processing usr/share/4th/demo/fexpindm.4th ... Processing usr/share/4th/demo/filetest.4th ... Processing usr/share/4th/demo/fixdemo.4th ... Processing usr/share/4th/demo/fpindemo.4th ... Processing usr/share/4th/demo/fpintest.4th ... Processing usr/share/4th/demo/fpoutdem.4th ... Processing usr/share/4th/demo/fracdemo.4th ... Processing usr/share/4th/demo/fractest.4th ... Processing usr/share/4th/demo/fsmdemo.4th ... Processing usr/share/4th/demo/ftruncdm.4th ... Processing usr/share/4th/demo/fwt_test.4th ... Processing usr/share/4th/demo/gammatst.4th ... Processing usr/share/4th/demo/gaustest.4th ... Processing usr/share/4th/demo/gdemo3d.4th ... Processing usr/share/4th/demo/gen-demo.4th ... Processing usr/share/4th/demo/glocdemo.4th ... Processing usr/share/4th/demo/gnomtest.4th ... Processing usr/share/4th/demo/gpq-test.4th ... Processing usr/share/4th/demo/gtest1.4th ... Processing usr/share/4th/demo/gtest2.4th ... Processing usr/share/4th/demo/gtest3.4th ... Processing usr/share/4th/demo/gtest4.4th ... Processing usr/share/4th/demo/gtkdemo1.4th ... Processing usr/share/4th/demo/gtkdemo2.4th ... Processing usr/share/4th/demo/hamgdemo.4th ... Processing usr/share/4th/demo/hashdemo.4th ... Processing usr/share/4th/demo/hashtest.4th ... Processing usr/share/4th/demo/heaptest.4th ... Processing usr/share/4th/demo/hello.4th ... Processing usr/share/4th/demo/hidemo.4th ... Processing usr/share/4th/demo/hiworld.4th ... Processing usr/share/4th/demo/hornerdm.4th ... Processing usr/share/4th/demo/htmldemo.4th ... Processing usr/share/4th/demo/htmltst.4th ... Processing usr/share/4th/demo/i18ndem2.4th ... Processing usr/share/4th/demo/i18ndemo.4th ... Processing usr/share/4th/demo/interact.4th ... Processing usr/share/4th/demo/inthdemo.4th ... Processing usr/share/4th/demo/kisstest.4th ... Processing usr/share/4th/demo/kpredemo.4th ... Processing usr/share/4th/demo/latextst.4th ... Processing usr/share/4th/demo/leafdemo.4th ... Processing usr/share/4th/demo/loccatch.4th ... Processing usr/share/4th/demo/locdemo.4th ... Processing usr/share/4th/demo/matchtst.4th ... Processing usr/share/4th/demo/mblktest.4th ... Processing usr/share/4th/demo/md5-demo.4th ... Processing usr/share/4th/demo/md5-test.4th ... Processing usr/share/4th/demo/memdemo.4th ... Processing usr/share/4th/demo/menudemo.4th ... Processing usr/share/4th/demo/mersdemo.4th ... Processing usr/share/4th/demo/mrg32tst.4th ... Processing usr/share/4th/demo/multi-a.4th ... Processing usr/share/4th/demo/multi-b.4th ... Processing usr/share/4th/demo/multiclk.4th ... Processing usr/share/4th/demo/multifib.4th ... Processing usr/share/4th/demo/npdftest.4th ... Processing usr/share/4th/demo/ntortest.4th ... Processing usr/share/4th/demo/numintdm.4th ... Processing usr/share/4th/demo/opgtest.4th ... Processing usr/share/4th/demo/parstest.4th ... Processing usr/share/4th/demo/pcylftst.4th ... Processing usr/share/4th/demo/permtest.4th ... Processing usr/share/4th/demo/pipes1.4th ... Processing usr/share/4th/demo/pipes2.4th ... Processing usr/share/4th/demo/polytest.4th ... Processing usr/share/4th/demo/priodemo.4th ... Processing usr/share/4th/demo/quotdemo.4th ... Processing usr/share/4th/demo/quotest.4th ... Processing usr/share/4th/demo/ramtest.4th ... Processing usr/share/4th/demo/randtest.4th ... Processing usr/share/4th/demo/records.4th ... Processing usr/share/4th/demo/recurse.4th ... Processing usr/share/4th/demo/rtftest.4th ... Processing usr/share/4th/demo/scanftst.4th ... Processing usr/share/4th/demo/searches.4th ... Processing usr/share/4th/demo/sequdemo.4th ... Processing usr/share/4th/demo/sh1-test.4th ... Processing usr/share/4th/demo/sh2-test.4th ... Processing usr/share/4th/demo/skysload.4th ... Processing usr/share/4th/demo/sndxtest.4th ... Processing usr/share/4th/demo/sorts.4th ... Processing usr/share/4th/demo/speldemo.4th ... Processing usr/share/4th/demo/spindemo.4th ... Processing usr/share/4th/demo/sprintft.4th ... Processing usr/share/4th/demo/squares.4th ... Processing usr/share/4th/demo/statdemo.4th ... Processing usr/share/4th/demo/stlfdemo.4th ... Processing usr/share/4th/demo/substdem.4th ... Processing usr/share/4th/demo/substest.4th ... Processing usr/share/4th/demo/tables.4th ... Processing usr/share/4th/demo/teantest.4th ... Processing usr/share/4th/demo/testeol.4th ... Processing usr/share/4th/demo/throw.4th ... Processing usr/share/4th/demo/tooltest.4th ... Processing usr/share/4th/demo/tt_width.4th ... Processing usr/share/4th/demo/ttheight.4th ... Processing usr/share/4th/demo/ustaload.4th ... Processing usr/share/4th/demo/vectordm.4th ... Processing usr/share/4th/demo/vmemdemo.4th ... Processing usr/share/4th/demo/vmemtest.4th ... Processing usr/share/4th/demo/xchartst.4th ... Processing usr/share/4th/demo/zenfpin.4th ... Processing usr/share/4th/demo/zenfpout.4th ... Processing usr/share/4th/demo/zenfptst.4th ... Processing usr/share/4th/demo/zenrdtst.4th ... Processing usr/share/4th/demo/zentctst.4th ... Processing usr/share/4th/demo/zetatest.4th ... Processing usr/share/4th/detab.4th ... Processing usr/share/4th/dinesman.4th ... Processing usr/share/4th/dither.4th ... Processing usr/share/4th/divisors.4th ... Processing usr/share/4th/dof.4th ... Processing usr/share/4th/doors.4th ... Processing usr/share/4th/duc.4th ... Processing usr/share/4th/dzen5.4th ... Processing usr/share/4th/earthcrv.4th ... Processing usr/share/4th/echo.4th ... Processing usr/share/4th/editor.4th ... Processing usr/share/4th/eliza.4th ... Processing usr/share/4th/employee.4th ... Processing usr/share/4th/emu6502.4th ... Processing usr/share/4th/encode64.4th ... Processing usr/share/4th/encrypt.4th ... Processing usr/share/4th/equation.4th ... Processing usr/share/4th/ethiop.4th ... Processing usr/share/4th/euler09.4th ... Processing usr/share/4th/euler27.4th ... Processing usr/share/4th/euler303.4th ... Processing usr/share/4th/euro.4th ... Processing usr/share/4th/exprange.4th ... Processing usr/share/4th/factoria.4th ... Processing usr/share/4th/factors.4th ... Processing usr/share/4th/fdc.4th ... Processing usr/share/4th/fgrep.4th ... Processing usr/share/4th/filer.4th ... Processing usr/share/4th/fizzbuzz.4th ... Processing usr/share/4th/floyd.4th ... Processing usr/share/4th/fractals.4th ... Processing usr/share/4th/fractre2.4th ... Processing usr/share/4th/fractree.4th ... Processing usr/share/4th/freqfile.4th ... Processing usr/share/4th/fseries.4th ... Processing usr/share/4th/g3dgraph.4th ... Processing usr/share/4th/g3igraph.4th ... Processing usr/share/4th/g3spiral.4th ... Processing usr/share/4th/gantenna.4th ... Processing usr/share/4th/gasket.4th ... Processing usr/share/4th/gclelia.4th ... Processing usr/share/4th/gdragon.4th ... Processing usr/share/4th/genstack.4th ... Processing usr/share/4th/gepicycl.4th ... Processing usr/share/4th/gfignitn.4th ... Processing usr/share/4th/ghilbert.4th ... Processing usr/share/4th/ghilbrt2.4th ... Processing usr/share/4th/gknuth.4th ... Processing usr/share/4th/gkoch.4th ... Processing usr/share/4th/gmandel.4th ... Processing usr/share/4th/gmirex.4th ... Processing usr/share/4th/gpeano.4th ... Processing usr/share/4th/gpspiral.4th ... Processing usr/share/4th/grate.4th ... Processing usr/share/4th/gray2col.4th ... Processing usr/share/4th/gsierp.4th ... Processing usr/share/4th/gsmile.4th ... Processing usr/share/4th/gspiro.4th ... Processing usr/share/4th/gtriangle.4th ... Processing usr/share/4th/guess.4th ... Processing usr/share/4th/gwirth.4th ... Processing usr/share/4th/gyinyang.4th ... Processing usr/share/4th/hailston.4th ... Processing usr/share/4th/hamnumbs.4th ... Processing usr/share/4th/hamurabi.4th ... Processing usr/share/4th/hanoi.4th ... Processing usr/share/4th/happy.4th ... Processing usr/share/4th/haystack.4th ... Processing usr/share/4th/hickersn.4th ... Processing usr/share/4th/hidehtml.4th ... Processing usr/share/4th/hideseek.4th ... Processing usr/share/4th/hookup.4th ... Processing usr/share/4th/horst.4th ... Processing usr/share/4th/horstprm.4th ... Processing usr/share/4th/hq9p.4th ... Processing usr/share/4th/integrat.4th ... Processing usr/share/4th/interpol.4th ... Processing usr/share/4th/intgamln.4th ... Processing usr/share/4th/intgamma.4th ... Processing usr/share/4th/io.4th ... Processing usr/share/4th/ipaint2.4th ... Processing usr/share/4th/ipaint3.4th ... Processing usr/share/4th/ipsubnet.4th ... Processing usr/share/4th/isinwav2.4th ... Processing usr/share/4th/isinwave.4th ... Processing usr/share/4th/itfollow.4th ... Processing usr/share/4th/ivantsov.4th ... Processing usr/share/4th/iview2.4th ... Processing usr/share/4th/japanese.4th ... Processing usr/share/4th/jd.4th ... Processing usr/share/4th/jensen.4th ... Processing usr/share/4th/joelsoft.4th ... Processing usr/share/4th/jots2txt.4th ... Processing usr/share/4th/keirsey.4th ... Processing usr/share/4th/key2dot.4th ... Processing usr/share/4th/kjots2gn.4th ... Processing usr/share/4th/knapsack.4th ... Processing usr/share/4th/knapsak2.4th ... Processing usr/share/4th/knightj2.4th ... Processing usr/share/4th/knightjp.4th ... Processing usr/share/4th/lander.4th ... Processing usr/share/4th/ldif2csv.4th ... Processing usr/share/4th/letter.4th ... Processing usr/share/4th/levenshr.4th ... Processing usr/share/4th/lib ... Processing usr/share/4th/lib/3dup3rot.4th ... Processing usr/share/4th/lib/4dup4rot.4th ... Processing usr/share/4th/lib/acker.4th ... Processing usr/share/4th/lib/acptword.4th ... Processing usr/share/4th/lib/adler32.4th ... Processing usr/share/4th/lib/allsheet.4th ... Processing usr/share/4th/lib/ansblock.4th ... Processing usr/share/4th/lib/anscore.4th ... Processing usr/share/4th/lib/ansdbl.4th ... Processing usr/share/4th/lib/ansfacil.4th ... Processing usr/share/4th/lib/ansfile.4th ... Processing usr/share/4th/lib/ansfloat.4th ... Processing usr/share/4th/lib/ansfpio.4th ... Processing usr/share/4th/lib/ansmem.4th ... Processing usr/share/4th/lib/ansquote.4th ... Processing usr/share/4th/lib/ansren.4th ... Processing usr/share/4th/lib/anstools.4th ... Processing usr/share/4th/lib/arcfour.4th ... Processing usr/share/4th/lib/argopen.4th ... Processing usr/share/4th/lib/ascii7.4th ... Processing usr/share/4th/lib/asciixml.4th ... Processing usr/share/4th/lib/asinacos.4th ... Processing usr/share/4th/lib/back.4th ... Processing usr/share/4th/lib/backtrak.4th ... Processing usr/share/4th/lib/banners.4th ... Processing usr/share/4th/lib/base64.4th ... Processing usr/share/4th/lib/baseexec.4th ... Processing usr/share/4th/lib/basename.4th ... Processing usr/share/4th/lib/binomial.4th ... Processing usr/share/4th/lib/binquick.4th ... Processing usr/share/4th/lib/binssort.4th ... Processing usr/share/4th/lib/bintree.4th ... Processing usr/share/4th/lib/bintrkv.4th ... Processing usr/share/4th/lib/bitarray.4th ... Processing usr/share/4th/lib/bitfield.4th ... Processing usr/share/4th/lib/bitosort.4th ... Processing usr/share/4th/lib/bitrevse.4th ... Processing usr/share/4th/lib/bits.4th ... Processing usr/share/4th/lib/bitset.4th ... Processing usr/share/4th/lib/boxes.4th ... Processing usr/share/4th/lib/breakq.4th ... Processing usr/share/4th/lib/brow.4th ... Processing usr/share/4th/lib/bsearch.4th ... Processing usr/share/4th/lib/bstable.4th ... Processing usr/share/4th/lib/bub2sort.4th ... Processing usr/share/4th/lib/bublsort.4th ... Processing usr/share/4th/lib/buffer.4th ... Processing usr/share/4th/lib/cansignd.4th ... Processing usr/share/4th/lib/capitals.4th ... Processing usr/share/4th/lib/cards.4th ... Processing usr/share/4th/lib/ccitt2.4th ... Processing usr/share/4th/lib/charat.4th ... Processing usr/share/4th/lib/chars.4th ... Processing usr/share/4th/lib/chi2.4th ... Processing usr/share/4th/lib/chkisbn.4th ... Processing usr/share/4th/lib/chkisin.4th ... Processing usr/share/4th/lib/chmatch.4th ... Processing usr/share/4th/lib/choose.4th ... Processing usr/share/4th/lib/cir2sort.4th ... Processing usr/share/4th/lib/circsort.4th ... Processing usr/share/4th/lib/coc2sort.4th ... Processing usr/share/4th/lib/cocksort.4th ... Processing usr/share/4th/lib/com2sort.4th ... Processing usr/share/4th/lib/combsort.4th ... Processing usr/share/4th/lib/commadot.4th ... Processing usr/share/4th/lib/compare.4th ... Processing usr/share/4th/lib/compose.4th ... Processing usr/share/4th/lib/comus.4th ... Processing usr/share/4th/lib/concat.4th ... Processing usr/share/4th/lib/constant.4th ... Processing usr/share/4th/lib/convert.4th ... Processing usr/share/4th/lib/country.4th ... Processing usr/share/4th/lib/countstr.4th ... Processing usr/share/4th/lib/cp437htm.4th ... Processing usr/share/4th/lib/crc.4th ... Processing usr/share/4th/lib/crc32.4th ... Processing usr/share/4th/lib/create-w.4th ... Processing usr/share/4th/lib/csimpson.4th ... Processing usr/share/4th/lib/cstring.4th ... Processing usr/share/4th/lib/csv-w.4th ... Processing usr/share/4th/lib/csvfrom.4th ... Processing usr/share/4th/lib/csvtype.4th ... Processing usr/share/4th/lib/ctos.4th ... Processing usr/share/4th/lib/cut.4th ... Processing usr/share/4th/lib/cyclsort.4th ... Processing usr/share/4th/lib/damm.4th ... Processing usr/share/4th/lib/darray.4th ... Processing usr/share/4th/lib/date2xls.4th ... Processing usr/share/4th/lib/dblbin.4th ... Processing usr/share/4th/lib/dbldiv.4th ... Processing usr/share/4th/lib/dbldot.4th ... Processing usr/share/4th/lib/dblsharp.4th ... Processing usr/share/4th/lib/dblshift.4th ... Processing usr/share/4th/lib/dbm.4th ... Processing usr/share/4th/lib/dbmidx.4th ... Processing usr/share/4th/lib/dbms.4th ... Processing usr/share/4th/lib/dda.4th ... Processing usr/share/4th/lib/ddigroot.4th ... Processing usr/share/4th/lib/ddotf.4th ... Processing usr/share/4th/lib/debug.4th ... Processing usr/share/4th/lib/digiroot.4th ... Processing usr/share/4th/lib/digit.4th ... Processing usr/share/4th/lib/discord.4th ... Processing usr/share/4th/lib/dostime.4th ... Processing usr/share/4th/lib/dpower.4th ... Processing usr/share/4th/lib/drange.4th ... Processing usr/share/4th/lib/dsqrt.4th ... Processing usr/share/4th/lib/dst.4th ... Processing usr/share/4th/lib/dstrarrt.4th ... Processing usr/share/4th/lib/dstring.4th ... Processing usr/share/4th/lib/dstringt.4th ... Processing usr/share/4th/lib/dump.4th ... Processing usr/share/4th/lib/dumpbase.4th ... Processing usr/share/4th/lib/easter.4th ... Processing usr/share/4th/lib/easy.4th ... Processing usr/share/4th/lib/ellipint.4th ... Processing usr/share/4th/lib/embed.4th ... Processing usr/share/4th/lib/emits.4th ... Processing usr/share/4th/lib/enclose.4th ... Processing usr/share/4th/lib/enter.4th ... Processing usr/share/4th/lib/environ.4th ... Processing usr/share/4th/lib/erf.4th ... Processing usr/share/4th/lib/erf1.4th ... Processing usr/share/4th/lib/escape.4th ... Processing usr/share/4th/lib/etl.4th ... Processing usr/share/4th/lib/evaluate.4th ... Processing usr/share/4th/lib/exceptn.4th ... Processing usr/share/4th/lib/expout.4th ... Processing usr/share/4th/lib/ezneeds.4th ... Processing usr/share/4th/lib/ezpp4th.4th ... Processing usr/share/4th/lib/factor.4th ... Processing usr/share/4th/lib/falog.4th ... Processing usr/share/4th/lib/fast-fac.4th ... Processing usr/share/4th/lib/fast-fib.4th ... Processing usr/share/4th/lib/fatan2.4th ... Processing usr/share/4th/lib/fatanh.4th ... Processing usr/share/4th/lib/fbessel.4th ... Processing usr/share/4th/lib/fbeta.4th ... Processing usr/share/4th/lib/fbetacdf.4th ... Processing usr/share/4th/lib/fbetapdf.4th ... Processing usr/share/4th/lib/fcartes.4th ... Processing usr/share/4th/lib/fcbrt.4th ... Processing usr/share/4th/lib/fdeg2rad.4th ... Processing usr/share/4th/lib/felip.4th ... Processing usr/share/4th/lib/fenter.4th ... Processing usr/share/4th/lib/fequals.4th ... Processing usr/share/4th/lib/ferf.4th ... Processing usr/share/4th/lib/fexp.4th ... Processing usr/share/4th/lib/fexpflni.4th ... Processing usr/share/4th/lib/fexpint.4th ... Processing usr/share/4th/lib/fexpm1.4th ... Processing usr/share/4th/lib/fexpt.4th ... Processing usr/share/4th/lib/ffl-frc.4th ... Processing usr/share/4th/lib/ffsfls.4th ... Processing usr/share/4th/lib/fgamma.4th ... Processing usr/share/4th/lib/fhaversn.4th ... Processing usr/share/4th/lib/figures.4th ... Processing usr/share/4th/lib/files.4th ... Processing usr/share/4th/lib/filestat.4th ... Processing usr/share/4th/lib/filter.4th ... Processing usr/share/4th/lib/filtring.4th ... Processing usr/share/4th/lib/fixeddot.4th ... Processing usr/share/4th/lib/fixedfld.4th ... Processing usr/share/4th/lib/flnflog.4th ... Processing usr/share/4th/lib/flnflogb.4th ... Processing usr/share/4th/lib/flnp1.4th ... Processing usr/share/4th/lib/flocals.4th ... Processing usr/share/4th/lib/flogist.4th ... Processing usr/share/4th/lib/floordiv.4th ... Processing usr/share/4th/lib/floormod.4th ... Processing usr/share/4th/lib/forwdiff.4th ... Processing usr/share/4th/lib/fp0.4th ... Processing usr/share/4th/lib/fp1.4th ... Processing usr/share/4th/lib/fp2.4th ... Processing usr/share/4th/lib/fp3.4th ... Processing usr/share/4th/lib/fp4.4th ... Processing usr/share/4th/lib/fp5.4th ... Processing usr/share/4th/lib/fpconst.4th ... Processing usr/share/4th/lib/fpdot.4th ... Processing usr/share/4th/lib/fpin.4th ... Processing usr/share/4th/lib/fpolar.4th ... Processing usr/share/4th/lib/fpout.4th ... Processing usr/share/4th/lib/fpow.4th ... Processing usr/share/4th/lib/fpow10.4th ... Processing usr/share/4th/lib/fq.4th ... Processing usr/share/4th/lib/fracout.4th ... Processing usr/share/4th/lib/fractext.4th ... Processing usr/share/4th/lib/fraction.4th ... Processing usr/share/4th/lib/frexp.4th ... Processing usr/share/4th/lib/fsincost.4th ... Processing usr/share/4th/lib/fsinfcos.4th ... Processing usr/share/4th/lib/fsinnpi.4th ... Processing usr/share/4th/lib/fsl-util.4th ... Processing usr/share/4th/lib/fsm.4th ... Processing usr/share/4th/lib/fsprintf.4th ... Processing usr/share/4th/lib/fstack.4th ... Processing usr/share/4th/lib/fsum.4th ... Processing usr/share/4th/lib/fsum_arr.4th ... Processing usr/share/4th/lib/ftrunc.4th ... Processing usr/share/4th/lib/fvector.4th ... Processing usr/share/4th/lib/fwt.4th ... Processing usr/share/4th/lib/fwtlite.4th ... Processing usr/share/4th/lib/fxexpln.4th ... Processing usr/share/4th/lib/fzeta.4th ... Processing usr/share/4th/lib/gamma.4th ... Processing usr/share/4th/lib/gammaln.4th ... Processing usr/share/4th/lib/gammapq.4th ... Processing usr/share/4th/lib/garccirc.4th ... Processing usr/share/4th/lib/gaspect.4th ... Processing usr/share/4th/lib/gauslege.4th ... Processing usr/share/4th/lib/gauss.4th ... Processing usr/share/4th/lib/gbanner.4th ... Processing usr/share/4th/lib/gbezier.4th ... Processing usr/share/4th/lib/gbk2utf8.4th ... Processing usr/share/4th/lib/gburst.4th ... Processing usr/share/4th/lib/gc.4th ... Processing usr/share/4th/lib/gcdlcd.4th ... Processing usr/share/4th/lib/gcircle.4th ... Processing usr/share/4th/lib/gcol2gry.4th ... Processing usr/share/4th/lib/gellipse.4th ... Processing usr/share/4th/lib/getdate.4th ... Processing usr/share/4th/lib/getenv.4th ... Processing usr/share/4th/lib/getopts.4th ... Processing usr/share/4th/lib/gfill.4th ... Processing usr/share/4th/lib/gflood.4th ... Processing usr/share/4th/lib/glines.4th ... Processing usr/share/4th/lib/glocal.4th ... Processing usr/share/4th/lib/gmkiss.4th ... Processing usr/share/4th/lib/gmskiss.4th ... Processing usr/share/4th/lib/gno2sort.4th ... Processing usr/share/4th/lib/gnomsort.4th ... Processing usr/share/4th/lib/gpic2txt.4th ... Processing usr/share/4th/lib/gplot3d.4th ... Processing usr/share/4th/lib/graphics.4th ... Processing usr/share/4th/lib/graycode.4th ... Processing usr/share/4th/lib/gshrink.4th ... Processing usr/share/4th/lib/gtkipc.4th ... Processing usr/share/4th/lib/gtkserv.4th ... Processing usr/share/4th/lib/gturtle.4th ... Processing usr/share/4th/lib/gview.4th ... Processing usr/share/4th/lib/hamming.4th ... Processing usr/share/4th/lib/harshad.4th ... Processing usr/share/4th/lib/hash.4th ... Processing usr/share/4th/lib/hashbuck.4th ... Processing usr/share/4th/lib/hashkey.4th ... Processing usr/share/4th/lib/hashtabl.4th ... Processing usr/share/4th/lib/hea2sort.4th ... Processing usr/share/4th/lib/headings.4th ... Processing usr/share/4th/lib/heapsort.4th ... Processing usr/share/4th/lib/hiorder.4th ... Processing usr/share/4th/lib/hms2secs.4th ... Processing usr/share/4th/lib/holds.4th ... Processing usr/share/4th/lib/horner.4th ... Processing usr/share/4th/lib/html-w.4th ... Processing usr/share/4th/lib/html.4th ... Processing usr/share/4th/lib/huntjoin.4th ... Processing usr/share/4th/lib/i18n.4th ... Processing usr/share/4th/lib/i8859htm.4th ... Processing usr/share/4th/lib/icompare.4th ... Processing usr/share/4th/lib/identify.4th ... Processing usr/share/4th/lib/idsystem.4th ... Processing usr/share/4th/lib/info.4th ... Processing usr/share/4th/lib/inifile.4th ... Processing usr/share/4th/lib/inimanag.4th ... Processing usr/share/4th/lib/ins2sort.4th ... Processing usr/share/4th/lib/instsort.4th ... Processing usr/share/4th/lib/intelhex.4th ... Processing usr/share/4th/lib/interprt.4th ... Processing usr/share/4th/lib/intpfile.4th ... Processing usr/share/4th/lib/intrsort.4th ... Processing usr/share/4th/lib/isdate.4th ... Processing usr/share/4th/lib/ismpsort.4th ... Processing usr/share/4th/lib/isprime.4th ... Processing usr/share/4th/lib/isqrt.4th ... Processing usr/share/4th/lib/istype.4th ... Processing usr/share/4th/lib/json-w.4th ... Processing usr/share/4th/lib/kaprekar.4th ... Processing usr/share/4th/lib/key.4th ... Processing usr/share/4th/lib/knuthrng.4th ... Processing usr/share/4th/lib/koksp-w.4th ... Processing usr/share/4th/lib/kpre.4th ... Processing usr/share/4th/lib/latex.4th ... Processing usr/share/4th/lib/leading.4th ... Processing usr/share/4th/lib/leaf.4th ... Processing usr/share/4th/lib/legacy.4th ... Processing usr/share/4th/lib/levensht.4th ... Processing usr/share/4th/lib/license.4th ... Processing usr/share/4th/lib/lists.4th ... Processing usr/share/4th/lib/locals.4th ... Processing usr/share/4th/lib/logger.4th ... Processing usr/share/4th/lib/logtime.4th ... Processing usr/share/4th/lib/longjday.4th ... Processing usr/share/4th/lib/luhn.4th ... Processing usr/share/4th/lib/lz77.4th ... Processing usr/share/4th/lib/m3todate.4th ... Processing usr/share/4th/lib/matcher.4th ... Processing usr/share/4th/lib/math.4th ... Processing usr/share/4th/lib/mbinoml.4th ... Processing usr/share/4th/lib/md5.4th ... Processing usr/share/4th/lib/memcell.4th ... Processing usr/share/4th/lib/memchar.4th ... Processing usr/share/4th/lib/menu.4th ... Processing usr/share/4th/lib/mergsort.4th ... Processing usr/share/4th/lib/mersenne.4th ... Processing usr/share/4th/lib/message.4th ... Processing usr/share/4th/lib/mif-prng.4th ... Processing usr/share/4th/lib/minstd.4th ... Processing usr/share/4th/lib/mixed.4th ... Processing usr/share/4th/lib/mon3date.4th ... Processing usr/share/4th/lib/morse.4th ... Processing usr/share/4th/lib/mrg32k3a.4th ... Processing usr/share/4th/lib/msxls2-w.4th ... Processing usr/share/4th/lib/msxmls-w.4th ... Processing usr/share/4th/lib/multiblk.4th ... Processing usr/share/4th/lib/multifac.4th ... Processing usr/share/4th/lib/namedstk.4th ... Processing usr/share/4th/lib/ncoding.4th ... Processing usr/share/4th/lib/norm-pdf.4th ... Processing usr/share/4th/lib/ntor.4th ... Processing usr/share/4th/lib/obsolete.4th ... Processing usr/share/4th/lib/odevsort.4th ... Processing usr/share/4th/lib/oofods-w.4th ... Processing usr/share/4th/lib/opgftran.4th ... Processing usr/share/4th/lib/ordidate.4th ... Processing usr/share/4th/lib/oyelsort.4th ... Processing usr/share/4th/lib/padding.4th ... Processing usr/share/4th/lib/palette.4th ... Processing usr/share/4th/lib/palindrm.4th ... Processing usr/share/4th/lib/pancsort.4th ... Processing usr/share/4th/lib/pangram.4th ... Processing usr/share/4th/lib/parseurl.4th ... Processing usr/share/4th/lib/parsexml.4th ... Processing usr/share/4th/lib/parsing.4th ... Processing usr/share/4th/lib/parsname.4th ... Processing usr/share/4th/lib/pcylfun.4th ... Processing usr/share/4th/lib/perfect.4th ... Processing usr/share/4th/lib/permcomb.4th ... Processing usr/share/4th/lib/perrin.4th ... Processing usr/share/4th/lib/phone.4th ... Processing usr/share/4th/lib/pickroll.4th ... Processing usr/share/4th/lib/picture.4th ... Processing usr/share/4th/lib/place-n.4th ... Processing usr/share/4th/lib/placelne.4th ... Processing usr/share/4th/lib/plecuyer.4th ... Processing usr/share/4th/lib/polys.4th ... Processing usr/share/4th/lib/power.4th ... Processing usr/share/4th/lib/prefixno.4th ... Processing usr/share/4th/lib/print.4th ... Processing usr/share/4th/lib/printf.4th ... Processing usr/share/4th/lib/prio-q.4th ... Processing usr/share/4th/lib/prioq.4th ... Processing usr/share/4th/lib/prng.4th ... Processing usr/share/4th/lib/qsort.4th ... Processing usr/share/4th/lib/quiz.4th ... Processing usr/share/4th/lib/quotes.4th ... Processing usr/share/4th/lib/radxsort.4th ... Processing usr/share/4th/lib/ramdisk.4th ... Processing usr/share/4th/lib/ran4.4th ... Processing usr/share/4th/lib/randbin.4th ... Processing usr/share/4th/lib/randjava.4th ... Processing usr/share/4th/lib/randlcg.4th ... Processing usr/share/4th/lib/randlcg2.4th ... Processing usr/share/4th/lib/randmwcp.4th ... Processing usr/share/4th/lib/random.4th ... Processing usr/share/4th/lib/randoom.4th ... Processing usr/share/4th/lib/range.4th ... Processing usr/share/4th/lib/rbounds.4th ... Processing usr/share/4th/lib/rcheck.4th ... Processing usr/share/4th/lib/rdepth.4th ... Processing usr/share/4th/lib/refills.4th ... Processing usr/share/4th/lib/replace.4th ... Processing usr/share/4th/lib/represnt.4th ... Processing usr/share/4th/lib/reverse.4th ... Processing usr/share/4th/lib/rndubias.4th ... Processing usr/share/4th/lib/rot13.4th ... Processing usr/share/4th/lib/row.4th ... Processing usr/share/4th/lib/rtf.4th ... Processing usr/share/4th/lib/runiform.4th ... Processing usr/share/4th/lib/savefile.4th ... Processing usr/share/4th/lib/say.4th ... Processing usr/share/4th/lib/sbreak.4th ... Processing usr/share/4th/lib/scanfile.4th ... Processing usr/share/4th/lib/scanskip.4th ... Processing usr/share/4th/lib/scomma.4th ... Processing usr/share/4th/lib/search.4th ... Processing usr/share/4th/lib/sedol.4th ... Processing usr/share/4th/lib/sel2sort.4th ... Processing usr/share/4th/lib/selcsort.4th ... Processing usr/share/4th/lib/semiprim.4th ... Processing usr/share/4th/lib/sequence.4th ... Processing usr/share/4th/lib/sfpout.4th ... Processing usr/share/4th/lib/sha1.4th ... Processing usr/share/4th/lib/sha256.4th ... Processing usr/share/4th/lib/shelsort.4th ... Processing usr/share/4th/lib/shuffle.4th ... Processing usr/share/4th/lib/simps38.4th ... Processing usr/share/4th/lib/simpson.4th ... Processing usr/share/4th/lib/simpsort.4th ... Processing usr/share/4th/lib/sinhcosh.4th ... Processing usr/share/4th/lib/slice.4th ... Processing usr/share/4th/lib/slowsort.4th ... Processing usr/share/4th/lib/slurptxt.4th ... Processing usr/share/4th/lib/soundex.4th ... Processing usr/share/4th/lib/speak.4th ... Processing usr/share/4th/lib/spelldis.4th ... Processing usr/share/4th/lib/spinner.4th ... Processing usr/share/4th/lib/split.4th ... Processing usr/share/4th/lib/splitext.4th ... Processing usr/share/4th/lib/splitpth.4th ... Processing usr/share/4th/lib/sprintf.4th ... Processing usr/share/4th/lib/sqrtrem.4th ... Processing usr/share/4th/lib/srtstack.4th ... Processing usr/share/4th/lib/sscanf.4th ... Processing usr/share/4th/lib/stack.4th ... Processing usr/share/4th/lib/startend.4th ... Processing usr/share/4th/lib/statist.4th ... Processing usr/share/4th/lib/stemleaf.4th ... Processing usr/share/4th/lib/stester.4th ... Processing usr/share/4th/lib/stmbuf.4th ... Processing usr/share/4th/lib/stmstack.4th ... Processing usr/share/4th/lib/stoosort.4th ... Processing usr/share/4th/lib/strbuf.4th ... Processing usr/share/4th/lib/strcount.4th ... Processing usr/share/4th/lib/strstack.4th ... Processing usr/share/4th/lib/strtime.4th ... Processing usr/share/4th/lib/strto10k.4th ... Processing usr/share/4th/lib/stsstack.4th ... Processing usr/share/4th/lib/substit.4th ... Processing usr/share/4th/lib/sumdivs.4th ... Processing usr/share/4th/lib/swapping.4th ... Processing usr/share/4th/lib/system.4th ... Processing usr/share/4th/lib/tabs.4th ... Processing usr/share/4th/lib/taylor.4th ... Processing usr/share/4th/lib/tea.4th ... Processing usr/share/4th/lib/tean.4th ... Processing usr/share/4th/lib/termansi.4th ... Processing usr/share/4th/lib/th-word.4th ... Processing usr/share/4th/lib/threevl.4th ... Processing usr/share/4th/lib/throw.4th ... Processing usr/share/4th/lib/throwstr.4th ... Processing usr/share/4th/lib/time.4th ... Processing usr/share/4th/lib/time3339.4th ... Processing usr/share/4th/lib/timer.4th ... Processing usr/share/4th/lib/timsort.4th ... Processing usr/share/4th/lib/toarabic.4th ... Processing usr/share/4th/lib/todate.4th ... Processing usr/share/4th/lib/todbl.4th ... Processing usr/share/4th/lib/tofloat.4th ... Processing usr/share/4th/lib/tokenize.4th ... Processing usr/share/4th/lib/tonumber.4th ... Processing usr/share/4th/lib/toolbelt.4th ... Processing usr/share/4th/lib/toolfile.4th ... Processing usr/share/4th/lib/toroman.4th ... Processing usr/share/4th/lib/totime.4th ... Processing usr/share/4th/lib/totriple.4th ... Processing usr/share/4th/lib/translat.4th ... Processing usr/share/4th/lib/tre.4th ... Processing usr/share/4th/lib/trim.4th ... Processing usr/share/4th/lib/triple.4th ... Processing usr/share/4th/lib/triplus.4th ... Processing usr/share/4th/lib/trisharp.4th ... Processing usr/share/4th/lib/tst.4th ... Processing usr/share/4th/lib/tt800.4th ... Processing usr/share/4th/lib/ttester.4th ... Processing usr/share/4th/lib/ulcase.4th ... Processing usr/share/4th/lib/unicdgbk.4th ... Processing usr/share/4th/lib/unitconv.4th ... Processing usr/share/4th/lib/userpad.4th ... Processing usr/share/4th/lib/ustodate.4th ... Processing usr/share/4th/lib/utf8.4th ... Processing usr/share/4th/lib/utf8gbk2.4th ... Processing usr/share/4th/lib/utf8type.4th ... Processing usr/share/4th/lib/varray.4th ... Processing usr/share/4th/lib/version.4th ... Processing usr/share/4th/lib/vmem.4th ... Processing usr/share/4th/lib/weekend.4th ... Processing usr/share/4th/lib/well512.4th ... Processing usr/share/4th/lib/westhtml.4th ... Processing usr/share/4th/lib/wichill.4th ... Processing usr/share/4th/lib/wildcard.4th ... Processing usr/share/4th/lib/wildcrdr.4th ... Processing usr/share/4th/lib/word.4th ... Processing usr/share/4th/lib/wwwopen.4th ... Processing usr/share/4th/lib/xchar.4th ... Processing usr/share/4th/lib/xdump.4th ... Processing usr/share/4th/lib/yesno.4th ... Processing usr/share/4th/lib/yesorno.4th ... Processing usr/share/4th/lib/yield.4th ... Processing usr/share/4th/lib/zenans.4th ... Processing usr/share/4th/lib/zenatan2.4th ... Processing usr/share/4th/lib/zenatanh.4th ... Processing usr/share/4th/lib/zencart.4th ... Processing usr/share/4th/lib/zenconst.4th ... Processing usr/share/4th/lib/zendegrd.4th ... Processing usr/share/4th/lib/zenexpm1.4th ... Processing usr/share/4th/lib/zenfalog.4th ... Processing usr/share/4th/lib/zenfasin.4th ... Processing usr/share/4th/lib/zenfcbrt.4th ... Processing usr/share/4th/lib/zenferf.4th ... Processing usr/share/4th/lib/zenfexp.4th ... Processing usr/share/4th/lib/zenfexpt.4th ... Processing usr/share/4th/lib/zenfln.4th ... Processing usr/share/4th/lib/zenflnp1.4th ... Processing usr/share/4th/lib/zenfloat.4th ... Processing usr/share/4th/lib/zenfloor.4th ... Processing usr/share/4th/lib/zenfmin.4th ... Processing usr/share/4th/lib/zenfpio.4th ... Processing usr/share/4th/lib/zenfpow.4th ... Processing usr/share/4th/lib/zenfprox.4th ... Processing usr/share/4th/lib/zenfsin.4th ... Processing usr/share/4th/lib/zenfsinh.4th ... Processing usr/share/4th/lib/zenfsqrt.4th ... Processing usr/share/4th/lib/zengamm2.4th ... Processing usr/share/4th/lib/zengamma.4th ... Processing usr/share/4th/lib/zenhaver.4th ... Processing usr/share/4th/lib/zenhornr.4th ... Processing usr/share/4th/lib/zenpolar.4th ... Processing usr/share/4th/lib/zenround.4th ... Processing usr/share/4th/lib/zentaylr.4th ... Processing usr/share/4th/lib/zentodbl.4th ... Processing usr/share/4th/lib/zentrunc.4th ... Processing usr/share/4th/lib/zxrandom.4th ... Processing usr/share/4th/life.4th ... Processing usr/share/4th/lifeld.4th ... Processing usr/share/4th/line2txt.4th ... Processing usr/share/4th/lisp.4th ... Processing usr/share/4th/loan.4th ... Processing usr/share/4th/longseq.4th ... Processing usr/share/4th/looknsay.4th ... Processing usr/share/4th/luclehm.4th ... Processing usr/share/4th/magic.4th ... Processing usr/share/4th/makeblk.4th ... Processing usr/share/4th/makegcch.4th ... Processing usr/share/4th/makehide.4th ... Processing usr/share/4th/makeinfo.4th ... Processing usr/share/4th/makesudo.4th ... Processing usr/share/4th/mandelbt.4th ... Processing usr/share/4th/markov.4th ... Processing usr/share/4th/mastermd.4th ... Processing usr/share/4th/mcpi.4th ... Processing usr/share/4th/mersfact.4th ... Processing usr/share/4th/meteor.4th ... Processing usr/share/4th/mindread.4th ... Processing usr/share/4th/minijack.4th ... Processing usr/share/4th/mkknight.4th ... Processing usr/share/4th/mknliban.4th ... Processing usr/share/4th/modular.4th ... Processing usr/share/4th/mon.4th ... Processing usr/share/4th/montcarl.4th ... Processing usr/share/4th/monthall.4th ... Processing usr/share/4th/mu2recur.4th ... Processing usr/share/4th/multiply.4th ... Processing usr/share/4th/mutrecur.4th ... Processing usr/share/4th/mxhanoi.4th ... Processing usr/share/4th/notes.4th ... Processing usr/share/4th/od.4th ... Processing usr/share/4th/oldlady.4th ... Processing usr/share/4th/opgcalc.4th ... Processing usr/share/4th/opgconv.4th ... Processing usr/share/4th/optconst.4th ... Processing usr/share/4th/ordered.4th ... Processing usr/share/4th/pagerank.4th ... Processing usr/share/4th/pal2col.4th ... Processing usr/share/4th/paper.4th ... Processing usr/share/4th/pascalt2.4th ... Processing usr/share/4th/pascaltr.4th ... Processing usr/share/4th/patch4th.4th ... Processing usr/share/4th/permute.4th ... Processing usr/share/4th/phpgen.4th ... Processing usr/share/4th/pi.4th ... Processing usr/share/4th/pigdice.4th ... Processing usr/share/4th/plt3dex.4th ... Processing usr/share/4th/pm2html.4th ... Processing usr/share/4th/polygon.4th ... Processing usr/share/4th/powerset.4th ... Processing usr/share/4th/pp4th.4th ... Processing usr/share/4th/ppm2txt.4th ... Processing usr/share/4th/prices.4th ... Processing usr/share/4th/priname.4th ... Processing usr/share/4th/prtrange.4th ... Processing usr/share/4th/ps-erf.4th ... Processing usr/share/4th/ps-sine.4th ... Processing usr/share/4th/quadcalc.4th ... Processing usr/share/4th/quatnion.4th ... Processing usr/share/4th/quine.4th ... Processing usr/share/4th/randompw.4th ... Processing usr/share/4th/readdate.4th ... Processing usr/share/4th/renfiles.4th ... Processing usr/share/4th/retroed.4th ... Processing usr/share/4th/reversal.4th ... Processing usr/share/4th/romans.4th ... Processing usr/share/4th/romans2.4th ... Processing usr/share/4th/sailor.4th ... Processing usr/share/4th/samplsiz.4th ... Processing usr/share/4th/scissors.4th ... Processing usr/share/4th/scramble.4th ... Processing usr/share/4th/selfdesc.4th ... Processing usr/share/4th/shuffle.4th ... Processing usr/share/4th/simpladv.4th ... Processing usr/share/4th/simplgen.4th ... Processing usr/share/4th/sinewave.4th ... Processing usr/share/4th/skyquery.4th ... Processing usr/share/4th/sloc.4th ... Processing usr/share/4th/smaltest.4th ... Processing usr/share/4th/smarter.4th ... Processing usr/share/4th/snoopy.4th ... Processing usr/share/4th/spiles.4th ... Processing usr/share/4th/spock.4th ... Processing usr/share/4th/spock_iv.4th ... Processing usr/share/4th/srtshift.4th ... Processing usr/share/4th/stackopt.4th ... Processing usr/share/4th/startrek.4th ... Processing usr/share/4th/stumble.4th ... Processing usr/share/4th/subleq.4th ... Processing usr/share/4th/sudoku.4th ... Processing usr/share/4th/sum_int.4th ... Processing usr/share/4th/sums.4th ... Processing usr/share/4th/sunday.4th ... Processing usr/share/4th/sundial.4th ... Processing usr/share/4th/synonym.4th ... Processing usr/share/4th/tak.4th ... Processing usr/share/4th/tam-kan.4th ... Processing usr/share/4th/tcs.4th ... Processing usr/share/4th/theory.4th ... Processing usr/share/4th/tics.4th ... Processing usr/share/4th/timecalc.4th ... Processing usr/share/4th/tinyc.4th ... Processing usr/share/4th/topitsm.4th ... Processing usr/share/4th/towers.4th ... Processing usr/share/4th/tpencode.4th ... Processing usr/share/4th/tpknuth.4th ... Processing usr/share/4th/train.4th ... Processing usr/share/4th/trampoln.4th ... Processing usr/share/4th/triangle.4th ... Processing usr/share/4th/trig2sql.4th ... Processing usr/share/4th/ttt.4th ... Processing usr/share/4th/turing.4th ... Processing usr/share/4th/txt2blk.4th ... Processing usr/share/4th/txt2blk2.4th ... Processing usr/share/4th/txt2html.4th ... Processing usr/share/4th/txt2kedu.4th ... Processing usr/share/4th/txt2lyx.4th ... Processing usr/share/4th/ub2dot.4th ... Processing usr/share/4th/ubasic.4th ... Processing usr/share/4th/ubrlabel.4th ... Processing usr/share/4th/ubulabel.4th ... Processing usr/share/4th/udc.4th ... Processing usr/share/4th/unique.4th ... Processing usr/share/4th/uudecode.4th ... Processing usr/share/4th/uuencode.4th ... Processing usr/share/4th/valuhack.4th ... Processing usr/share/4th/vdcorput.4th ... Processing usr/share/4th/venture.4th ... Processing usr/share/4th/vm-test.4th ... Processing usr/share/4th/walktree.4th ... Processing usr/share/4th/wc.4th ... Processing usr/share/4th/weasel1.4th ... Processing usr/share/4th/weasel2.4th ... Processing usr/share/4th/web4th.4th ... Processing usr/share/4th/wirewrld.4th ... Processing usr/share/4th/wsb.4th ... Processing usr/share/4th/wumpus.4th ... Processing usr/share/4th/xlap.4th ... Processing usr/share/4th/xmlstrip.4th ... Processing usr/share/4th/yellowst.4th ... Processing usr/share/4th/yinyang.4th ... Processing usr/share/4th/yiqing.4th ... Processing usr/share/4th/zigzag.4th ... Processing usr/share/consolefonts ... Processing usr/share/consolefonts/161.cp.gz ... Processing usr/share/consolefonts/162.cp.gz ... Processing usr/share/consolefonts/163.cp.gz ... Processing usr/share/consolefonts/164.cp.gz ... Processing usr/share/consolefonts/165.cp.gz ... Processing usr/share/consolefonts/737.cp.gz ... Processing usr/share/consolefonts/880.cp.gz ... Processing usr/share/consolefonts/928.cp.gz ... Processing usr/share/consolefonts/972.cp.gz ... Processing usr/share/consolefonts/Agafari-12.psfu.gz ... Processing usr/share/consolefonts/Agafari-14.psfu.gz ... Processing usr/share/consolefonts/Agafari-16.psfu.gz ... Processing usr/share/consolefonts/Cyr_a8x14.psfu.gz ... Processing usr/share/consolefonts/Cyr_a8x16.psfu.gz ... Processing usr/share/consolefonts/Cyr_a8x8.psfu.gz ... Processing usr/share/consolefonts/ERRORS ... Processing usr/share/consolefonts/Goha-12.psfu.gz ... Processing usr/share/consolefonts/Goha-14.psfu.gz ... Processing usr/share/consolefonts/Goha-16.psfu.gz ... Processing usr/share/consolefonts/GohaClassic-12.psfu.gz ... Processing usr/share/consolefonts/GohaClassic-14.psfu.gz ... Processing usr/share/consolefonts/GohaClassic-16.psfu.gz ... Processing usr/share/consolefonts/Lat2-Terminus16.psfu.gz ... Processing usr/share/consolefonts/LatArCyrHeb-08.psfu.gz ... Processing usr/share/consolefonts/LatArCyrHeb-14.psfu.gz ... Processing usr/share/consolefonts/LatArCyrHeb-16+.psfu.gz ... Processing usr/share/consolefonts/LatArCyrHeb-16.psfu.gz ... Processing usr/share/consolefonts/LatArCyrHeb-19.psfu.gz ... Processing usr/share/consolefonts/LatGrkCyr-12x22.psfu.gz ... Processing usr/share/consolefonts/LatGrkCyr-8x16.psfu.gz ... Processing usr/share/consolefonts/LatKaCyrHeb-14.psfu.gz ... Processing usr/share/consolefonts/Mik_8x16.gz ... Processing usr/share/consolefonts/README.12x22 ... Processing usr/share/consolefonts/README.Arabic ... Processing usr/share/consolefonts/README.Cyrillic ... Processing usr/share/consolefonts/README.Ethiopic ... Processing usr/share/consolefonts/README.Greek ... Processing usr/share/consolefonts/README.Hebrew ... Processing usr/share/consolefonts/README.Lat2-Terminus16 ... Processing usr/share/consolefonts/README.LatGrkCyr ... Processing usr/share/consolefonts/README.Sun ... Processing usr/share/consolefonts/README.cp1250 ... Processing usr/share/consolefonts/README.cybercafe ... Processing usr/share/consolefonts/README.drdos ... Processing usr/share/consolefonts/README.eurlatgr ... Processing usr/share/consolefonts/README.eurlatgr.mappings ... Processing usr/share/consolefonts/README.lat0 ... Processing usr/share/consolefonts/README.lat7 ... Processing usr/share/consolefonts/README.lat9 ... Processing usr/share/consolefonts/README.psfu ... Processing usr/share/consolefonts/UniCyrExt_8x16.psf.gz ... Processing usr/share/consolefonts/UniCyr_8x14.psf.gz ... Processing usr/share/consolefonts/UniCyr_8x16.psf.gz ... Processing usr/share/consolefonts/UniCyr_8x8.psf.gz ... Processing usr/share/consolefonts/alt-8x14.gz ... Processing usr/share/consolefonts/alt-8x16.gz ... Processing usr/share/consolefonts/alt-8x8.gz ... Processing usr/share/consolefonts/altc-8x16.gz ... Processing usr/share/consolefonts/aply16.psf.gz ... Processing usr/share/consolefonts/arm8.fnt.gz ... Processing usr/share/consolefonts/cp1250.psfu.gz ... Processing usr/share/consolefonts/cp850-8x14.psfu.gz ... Processing usr/share/consolefonts/cp850-8x16.psfu.gz ... Processing usr/share/consolefonts/cp850-8x8.psfu.gz ... Processing usr/share/consolefonts/cp857.08.gz ... Processing usr/share/consolefonts/cp857.14.gz ... Processing usr/share/consolefonts/cp857.16.gz ... Processing usr/share/consolefonts/cp865-8x14.psfu.gz ... Processing usr/share/consolefonts/cp865-8x16.psfu.gz ... Processing usr/share/consolefonts/cp865-8x8.psfu.gz ... Processing usr/share/consolefonts/cp866-8x14.psf.gz ... Processing usr/share/consolefonts/cp866-8x16.psf.gz ... Processing usr/share/consolefonts/cp866-8x8.psf.gz ... Processing usr/share/consolefonts/cybercafe.fnt.gz ... Processing usr/share/consolefonts/cyr-sun16.psfu.gz ... Processing usr/share/consolefonts/default8x16.psfu.gz ... Processing usr/share/consolefonts/default8x9.psfu.gz ... Processing usr/share/consolefonts/drdos8x14.psfu.gz ... Processing usr/share/consolefonts/drdos8x16.psfu.gz ... Processing usr/share/consolefonts/drdos8x6.psfu.gz ... Processing usr/share/consolefonts/drdos8x8.psfu.gz ... Processing usr/share/consolefonts/eurlatgr.psfu.gz ... Processing usr/share/consolefonts/gr737a-8x8.psfu.gz ... Processing usr/share/consolefonts/gr737a-9x14.psfu.gz ... Processing usr/share/consolefonts/gr737a-9x16.psfu.gz ... Processing usr/share/consolefonts/gr737b-8x11.psfu.gz ... Processing usr/share/consolefonts/gr737b-9x16-medieval.psfu.gz ... Processing usr/share/consolefonts/gr737c-8x14.psfu.gz ... Processing usr/share/consolefonts/gr737c-8x16.psfu.gz ... Processing usr/share/consolefonts/gr737c-8x6.psfu.gz ... Processing usr/share/consolefonts/gr737c-8x7.psfu.gz ... Processing usr/share/consolefonts/gr737c-8x8.psfu.gz ... Processing usr/share/consolefonts/gr737d-8x16.psfu.gz ... Processing usr/share/consolefonts/gr928-8x16-thin.psfu.gz ... Processing usr/share/consolefonts/gr928-9x14.psfu.gz ... Processing usr/share/consolefonts/gr928-9x16.psfu.gz ... Processing usr/share/consolefonts/gr928a-8x14.psfu.gz ... Processing usr/share/consolefonts/gr928a-8x16.psfu.gz ... Processing usr/share/consolefonts/gr928b-8x14.psfu.gz ... Processing usr/share/consolefonts/gr928b-8x16.psfu.gz ... Processing usr/share/consolefonts/greek-polytonic.psfu.gz ... Processing usr/share/consolefonts/iso01-12x22.psfu.gz ... Processing usr/share/consolefonts/iso01.08.gz ... Processing usr/share/consolefonts/iso01.14.gz ... Processing usr/share/consolefonts/iso01.16.gz ... Processing usr/share/consolefonts/iso02-12x22.psfu.gz ... Processing usr/share/consolefonts/iso02.08.gz ... Processing usr/share/consolefonts/iso02.14.gz ... Processing usr/share/consolefonts/iso02.16.gz ... Processing usr/share/consolefonts/iso03.08.gz ... Processing usr/share/consolefonts/iso03.14.gz ... Processing usr/share/consolefonts/iso03.16.gz ... Processing usr/share/consolefonts/iso04.08.gz ... Processing usr/share/consolefonts/iso04.14.gz ... Processing usr/share/consolefonts/iso04.16.gz ... Processing usr/share/consolefonts/iso05.08.gz ... Processing usr/share/consolefonts/iso05.14.gz ... Processing usr/share/consolefonts/iso05.16.gz ... Processing usr/share/consolefonts/iso06.08.gz ... Processing usr/share/consolefonts/iso06.14.gz ... Processing usr/share/consolefonts/iso06.16.gz ... Processing usr/share/consolefonts/iso07.14.gz ... Processing usr/share/consolefonts/iso07.16.gz ... Processing usr/share/consolefonts/iso07u-16.psfu.gz ... Processing usr/share/consolefonts/iso08.08.gz ... Processing usr/share/consolefonts/iso08.14.gz ... Processing usr/share/consolefonts/iso08.16.gz ... Processing usr/share/consolefonts/iso09.08.gz ... Processing usr/share/consolefonts/iso09.14.gz ... Processing usr/share/consolefonts/iso09.16.gz ... Processing usr/share/consolefonts/iso10.08.gz ... Processing usr/share/consolefonts/iso10.14.gz ... Processing usr/share/consolefonts/iso10.16.gz ... Processing usr/share/consolefonts/koi8-14.psf.gz ... Processing usr/share/consolefonts/koi8c-8x16.gz ... Processing usr/share/consolefonts/koi8r-8x14.gz ... Processing usr/share/consolefonts/koi8r-8x16.gz ... Processing usr/share/consolefonts/koi8r-8x8.gz ... Processing usr/share/consolefonts/koi8r.8x8.psfu.gz ... Processing usr/share/consolefonts/koi8u_8x14.psfu.gz ... Processing usr/share/consolefonts/koi8u_8x16.psfu.gz ... Processing usr/share/consolefonts/koi8u_8x8.psfu.gz ... Processing usr/share/consolefonts/lat0-08.psfu.gz ... Processing usr/share/consolefonts/lat0-10.psfu.gz ... Processing usr/share/consolefonts/lat0-12.psfu.gz ... Processing usr/share/consolefonts/lat0-14.psfu.gz ... Processing usr/share/consolefonts/lat0-16.psfu.gz ... Processing usr/share/consolefonts/lat0-sun16.psfu.gz ... Processing usr/share/consolefonts/lat1-08.psfu.gz ... Processing usr/share/consolefonts/lat1-10.psfu.gz ... Processing usr/share/consolefonts/lat1-12.psfu.gz ... Processing usr/share/consolefonts/lat1-14.psfu.gz ... Processing usr/share/consolefonts/lat1-16.psfu.gz ... Processing usr/share/consolefonts/lat2-08.psfu.gz ... Processing usr/share/consolefonts/lat2-10.psfu.gz ... Processing usr/share/consolefonts/lat2-12.psfu.gz ... Processing usr/share/consolefonts/lat2-14.psfu.gz ... Processing usr/share/consolefonts/lat2-16.psfu.gz ... Processing usr/share/consolefonts/lat2-sun16.psfu.gz ... Processing usr/share/consolefonts/lat2a-16.psfu.gz ... Processing usr/share/consolefonts/lat4-08.psfu.gz ... Processing usr/share/consolefonts/lat4-10.psfu.gz ... Processing usr/share/consolefonts/lat4-12.psfu.gz ... Processing usr/share/consolefonts/lat4-14.psfu.gz ... Processing usr/share/consolefonts/lat4-16+.psfu.gz ... Processing usr/share/consolefonts/lat4-16.psfu.gz ... Processing usr/share/consolefonts/lat4-19.psfu.gz ... Processing usr/share/consolefonts/lat4a-08.psfu.gz ... Processing usr/share/consolefonts/lat4a-10.psfu.gz ... Processing usr/share/consolefonts/lat4a-12.psfu.gz ... Processing usr/share/consolefonts/lat4a-14.psfu.gz ... Processing usr/share/consolefonts/lat4a-16+.psfu.gz ... Processing usr/share/consolefonts/lat4a-16.psfu.gz ... Processing usr/share/consolefonts/lat4a-19.psfu.gz ... Processing usr/share/consolefonts/lat5-12.psfu.gz ... Processing usr/share/consolefonts/lat5-14.psfu.gz ... Processing usr/share/consolefonts/lat5-16.psfu.gz ... Processing usr/share/consolefonts/lat7-14.psfu.gz ... Processing usr/share/consolefonts/lat7a-14.psfu.gz ... Processing usr/share/consolefonts/lat7a-16.psf.gz ... Processing usr/share/consolefonts/lat9-08.psf.gz ... Processing usr/share/consolefonts/lat9-10.psf.gz ... Processing usr/share/consolefonts/lat9-12.psf.gz ... Processing usr/share/consolefonts/lat9-14.psf.gz ... Processing usr/share/consolefonts/lat9-16.psf.gz ... Processing usr/share/consolefonts/lat9u-08.psfu.gz ... Processing usr/share/consolefonts/lat9u-10.psfu.gz ... Processing usr/share/consolefonts/lat9u-12.psfu.gz ... Processing usr/share/consolefonts/lat9u-14.psfu.gz ... Processing usr/share/consolefonts/lat9u-16.psfu.gz ... Processing usr/share/consolefonts/lat9v-08.psfu.gz ... Processing usr/share/consolefonts/lat9v-10.psfu.gz ... Processing usr/share/consolefonts/lat9v-12.psfu.gz ... Processing usr/share/consolefonts/lat9v-14.psfu.gz ... Processing usr/share/consolefonts/lat9v-16.psfu.gz ... Processing usr/share/consolefonts/lat9w-08.psfu.gz ... Processing usr/share/consolefonts/lat9w-10.psfu.gz ... Processing usr/share/consolefonts/lat9w-12.psfu.gz ... Processing usr/share/consolefonts/lat9w-14.psfu.gz ... Processing usr/share/consolefonts/lat9w-16.psfu.gz ... Processing usr/share/consolefonts/latarcyrheb-sun16.psfu.gz ... Processing usr/share/consolefonts/latarcyrheb-sun32.psfu.gz ... Processing usr/share/consolefonts/pancyrillic.f16.psfu.gz ... Processing usr/share/consolefonts/partialfonts ... Processing usr/share/consolefonts/partialfonts/8859-1.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-1.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-1.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-10.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-10.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-10.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-2.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-2.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-2.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-3.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-3.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-3.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-4.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-4.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-4.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-5.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-5.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-5.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-6.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-6.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-6.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-7.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-7.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-7.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-8.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-8.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-8.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-9.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-9.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-9.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/ascii.20-7f.08.gz ... Processing usr/share/consolefonts/partialfonts/ascii.20-7f.14.gz ... Processing usr/share/consolefonts/partialfonts/ascii.20-7f.16.gz ... Processing usr/share/consolefonts/partialfonts/cp437.00-1f.08.gz ... Processing usr/share/consolefonts/partialfonts/cp437.00-1f.14.gz ... Processing usr/share/consolefonts/partialfonts/cp437.00-1f.16.gz ... Processing usr/share/consolefonts/partialfonts/none.00-17.08.gz ... Processing usr/share/consolefonts/partialfonts/none.00-17.14.gz ... Processing usr/share/consolefonts/partialfonts/none.00-17.16.gz ... Processing usr/share/consolefonts/ruscii_8x16.psfu.gz ... Processing usr/share/consolefonts/ruscii_8x8.psfu.gz ... Processing usr/share/consolefonts/solar24x32.psfu.gz ... Processing usr/share/consolefonts/sun12x22.psfu.gz ... Processing usr/share/consolefonts/t.fnt.gz ... Processing usr/share/consolefonts/t850b.fnt.gz ... Processing usr/share/consolefonts/tcvn8x16.psf.gz ... Processing usr/share/consolefonts/viscii10-8x16.psfu.gz ... Processing usr/share/consoletrans ... Processing usr/share/consoletrans/8859-10_to_uni.trans ... Processing usr/share/consoletrans/8859-13_to_uni.trans ... Processing usr/share/consoletrans/8859-14_to_uni.trans ... Processing usr/share/consoletrans/8859-15_to_uni.trans ... Processing usr/share/consoletrans/8859-1_to_uni.trans ... Processing usr/share/consoletrans/8859-2_to_uni.trans ... Processing usr/share/consoletrans/8859-3_to_uni.trans ... Processing usr/share/consoletrans/8859-4_to_uni.trans ... Processing usr/share/consoletrans/8859-5_to_uni.trans ... Processing usr/share/consoletrans/8859-6_to_uni.trans ... Processing usr/share/consoletrans/8859-7_to_uni.trans ... Processing usr/share/consoletrans/8859-8_to_uni.trans ... Processing usr/share/consoletrans/8859-9_to_uni.trans ... Processing usr/share/consoletrans/baltic.trans ... Processing usr/share/consoletrans/cp1250_to_uni.trans ... Processing usr/share/consoletrans/cp1251_to_uni.trans ... Processing usr/share/consoletrans/cp437_to_iso01.trans ... Processing usr/share/consoletrans/cp437_to_uni.trans ... Processing usr/share/consoletrans/cp737_to_uni.trans ... Processing usr/share/consoletrans/cp775_to_uni.trans ... Processing usr/share/consoletrans/cp850_to_iso01.trans ... Processing usr/share/consoletrans/cp850_to_uni.trans ... Processing usr/share/consoletrans/cp852_to_uni.trans ... Processing usr/share/consoletrans/cp853_to_uni.trans ... Processing usr/share/consoletrans/cp855_to_uni.trans ... Processing usr/share/consoletrans/cp857_to_uni.trans ... Processing usr/share/consoletrans/cp860_to_uni.trans ... Processing usr/share/consoletrans/cp861_to_uni.trans ... Processing usr/share/consoletrans/cp862_to_uni.trans ... Processing usr/share/consoletrans/cp863_to_uni.trans ... Processing usr/share/consoletrans/cp864_to_uni.trans ... Processing usr/share/consoletrans/cp865_to_uni.trans ... Processing usr/share/consoletrans/cp866_to_uni.trans ... Processing usr/share/consoletrans/cp869_to_uni.trans ... Processing usr/share/consoletrans/cp874_to_uni.trans ... Processing usr/share/consoletrans/iso02_to_cp1250.trans ... Processing usr/share/consoletrans/koi2alt ... Processing usr/share/consoletrans/koi8-r_to_uni.trans ... Processing usr/share/consoletrans/koi8-u_to_uni.trans ... Processing usr/share/consoletrans/koi8u2ruscii ... Processing usr/share/consoletrans/latin2u.trans ... Processing usr/share/consoletrans/null ... Processing usr/share/consoletrans/space ... Processing usr/share/consoletrans/trivial ... Processing usr/share/consoletrans/utflist ... Processing usr/share/consoletrans/vga2iso ... Processing usr/share/consoletrans/viscii1.0_to_tcvn.trans ... Processing usr/share/consoletrans/viscii1.0_to_viscii1.1.trans ... Processing usr/share/consoletrans/zero ... Processing usr/share/et ... Processing usr/share/et/et_c.awk ... Processing usr/share/et/et_h.awk ... Processing usr/share/examples ... Processing usr/share/examples/krb5 ... Processing usr/share/examples/krb5/kdc.conf ... Processing usr/share/examples/krb5/krb5.conf ... Processing usr/share/examples/krb5/services.append ... 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/gettext ... Processing usr/share/gettext/its ... Processing usr/share/gettext/its/fontconfig.its ... Processing usr/share/gettext/its/fontconfig.loc ... Processing usr/share/keymaps ... Processing usr/share/keymaps/amiga ... Processing usr/share/keymaps/amiga/amiga-de.map.gz ... Processing usr/share/keymaps/amiga/amiga-us.map.gz ... Processing usr/share/keymaps/atari ... Processing usr/share/keymaps/atari/atari-de.map.gz ... Processing usr/share/keymaps/atari/atari-se.map.gz ... Processing usr/share/keymaps/atari/atari-uk-falcon.map.gz ... Processing usr/share/keymaps/atari/atari-us.map.gz ... Processing usr/share/keymaps/i386 ... Processing usr/share/keymaps/i386/azerty ... Processing usr/share/keymaps/i386/azerty/azerty.map.gz ... Processing usr/share/keymaps/i386/azerty/be-latin1.map.gz ... Processing usr/share/keymaps/i386/azerty/fr-latin1.map.gz ... Processing usr/share/keymaps/i386/azerty/fr-latin9.map.gz ... Processing usr/share/keymaps/i386/azerty/fr-pc.map.gz ... Processing usr/share/keymaps/i386/azerty/fr.map.gz ... Processing usr/share/keymaps/i386/azerty/wangbe.map.gz ... Processing usr/share/keymaps/i386/azerty/wangbe2.map.gz ... Processing usr/share/keymaps/i386/bepo ... Processing usr/share/keymaps/i386/bepo/fr-bepo-latin9.map.gz ... Processing usr/share/keymaps/i386/bepo/fr-bepo.map.gz ... Processing usr/share/keymaps/i386/carpalx ... Processing usr/share/keymaps/i386/carpalx/carpalx-full.map.gz ... Processing usr/share/keymaps/i386/carpalx/carpalx.map.gz ... Processing usr/share/keymaps/i386/colemak ... Processing usr/share/keymaps/i386/colemak/en-latin9.map.gz ... Processing usr/share/keymaps/i386/dvorak ... Processing usr/share/keymaps/i386/dvorak/ANSI-dvorak.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-ca-fr.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-es.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-fr.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-l.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-la.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-no.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-programmer.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-r.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-ru.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-sv-a1.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-sv-a5.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-uk.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-ukp.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak.map.gz ... Processing usr/share/keymaps/i386/fgGIod ... Processing usr/share/keymaps/i386/fgGIod/tr_f-latin5.map.gz ... Processing usr/share/keymaps/i386/fgGIod/trf.map.gz ... Processing usr/share/keymaps/i386/include ... Processing usr/share/keymaps/i386/include/applkey.map.gz ... Processing usr/share/keymaps/i386/include/azerty-layout.inc ... Processing usr/share/keymaps/i386/include/backspace.map.gz ... Processing usr/share/keymaps/i386/include/compose.inc ... Processing usr/share/keymaps/i386/include/ctrl.map.gz ... Processing usr/share/keymaps/i386/include/euro.map.gz ... Processing usr/share/keymaps/i386/include/euro1.inc ... Processing usr/share/keymaps/i386/include/euro1.map.gz ... Processing usr/share/keymaps/i386/include/euro2.map.gz ... Processing usr/share/keymaps/i386/include/keypad.map.gz ... Processing usr/share/keymaps/i386/include/linux-keys-bare.inc ... Processing usr/share/keymaps/i386/include/linux-keys-extd.inc ... Processing usr/share/keymaps/i386/include/linux-with-alt-and-altgr.inc ... Processing usr/share/keymaps/i386/include/linux-with-modeshift-altgr.inc ... Processing usr/share/keymaps/i386/include/linux-with-two-alt-keys.inc ... Processing usr/share/keymaps/i386/include/qwerty-layout.inc ... Processing usr/share/keymaps/i386/include/qwertz-layout.inc ... Processing usr/share/keymaps/i386/include/unicode.map.gz ... Processing usr/share/keymaps/i386/include/windowkeys.map.gz ... Processing usr/share/keymaps/i386/neo ... Processing usr/share/keymaps/i386/neo/3l.map.gz ... Processing usr/share/keymaps/i386/neo/README.md ... Processing usr/share/keymaps/i386/neo/adnw.map.gz ... Processing usr/share/keymaps/i386/neo/bone.map.gz ... Processing usr/share/keymaps/i386/neo/koy.map.gz ... Processing usr/share/keymaps/i386/neo/neo.map.gz ... Processing usr/share/keymaps/i386/neo/neoqwertz.map.gz ... Processing usr/share/keymaps/i386/olpc ... Processing usr/share/keymaps/i386/olpc/es.map.gz ... Processing usr/share/keymaps/i386/olpc/pt.map.gz ... Processing usr/share/keymaps/i386/qwerty ... Processing usr/share/keymaps/i386/qwerty/bashkir.map.gz ... Processing usr/share/keymaps/i386/qwerty/bg-cp1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/bg-cp855.map.gz ... Processing usr/share/keymaps/i386/qwerty/bg_bds-cp1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/bg_bds-utf8.map.gz ... Processing usr/share/keymaps/i386/qwerty/bg_pho-cp1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/bg_pho-utf8.map.gz ... Processing usr/share/keymaps/i386/qwerty/br-abnt.map.gz ... Processing usr/share/keymaps/i386/qwerty/br-abnt2.map.gz ... Processing usr/share/keymaps/i386/qwerty/br-latin1-abnt2.map.gz ... Processing usr/share/keymaps/i386/qwerty/br-latin1-us.map.gz ... Processing usr/share/keymaps/i386/qwerty/by-cp1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/by.map.gz ... Processing usr/share/keymaps/i386/qwerty/bywin-cp1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/ca.map.gz ... Processing usr/share/keymaps/i386/qwerty/cf.map.gz ... Processing usr/share/keymaps/i386/qwerty/cz-cp1250.map.gz ... Processing usr/share/keymaps/i386/qwerty/cz-lat2-prog.map.gz ... Processing usr/share/keymaps/i386/qwerty/cz-lat2.map.gz ... Processing usr/share/keymaps/i386/qwerty/cz.map.gz ... Processing usr/share/keymaps/i386/qwerty/defkeymap.map.gz ... Processing usr/share/keymaps/i386/qwerty/defkeymap_V1.0.map.gz ... Processing usr/share/keymaps/i386/qwerty/dk-latin1.map.gz ... Processing usr/share/keymaps/i386/qwerty/dk.map.gz ... Processing usr/share/keymaps/i386/qwerty/emacs.map.gz ... Processing usr/share/keymaps/i386/qwerty/emacs2.map.gz ... Processing usr/share/keymaps/i386/qwerty/es-cp850.map.gz ... Processing usr/share/keymaps/i386/qwerty/es.map.gz ... Processing usr/share/keymaps/i386/qwerty/et-nodeadkeys.map.gz ... Processing usr/share/keymaps/i386/qwerty/et.map.gz ... Processing usr/share/keymaps/i386/qwerty/fa.map.gz ... Processing usr/share/keymaps/i386/qwerty/fi.map.gz ... Processing usr/share/keymaps/i386/qwerty/gr-pc.map.gz ... Processing usr/share/keymaps/i386/qwerty/gr.map.gz ... Processing usr/share/keymaps/i386/qwerty/hu101.map.gz ... Processing usr/share/keymaps/i386/qwerty/hypermap.m4 ... Processing usr/share/keymaps/i386/qwerty/ie.map.gz ... Processing usr/share/keymaps/i386/qwerty/il-heb.map.gz ... Processing usr/share/keymaps/i386/qwerty/il-phonetic.map.gz ... Processing usr/share/keymaps/i386/qwerty/il.map.gz ... Processing usr/share/keymaps/i386/qwerty/is-latin1-us.map.gz ... Processing usr/share/keymaps/i386/qwerty/is-latin1.map.gz ... Processing usr/share/keymaps/i386/qwerty/it-ibm.map.gz ... Processing usr/share/keymaps/i386/qwerty/it.map.gz ... Processing usr/share/keymaps/i386/qwerty/it2.map.gz ... Processing usr/share/keymaps/i386/qwerty/jp106.map.gz ... Processing usr/share/keymaps/i386/qwerty/kazakh.map.gz ... Processing usr/share/keymaps/i386/qwerty/ky_alt_sh-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/kyrgyz.map.gz ... Processing usr/share/keymaps/i386/qwerty/la-latin1.map.gz ... Processing usr/share/keymaps/i386/qwerty/lt.baltic.map.gz ... Processing usr/share/keymaps/i386/qwerty/lt.l4.map.gz ... Processing usr/share/keymaps/i386/qwerty/lt.map.gz ... Processing usr/share/keymaps/i386/qwerty/lv-tilde.map.gz ... Processing usr/share/keymaps/i386/qwerty/lv.map.gz ... Processing usr/share/keymaps/i386/qwerty/mk-cp1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/mk-utf.map.gz ... Processing usr/share/keymaps/i386/qwerty/mk.map.gz ... Processing usr/share/keymaps/i386/qwerty/mk0.map.gz ... Processing usr/share/keymaps/i386/qwerty/nl.map.gz ... Processing usr/share/keymaps/i386/qwerty/nl2.map.gz ... Processing usr/share/keymaps/i386/qwerty/no-latin1.doc ... Processing usr/share/keymaps/i386/qwerty/no-latin1.map.gz ... Processing usr/share/keymaps/i386/qwerty/no.map.gz ... Processing usr/share/keymaps/i386/qwerty/pc110.map.gz ... Processing usr/share/keymaps/i386/qwerty/pl.map.gz ... Processing usr/share/keymaps/i386/qwerty/pl1.map.gz ... Processing usr/share/keymaps/i386/qwerty/pl2.map.gz ... Processing usr/share/keymaps/i386/qwerty/pl3.map.gz ... Processing usr/share/keymaps/i386/qwerty/pl4.map.gz ... Processing usr/share/keymaps/i386/qwerty/pt-latin1.map.gz ... Processing usr/share/keymaps/i386/qwerty/pt-latin9.map.gz ... Processing usr/share/keymaps/i386/qwerty/ro.map.gz ... Processing usr/share/keymaps/i386/qwerty/ro_std.map.gz ... Processing usr/share/keymaps/i386/qwerty/ro_win.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru-cp1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru-ms.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru-yawerty.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru1.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru2.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru3.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru4.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru_win.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_alt-CP1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_alt-KOI8-R.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_alt-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_alt_sh-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_cplk-CP1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_cplk-KOI8-R.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_cplk-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_ct_sh-CP1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_ct_sh-KOI8-R.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_ct_sh-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_ctrl-CP1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_ctrl-KOI8-R.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_ctrl-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/se-fi-ir209.map.gz ... Processing usr/share/keymaps/i386/qwerty/se-fi-lat6.map.gz ... Processing usr/share/keymaps/i386/qwerty/se-ir209.map.gz ... Processing usr/share/keymaps/i386/qwerty/se-lat6.map.gz ... Processing usr/share/keymaps/i386/qwerty/sk-prog-qwerty.map.gz ... Processing usr/share/keymaps/i386/qwerty/sk-qwerty.map.gz ... Processing usr/share/keymaps/i386/qwerty/sr-cy.map.gz ... Processing usr/share/keymaps/i386/qwerty/sv-latin1.map.gz ... Processing usr/share/keymaps/i386/qwerty/tj_alt-UTF8.map.gz ... Processing usr/share/keymaps/i386/qwerty/tr_q-latin5.map.gz ... Processing usr/share/keymaps/i386/qwerty/tralt.map.gz ... Processing usr/share/keymaps/i386/qwerty/trf.map.gz ... Processing usr/share/keymaps/i386/qwerty/trq.map.gz ... Processing usr/share/keymaps/i386/qwerty/ttwin_alt-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/ttwin_cplk-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/ttwin_ct_sh-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/ttwin_ctrl-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/ua-cp1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/ua-utf-ws.map.gz ... Processing usr/share/keymaps/i386/qwerty/ua-utf.map.gz ... Processing usr/share/keymaps/i386/qwerty/ua-ws.map.gz ... Processing usr/share/keymaps/i386/qwerty/ua.map.gz ... Processing usr/share/keymaps/i386/qwerty/uk.map.gz ... Processing usr/share/keymaps/i386/qwerty/us-acentos.map.gz ... Processing usr/share/keymaps/i386/qwerty/us.map.gz ... Processing usr/share/keymaps/i386/qwerty/us1.map.gz ... Processing usr/share/keymaps/i386/qwertz ... Processing usr/share/keymaps/i386/qwertz/croat.map.gz ... Processing usr/share/keymaps/i386/qwertz/cz-us-qwertz.map.gz ... Processing usr/share/keymaps/i386/qwertz/cz.map.gz ... Processing usr/share/keymaps/i386/qwertz/de-latin1-nodeadkeys.map.gz ... Processing usr/share/keymaps/i386/qwertz/de-latin1.map.gz ... Processing usr/share/keymaps/i386/qwertz/de-mobii.map.gz ... Processing usr/share/keymaps/i386/qwertz/de.map.gz ... Processing usr/share/keymaps/i386/qwertz/de_CH-latin1.map.gz ... Processing usr/share/keymaps/i386/qwertz/de_alt_UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwertz/fr_CH-latin1.map.gz ... Processing usr/share/keymaps/i386/qwertz/fr_CH.map.gz ... Processing usr/share/keymaps/i386/qwertz/hu.map.gz ... Processing usr/share/keymaps/i386/qwertz/sg-latin1-lk450.map.gz ... Processing usr/share/keymaps/i386/qwertz/sg-latin1.map.gz ... Processing usr/share/keymaps/i386/qwertz/sg.map.gz ... Processing usr/share/keymaps/i386/qwertz/sk-prog-qwertz.map.gz ... Processing usr/share/keymaps/i386/qwertz/sk-qwertz.map.gz ... Processing usr/share/keymaps/i386/qwertz/slovene.map.gz ... Processing usr/share/keymaps/i386/qwertz/sr-latin.map.gz ... Processing usr/share/keymaps/include ... Processing usr/share/keymaps/include/compose.8859_7 ... Processing usr/share/keymaps/include/compose.8859_8 ... Processing usr/share/keymaps/include/compose.latin ... Processing usr/share/keymaps/include/compose.latin1 ... Processing usr/share/keymaps/include/compose.latin2 ... Processing usr/share/keymaps/include/compose.latin3 ... Processing usr/share/keymaps/include/compose.latin4 ... Processing usr/share/keymaps/include/vim-compose.latin1 ... Processing usr/share/keymaps/mac ... Processing usr/share/keymaps/mac/all ... Processing usr/share/keymaps/mac/all/apple-a1048-sv.map.gz ... Processing usr/share/keymaps/mac/all/apple-a1243-sv-fn-reverse.map.gz ... Processing usr/share/keymaps/mac/all/apple-a1243-sv.map.gz ... Processing []hare/keymaps/mac/all/apple-internal-0x0253-sv-fn-reverse.map.gz ... Processing usr/share/keymaps/mac/all/apple-internal-0x0253-sv.map.gz ... Processing usr/share/keymaps/mac/all/mac-be.map.gz ... Processing usr/share/keymaps/mac/all/mac-de-latin1-nodeadkeys.map.gz ... Processing usr/share/keymaps/mac/all/mac-de-latin1.map.gz ... Processing usr/share/keymaps/mac/all/mac-de_CH.map.gz ... Processing usr/share/keymaps/mac/all/mac-dk-latin1.map.gz ... Processing usr/share/keymaps/mac/all/mac-dvorak.map.gz ... Processing usr/share/keymaps/mac/all/mac-es.map.gz ... Processing usr/share/keymaps/mac/all/mac-fi-latin1.map.gz ... Processing usr/share/keymaps/mac/all/mac-fr.map.gz ... Processing usr/share/keymaps/mac/all/mac-fr_CH-latin1.map.gz ... Processing usr/share/keymaps/mac/all/mac-it.map.gz ... Processing usr/share/keymaps/mac/all/mac-no-latin1.map.gz ... Processing usr/share/keymaps/mac/all/mac-pl.map.gz ... Processing usr/share/keymaps/mac/all/mac-pt-latin1.map.gz ... Processing usr/share/keymaps/mac/all/mac-se.map.gz ... Processing usr/share/keymaps/mac/all/mac-template.map.gz ... Processing usr/share/keymaps/mac/all/mac-uk.map.gz ... Processing usr/share/keymaps/mac/all/mac-us.map.gz ... Processing usr/share/keymaps/mac/include ... Processing usr/share/keymaps/mac/include/apple-a1048-base.inc ... Processing usr/share/keymaps/mac/include/apple-a1243-fn-reverse.inc ... Processing usr/share/keymaps/mac/include/apple-a1243-fn.inc ... Processing usr/share/keymaps/mac/include/mac-azerty-layout.inc ... Processing usr/share/keymaps/mac/include/mac-euro.map.gz ... Processing usr/share/keymaps/mac/include/mac-euro2.map.gz ... Processing usr/share/keymaps/mac/include/mac-linux-keys-bare.inc ... Processing usr/share/keymaps/mac/include/mac-qwerty-layout.inc ... Processing usr/share/keymaps/mac/include/mac-qwertz-layout.inc ... Processing usr/share/keymaps/pine ... Processing usr/share/keymaps/pine/en.map.gz ... Processing usr/share/keymaps/ppc ... Processing usr/share/keymaps/sun ... Processing usr/share/keymaps/sun/sun-pl-altgraph.map.gz ... Processing usr/share/keymaps/sun/sun-pl.map.gz ... Processing usr/share/keymaps/sun/sundvorak.map.gz ... Processing usr/share/keymaps/sun/sunkeymap.map.gz ... Processing usr/share/keymaps/sun/sunt4-es.map.gz ... Processing usr/share/keymaps/sun/sunt4-fi-latin1.map.gz ... Processing usr/share/keymaps/sun/sunt4-no-latin1.map.gz ... Processing usr/share/keymaps/sun/sunt5-cz-us.map.gz ... Processing usr/share/keymaps/sun/sunt5-de-latin1.map.gz ... Processing usr/share/keymaps/sun/sunt5-es.map.gz ... Processing usr/share/keymaps/sun/sunt5-fi-latin1.map.gz ... Processing usr/share/keymaps/sun/sunt5-fr-latin1.map.gz ... Processing usr/share/keymaps/sun/sunt5-ru.map.gz ... Processing usr/share/keymaps/sun/sunt5-uk.map.gz ... Processing usr/share/keymaps/sun/sunt5-us-cz.map.gz ... Processing usr/share/keymaps/sun/sunt6-uk.map.gz ... Processing usr/share/keyutils ... Processing usr/share/keyutils/request-key-debug.sh ... Processing usr/share/libubox ... Processing usr/share/libubox/jshn.sh ... Processing usr/share/mg ... Processing usr/share/mg/tutorial.gz ... Processing usr/share/misc ... Processing usr/share/misc/magic.mgc ... Processing usr/share/sounds ... Processing usr/share/sounds/freedesktop ... Processing usr/share/sounds/freedesktop/index.theme ... Processing usr/share/sounds/freedesktop/stereo ... Processing usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga ... Processing []/share/sounds/freedesktop/stereo/audio-channel-front-center.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-front-left.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-front-right.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-rear-center.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-rear-left.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-rear-right.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-side-left.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-side-right.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-test-signal.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-volume-change.oga ... Processing usr/share/sounds/freedesktop/stereo/bell.oga ... Processing usr/share/sounds/freedesktop/stereo/camera-shutter.oga ... Processing usr/share/sounds/freedesktop/stereo/complete.oga ... Processing usr/share/sounds/freedesktop/stereo/device-added.oga ... Processing usr/share/sounds/freedesktop/stereo/device-removed.oga ... Processing usr/share/sounds/freedesktop/stereo/dialog-error.oga ... Processing usr/share/sounds/freedesktop/stereo/dialog-information.oga ... Processing usr/share/sounds/freedesktop/stereo/dialog-warning.oga ... Processing usr/share/sounds/freedesktop/stereo/message-new-instant.oga ... Processing usr/share/sounds/freedesktop/stereo/message.oga ... Processing []/sounds/freedesktop/stereo/network-connectivity-established.oga ... Processing usr/share/sounds/freedesktop/stereo/network-connectivity-lost.oga ... Processing usr/share/sounds/freedesktop/stereo/phone-incoming-call.oga ... Processing usr/share/sounds/freedesktop/stereo/phone-outgoing-busy.oga ... Processing usr/share/sounds/freedesktop/stereo/phone-outgoing-calling.oga ... Processing usr/share/sounds/freedesktop/stereo/power-plug.oga ... Processing usr/share/sounds/freedesktop/stereo/power-unplug.oga ... Processing usr/share/sounds/freedesktop/stereo/screen-capture.oga ... Processing usr/share/sounds/freedesktop/stereo/service-login.oga ... Processing usr/share/sounds/freedesktop/stereo/service-logout.oga ... Processing usr/share/sounds/freedesktop/stereo/suspend-error.oga ... Processing usr/share/sounds/freedesktop/stereo/trash-empty.oga ... Processing usr/share/sounds/freedesktop/stereo/window-attention.oga ... Processing usr/share/sounds/freedesktop/stereo/window-question.oga ... Processing usr/share/ss ... Processing usr/share/ss/ct_c.awk ... Processing usr/share/ss/ct_c.sed ... Processing usr/share/terminfo ... Processing usr/share/terminfo/a ... Processing usr/share/terminfo/a/ansi ... Processing usr/share/terminfo/d ... Processing usr/share/terminfo/d/dumb ... Processing usr/share/terminfo/l ... Processing usr/share/terminfo/l/linux ... Processing usr/share/terminfo/p ... Processing usr/share/terminfo/p/putty ... Processing usr/share/terminfo/p/putty-256color ... Processing usr/share/terminfo/p/putty-vt100 ... Processing usr/share/terminfo/s ... Processing usr/share/terminfo/s/screen ... Processing usr/share/terminfo/s/screen-256color ... Processing usr/share/terminfo/v ... Processing usr/share/terminfo/v/vt100 ... Processing usr/share/terminfo/v/vt100-putty ... Processing usr/share/terminfo/v/vt102 ... Processing usr/share/terminfo/v/vt200 ... Processing usr/share/terminfo/v/vt220 ... Processing usr/share/terminfo/x ... Processing usr/share/terminfo/x/xterm ... Processing usr/share/terminfo/x/xterm+256color ... Processing usr/share/terminfo/x/xterm-256color ... Processing usr/share/terminfo/x/xterm-color ... Processing usr/share/terminfo/x/xterm-xfree86 ... Processing usr/share/udhcpc ... Processing usr/share/udhcpc/default.script ... Processing usr/share/udhcpc/default.script.d ... Processing usr/share/unimaps ... Processing usr/share/unimaps/8859-1.a0-ff.uni ... Processing usr/share/unimaps/8859-10.a0-ff.uni ... Processing usr/share/unimaps/8859-13.a0-ff.uni ... Processing usr/share/unimaps/8859-14.a0-ff.uni ... Processing usr/share/unimaps/8859-15.a0-ff.uni ... Processing usr/share/unimaps/8859-2.a0-ff.uni ... Processing usr/share/unimaps/8859-3.a0-ff.uni ... Processing usr/share/unimaps/8859-4.a0-ff.uni ... Processing usr/share/unimaps/8859-5.a0-ff.uni ... Processing usr/share/unimaps/8859-6.a0-ff.uni ... Processing usr/share/unimaps/8859-7.a0-ff.uni ... Processing usr/share/unimaps/8859-8.a0-ff.uni ... Processing usr/share/unimaps/8859-9.a0-ff.uni ... Processing usr/share/unimaps/ECMA144.uni ... Processing usr/share/unimaps/README ... Processing usr/share/unimaps/armscii8.uni ... Processing usr/share/unimaps/ascii.20-7f.uni ... Processing usr/share/unimaps/cp1250.uni ... Processing usr/share/unimaps/cp437.00-1f.uni ... Processing usr/share/unimaps/cp437.uni ... Processing usr/share/unimaps/cp737.uni ... Processing usr/share/unimaps/cp737a.uni ... Processing usr/share/unimaps/cp737b.uni ... Processing usr/share/unimaps/cp737c.uni ... Processing usr/share/unimaps/cp850.uni ... Processing usr/share/unimaps/cp850a.uni ... Processing usr/share/unimaps/cp850b.uni ... Processing usr/share/unimaps/cp850z.uni ... Processing usr/share/unimaps/cp865.uni ... Processing usr/share/unimaps/cp865a.uni ... Processing usr/share/unimaps/cp866.uni ... Processing usr/share/unimaps/cp866a.uni ... Processing usr/share/unimaps/cybercafe.uni ... Processing usr/share/unimaps/cyralt.uni ... Processing usr/share/unimaps/def.uni ... Processing usr/share/unimaps/empty.uni ... Processing usr/share/unimaps/ethiopic.uni ... Processing usr/share/unimaps/iso01.uni ... Processing usr/share/unimaps/iso02.uni ... Processing usr/share/unimaps/iso03.uni ... Processing usr/share/unimaps/iso04.uni ... Processing usr/share/unimaps/iso05.uni ... Processing usr/share/unimaps/iso06.uni ... Processing usr/share/unimaps/iso07.uni ... Processing usr/share/unimaps/iso07u.uni ... Processing usr/share/unimaps/iso08.uni ... Processing usr/share/unimaps/iso09.uni ... Processing usr/share/unimaps/iso10.uni ... Processing usr/share/unimaps/iso15.uni ... Processing usr/share/unimaps/koi8r.uni ... Processing usr/share/unimaps/koi8u.uni ... Processing usr/share/unimaps/lat1.uni ... Processing usr/share/unimaps/lat1u.uni ... Processing usr/share/unimaps/lat2.uni ... Processing usr/share/unimaps/lat2u.uni ... Processing usr/share/unimaps/lat4.uni ... Processing usr/share/unimaps/lat4u.uni ... Processing usr/share/unimaps/lat7.uni ... Processing usr/share/unimaps/lat9u.uni ... Processing usr/share/unimaps/lat9v.uni ... Processing usr/share/unimaps/lat9w.uni ... Processing usr/share/unimaps/ruscii.uni ... Processing usr/share/unimaps/tcvn.uni ... Processing usr/share/unimaps/viscii.uni ... Processing usr/share/xml ... Processing usr/share/xml/fontconfig ... Processing usr/share/xml/fontconfig/fonts.dtd ... Processing var ... Processing var/cache ... Processing var/krb5kdc ... Processing var/lib ... Processing var/lib/misc ... Processing var/lib/tpm2-tss ... Processing var/lib/tpm2-tss/system ... Processing var/lib/tpm2-tss/system/keystore ... Processing var/lock ... Processing var/log ... Processing var/run ... Processing var/spool ... Processing var/tmp ... 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 ... Processing var/www/datatables-responsive ... Processing var/www/datatables-responsive/css ... Processing var/www/datatables-responsive/css/responsive.bootstrap.min.css ... Processing var/www/datatables-responsive/css/responsive.bootstrap4.min.css ... Processing var/www/datatables-responsive/css/responsive.dataTables.min.css ... Processing var/www/datatables-responsive/css/responsive.foundation.min.css ... Processing var/www/datatables-responsive/css/responsive.jqueryui.min.css ... Processing var/www/datatables-responsive/css/responsive.semanticui.min.css ... Processing var/www/datatables-responsive/js ... Processing var/www/datatables-responsive/js/dataTables.responsive.min.js ... Processing var/www/datatables-responsive/js/responsive.bootstrap.min.js ... Processing var/www/datatables-responsive/js/responsive.bootstrap4.min.js ... Processing var/www/datatables-responsive/js/responsive.dataTables.min.js ... Processing var/www/datatables-responsive/js/responsive.foundation.min.js ... Processing var/www/datatables-responsive/js/responsive.jqueryui.min.js ... Processing var/www/datatables-responsive/js/responsive.semanticui.min.js ... Processing var/www/ol.css ... Processing var/www/ol.js ... Build completed. >>> Generating filesystem image rootfs.ubifs mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/sbin/mkfs.ubifs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 41610 -m 0x800 -x zlib -o /home/thomas/autobuild/instance-2/output-1/images/rootfs.ubifs\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/output-1/host/bin/lzma -9 -c /home/thomas/autobuild/instance-2/output-1/images/rootfs.ubifs > /home/thomas/autobuild/instance-2/output-1/images/rootfs.ubifs.lzma ln -snf /home/thomas/autobuild/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-2/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot' make: Entering directory '/home/thomas/autobuild/instance-2/buildroot' >>> Buildroot 2022.08-rc1-5409-g4c05f8d143 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 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) >>> uclibc 1.0.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.6 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> aespipe 2.4g Collecting legal info >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> brotli 1.1.0 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.27.7 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> file 5.45 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 2e14b6fa9a74f952ebfde3c96527158df281c953cfaf35609eb854d4da30131c) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-file 5.45 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 2e14b6fa9a74f952ebfde3c96527158df281c953cfaf35609eb854d4da30131c) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> check 11970a7e112dfe243a2e68773f014687df2900e8 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-checkpolicy 3.5 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> 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) >>> host-libselinux 3.5 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.5 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-python-pip 22.3.1 Collecting legal info LICENSE.txt: OK (sha256: 634300a669d49aeae65b12c6c48c924c51a4cdf3d1ff086dc3456dc8bcaa2104) >>> host-python-setuptools 68.0.0 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-python3 3.11.6 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.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 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) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> darkhttpd 1.14 Collecting legal info darkhttpd.c: OK (sha256: f002944c9a8516e3346002d39c3e13681306833358c0f3c7781dff1fdb639710) >>> datatables-responsive 2.2.3 Collecting legal info License.txt: OK (sha256: da4e1020ae97c095a14d7830c1a8a793e080c062e22d749ecd3fc3c075673dbf) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> 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) >>> fftw-double 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fxdiv 63058eff77e11aa15bf531df5dd34395ec3017c8 Collecting legal info LICENSE: OK (sha256: 7cac00006125b1486a27e4801ed66357236e984c540bd323945ab7b66b078ec3) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ima-evm-utils 1.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> openssl Collecting legal info >>> libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> tpm2-tss 3.2.2 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> initscripts Collecting legal info >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> ipset 7.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libcurl 8.4.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libkrb5 1.21 Collecting legal info NOTICE: OK (sha256: 0d5373486138cb176c063db98274b4c4ab6ef3518c4191360736384b780306c2) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsrtp 2.5.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> lilv 0.24.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> mdevd 0.1.6.0 Collecting legal info COPYING: OK (sha256: 7fe938b5e0fec18848955ca8081c532e24ae77310beb730b301e1f77bad3d390) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> mg 3.7 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> host-mtools 4.0.43 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> openlayers 8.1.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> host-pahole 1.25 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.4 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-python-cython 0.29.35 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-python-lxml 4.9.3 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) >>> host-libxml2 2.11.5 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> s6-portable-utils 2.2.5.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> ubus f787c97b34894a38b15599886cacbca01271684f Collecting legal info ubusd_acl.h: OK (sha256: a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988) >>> urandom-scripts Collecting legal info >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> wilc-firmware wilc_linux_16_1 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) WARNING: the Buildroot source code has not been saved WARNING: aespipe-2.4g: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'