/usr/bin/mkdir -p '/tmp/instance-12/output-1/host/share/man/man8' /usr/bin/install -c -m 644 ubi-utils/ubinize.8 misc-utils/lsmtd.8 '/tmp/instance-12/output-1/host/share/man/man8' make[2]: Leaving directory '/tmp/instance-12/output-1/build/host-mtd-2.1.3' make[1]: Leaving directory '/tmp/instance-12/output-1/build/host-mtd-2.1.3' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-12/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-12/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-12/output-1/host/armeb-buildroot-linux-gnueabi/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-12/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-12/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/tmp/instance-12/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-12/output-1/host/armeb-buildroot-linux-gnueabi/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-12/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-12/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-12/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-12/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-12/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-12/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-12/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-12/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-12/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-12/output-1/target/etc/shells; fi mkdir -p /tmp/instance-12/output-1/target/etc echo "buildroot" > /tmp/instance-12/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-12/output-1/target/etc/hosts mkdir -p /tmp/instance-12/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-12/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-12/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-12/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-12/output-1/target/etc/shells if [ -x /tmp/instance-12/output-1/target/sbin/swapon -a -x /tmp/instance-12/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-12/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-12/output-1/target/etc/inittab; fi rm -rf /tmp/instance-12/output-1/target/usr/include /tmp/instance-12/output-1/target/usr/share/aclocal \ /tmp/instance-12/output-1/target/usr/lib/pkgconfig /tmp/instance-12/output-1/target/usr/share/pkgconfig \ /tmp/instance-12/output-1/target/usr/lib/cmake /tmp/instance-12/output-1/target/usr/share/cmake \ /tmp/instance-12/output-1/target/usr/lib/rpm /tmp/instance-12/output-1/target/usr/doc find /tmp/instance-12/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-12/output-1/target/lib/ /tmp/instance-12/output-1/target/usr/lib/ /tmp/instance-12/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-12/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-12/output-1/target/usr/share/gdb rm -rf /tmp/instance-12/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-12/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-12/output-1/target/usr/share/zsh rm -rf /tmp/instance-12/output-1/target/usr/man /tmp/instance-12/output-1/target/usr/share/man rm -rf /tmp/instance-12/output-1/target/usr/info /tmp/instance-12/output-1/target/usr/share/info rm -rf /tmp/instance-12/output-1/target/usr/doc /tmp/instance-12/output-1/target/usr/share/doc rm -rf /tmp/instance-12/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-12/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-12/output-1/target/lib/debug /tmp/instance-12/output-1/target/usr/lib/debug find /tmp/instance-12/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /tmp/instance-12/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-12/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-12/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-12/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-414-g84b29a3941"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /tmp/instance-12/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-12/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-12/output-1/per-package /tmp/instance-12/buildroot/support/scripts/fix-rpath target touch /tmp/instance-12/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-12/output-1/build/buildroot-fs mkdir -p /tmp/instance-12/output-1/build/buildroot-fs printf ' ntp -1 ntp -1 * - - - ntpd user\n\n' >> /tmp/instance-12/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n\n' > /tmp/instance-12/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-12/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /tmp/instance-12/output-1/images rm -rf /tmp/instance-12/output-1/build/buildroot-fs/erofs mkdir -p /tmp/instance-12/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-12/output-1/target/ /tmp/instance-12/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /tmp/instance-12/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /tmp/instance-12/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /tmp/instance-12/output-1/build/buildroot-fs/erofs/target" >> /tmp/instance-12/output-1/build/buildroot-fs/erofs/fakeroot PATH="/tmp/instance-12/output-1/host/bin:/tmp/instance-12/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-12/buildroot/support/scripts/mkusers /tmp/instance-12/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-12/output-1/build/buildroot-fs/erofs/target >> /tmp/instance-12/output-1/build/buildroot-fs/erofs/fakeroot echo "/tmp/instance-12/output-1/host/bin/makedevs -d /tmp/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-12/output-1/build/buildroot-fs/erofs/target" >> /tmp/instance-12/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /tmp/instance-12/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /tmp/instance-12/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /tmp/instance-12/output-1/build/buildroot-fs/erofs/fakeroot echo "find /tmp/instance-12/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-12/output-1/build/buildroot-fs/erofs/fakeroot echo "find /tmp/instance-12/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-12/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /tmp/instance-12/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /tmp/instance-12/output-1/build/buildroot-fs/erofs/fakeroot printf ' /tmp/instance-12/output-1/host/bin/mkfs.erofs /tmp/instance-12/output-1/images/rootfs.erofs /tmp/instance-12/output-1/build/buildroot-fs/erofs/target\n' >> /tmp/instance-12/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /tmp/instance-12/output-1/build/buildroot-fs/erofs/fakeroot PATH="/tmp/instance-12/output-1/host/bin:/tmp/instance-12/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-12/output-1/host/bin/fakeroot -- /tmp/instance-12/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/tmp/instance-12/output-1/build/buildroot-fs/erofs/target table='/tmp/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.5 Processing bin ... 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/Muttrc ... Processing etc/Muttrc.dist ... Processing etc/cukinia ... Processing etc/cukinia/cukinia.conf ... Processing etc/fstab ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/init.d ... Processing etc/init.d/S01syslogd ... Processing etc/init.d/S02klogd ... Processing etc/init.d/S02sysctl ... Processing etc/init.d/S10mdev ... Processing etc/init.d/S49chrony ... Processing etc/init.d/S50dante ... Processing etc/init.d/S50lighttpd ... Processing etc/init.d/S65ptpd ... Processing etc/init.d/S70unbound ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/inittab ... Processing etc/inputrc ... Processing etc/issue ... Processing etc/lighttpd ... Processing etc/lighttpd/conf.d ... Processing etc/lighttpd/conf.d/access_log.conf ... Processing etc/lighttpd/conf.d/debug.conf ... Processing etc/lighttpd/conf.d/dirlisting.conf ... Processing etc/lighttpd/conf.d/mime.conf ... Processing etc/lighttpd/lighttpd.conf ... Processing etc/lighttpd/modules.conf ... Processing etc/mdev.conf ... Processing etc/mime.types ... Processing etc/mime.types.dist ... 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/nsswitch.conf ... Processing etc/ntp.conf ... Processing etc/os-release ... Processing etc/passwd ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/resolv.conf ... Processing etc/sensors.d ... Processing etc/sensors3.conf ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/slsh.rc ... Processing etc/sockd.conf ... 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/unbound ... Processing etc/unbound/unbound.conf ... Processing include ... Processing include/mdevd ... Processing include/mdevd/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/biguint.h ... Processing include/skalibs/bitarray.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/cdb_make.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/environ.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/getpeereid.h ... Processing include/skalibs/iobuffer.h ... Processing include/skalibs/iopause.h ... Processing include/skalibs/ip46.h ... Processing include/skalibs/kolbak.h ... Processing include/skalibs/lolstdio.h ... Processing include/skalibs/md5.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/rc4.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 lib32 ... Processing linuxrc ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... 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/ar ... Processing usr/bin/arch ... Processing usr/bin/ascii ... Processing usr/bin/ash ... Processing usr/bin/awk ... Processing usr/bin/base32 ... Processing usr/bin/base64 ... Processing usr/bin/basename ... Processing usr/bin/bc ... Processing usr/bin/bitwise ... Processing usr/bin/brotli ... Processing usr/bin/bunzip2 ... Processing usr/bin/busybox ... Processing usr/bin/bwrap ... Processing usr/bin/bzcat ... Processing usr/bin/bzcmp ... Processing usr/bin/bzdiff ... Processing usr/bin/bzegrep ... Processing usr/bin/bzfgrep ... Processing usr/bin/bzgrep ... Processing usr/bin/bzip2 ... Processing usr/bin/bzip2recover ... Processing usr/bin/bzless ... Processing usr/bin/bzmore ... Processing usr/bin/cat ... Processing usr/bin/ccat ... Processing usr/bin/ccdecrypt ... Processing usr/bin/ccencrypt ... Processing usr/bin/ccguess ... Processing usr/bin/ccrypt ... Processing usr/bin/cdda2mp3 ... Processing usr/bin/cdda2ogg ... Processing usr/bin/cgi-fcgi ... Processing usr/bin/chattr ... Processing usr/bin/chgrp ... Processing usr/bin/chmod ... Processing usr/bin/choom ... Processing usr/bin/chown ... Processing usr/bin/chronyc ... Processing usr/bin/chrt ... Processing usr/bin/chvt ... Processing usr/bin/cksum ... Processing usr/bin/clear ... Processing usr/bin/cmp ... Processing usr/bin/col ... Processing usr/bin/colcrt ... Processing usr/bin/colrm ... Processing usr/bin/column ... Processing usr/bin/compile_et ... Processing usr/bin/cp ... Processing usr/bin/cpio ... Processing usr/bin/crc32 ... Processing usr/bin/crontab ... Processing usr/bin/cukinia ... Processing usr/bin/cut ... Processing usr/bin/daq-modules-config ... Processing usr/bin/date ... Processing usr/bin/dc ... Processing usr/bin/dd ... Processing usr/bin/deallocvt ... Processing usr/bin/devdump ... Processing usr/bin/df ... Processing usr/bin/dieharder ... Processing usr/bin/diff ... Processing usr/bin/dirname ... Processing usr/bin/dirsplit ... Processing usr/bin/dmesg ... Processing usr/bin/dnsdomainname ... Processing usr/bin/dos2unix ... Processing usr/bin/dotlockfile ... Processing usr/bin/du ... Processing usr/bin/dumpkmap ... Processing usr/bin/dumpsexp ... Processing usr/bin/dvbsnoop ... Processing usr/bin/echo ... Processing usr/bin/egrep ... Processing usr/bin/eject ... Processing usr/bin/env ... Processing usr/bin/expr ... Processing usr/bin/factor ... Processing usr/bin/fallocate ... Processing usr/bin/false ... Processing usr/bin/fbv ... Processing usr/bin/fdflush ... Processing usr/bin/fgrep ... Processing usr/bin/fincore ... Processing usr/bin/find ... Processing usr/bin/findmnt ... Processing usr/bin/flea ... Processing usr/bin/flock ... Processing usr/bin/fold ... Processing usr/bin/free ... Processing usr/bin/fuser ... Processing usr/bin/genisoimage ... Processing usr/bin/geoiplookup ... Processing usr/bin/geoiplookup6 ... Processing usr/bin/getopt ... Processing usr/bin/glorytun ... Processing usr/bin/gpg-error ... Processing usr/bin/gpgrt-config ... Processing usr/bin/grep ... Processing usr/bin/gsl-histogram ... Processing usr/bin/gsl-randist ... Processing usr/bin/gunzip ... Processing usr/bin/gzip ... Processing usr/bin/head ... Processing usr/bin/hexdump ... Processing usr/bin/hexedit ... Processing usr/bin/hmac256 ... Processing usr/bin/hostid ... Processing usr/bin/hostname ... Processing usr/bin/icedax ... Processing usr/bin/id ... Processing usr/bin/install ... Processing usr/bin/ipcrm ... Processing usr/bin/ipcs ... Processing usr/bin/ipmitool ... Processing usr/bin/irqtop ... Processing usr/bin/isodebug ... Processing usr/bin/isodump ... Processing usr/bin/isoinfo ... Processing usr/bin/isosize ... Processing usr/bin/isovfy ... Processing usr/bin/jshn ... Processing usr/bin/kill ... Processing usr/bin/killall ... Processing usr/bin/last ... Processing usr/bin/lastb ... Processing usr/bin/lbreakout2 ... Processing usr/bin/lbreakout2server ... Processing usr/bin/less ... Processing usr/bin/libevdev-tweak-device ... Processing usr/bin/link ... Processing usr/bin/linux32 ... Processing usr/bin/linux64 ... Processing usr/bin/ln ... Processing usr/bin/logger ... Processing usr/bin/login ... Processing usr/bin/logname ... Processing usr/bin/look ... Processing usr/bin/ls ... Processing usr/bin/lsattr ... Processing usr/bin/lsblk ... Processing usr/bin/lscpu ... Processing usr/bin/lsipc ... Processing usr/bin/lsirq ... Processing usr/bin/lslocks ... Processing usr/bin/lslogins ... Processing usr/bin/lsns ... Processing usr/bin/lsof ... Processing usr/bin/lspci ... Processing usr/bin/lsscsi ... Processing usr/bin/lsusb ... Processing usr/bin/lzcat ... Processing usr/bin/lzcmp ... Processing usr/bin/lzdiff ... Processing usr/bin/lzegrep ... Processing usr/bin/lzfgrep ... Processing usr/bin/lzgrep ... Processing usr/bin/lzless ... Processing usr/bin/lzma ... Processing usr/bin/lzmadec ... Processing usr/bin/lzmainfo ... Processing usr/bin/lzmore ... Processing usr/bin/lzopcat ... Processing usr/bin/mcookie ... Processing usr/bin/md5sum ... Processing usr/bin/mdevd ... Processing usr/bin/mdevd-coldplug ... Processing usr/bin/mesg ... Processing usr/bin/microcom ... Processing usr/bin/mk_cmds ... Processing usr/bin/mkdir ... Processing usr/bin/mkfifo ... Processing usr/bin/mknod ... Processing usr/bin/mkpasswd ... Processing usr/bin/mktemp ... Processing usr/bin/more ... Processing usr/bin/mount ... Processing usr/bin/mountpoint ... Processing usr/bin/mouse-dpi-tool ... Processing usr/bin/mpicalc ... Processing usr/bin/mt ... Processing usr/bin/multidump ... Processing usr/bin/multiplay ... Processing usr/bin/mutt ... Processing usr/bin/mutt_pgpring ... Processing usr/bin/muttbug ... Processing usr/bin/mv ... Processing usr/bin/namei ... Processing usr/bin/ncftp ... Processing usr/bin/ncftpbookmarks ... Processing usr/bin/netcalc ... Processing usr/bin/netstat ... Processing usr/bin/netstat-nat ... Processing usr/bin/netsurf-fb ... Processing usr/bin/newgrp ... Processing usr/bin/nice ... Processing usr/bin/nl ... Processing usr/bin/nohup ... Processing usr/bin/nproc ... Processing usr/bin/nslookup ... Processing usr/bin/ntpdate ... Processing usr/bin/nuke ... Processing usr/bin/nvidia-modprobe ... Processing usr/bin/od ... Processing usr/bin/onig-config ... Processing usr/bin/openvt ... Processing usr/bin/passwd ... Processing usr/bin/paste ... Processing usr/bin/patch ... Processing usr/bin/pgpewrap ... Processing usr/bin/pidof ... Processing usr/bin/ping ... Processing usr/bin/pipe_progress ... Processing usr/bin/pitchplay ... Processing usr/bin/pp4th ... Processing usr/bin/printenv ... Processing usr/bin/printf ... Processing usr/bin/prlimit ... Processing usr/bin/ps ... Processing usr/bin/pwd ... Processing usr/bin/ramspeed ... Processing usr/bin/readlink ... Processing usr/bin/readmult ... Processing usr/bin/readom ... Processing usr/bin/realpath ... Processing usr/bin/renice ... Processing usr/bin/reset ... Processing usr/bin/resize ... Processing usr/bin/resume ... Processing usr/bin/rev ... Processing usr/bin/rm ... Processing usr/bin/rmdir ... Processing usr/bin/rtpdump ... Processing usr/bin/rtpplay ... Processing usr/bin/rtpsend ... Processing usr/bin/rtptrans ... Processing usr/bin/run-parts ... Processing usr/bin/script ... Processing usr/bin/scriptlive ... Processing usr/bin/scriptreplay ... Processing usr/bin/sed ... Processing usr/bin/seq ... Processing usr/bin/setarch ... Processing usr/bin/setfattr ... Processing usr/bin/setkeycodes ... Processing usr/bin/setpriv ... Processing usr/bin/setserial ... Processing usr/bin/setsid ... Processing usr/bin/setterm ... Processing usr/bin/sh ... Processing usr/bin/sha1sum ... Processing usr/bin/sha256sum ... Processing usr/bin/sha3sum ... Processing usr/bin/sha512sum ... Processing usr/bin/shred ... Processing usr/bin/sip_monitor ... Processing usr/bin/sip_reg ... Processing usr/bin/sip_storm ... Processing usr/bin/sleep ... Processing usr/bin/slsh ... Processing usr/bin/smime_keys ... Processing usr/bin/socksify ... Processing usr/bin/sort ... Processing usr/bin/sp-oops-extract ... Processing usr/bin/speexdec ... Processing usr/bin/speexenc ... Processing usr/bin/sqlite3 ... Processing usr/bin/stress ... Processing usr/bin/strings ... Processing usr/bin/stty ... Processing usr/bin/su ... Processing usr/bin/svc ... Processing usr/bin/svok ... Processing usr/bin/sync ... Processing usr/bin/tail ... Processing usr/bin/tar ... Processing usr/bin/tcat ... Processing usr/bin/tee ... Processing usr/bin/telnet ... Processing usr/bin/test ... Processing usr/bin/tftp ... Processing usr/bin/tickadj ... Processing usr/bin/time ... Processing usr/bin/toast ... Processing usr/bin/top ... Processing usr/bin/touch ... Processing usr/bin/touchpad-edge-detector ... Processing usr/bin/tpm2-totp ... Processing usr/bin/tr ... Processing usr/bin/traceroute ... Processing usr/bin/true ... Processing usr/bin/truncate ... Processing usr/bin/ts ... Processing usr/bin/tty ... Processing usr/bin/umount ... Processing usr/bin/uname ... Processing usr/bin/uname26 ... Processing usr/bin/uniq ... Processing usr/bin/unix2dos ... Processing usr/bin/unlink ... Processing usr/bin/unlzma ... Processing usr/bin/unlzop ... Processing usr/bin/untoast ... Processing usr/bin/unxz ... Processing usr/bin/unzip ... Processing usr/bin/uptime ... Processing usr/bin/usleep ... Processing usr/bin/uudecode ... Processing usr/bin/uuencode ... Processing usr/bin/uuidgen ... Processing usr/bin/uuidparse ... Processing usr/bin/vi ... Processing usr/bin/vlock ... Processing usr/bin/vmtouch ... Processing usr/bin/w ... Processing usr/bin/watch ... Processing usr/bin/wc ... Processing usr/bin/wget ... Processing usr/bin/whereis ... Processing usr/bin/which ... Processing usr/bin/whiptail ... Processing usr/bin/who ... Processing usr/bin/whoami ... Processing usr/bin/wodim ... Processing usr/bin/xargs ... Processing usr/bin/xmlcatalog ... Processing usr/bin/xmllint ... Processing usr/bin/xxd ... Processing usr/bin/xxh128sum ... Processing usr/bin/xxh32sum ... Processing usr/bin/xxh64sum ... Processing usr/bin/xxhsum ... Processing usr/bin/xz ... Processing usr/bin/xzcat ... Processing usr/bin/xzcmp ... Processing usr/bin/xzdec ... Processing usr/bin/xzdiff ... Processing usr/bin/xzegrep ... Processing usr/bin/xzfgrep ... Processing usr/bin/xzgrep ... Processing usr/bin/xzless ... Processing usr/bin/xzmore ... Processing usr/bin/yes ... Processing usr/bin/zcat ... Processing usr/lib ... Processing usr/lib/daq ... Processing usr/lib/daq/daq_afpacket.so ... Processing usr/lib/daq/daq_ipfw.so ... Processing usr/lib/ld-linux.so.3 ... Processing usr/lib/lib4th.so ... Processing usr/lib/lib4th.so.3 ... Processing usr/lib/lib4th.so.3.64.1 ... Processing usr/lib/libGeoIP.so ... Processing usr/lib/libGeoIP.so.1 ... Processing usr/lib/libGeoIP.so.1.6.12 ... Processing usr/lib/libSDL-1.2.so.0 ... Processing usr/lib/libSDL-1.2.so.0.11.4 ... Processing usr/lib/libSDL.so ... Processing usr/lib/libanl.so.1 ... Processing usr/lib/libargtable2.so ... Processing usr/lib/libargtable2.so.0 ... Processing usr/lib/libargtable2.so.0.1.8 ... Processing usr/lib/libatomic.so ... Processing usr/lib/libatomic.so.1 ... Processing usr/lib/libatomic.so.1.2.0 ... Processing usr/lib/libblkid.so ... Processing usr/lib/libblkid.so.1 ... Processing usr/lib/libblkid.so.1.1.0 ... Processing usr/lib/libblobmsg_json.so ... Processing usr/lib/libbrotlicommon.so ... Processing usr/lib/libbrotlicommon.so.1 ... Processing usr/lib/libbrotlicommon.so.1.0.9 ... Processing usr/lib/libbrotlidec.so ... Processing usr/lib/libbrotlidec.so.1 ... Processing usr/lib/libbrotlidec.so.1.0.9 ... Processing usr/lib/libbrotlienc.so ... Processing usr/lib/libbrotlienc.so.1 ... Processing usr/lib/libbrotlienc.so.1.0.9 ... Processing usr/lib/libbz2.so ... Processing usr/lib/libbz2.so.1.0 ... Processing usr/lib/libbz2.so.1.0.8 ... Processing usr/lib/libc.so.6 ... Processing usr/lib/libcap.so ... Processing usr/lib/libcap.so.2 ... Processing usr/lib/libcap.so.2.65 ... Processing usr/lib/libcares.so ... Processing usr/lib/libcares.so.2 ... Processing usr/lib/libcares.so.2.5.1 ... Processing usr/lib/libcli.so ... Processing usr/lib/libcli.so.1.10 ... Processing usr/lib/libcli.so.1.10.7 ... Processing usr/lib/libcom_err.so ... Processing usr/lib/libcom_err.so.2 ... Processing usr/lib/libcom_err.so.2.1 ... Processing usr/lib/libcrypt.so.1 ... Processing usr/lib/libcrypto.so ... Processing usr/lib/libcrypto.so.1.1 ... Processing usr/lib/libcurses.so ... Processing usr/lib/libdaq.so ... Processing usr/lib/libdaq.so.2 ... Processing usr/lib/libdaq.so.2.0.4 ... Processing usr/lib/libdb-5.3.so ... Processing usr/lib/libdb-5.so ... Processing usr/lib/libdb.so ... Processing usr/lib/libdieharder.so ... Processing usr/lib/libdieharder.so.3 ... Processing usr/lib/libdieharder.so.3.31.1 ... Processing usr/lib/libdl.so.2 ... Processing usr/lib/libdmtx.so ... Processing usr/lib/libdmtx.so.0 ... Processing usr/lib/libdmtx.so.0.0.0 ... Processing usr/lib/libdvdcss.so ... Processing usr/lib/libdvdcss.so.2 ... Processing usr/lib/libdvdcss.so.2.2.0 ... Processing usr/lib/libdvdread.so ... Processing usr/lib/libdvdread.so.8 ... Processing usr/lib/libdvdread.so.8.0.0 ... Processing usr/lib/libe2p.so ... Processing usr/lib/libe2p.so.2 ... Processing usr/lib/libe2p.so.2.3 ... Processing usr/lib/libeXosip2.so ... Processing usr/lib/libeXosip2.so.15 ... Processing usr/lib/libeXosip2.so.15.0.0 ... Processing usr/lib/libevdev.so ... Processing usr/lib/libevdev.so.2 ... Processing usr/lib/libevdev.so.2.3.0 ... Processing usr/lib/libevent-2.1.so.7 ... Processing usr/lib/libevent-2.1.so.7.0.1 ... Processing usr/lib/libevent.so ... Processing usr/lib/libevent_core-2.1.so.7 ... Processing usr/lib/libevent_core-2.1.so.7.0.1 ... Processing usr/lib/libevent_core.so ... Processing usr/lib/libevent_extra-2.1.so.7 ... Processing usr/lib/libevent_extra-2.1.so.7.0.1 ... Processing usr/lib/libevent_extra.so ... Processing usr/lib/libevent_openssl-2.1.so.7 ... Processing usr/lib/libevent_openssl-2.1.so.7.0.1 ... Processing usr/lib/libevent_openssl.so ... Processing usr/lib/libevent_pthreads-2.1.so.7 ... Processing usr/lib/libevent_pthreads-2.1.so.7.0.1 ... Processing usr/lib/libevent_pthreads.so ... Processing usr/lib/libexpat.so ... Processing usr/lib/libexpat.so.1 ... Processing usr/lib/libexpat.so.1.8.9 ... 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/libfdisk.so ... Processing usr/lib/libfdisk.so.1 ... Processing usr/lib/libfdisk.so.1.1.0 ... Processing usr/lib/libform.so ... Processing usr/lib/libform.so.6 ... Processing usr/lib/libform.so.6.1 ... Processing usr/lib/libg722_1.so ... Processing usr/lib/libg722_1.so.0 ... Processing usr/lib/libg722_1.so.0.0.2 ... Processing usr/lib/libgcc_s.so ... Processing usr/lib/libgcc_s.so.1 ... Processing usr/lib/libgcrypt.so ... Processing usr/lib/libgcrypt.so.20 ... Processing usr/lib/libgcrypt.so.20.4.1 ... Processing usr/lib/libgpg-error.so ... Processing usr/lib/libgpg-error.so.0 ... Processing usr/lib/libgpg-error.so.0.33.0 ... Processing usr/lib/libgsl.so ... Processing usr/lib/libgsl.so.25 ... Processing usr/lib/libgsl.so.25.0.0 ... Processing usr/lib/libgslcblas.so ... Processing usr/lib/libgslcblas.so.0 ... Processing usr/lib/libgslcblas.so.0.0.0 ... Processing usr/lib/libgsm.so.1 ... Processing usr/lib/libgta.so ... Processing usr/lib/libgta.so.1 ... Processing usr/lib/libgta.so.1.0.0 ... Processing usr/lib/libhistory.so ... Processing usr/lib/libhistory.so.8 ... Processing usr/lib/libhistory.so.8.1 ... Processing usr/lib/libilbc.so ... Processing usr/lib/libilbc.so.0 ... Processing usr/lib/libilbc.so.0.0.2 ... 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.2.0 ... Processing usr/lib/libjson_script.so ... Processing usr/lib/liblockdev.1.0.3.so ... Processing usr/lib/liblockdev.so.1 ... Processing usr/lib/liblockfile.so ... Processing usr/lib/liblockfile.so.1 ... Processing usr/lib/liblockfile.so.1.0 ... Processing usr/lib/liblzma.so ... Processing usr/lib/liblzma.so.5 ... Processing usr/lib/liblzma.so.5.2.5 ... Processing usr/lib/libm.so.6 ... Processing usr/lib/libmenu.so ... Processing usr/lib/libmenu.so.6 ... Processing usr/lib/libmenu.so.6.1 ... Processing usr/lib/libmnl.so ... Processing usr/lib/libmnl.so.0 ... Processing usr/lib/libmnl.so.0.2.0 ... Processing usr/lib/libmount.so ... Processing usr/lib/libmount.so.1 ... Processing usr/lib/libmount.so.1.1.0 ... Processing usr/lib/libncurses.so ... Processing usr/lib/libncurses.so.6 ... Processing usr/lib/libncurses.so.6.1 ... Processing usr/lib/libnetfilter_conntrack.so ... Processing usr/lib/libnetfilter_conntrack.so.3 ... Processing usr/lib/libnetfilter_conntrack.so.3.8.0 ... Processing usr/lib/libnewt.so ... Processing usr/lib/libnewt.so.0.52 ... Processing usr/lib/libnewt.so.0.52.21 ... Processing usr/lib/libnfnetlink.so ... Processing usr/lib/libnfnetlink.so.0 ... Processing usr/lib/libnfnetlink.so.0.2.0 ... Processing usr/lib/libnss_dns.so.2 ... Processing usr/lib/libnss_files.so.2 ... Processing usr/lib/libogg.so ... Processing usr/lib/libogg.so.0 ... Processing usr/lib/libogg.so.0.8.5 ... Processing usr/lib/libonig.so ... Processing usr/lib/libonig.so.5 ... Processing usr/lib/libonig.so.5.3.0 ... Processing usr/lib/libopus.so ... Processing usr/lib/libopus.so.0 ... Processing usr/lib/libopus.so.0.8.0 ... Processing usr/lib/libosip2.so ... Processing usr/lib/libosip2.so.15 ... Processing usr/lib/libosip2.so.15.0.0 ... Processing usr/lib/libosipparser2.so ... Processing usr/lib/libosipparser2.so.15 ... Processing usr/lib/libosipparser2.so.15.0.0 ... Processing usr/lib/libpanel.so ... Processing usr/lib/libpanel.so.6 ... Processing usr/lib/libpanel.so.6.1 ... Processing usr/lib/libpng.so ... Processing usr/lib/libpng16.so ... Processing usr/lib/libpng16.so.16 ... Processing usr/lib/libpng16.so.16.37.0 ... Processing usr/lib/libpopt.so ... Processing usr/lib/libpopt.so.0 ... Processing usr/lib/libpopt.so.0.0.2 ... Processing usr/lib/libpsx.so ... Processing usr/lib/libpsx.so.2 ... Processing usr/lib/libpsx.so.2.65 ... Processing usr/lib/libpthread.so.0 ... Processing usr/lib/libqrencode.so ... Processing usr/lib/libqrencode.so.4 ... Processing usr/lib/libqrencode.so.4.1.1 ... Processing usr/lib/libreadline.so ... Processing usr/lib/libreadline.so.8 ... Processing usr/lib/libreadline.so.8.1 ... Processing usr/lib/libresolv.so.2 ... Processing usr/lib/librt.so.1 ... Processing usr/lib/libsensors.so ... Processing usr/lib/libsensors.so.5 ... Processing usr/lib/libsensors.so.5.0.0 ... Processing usr/lib/libsfbpf.so ... Processing usr/lib/libsfbpf.so.0 ... Processing usr/lib/libsfbpf.so.0.0.1 ... Processing usr/lib/libskarnet.so ... Processing usr/lib/libskarnet.so.2.10 ... Processing usr/lib/libskarnet.so.2.10.0.3 ... Processing usr/lib/libslang.so ... Processing usr/lib/libslang.so.2 ... Processing usr/lib/libslang.so.2.3.2 ... Processing usr/lib/libsmartcols.so ... Processing usr/lib/libsmartcols.so.1 ... Processing usr/lib/libsmartcols.so.1.1.0 ... Processing usr/lib/libsocketcan.so ... Processing usr/lib/libsocketcan.so.2 ... Processing usr/lib/libsocketcan.so.2.3.1 ... Processing usr/lib/libsodium.so ... Processing usr/lib/libsodium.so.23 ... Processing usr/lib/libsodium.so.23.3.0 ... Processing usr/lib/libspeex.so ... Processing usr/lib/libspeex.so.1 ... Processing usr/lib/libspeex.so.1.5.2 ... Processing usr/lib/libsqlite3.so ... Processing usr/lib/libsqlite3.so.0 ... Processing usr/lib/libsqlite3.so.0.8.6 ... Processing usr/lib/libss.so ... Processing usr/lib/libss.so.2 ... Processing usr/lib/libss.so.2.0 ... Processing usr/lib/libssh2.so ... Processing usr/lib/libssh2.so.1 ... Processing usr/lib/libssh2.so.1.0.1 ... Processing usr/lib/libssl.so ... Processing usr/lib/libssl.so.1.1 ... Processing usr/lib/libsvg.so ... Processing usr/lib/libsvg.so.1 ... Processing usr/lib/libsvg.so.1.0.0 ... Processing usr/lib/libsz.so ... Processing usr/lib/libsz.so.2 ... Processing usr/lib/libsz.so.2.0.0 ... Processing usr/lib/libtpm2-totp.so ... Processing usr/lib/libtpm2-totp.so.0 ... Processing usr/lib/libtpm2-totp.so.0.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/libunbound.so ... Processing usr/lib/libunbound.so.8 ... Processing usr/lib/libunbound.so.8.1.19 ... Processing usr/lib/libustream-ssl.so ... Processing usr/lib/libutil.so.1 ... Processing usr/lib/libuuid.so ... Processing usr/lib/libuuid.so.1 ... Processing usr/lib/libuuid.so.1.3.0 ... Processing usr/lib/libvo-aacenc.so ... Processing usr/lib/libvo-aacenc.so.0 ... Processing usr/lib/libvo-aacenc.so.0.0.4 ... Processing usr/lib/libwebp.so ... Processing usr/lib/libwebp.so.7 ... Processing usr/lib/libwebp.so.7.1.5 ... Processing usr/lib/libxml2.so ... Processing usr/lib/libxml2.so.2 ... Processing usr/lib/libxml2.so.2.10.2 ... Processing usr/lib/libxxhash.so ... Processing usr/lib/libxxhash.so.0 ... Processing usr/lib/libxxhash.so.0.8.1 ... Processing usr/lib/libz.so ... Processing usr/lib/libz.so.1 ... Processing usr/lib/libz.so.1.2.12 ... Processing usr/lib/lighttpd ... Processing usr/lib/lighttpd/mod_access.so ... Processing usr/lib/lighttpd/mod_accesslog.so ... Processing usr/lib/lighttpd/mod_ajp13.so ... Processing usr/lib/lighttpd/mod_alias.so ... Processing usr/lib/lighttpd/mod_auth.so ... Processing usr/lib/lighttpd/mod_authn_file.so ... Processing usr/lib/lighttpd/mod_cgi.so ... Processing usr/lib/lighttpd/mod_deflate.so ... Processing usr/lib/lighttpd/mod_dirlisting.so ... Processing usr/lib/lighttpd/mod_evasive.so ... Processing usr/lib/lighttpd/mod_evhost.so ... Processing usr/lib/lighttpd/mod_expire.so ... Processing usr/lib/lighttpd/mod_extforward.so ... Processing usr/lib/lighttpd/mod_fastcgi.so ... Processing usr/lib/lighttpd/mod_indexfile.so ... Processing usr/lib/lighttpd/mod_proxy.so ... Processing usr/lib/lighttpd/mod_redirect.so ... Processing usr/lib/lighttpd/mod_rewrite.so ... Processing usr/lib/lighttpd/mod_rrdtool.so ... Processing usr/lib/lighttpd/mod_scgi.so ... Processing usr/lib/lighttpd/mod_secdownload.so ... Processing usr/lib/lighttpd/mod_setenv.so ... Processing usr/lib/lighttpd/mod_simple_vhost.so ... Processing usr/lib/lighttpd/mod_sockproxy.so ... Processing usr/lib/lighttpd/mod_ssi.so ... Processing usr/lib/lighttpd/mod_staticfile.so ... Processing usr/lib/lighttpd/mod_status.so ... Processing usr/lib/lighttpd/mod_uploadprogress.so ... Processing usr/lib/lighttpd/mod_userdir.so ... Processing usr/lib/lighttpd/mod_usertrack.so ... Processing usr/lib/lighttpd/mod_vhostdb.so ... Processing usr/lib/lighttpd/mod_webdav.so ... Processing usr/lib/lighttpd/mod_wstunnel.so ... Processing usr/lib/os-release ... 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/iconv-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/addpart ... Processing usr/sbin/adduser ... Processing usr/sbin/arp ... Processing usr/sbin/arping ... Processing usr/sbin/badblocks ... Processing usr/sbin/blkdiscard ... Processing usr/sbin/blkid ... Processing usr/sbin/blkzone ... Processing usr/sbin/blockdev ... Processing usr/sbin/cfdisk ... Processing usr/sbin/chcpu ... Processing usr/sbin/chronyd ... Processing usr/sbin/chroot ... Processing usr/sbin/crond ... Processing usr/sbin/ctrlaltdel ... Processing usr/sbin/delgroup ... Processing usr/sbin/delpart ... Processing usr/sbin/deluser ... Processing usr/sbin/devmem ... Processing usr/sbin/dnsd ... Processing usr/sbin/dumpe2fs ... Processing usr/sbin/e2freefrag ... Processing usr/sbin/e2fsck ... Processing usr/sbin/e2label ... Processing usr/sbin/e2mmpstatus ... Processing usr/sbin/e2undo ... Processing usr/sbin/e4crypt ... Processing usr/sbin/ether-wake ... Processing usr/sbin/fbset ... Processing usr/sbin/fcgiwrap ... Processing usr/sbin/fconfig ... Processing usr/sbin/fdformat ... Processing usr/sbin/fdisk ... Processing usr/sbin/filefrag ... Processing usr/sbin/findfs ... Processing usr/sbin/freeramdisk ... Processing usr/sbin/fsck ... Processing usr/sbin/fsck.ext2 ... Processing usr/sbin/fsck.ext3 ... Processing usr/sbin/fsck.ext4 ... Processing usr/sbin/fsfreeze ... Processing usr/sbin/fstrim ... Processing usr/sbin/getty ... Processing usr/sbin/halt ... Processing usr/sbin/hdparm ... Processing usr/sbin/hwclock ... Processing usr/sbin/i2cdetect ... Processing usr/sbin/i2cdump ... Processing usr/sbin/i2cget ... Processing usr/sbin/i2cset ... Processing usr/sbin/i2ctransfer ... Processing usr/sbin/ifconfig ... Processing usr/sbin/ifdown ... Processing usr/sbin/ifup ... Processing usr/sbin/inetd ... Processing usr/sbin/init ... Processing usr/sbin/insmod ... Processing usr/sbin/ip ... Processing usr/sbin/ipaddr ... Processing usr/sbin/iplink ... Processing usr/sbin/ipneigh ... Processing usr/sbin/iproute ... Processing usr/sbin/iprule ... Processing usr/sbin/iptunnel ... Processing usr/sbin/killall5 ... Processing usr/sbin/klogd ... Processing usr/sbin/ldattach ... Processing usr/sbin/lighttpd ... Processing usr/sbin/lighttpd-angel ... Processing usr/sbin/loadfont ... Processing usr/sbin/loadkmap ... Processing usr/sbin/logsave ... Processing usr/sbin/losetup ... Processing usr/sbin/lsmod ... Processing usr/sbin/makedevs ... Processing usr/sbin/mdev ... Processing usr/sbin/mim ... Processing usr/sbin/mkdosfs ... Processing usr/sbin/mke2fs ... Processing usr/sbin/mkfs ... Processing usr/sbin/mkfs.ext2 ... Processing usr/sbin/mkfs.ext3 ... Processing usr/sbin/mkfs.ext4 ... Processing usr/sbin/mklost+found ... Processing usr/sbin/mkswap ... Processing usr/sbin/modprobe ... Processing usr/sbin/nameif ... Processing usr/sbin/netscsid ... Processing usr/sbin/nologin ... Processing usr/sbin/partprobe ... Processing usr/sbin/partx ... Processing usr/sbin/pivot_root ... Processing usr/sbin/poweroff ... Processing usr/sbin/ptpd ... Processing usr/sbin/rdate ... Processing usr/sbin/readprofile ... Processing usr/sbin/reboot ... Processing usr/sbin/resizepart ... Processing usr/sbin/rmmod ... Processing usr/sbin/route ... Processing usr/sbin/rtcwake ... Processing usr/sbin/run-init ... Processing usr/sbin/runlevel ... Processing usr/sbin/setconsole ... Processing usr/sbin/setlogcons ... Processing usr/sbin/sfdisk ... Processing usr/sbin/sockd ... Processing usr/sbin/start-stop-daemon ... Processing usr/sbin/sulogin ... Processing usr/sbin/swaplabel ... Processing usr/sbin/swapoff ... Processing usr/sbin/swapon ... Processing usr/sbin/switch_root ... Processing usr/sbin/sysctl ... Processing usr/sbin/syslogd ... Processing usr/sbin/tc ... Processing usr/sbin/tune2fs ... Processing usr/sbin/ubirename ... Processing usr/sbin/udhcpc ... Processing usr/sbin/uevent ... Processing usr/sbin/unbound ... Processing usr/sbin/unbound-anchor ... Processing usr/sbin/unbound-checkconf ... Processing usr/sbin/unbound-control ... Processing usr/sbin/unbound-control-setup ... Processing usr/sbin/unbound-host ... Processing usr/sbin/uqmi ... Processing usr/sbin/vconfig ... Processing usr/sbin/watchdog ... 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/applications ... Processing usr/share/applications/lbreakout2.desktop ... Processing usr/share/clc ... Processing usr/share/clc/amdgcn--amdhsa.bc ... Processing usr/share/clc/aruba-r600--.bc ... Processing usr/share/clc/barts-r600--.bc ... Processing usr/share/clc/bonaire-amdgcn--.bc ... Processing usr/share/clc/bonaire-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/caicos-r600--.bc ... Processing usr/share/clc/carrizo-amdgcn--.bc ... Processing usr/share/clc/carrizo-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/cayman-r600--.bc ... Processing usr/share/clc/cedar-r600--.bc ... Processing usr/share/clc/clspv--.bc ... Processing usr/share/clc/cypress-r600--.bc ... Processing usr/share/clc/fiji-amdgcn--.bc ... Processing usr/share/clc/fiji-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/gfx900-amdgcn--.bc ... Processing usr/share/clc/gfx900-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/gfx902-amdgcn--.bc ... Processing usr/share/clc/gfx902-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/gfx904-amdgcn--.bc ... Processing usr/share/clc/gfx904-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/gfx906-amdgcn--.bc ... Processing usr/share/clc/gfx906-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/hainan-amdgcn--.bc ... Processing usr/share/clc/hainan-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/hawaii-amdgcn--.bc ... Processing usr/share/clc/hawaii-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/hemlock-r600--.bc ... Processing usr/share/clc/iceland-amdgcn--.bc ... Processing usr/share/clc/iceland-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/juniper-r600--.bc ... Processing usr/share/clc/kabini-amdgcn--.bc ... Processing usr/share/clc/kabini-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/kaveri-amdgcn--.bc ... Processing usr/share/clc/kaveri-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/mullins-amdgcn--.bc ... Processing usr/share/clc/mullins-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/nvptx--.bc ... Processing usr/share/clc/nvptx--nvidiacl.bc ... Processing usr/share/clc/nvptx64--.bc ... Processing usr/share/clc/nvptx64--nvidiacl.bc ... Processing usr/share/clc/oland-amdgcn--.bc ... Processing usr/share/clc/oland-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/palm-r600--.bc ... Processing usr/share/clc/pitcairn-amdgcn--.bc ... Processing usr/share/clc/pitcairn-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/polaris10-amdgcn--.bc ... Processing usr/share/clc/polaris10-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/polaris11-amdgcn--.bc ... Processing usr/share/clc/polaris11-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/redwood-r600--.bc ... Processing usr/share/clc/spirv-mesa3d-.spv ... Processing usr/share/clc/spirv64-mesa3d-.spv ... Processing usr/share/clc/stoney-amdgcn--.bc ... Processing usr/share/clc/stoney-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/sumo-r600--.bc ... Processing usr/share/clc/sumo2-r600--.bc ... Processing usr/share/clc/tahiti-amdgcn--.bc ... Processing usr/share/clc/tahiti-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/tonga-amdgcn--.bc ... Processing usr/share/clc/tonga-amdgcn-mesa-mesa3d.bc ... Processing usr/share/clc/turks-r600--.bc ... Processing usr/share/clc/verde-amdgcn--.bc ... Processing usr/share/clc/verde-amdgcn-mesa-mesa3d.bc ... Processing usr/share/common-lisp ... Processing usr/share/common-lisp/source ... Processing usr/share/common-lisp/source/gpg-error ... Processing usr/share/common-lisp/source/gpg-error/gpg-error-codes.lisp ... Processing usr/share/common-lisp/source/gpg-error/gpg-error-package.lisp ... Processing usr/share/common-lisp/source/gpg-error/gpg-error.asd ... Processing usr/share/common-lisp/source/gpg-error/gpg-error.lisp ... Processing usr/share/et ... Processing usr/share/et/et_c.awk ... Processing usr/share/et/et_h.awk ... Processing usr/share/fonts ... Processing usr/share/fonts/gs ... Processing usr/share/fonts/gs/a010013l.afm ... Processing usr/share/fonts/gs/a010013l.pfb ... Processing usr/share/fonts/gs/a010015l.afm ... Processing usr/share/fonts/gs/a010015l.pfb ... Processing usr/share/fonts/gs/a010033l.afm ... Processing usr/share/fonts/gs/a010033l.pfb ... Processing usr/share/fonts/gs/a010035l.afm ... Processing usr/share/fonts/gs/a010035l.pfb ... Processing usr/share/fonts/gs/b018012l.afm ... Processing usr/share/fonts/gs/b018012l.pfb ... Processing usr/share/fonts/gs/b018015l.afm ... Processing usr/share/fonts/gs/b018015l.pfb ... Processing usr/share/fonts/gs/b018032l.afm ... Processing usr/share/fonts/gs/b018032l.pfb ... Processing usr/share/fonts/gs/b018035l.afm ... Processing usr/share/fonts/gs/b018035l.pfb ... Processing usr/share/fonts/gs/c059013l.afm ... Processing usr/share/fonts/gs/c059013l.pfb ... Processing usr/share/fonts/gs/c059016l.afm ... Processing usr/share/fonts/gs/c059016l.pfb ... Processing usr/share/fonts/gs/c059033l.afm ... Processing usr/share/fonts/gs/c059033l.pfb ... Processing usr/share/fonts/gs/c059036l.afm ... Processing usr/share/fonts/gs/c059036l.pfb ... Processing usr/share/fonts/gs/d050000l.afm ... Processing usr/share/fonts/gs/d050000l.pfb ... Processing usr/share/fonts/gs/n019003l.afm ... Processing usr/share/fonts/gs/n019003l.pfb ... Processing usr/share/fonts/gs/n019004l.afm ... Processing usr/share/fonts/gs/n019004l.pfb ... Processing usr/share/fonts/gs/n019023l.afm ... Processing usr/share/fonts/gs/n019023l.pfb ... Processing usr/share/fonts/gs/n019024l.afm ... Processing usr/share/fonts/gs/n019024l.pfb ... Processing usr/share/fonts/gs/n019043l.afm ... Processing usr/share/fonts/gs/n019043l.pfb ... Processing usr/share/fonts/gs/n019044l.afm ... Processing usr/share/fonts/gs/n019044l.pfb ... Processing usr/share/fonts/gs/n019063l.afm ... Processing usr/share/fonts/gs/n019063l.pfb ... Processing usr/share/fonts/gs/n019064l.afm ... Processing usr/share/fonts/gs/n019064l.pfb ... Processing usr/share/fonts/gs/n021003l.afm ... Processing usr/share/fonts/gs/n021003l.pfb ... Processing usr/share/fonts/gs/n021004l.afm ... Processing usr/share/fonts/gs/n021004l.pfb ... Processing usr/share/fonts/gs/n021023l.afm ... Processing usr/share/fonts/gs/n021023l.pfb ... Processing usr/share/fonts/gs/n021024l.afm ... Processing usr/share/fonts/gs/n021024l.pfb ... Processing usr/share/fonts/gs/n022003l.afm ... Processing usr/share/fonts/gs/n022003l.pfb ... Processing usr/share/fonts/gs/n022004l.afm ... Processing usr/share/fonts/gs/n022004l.pfb ... Processing usr/share/fonts/gs/n022023l.afm ... Processing usr/share/fonts/gs/n022023l.pfb ... Processing usr/share/fonts/gs/n022024l.afm ... Processing usr/share/fonts/gs/n022024l.pfb ... Processing usr/share/fonts/gs/p052003l.afm ... Processing usr/share/fonts/gs/p052003l.pfb ... Processing usr/share/fonts/gs/p052004l.afm ... Processing usr/share/fonts/gs/p052004l.pfb ... Processing usr/share/fonts/gs/p052023l.afm ... Processing usr/share/fonts/gs/p052023l.pfb ... Processing usr/share/fonts/gs/p052024l.afm ... Processing usr/share/fonts/gs/p052024l.pfb ... Processing usr/share/fonts/gs/s050000l.afm ... Processing usr/share/fonts/gs/s050000l.pfb ... Processing usr/share/fonts/gs/z003034l.afm ... Processing usr/share/fonts/gs/z003034l.pfb ... Processing usr/share/fonts/ubuntu ... Processing usr/share/fonts/ubuntu/Ubuntu-Bold.ttf ... Processing usr/share/fonts/ubuntu/Ubuntu-BoldItalic.ttf ... Processing usr/share/fonts/ubuntu/Ubuntu-Italic.ttf ... Processing usr/share/fonts/ubuntu/Ubuntu-Light.ttf ... Processing usr/share/fonts/ubuntu/Ubuntu-LightItalic.ttf ... Processing usr/share/fonts/ubuntu/Ubuntu-Medium.ttf ... Processing usr/share/fonts/ubuntu/Ubuntu-MediumItalic.ttf ... Processing usr/share/fonts/ubuntu/Ubuntu-Regular.ttf ... Processing usr/share/icons ... Processing usr/share/icons/lbreakout48.gif ... Processing usr/share/ipmitool ... Processing usr/share/ipmitool/oem_ibm_sel_map ... Processing usr/share/lbreakout2 ... Processing usr/share/lbreakout2/gfx ... Processing usr/share/lbreakout2/gfx/AbsoluteB ... Processing usr/share/lbreakout2/gfx/AbsoluteB/ABOUT ... Processing usr/share/lbreakout2/gfx/AbsoluteB/README ... Processing usr/share/lbreakout2/gfx/AbsoluteB/back0.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/back1.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/back2.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/back3.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/back4.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/back5.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/bricks.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/extras.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/fr_left.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/fr_right.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/fr_top.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/life.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/menuback.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/paddle.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/shot.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/weapon.png ... Processing usr/share/lbreakout2/gfx/Classic ... Processing usr/share/lbreakout2/gfx/Classic/ABOUT ... Processing usr/share/lbreakout2/gfx/Moiree ... Processing usr/share/lbreakout2/gfx/Moiree/ABOUT ... Processing usr/share/lbreakout2/gfx/Moiree/back0.png ... Processing usr/share/lbreakout2/gfx/Moiree/back1.png ... Processing usr/share/lbreakout2/gfx/Moiree/back2.png ... Processing usr/share/lbreakout2/gfx/Moiree/back3.png ... Processing usr/share/lbreakout2/gfx/Moiree/back4.png ... Processing usr/share/lbreakout2/gfx/Moiree/back5.png ... Processing usr/share/lbreakout2/gfx/Moiree/bricks.png ... Processing usr/share/lbreakout2/gfx/Moiree/extras.png ... Processing usr/share/lbreakout2/gfx/Moiree/fr_left.png ... Processing usr/share/lbreakout2/gfx/Moiree/fr_mp_left.png ... Processing usr/share/lbreakout2/gfx/Moiree/fr_mp_right.png ... Processing usr/share/lbreakout2/gfx/Moiree/fr_right.png ... Processing usr/share/lbreakout2/gfx/Moiree/fr_top.png ... Processing usr/share/lbreakout2/gfx/Moiree/life.png ... Processing usr/share/lbreakout2/gfx/Moiree/paddle.png ... Processing usr/share/lbreakout2/gfx/Oz ... Processing usr/share/lbreakout2/gfx/Oz/README ... Processing usr/share/lbreakout2/gfx/Oz/back0.png ... Processing usr/share/lbreakout2/gfx/Oz/back1.png ... Processing usr/share/lbreakout2/gfx/Oz/back2.png ... Processing usr/share/lbreakout2/gfx/Oz/back3.png ... Processing usr/share/lbreakout2/gfx/Oz/back4.png ... Processing usr/share/lbreakout2/gfx/Oz/bricks.png ... Processing usr/share/lbreakout2/gfx/Oz/fr_left.png ... Processing usr/share/lbreakout2/gfx/Oz/fr_right.png ... Processing usr/share/lbreakout2/gfx/Oz/fr_top.png ... Processing usr/share/lbreakout2/gfx/Oz/life.png ... Processing usr/share/lbreakout2/gfx/Oz/paddle.png ... Processing usr/share/lbreakout2/gfx/ammo.png ... Processing usr/share/lbreakout2/gfx/back0.png ... Processing usr/share/lbreakout2/gfx/back1.png ... Processing usr/share/lbreakout2/gfx/back2.png ... Processing usr/share/lbreakout2/gfx/back3.png ... Processing usr/share/lbreakout2/gfx/back4.png ... Processing usr/share/lbreakout2/gfx/back5.png ... Processing usr/share/lbreakout2/gfx/ball.png ... Processing usr/share/lbreakout2/gfx/balloon.png ... Processing usr/share/lbreakout2/gfx/balloon_peek.png ... Processing usr/share/lbreakout2/gfx/bricks.png ... Processing usr/share/lbreakout2/gfx/buttons.png ... Processing usr/share/lbreakout2/gfx/confirm_buttons.png ... Processing usr/share/lbreakout2/gfx/cr_back.png ... Processing usr/share/lbreakout2/gfx/explosions.png ... Processing usr/share/lbreakout2/gfx/explosions_dark.png ... Processing usr/share/lbreakout2/gfx/extras.png ... Processing usr/share/lbreakout2/gfx/f_frame.png ... Processing usr/share/lbreakout2/gfx/f_game.png ... Processing usr/share/lbreakout2/gfx/f_small_red.png ... Processing usr/share/lbreakout2/gfx/f_small_white.png ... Processing usr/share/lbreakout2/gfx/f_small_yellow.png ... Processing usr/share/lbreakout2/gfx/f_tiny_black.png ... Processing usr/share/lbreakout2/gfx/f_white.png ... Processing usr/share/lbreakout2/gfx/f_yellow.png ... Processing usr/share/lbreakout2/gfx/fr_hori.png ... Processing usr/share/lbreakout2/gfx/fr_left.png ... Processing usr/share/lbreakout2/gfx/fr_llc.png ... Processing usr/share/lbreakout2/gfx/fr_luc.png ... Processing usr/share/lbreakout2/gfx/fr_mp_left.png ... Processing usr/share/lbreakout2/gfx/fr_mp_right.png ... Processing usr/share/lbreakout2/gfx/fr_right.png ... Processing usr/share/lbreakout2/gfx/fr_rlc.png ... Processing usr/share/lbreakout2/gfx/fr_ruc.png ... Processing usr/share/lbreakout2/gfx/fr_top.png ... Processing usr/share/lbreakout2/gfx/fr_vert.png ... Processing usr/share/lbreakout2/gfx/life.png ... Processing usr/share/lbreakout2/gfx/loading.png ... Processing usr/share/lbreakout2/gfx/menuback.png ... Processing usr/share/lbreakout2/gfx/nukeback.png ... Processing usr/share/lbreakout2/gfx/paddle.png ... Processing usr/share/lbreakout2/gfx/scroll_down.png ... Processing usr/share/lbreakout2/gfx/scroll_track.png ... Processing usr/share/lbreakout2/gfx/scroll_up.png ... Processing usr/share/lbreakout2/gfx/sel_frame.png ... Processing usr/share/lbreakout2/gfx/shine.png ... Processing usr/share/lbreakout2/gfx/shot.png ... Processing usr/share/lbreakout2/gfx/warp.png ... Processing usr/share/lbreakout2/gfx/weapon.png ... Processing usr/share/lbreakout2/gfx/win_icon.png ... Processing usr/share/lbreakout2/gui_theme ... Processing usr/share/lbreakout2/gui_theme/box_frame.png ... Processing usr/share/lbreakout2/gui_theme/box_wallpaper.png ... Processing usr/share/lbreakout2/gui_theme/button_frame_clicked.png ... Processing usr/share/lbreakout2/gui_theme/button_frame_normal.png ... Processing usr/share/lbreakout2/gui_theme/button_wallpaper_focused.png ... Processing usr/share/lbreakout2/gui_theme/button_wallpaper_normal.png ... Processing usr/share/lbreakout2/gui_theme/checkbox.png ... Processing usr/share/lbreakout2/gui_theme/click.wav ... Processing usr/share/lbreakout2/gui_theme/edit.wav ... Processing usr/share/lbreakout2/gui_theme/font.png ... Processing usr/share/lbreakout2/gui_theme/list_item_color.png ... Processing usr/share/lbreakout2/gui_theme/progress_high.png ... Processing usr/share/lbreakout2/gui_theme/progress_low.png ... Processing usr/share/lbreakout2/gui_theme/progress_medium.png ... Processing usr/share/lbreakout2/gui_theme/scrollbar_arrows.png ... Processing usr/share/lbreakout2/gui_theme/spinbutton_arrows.png ... Processing usr/share/lbreakout2/gui_theme/widget_frame.png ... Processing usr/share/lbreakout2/gui_theme/widget_wallpaper.png ... Processing usr/share/lbreakout2/levels ... Processing usr/share/lbreakout2/levels/1010011010 ... Processing usr/share/lbreakout2/levels/Abc ... Processing usr/share/lbreakout2/levels/Afl ... Processing usr/share/lbreakout2/levels/Alex ... Processing usr/share/lbreakout2/levels/Alexandre ... Processing usr/share/lbreakout2/levels/AllNighter ... Processing usr/share/lbreakout2/levels/Arcade ... Processing usr/share/lbreakout2/levels/Arkanoid ... Processing usr/share/lbreakout2/levels/BeOS-4ever ... Processing usr/share/lbreakout2/levels/Bertrand ... Processing usr/share/lbreakout2/levels/BigBang ... Processing usr/share/lbreakout2/levels/Biolab428 ... Processing usr/share/lbreakout2/levels/Blues ... Processing usr/share/lbreakout2/levels/Bombs ... Processing usr/share/lbreakout2/levels/CalendarFun ... Processing usr/share/lbreakout2/levels/Celine ... Processing usr/share/lbreakout2/levels/Chaos ... Processing usr/share/lbreakout2/levels/Choices ... Processing usr/share/lbreakout2/levels/Circle ... Processing usr/share/lbreakout2/levels/Classique ... Processing usr/share/lbreakout2/levels/Color ... Processing usr/share/lbreakout2/levels/Composers ... Processing usr/share/lbreakout2/levels/Cool ... Processing usr/share/lbreakout2/levels/Crossing ... Processing usr/share/lbreakout2/levels/D2K ... Processing usr/share/lbreakout2/levels/Daves ... Processing usr/share/lbreakout2/levels/Demons ... Processing usr/share/lbreakout2/levels/Family ... Processing usr/share/lbreakout2/levels/Fantaisie ... Processing usr/share/lbreakout2/levels/FatalDoomsday ... Processing usr/share/lbreakout2/levels/FatalDoomsday2 ... Processing usr/share/lbreakout2/levels/Flower ... Processing usr/share/lbreakout2/levels/Fly ... Processing usr/share/lbreakout2/levels/Freek ... Processing usr/share/lbreakout2/levels/FunCity ... Processing usr/share/lbreakout2/levels/Gatinha ... Processing usr/share/lbreakout2/levels/GreenWall ... Processing usr/share/lbreakout2/levels/GreenWall2 ... Processing usr/share/lbreakout2/levels/GreenWall3 ... Processing usr/share/lbreakout2/levels/GreenWall4 ... Processing usr/share/lbreakout2/levels/Hans ... Processing usr/share/lbreakout2/levels/HereWeGo ... Processing usr/share/lbreakout2/levels/Heroes ... Processing usr/share/lbreakout2/levels/HighBall ... Processing usr/share/lbreakout2/levels/Holidays ... Processing usr/share/lbreakout2/levels/Hommage ... Processing usr/share/lbreakout2/levels/Impossibility ... Processing usr/share/lbreakout2/levels/Invisible ... Processing usr/share/lbreakout2/levels/IoriYagami ... Processing usr/share/lbreakout2/levels/Iris ... Processing usr/share/lbreakout2/levels/IrrenhausAh ... Processing usr/share/lbreakout2/levels/Izusiowe ... Processing usr/share/lbreakout2/levels/JediAdventure ... Processing usr/share/lbreakout2/levels/Kazan-1 ... Processing usr/share/lbreakout2/levels/Kevin ... Processing usr/share/lbreakout2/levels/KungFu ... Processing usr/share/lbreakout2/levels/LBreakout1 ... Processing usr/share/lbreakout2/levels/LBreakout2 ... Processing usr/share/lbreakout2/levels/Lapis ... Processing usr/share/lbreakout2/levels/Lattsville ... Processing usr/share/lbreakout2/levels/LinuxFun ... Processing usr/share/lbreakout2/levels/Lord ... Processing usr/share/lbreakout2/levels/Maze ... Processing usr/share/lbreakout2/levels/MegaMan2 ... Processing usr/share/lbreakout2/levels/Megadoomer ... Processing usr/share/lbreakout2/levels/MontyHall ... Processing usr/share/lbreakout2/levels/NES ... Processing usr/share/lbreakout2/levels/N_Arenas ... Processing usr/share/lbreakout2/levels/N_Snapshots ... Processing usr/share/lbreakout2/levels/Nations ... Processing usr/share/lbreakout2/levels/Negundoid ... Processing usr/share/lbreakout2/levels/NewOERG1 ... Processing usr/share/lbreakout2/levels/ObiWan ... Processing usr/share/lbreakout2/levels/OpenSource ... Processing usr/share/lbreakout2/levels/OurWorld ... Processing usr/share/lbreakout2/levels/P.I.T.A. ... Processing usr/share/lbreakout2/levels/Pabelo ... Processing usr/share/lbreakout2/levels/Patience ... Processing usr/share/lbreakout2/levels/Pawset ... Processing usr/share/lbreakout2/levels/Ph33r ... Processing usr/share/lbreakout2/levels/PlayAgain ... Processing usr/share/lbreakout2/levels/Popcorn ... Processing usr/share/lbreakout2/levels/R-World ... Processing usr/share/lbreakout2/levels/RichQuick ... Processing usr/share/lbreakout2/levels/Runes ... Processing usr/share/lbreakout2/levels/Sadistic ... Processing usr/share/lbreakout2/levels/Shimitar ... Processing usr/share/lbreakout2/levels/Silly ... Processing usr/share/lbreakout2/levels/SkillShot ... Processing usr/share/lbreakout2/levels/Smilies ... Processing usr/share/lbreakout2/levels/SnyMaxx ... Processing usr/share/lbreakout2/levels/StarWars ... Processing usr/share/lbreakout2/levels/Symmetry ... Processing usr/share/lbreakout2/levels/Symmetry-MKII ... Processing usr/share/lbreakout2/levels/T.C.S. ... Processing usr/share/lbreakout2/levels/TheEnd ... Processing usr/share/lbreakout2/levels/TheGauntlet ... Processing usr/share/lbreakout2/levels/TimeWaster ... Processing usr/share/lbreakout2/levels/TrickShot ... Processing usr/share/lbreakout2/levels/Tricky ... Processing usr/share/lbreakout2/levels/Twilight ... Processing usr/share/lbreakout2/levels/Vader ... Processing usr/share/lbreakout2/levels/WTF ... Processing usr/share/lbreakout2/levels/Weirdness ... Processing usr/share/lbreakout2/levels/Wizi ... Processing usr/share/lbreakout2/levels/Wolvie ... Processing usr/share/lbreakout2/levels/WonderWalls ... Processing usr/share/lbreakout2/levels/X ... Processing usr/share/lbreakout2/levels/Yexter ... Processing usr/share/lbreakout2/levels/Yoda ... Processing usr/share/lbreakout2/levels/Zigies ... Processing usr/share/lbreakout2/levels/Zooligan ... Processing usr/share/lbreakout2/levels/Zufallswelt ... Processing usr/share/lbreakout2/sounds ... Processing usr/share/lbreakout2/sounds/attach.wav ... Processing usr/share/lbreakout2/sounds/bonus_magnet.wav ... Processing usr/share/lbreakout2/sounds/chaos.wav ... Processing usr/share/lbreakout2/sounds/click.wav ... Processing usr/share/lbreakout2/sounds/dammit.wav ... Processing usr/share/lbreakout2/sounds/damn.wav ... Processing usr/share/lbreakout2/sounds/darkness.wav ... Processing usr/share/lbreakout2/sounds/disable.wav ... Processing usr/share/lbreakout2/sounds/excellent.wav ... Processing usr/share/lbreakout2/sounds/exp.wav ... Processing usr/share/lbreakout2/sounds/expand.wav ... Processing usr/share/lbreakout2/sounds/expl_ball.wav ... Processing usr/share/lbreakout2/sounds/extraball.wav ... Processing usr/share/lbreakout2/sounds/freeze.wav ... Processing usr/share/lbreakout2/sounds/gainlife.wav ... Processing usr/share/lbreakout2/sounds/ghost.wav ... Processing usr/share/lbreakout2/sounds/goldshower.wav ... Processing usr/share/lbreakout2/sounds/joker.wav ... Processing usr/share/lbreakout2/sounds/looselife.wav ... Processing usr/share/lbreakout2/sounds/malus_magnet.wav ... Processing usr/share/lbreakout2/sounds/menu_click.wav ... Processing usr/share/lbreakout2/sounds/menu_motion.wav ... Processing usr/share/lbreakout2/sounds/metal.wav ... Processing usr/share/lbreakout2/sounds/reflect_brick.wav ... Processing usr/share/lbreakout2/sounds/reflect_paddle.wav ... Processing usr/share/lbreakout2/sounds/score.wav ... Processing usr/share/lbreakout2/sounds/shot.wav ... Processing usr/share/lbreakout2/sounds/shrink.wav ... Processing usr/share/lbreakout2/sounds/speeddown.wav ... Processing usr/share/lbreakout2/sounds/speedup.wav ... Processing usr/share/lbreakout2/sounds/standard.wav ... Processing usr/share/lbreakout2/sounds/timeadd.wav ... Processing usr/share/lbreakout2/sounds/verygood.wav ... Processing usr/share/lbreakout2/sounds/wall.wav ... Processing usr/share/lbreakout2/sounds/weak_ball.wav ... Processing usr/share/lbreakout2/sounds/wontgiveup.wav ... Processing usr/share/libubox ... Processing usr/share/libubox/jshn.sh ... Processing usr/share/locale ... Processing usr/share/locale/ar ... Processing usr/share/locale/ar/LC_MESSAGES ... Processing usr/share/locale/ar/LC_MESSAGES/newt.mo ... Processing usr/share/locale/as ... Processing usr/share/locale/as/LC_MESSAGES ... Processing usr/share/locale/as/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ast ... Processing usr/share/locale/ast/LC_MESSAGES ... Processing usr/share/locale/ast/LC_MESSAGES/newt.mo ... Processing usr/share/locale/bal ... Processing usr/share/locale/bal/LC_MESSAGES ... Processing usr/share/locale/bal/LC_MESSAGES/newt.mo ... Processing usr/share/locale/bg ... Processing usr/share/locale/bg/LC_MESSAGES ... Processing usr/share/locale/bg/LC_MESSAGES/newt.mo ... Processing usr/share/locale/bn ... Processing usr/share/locale/bn/LC_MESSAGES ... Processing usr/share/locale/bn/LC_MESSAGES/newt.mo ... Processing usr/share/locale/bn_IN ... Processing usr/share/locale/bn_IN/LC_MESSAGES ... Processing usr/share/locale/bn_IN/LC_MESSAGES/newt.mo ... Processing usr/share/locale/bs ... Processing usr/share/locale/bs/LC_MESSAGES ... Processing usr/share/locale/bs/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ca ... Processing usr/share/locale/ca/LC_MESSAGES ... Processing usr/share/locale/ca/LC_MESSAGES/newt.mo ... Processing usr/share/locale/cs ... Processing usr/share/locale/cs/LC_MESSAGES ... Processing usr/share/locale/cs/LC_MESSAGES/newt.mo ... Processing usr/share/locale/cy ... Processing usr/share/locale/cy/LC_MESSAGES ... Processing usr/share/locale/cy/LC_MESSAGES/newt.mo ... Processing usr/share/locale/da ... Processing usr/share/locale/da/LC_MESSAGES ... Processing usr/share/locale/da/LC_MESSAGES/newt.mo ... Processing usr/share/locale/de ... Processing usr/share/locale/de/LC_MESSAGES ... Processing usr/share/locale/de/LC_MESSAGES/newt.mo ... Processing usr/share/locale/dz ... Processing usr/share/locale/dz/LC_MESSAGES ... Processing usr/share/locale/dz/LC_MESSAGES/newt.mo ... Processing usr/share/locale/el ... Processing usr/share/locale/el/LC_MESSAGES ... Processing usr/share/locale/el/LC_MESSAGES/newt.mo ... Processing usr/share/locale/eo ... Processing usr/share/locale/eo/LC_MESSAGES ... Processing usr/share/locale/eo/LC_MESSAGES/newt.mo ... Processing usr/share/locale/es ... Processing usr/share/locale/es/LC_MESSAGES ... Processing usr/share/locale/es/LC_MESSAGES/newt.mo ... Processing usr/share/locale/et ... Processing usr/share/locale/et/LC_MESSAGES ... Processing usr/share/locale/et/LC_MESSAGES/newt.mo ... Processing usr/share/locale/eu ... Processing usr/share/locale/eu/LC_MESSAGES ... Processing usr/share/locale/eu/LC_MESSAGES/newt.mo ... Processing usr/share/locale/fa ... Processing usr/share/locale/fa/LC_MESSAGES ... Processing usr/share/locale/fa/LC_MESSAGES/newt.mo ... Processing usr/share/locale/fi ... Processing usr/share/locale/fi/LC_MESSAGES ... Processing usr/share/locale/fi/LC_MESSAGES/newt.mo ... Processing usr/share/locale/fr ... Processing usr/share/locale/fr/LC_MESSAGES ... Processing usr/share/locale/fr/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ga ... Processing usr/share/locale/ga/LC_MESSAGES ... Processing usr/share/locale/ga/LC_MESSAGES/newt.mo ... Processing usr/share/locale/gl ... Processing usr/share/locale/gl/LC_MESSAGES ... Processing usr/share/locale/gl/LC_MESSAGES/newt.mo ... Processing usr/share/locale/gu ... Processing usr/share/locale/gu/LC_MESSAGES ... Processing usr/share/locale/gu/LC_MESSAGES/newt.mo ... Processing usr/share/locale/he ... Processing usr/share/locale/he/LC_MESSAGES ... Processing usr/share/locale/he/LC_MESSAGES/newt.mo ... Processing usr/share/locale/hi ... Processing usr/share/locale/hi/LC_MESSAGES ... Processing usr/share/locale/hi/LC_MESSAGES/newt.mo ... Processing usr/share/locale/hr ... Processing usr/share/locale/hr/LC_MESSAGES ... Processing usr/share/locale/hr/LC_MESSAGES/newt.mo ... Processing usr/share/locale/hu ... Processing usr/share/locale/hu/LC_MESSAGES ... Processing usr/share/locale/hu/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ia ... Processing usr/share/locale/ia/LC_MESSAGES ... Processing usr/share/locale/ia/LC_MESSAGES/newt.mo ... Processing usr/share/locale/id ... Processing usr/share/locale/id/LC_MESSAGES ... Processing usr/share/locale/id/LC_MESSAGES/newt.mo ... Processing usr/share/locale/it ... Processing usr/share/locale/it/LC_MESSAGES ... Processing usr/share/locale/it/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ja ... Processing usr/share/locale/ja/LC_MESSAGES ... Processing usr/share/locale/ja/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ka ... Processing usr/share/locale/ka/LC_MESSAGES ... Processing usr/share/locale/ka/LC_MESSAGES/newt.mo ... Processing usr/share/locale/km ... Processing usr/share/locale/km/LC_MESSAGES ... Processing usr/share/locale/km/LC_MESSAGES/newt.mo ... Processing usr/share/locale/kn ... Processing usr/share/locale/kn/LC_MESSAGES ... Processing usr/share/locale/kn/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ko ... Processing usr/share/locale/ko/LC_MESSAGES ... Processing usr/share/locale/ko/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ku ... Processing usr/share/locale/ku/LC_MESSAGES ... Processing usr/share/locale/ku/LC_MESSAGES/newt.mo ... Processing usr/share/locale/lt ... Processing usr/share/locale/lt/LC_MESSAGES ... Processing usr/share/locale/lt/LC_MESSAGES/newt.mo ... Processing usr/share/locale/lv ... Processing usr/share/locale/lv/LC_MESSAGES ... Processing usr/share/locale/lv/LC_MESSAGES/newt.mo ... Processing usr/share/locale/mg ... Processing usr/share/locale/mg/LC_MESSAGES ... Processing usr/share/locale/mg/LC_MESSAGES/newt.mo ... Processing usr/share/locale/mk ... Processing usr/share/locale/mk/LC_MESSAGES ... Processing usr/share/locale/mk/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ml ... Processing usr/share/locale/ml/LC_MESSAGES ... Processing usr/share/locale/ml/LC_MESSAGES/newt.mo ... Processing usr/share/locale/mr ... Processing usr/share/locale/mr/LC_MESSAGES ... Processing usr/share/locale/mr/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ms ... Processing usr/share/locale/ms/LC_MESSAGES ... Processing usr/share/locale/ms/LC_MESSAGES/newt.mo ... Processing usr/share/locale/nb ... Processing usr/share/locale/nb/LC_MESSAGES ... Processing usr/share/locale/nb/LC_MESSAGES/newt.mo ... Processing usr/share/locale/nds ... Processing usr/share/locale/nds/LC_MESSAGES ... Processing usr/share/locale/nds/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ne ... Processing usr/share/locale/ne/LC_MESSAGES ... Processing usr/share/locale/ne/LC_MESSAGES/newt.mo ... Processing usr/share/locale/nl ... Processing usr/share/locale/nl/LC_MESSAGES ... Processing usr/share/locale/nl/LC_MESSAGES/newt.mo ... Processing usr/share/locale/nn ... Processing usr/share/locale/nn/LC_MESSAGES ... Processing usr/share/locale/nn/LC_MESSAGES/newt.mo ... Processing usr/share/locale/pa ... Processing usr/share/locale/pa/LC_MESSAGES ... Processing usr/share/locale/pa/LC_MESSAGES/newt.mo ... Processing usr/share/locale/pl ... Processing usr/share/locale/pl/LC_MESSAGES ... Processing usr/share/locale/pl/LC_MESSAGES/newt.mo ... Processing usr/share/locale/pt ... Processing usr/share/locale/pt/LC_MESSAGES ... Processing usr/share/locale/pt/LC_MESSAGES/newt.mo ... Processing usr/share/locale/pt_BR ... Processing usr/share/locale/pt_BR/LC_MESSAGES ... Processing usr/share/locale/pt_BR/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ro ... Processing usr/share/locale/ro/LC_MESSAGES ... Processing usr/share/locale/ro/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ru ... Processing usr/share/locale/ru/LC_MESSAGES ... Processing usr/share/locale/ru/LC_MESSAGES/newt.mo ... Processing usr/share/locale/sk ... Processing usr/share/locale/sk/LC_MESSAGES ... Processing usr/share/locale/sk/LC_MESSAGES/newt.mo ... Processing usr/share/locale/sl ... Processing usr/share/locale/sl/LC_MESSAGES ... Processing usr/share/locale/sl/LC_MESSAGES/newt.mo ... Processing usr/share/locale/sq ... Processing usr/share/locale/sq/LC_MESSAGES ... Processing usr/share/locale/sq/LC_MESSAGES/newt.mo ... Processing usr/share/locale/sr ... Processing usr/share/locale/sr/LC_MESSAGES ... Processing usr/share/locale/sr/LC_MESSAGES/newt.mo ... Processing usr/share/locale/sr@latin ... Processing usr/share/locale/sr@latin/LC_MESSAGES ... Processing usr/share/locale/sr@latin/LC_MESSAGES/newt.mo ... Processing usr/share/locale/sv ... Processing usr/share/locale/sv/LC_MESSAGES ... Processing usr/share/locale/sv/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ta ... Processing usr/share/locale/ta/LC_MESSAGES ... Processing usr/share/locale/ta/LC_MESSAGES/newt.mo ... Processing usr/share/locale/te ... Processing usr/share/locale/te/LC_MESSAGES ... Processing usr/share/locale/te/LC_MESSAGES/newt.mo ... Processing usr/share/locale/tg ... Processing usr/share/locale/tg/LC_MESSAGES ... Processing usr/share/locale/tg/LC_MESSAGES/newt.mo ... Processing usr/share/locale/th ... Processing usr/share/locale/th/LC_MESSAGES ... Processing usr/share/locale/th/LC_MESSAGES/newt.mo ... Processing usr/share/locale/tl ... Processing usr/share/locale/tl/LC_MESSAGES ... Processing usr/share/locale/tl/LC_MESSAGES/newt.mo ... Processing usr/share/locale/tr ... Processing usr/share/locale/tr/LC_MESSAGES ... Processing usr/share/locale/tr/LC_MESSAGES/newt.mo ... Processing usr/share/locale/uk ... Processing usr/share/locale/uk/LC_MESSAGES ... Processing usr/share/locale/uk/LC_MESSAGES/newt.mo ... Processing usr/share/locale/vi ... Processing usr/share/locale/vi/LC_MESSAGES ... Processing usr/share/locale/vi/LC_MESSAGES/newt.mo ... Processing usr/share/locale/wo ... Processing usr/share/locale/wo/LC_MESSAGES ... Processing usr/share/locale/wo/LC_MESSAGES/newt.mo ... Processing usr/share/locale/xh ... Processing usr/share/locale/xh/LC_MESSAGES ... Processing usr/share/locale/xh/LC_MESSAGES/newt.mo ... Processing usr/share/locale/zh_CN ... Processing usr/share/locale/zh_CN/LC_MESSAGES ... Processing usr/share/locale/zh_CN/LC_MESSAGES/newt.mo ... Processing usr/share/locale/zh_TW ... Processing usr/share/locale/zh_TW/LC_MESSAGES ... Processing usr/share/locale/zh_TW/LC_MESSAGES/newt.mo ... Processing usr/share/misc ... Processing usr/share/misc/enterprise-numbers ... Processing usr/share/netsurf ... Processing usr/share/netsurf/Messages ... Processing usr/share/netsurf/adblock.css ... Processing usr/share/netsurf/credits.html ... Processing usr/share/netsurf/default.css ... Processing usr/share/netsurf/internal.css ... Processing usr/share/netsurf/licence.html ... Processing usr/share/netsurf/netsurf.png ... Processing usr/share/netsurf/quirks.css ... Processing usr/share/netsurf/welcome.html ... Processing usr/share/slsh ... Processing usr/share/slsh/arrayfuns.sl ... Processing usr/share/slsh/autoload.sl ... Processing usr/share/slsh/base64.sl ... Processing usr/share/slsh/chksum.sl ... Processing usr/share/slsh/cmaps ... Processing usr/share/slsh/cmaps/cool.map ... Processing usr/share/slsh/cmaps/coolwarm.map ... Processing usr/share/slsh/cmaps/copper.map ... Processing usr/share/slsh/cmaps/cubicl.map ... Processing usr/share/slsh/cmaps/cubicyf.map ... Processing usr/share/slsh/cmaps/drywet.map ... Processing usr/share/slsh/cmaps/ds9b.map ... Processing usr/share/slsh/cmaps/ds9sls.map ... Processing usr/share/slsh/cmaps/edge.map ... Processing usr/share/slsh/cmaps/gebco.map ... Processing usr/share/slsh/cmaps/globe.map ... Processing usr/share/slsh/cmaps/gray.map ... Processing usr/share/slsh/cmaps/haxby.map ... Processing usr/share/slsh/cmaps/hot.map ... Processing usr/share/slsh/cmaps/jet.map ... Processing usr/share/slsh/cmaps/no_green.map ... Processing usr/share/slsh/cmaps/ocean.map ... Processing usr/share/slsh/cmaps/polar.map ... Processing usr/share/slsh/cmaps/rainbow.map ... Processing usr/share/slsh/cmaps/red2green.map ... Processing usr/share/slsh/cmaps/relief.map ... Processing usr/share/slsh/cmaps/sealand.map ... Processing usr/share/slsh/cmaps/seis.map ... Processing usr/share/slsh/cmaps/split.map ... Processing usr/share/slsh/cmaps/topo.map ... Processing usr/share/slsh/cmaps/wysiwyg.map ... Processing usr/share/slsh/cmdopt.sl ... Processing usr/share/slsh/csv.sl ... Processing usr/share/slsh/fcntl.sl ... Processing usr/share/slsh/fork.sl ... Processing usr/share/slsh/fswalk.sl ... Processing usr/share/slsh/glob.sl ... Processing usr/share/slsh/help ... Processing usr/share/slsh/help/arrayfuns.hlp ... Processing usr/share/slsh/help/base64funs.hlp ... Processing usr/share/slsh/help/chksumfuns.hlp ... Processing usr/share/slsh/help/cmdopt.hlp ... Processing usr/share/slsh/help/csvfuns.hlp ... Processing usr/share/slsh/help/forkfuns.hlp ... Processing usr/share/slsh/help/fswalk.hlp ... Processing usr/share/slsh/help/glob.hlp ... Processing usr/share/slsh/help/histfuns.hlp ... Processing usr/share/slsh/help/jsonfuns.hlp ... Processing usr/share/slsh/help/listfuns.hlp ... Processing usr/share/slsh/help/onigfuns.hlp ... Processing usr/share/slsh/help/pcrefuns.hlp ... Processing usr/share/slsh/help/pngfuns.hlp ... Processing usr/share/slsh/help/print.hlp ... Processing usr/share/slsh/help/process.hlp ... Processing usr/share/slsh/help/profile.hlp ... Processing usr/share/slsh/help/randfuns.hlp ... Processing usr/share/slsh/help/readascii.hlp ... Processing usr/share/slsh/help/require.hlp ... Processing usr/share/slsh/help/setfuns.hlp ... Processing usr/share/slsh/help/slsmg.hlp ... Processing usr/share/slsh/help/sockfuns.hlp ... Processing usr/share/slsh/help/statsfuns.hlp ... Processing usr/share/slsh/help/structfuns.hlp ... Processing usr/share/slsh/histogram.sl ... Processing usr/share/slsh/iconv.sl ... Processing usr/share/slsh/json.sl ... Processing usr/share/slsh/listfuns.sl ... Processing usr/share/slsh/local-packages ... Processing usr/share/slsh/onig.sl ... Processing usr/share/slsh/pcre.sl ... Processing usr/share/slsh/png.sl ... Processing usr/share/slsh/print.sl ... Processing usr/share/slsh/process.sl ... Processing usr/share/slsh/profile.sl ... Processing usr/share/slsh/rand.sl ... Processing usr/share/slsh/readascii.sl ... Processing usr/share/slsh/require.sl ... Processing usr/share/slsh/rline ... Processing usr/share/slsh/rline/complete.sl ... Processing usr/share/slsh/rline/editfuns.sl ... Processing usr/share/slsh/rline/editor.sl ... Processing usr/share/slsh/rline/emacskeys.sl ... Processing usr/share/slsh/rline/history.sl ... Processing usr/share/slsh/rline/histsrch.sl ... Processing usr/share/slsh/rline/slrline.rc ... Processing usr/share/slsh/rline/vikeys.sl ... Processing usr/share/slsh/scripts ... Processing usr/share/slsh/scripts/jpegsize ... Processing usr/share/slsh/scripts/lsrpm ... Processing usr/share/slsh/scripts/sldb ... Processing usr/share/slsh/scripts/slprof ... Processing usr/share/slsh/scripts/slstkchk ... Processing usr/share/slsh/scripts/svnsh ... Processing usr/share/slsh/select.sl ... Processing usr/share/slsh/setfuns.sl ... Processing usr/share/slsh/sldb.sl ... Processing usr/share/slsh/sldbcore.sl ... Processing usr/share/slsh/sldbsock.sl ... Processing usr/share/slsh/slshhelp.sl ... Processing usr/share/slsh/slshrl.sl ... Processing usr/share/slsh/slsmg.sl ... Processing usr/share/slsh/socket.sl ... Processing usr/share/slsh/stats.sl ... Processing usr/share/slsh/statslib ... Processing usr/share/slsh/statslib/ad_test.sl ... Processing usr/share/slsh/statslib/ks_test.sl ... Processing usr/share/slsh/statslib/kuiper.sl ... Processing usr/share/slsh/stkcheck.sl ... Processing usr/share/slsh/structfuns.sl ... Processing usr/share/slsh/sysconf.sl ... Processing usr/share/slsh/termios.sl ... Processing usr/share/slsh/varray.sl ... Processing usr/share/slsh/zlib.sl ... 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 var ... Processing var/cache ... Processing var/lbreakout2.hscr ... Processing var/lib ... Processing var/lib/chrony ... 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/mail ... Processing var/run ... Processing var/spool ... Processing var/tmp ... Processing var/www ... Processing var/www/ol.css ... Processing var/www/ol.js ... Build completed. >>> Generating filesystem image rootfs.jffs2 mkdir -p /tmp/instance-12/output-1/images rm -rf /tmp/instance-12/output-1/build/buildroot-fs/jffs2 mkdir -p /tmp/instance-12/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-12/output-1/target/ /tmp/instance-12/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /tmp/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /tmp/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-12/output-1/build/buildroot-fs/jffs2/target" >> /tmp/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/tmp/instance-12/output-1/host/bin:/tmp/instance-12/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-12/buildroot/support/scripts/mkusers /tmp/instance-12/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-12/output-1/build/buildroot-fs/jffs2/target >> /tmp/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot echo "/tmp/instance-12/output-1/host/bin/makedevs -d /tmp/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-12/output-1/build/buildroot-fs/jffs2/target" >> /tmp/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /tmp/instance-12/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-12/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /tmp/instance-12/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /tmp/instance-12/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /tmp/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /tmp/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /tmp/instance-12/output-1/host/sbin/mkfs.jffs2 -e 0x2100 --with-xattr -l -n -d /tmp/instance-12/output-1/build/buildroot-fs/jffs2/target -o /tmp/instance-12/output-1/images/rootfs.jffs2\n' >> /tmp/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /tmp/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/tmp/instance-12/output-1/host/bin:/tmp/instance-12/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-12/output-1/host/bin/fakeroot -- /tmp/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/tmp/instance-12/output-1/build/buildroot-fs/jffs2/target table='/tmp/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' ln -snf /tmp/instance-12/output-1/host/armeb-buildroot-linux-gnueabi/sysroot /tmp/instance-12/output-1/staging make: Leaving directory '/tmp/instance-12/buildroot' make: Entering directory '/tmp/instance-12/buildroot' >>> Buildroot 2022.08-414-g84b29a3941 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.17.15 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) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bubblewrap 0.6.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 0.63.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 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.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> chrony 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> 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-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> 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.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> initscripts Collecting legal info >>> ipmitool 1_8_19 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libclc 13.0.1 Collecting legal info LICENSE.TXT: OK (sha256: 3c536c052db9afd997809e38785c9f2a9e54e2892330fa7c5b438e18a7413479) >>> host-clang 11.1.0 Collecting legal info LICENSE.TXT: OK (sha256: ebcd9bbf783a73d05c53ba4d586b8d5813dcdf3bbec50265860ccc885e606f47) >>> host-libxml2 2.10.2 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-llvm 11.1.0 Collecting legal info LICENSE.TXT: OK (sha256: 8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee) >>> host-spirv-llvm-translator v11.0.0-297-ga619b34bce55360d79fea9058a93ded04919f2b2 Collecting legal info LICENSE.TXT: OK (sha256: e3bc36440fc927c62d5cc24efeefe225a14d4e34ffeb0c92e430625cce9ee444) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libdmtx 0.7.5 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgsm 1.0.19 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libxml2 2.10.2 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> lighttpd 1.4.67 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lld 11.1.0 Collecting legal info LICENSE.TXT: OK (sha256: f7891568956e34643eb6a0db1462db30820d40d7266e2a78063f2fe233ece5a0) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> mdevd 0.1.4.0 Collecting legal info COPYING: OK (sha256: 31b60c66aba1fa0a7f8847339ac35c28638e25ff96da700d995533ad810e3995) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> mutt 2.2.7 Collecting legal info GPL: OK (sha256: 732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee) >>> host-mxsldr 2793a657ab7a22487d21c1b020957806f8ae8383 Collecting legal info WARNING: no hash file for COPYING >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> netsurf 3.10 Collecting legal info netsurf/COPYING: OK (sha256: 55c4a7ae3953d720a462e69d1f128a20004933d12538be5314a33f8821675378) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-vim 9.0.0453 Collecting legal info LICENSE: OK (sha256: 0bcab3b635dd39208c42b496568d1e8171dad247cf3da5bab3d750c9d5883499) README.txt: OK (sha256: 4afae7c984ab1a4ccd0b474a695f316e7435ab6ed46537648af925c18835d853) >>> webp 1.2.4 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> newt 0.52.21 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> openlayers 7.1.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> 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) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> stress 1.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tpm2-totp 0.2.1 Collecting legal info LICENSE: OK (sha256: 67bc21a0bff2b0890307cfaa883bd3f5337f461eb6d8a612a015cea6d704e9ed) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> unbound 1.16.3 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> uqmi 0a19b5b77140465c29e2afa7d611fe93abc9672f Collecting legal info main.c: OK (sha256: a69bf44dbff15d727578d2069a654d60e9034c5e2cc3e199a012e72afef6c259) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> host-uuu 1.4.243 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) README.md: OK (sha256: 584bfbb18b4c08b872d48b80419dd453307212a144134fb516bd6ddc0700c2e8) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> 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.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: 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 /tmp/instance-12/output-1/legal-info make: Leaving directory '/tmp/instance-12/buildroot'