mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-477-ga582d1ecab"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-6/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-6/output-1/per-package /home/autobuild/autobuild/instance-6/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-6/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs printf ' quagga -1 quagga -1 * - - - Quagga priv drop user\n - - sudo -1 - - - -\n\n' >> /home/autobuild/autobuild/instance-6/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 /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/fakeroot printf ' find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/target -print0 | xargs -0 -r touch -hd @1663700588\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --reproducible --quiet -o -H newc > /home/autobuild/autobuild/instance-6/output-1/images/rootfs.cpio\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/cpio/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" gzip -9 -c -n /home/autobuild/autobuild/instance-6/output-1/images/rootfs.cpio > /home/autobuild/autobuild/instance-6/output-1/images/rootfs.cpio.gz >>> Generating filesystem image rootfs.erofs mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot printf ' find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target -print0 | xargs -0 -r touch -hd @1663700588\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/bin/mkfs.erofs /home/autobuild/autobuild/instance-6/output-1/images/rootfs.erofs /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.5 Processing bin ... Processing bin/arch ... Processing bin/ash ... Processing bin/background ... Processing bin/backtick ... Processing bin/base32 ... Processing bin/base64 ... Processing bin/bash ... Processing bin/busybox ... Processing bin/cat ... Processing bin/cd ... Processing bin/chattr ... Processing bin/chgrp ... Processing bin/chmod ... Processing bin/chown ... Processing bin/cp ... Processing bin/cpio ... Processing bin/dash ... Processing bin/date ... Processing bin/dd ... Processing bin/define ... Processing bin/df ... Processing bin/dmesg ... Processing bin/dnsdomainname ... Processing bin/dollarat ... Processing bin/dumpkmap ... Processing bin/echo ... Processing bin/egrep ... Processing bin/elgetopt ... Processing bin/elgetpositionals ... Processing bin/elglob ... Processing bin/emptyenv ... Processing bin/envfile ... Processing bin/exec ... Processing bin/execline-cd ... Processing bin/execline-umask ... Processing bin/execlineb ... Processing bin/exit ... Processing bin/export ... Processing bin/false ... Processing bin/fdblock ... Processing bin/fdclose ... Processing bin/fdflush ... Processing bin/fdmove ... Processing bin/fdreserve ... Processing bin/fdswap ... Processing bin/fgrep ... Processing bin/forbacktickx ... Processing bin/foreground ... Processing bin/forstdin ... Processing bin/forx ... Processing bin/getcwd ... Processing bin/getopt ... Processing bin/getpid ... Processing bin/grep ... Processing bin/gunzip ... Processing bin/gzip ... Processing bin/heredoc ... Processing bin/homeof ... Processing bin/hostname ... Processing bin/if ... Processing bin/ifelse ... Processing bin/ifte ... Processing bin/ifthenelse ... Processing bin/importas ... Processing bin/kill ... Processing bin/link ... Processing bin/linux32 ... Processing bin/linux64 ... Processing bin/ln ... Processing bin/login ... Processing bin/loopwhilex ... Processing bin/ls ... Processing bin/lsattr ... Processing bin/mkdir ... Processing bin/mknod ... Processing bin/mktemp ... Processing bin/more ... Processing bin/mount ... Processing bin/mountpoint ... Processing bin/mt ... Processing bin/multidefine ... Processing bin/multisubstitute ... Processing bin/mv ... Processing bin/netstat ... Processing bin/nice ... Processing bin/nuke ... Processing bin/pidof ... Processing bin/ping ... Processing bin/pipe_progress ... Processing bin/pipeline ... Processing bin/piperw ... Processing bin/posix-cd ... Processing bin/posix-umask ... Processing bin/printenv ... Processing bin/ps ... Processing bin/pwd ... Processing bin/redirfd ... Processing bin/resume ... Processing bin/rm ... Processing bin/rmdir ... Processing bin/run-parts ... Processing bin/runblock ... Processing bin/s6-accessrules-cdb-from-fs ... Processing bin/s6-accessrules-fs-from-cdb ... Processing bin/s6-applyuidgid ... Processing bin/s6-basename ... Processing bin/s6-cat ... Processing bin/s6-chmod ... Processing bin/s6-chown ... Processing bin/s6-chroot ... Processing bin/s6-cleanfifodir ... Processing bin/s6-clock ... Processing bin/s6-connlimit ... Processing bin/s6-cut ... Processing bin/s6-dirname ... Processing bin/s6-dumpenv ... Processing bin/s6-echo ... Processing bin/s6-env ... Processing bin/s6-envdir ... Processing bin/s6-envuidgid ... Processing bin/s6-expr ... Processing bin/s6-false ... Processing bin/s6-fdholder-daemon ... Processing bin/s6-fdholder-delete ... Processing bin/s6-fdholder-getdump ... Processing bin/s6-fdholder-list ... Processing bin/s6-fdholder-retrieve ... Processing bin/s6-fdholder-setdump ... Processing bin/s6-fdholder-store ... Processing bin/s6-fdholder-transferdump ... Processing bin/s6-fdholderd ... Processing bin/s6-fghack ... Processing bin/s6-fillurandompool ... Processing bin/s6-format-filter ... Processing bin/s6-freeramdisk ... Processing bin/s6-ftrig-listen ... Processing bin/s6-ftrig-listen1 ... Processing bin/s6-ftrig-notify ... Processing bin/s6-ftrig-wait ... Processing bin/s6-ftrigrd ... Processing bin/s6-grep ... Processing bin/s6-head ... Processing bin/s6-hiercopy ... Processing bin/s6-hostname ... Processing bin/s6-ioconnect ... Processing bin/s6-ipcclient ... Processing bin/s6-ipcserver ... Processing bin/s6-ipcserver-access ... Processing bin/s6-ipcserver-socketbinder ... Processing bin/s6-ipcserverd ... Processing bin/s6-linkname ... Processing bin/s6-linux-init ... Processing bin/s6-linux-init-echo ... Processing bin/s6-linux-init-hpr ... Processing bin/s6-linux-init-logouthookd ... Processing bin/s6-linux-init-maker ... Processing bin/s6-linux-init-nuke ... Processing bin/s6-linux-init-shutdown ... Processing bin/s6-linux-init-shutdownd ... Processing bin/s6-linux-init-telinit ... Processing bin/s6-linux-init-umountall ... Processing bin/s6-ln ... Processing bin/s6-log ... Processing bin/s6-logwatch ... Processing bin/s6-ls ... Processing bin/s6-maximumtime ... Processing bin/s6-mkdir ... Processing bin/s6-mkfifo ... Processing bin/s6-mkfifodir ... Processing bin/s6-mount ... Processing bin/s6-nice ... Processing bin/s6-notifyoncheck ... Processing bin/s6-nuke ... Processing bin/s6-pause ... Processing bin/s6-permafailon ... Processing bin/s6-pivotchroot ... Processing bin/s6-printenv ... Processing bin/s6-ps ... Processing bin/s6-quote ... Processing bin/s6-quote-filter ... Processing bin/s6-rename ... Processing bin/s6-rmrf ... Processing bin/s6-seq ... Processing bin/s6-setlock ... Processing bin/s6-setsid ... Processing bin/s6-setuidgid ... Processing bin/s6-sleep ... Processing bin/s6-softlimit ... Processing bin/s6-sort ... Processing bin/s6-sudo ... Processing bin/s6-sudoc ... Processing bin/s6-sudod ... Processing bin/s6-supervise ... Processing bin/s6-svc ... Processing bin/s6-svdt ... Processing bin/s6-svdt-clear ... Processing bin/s6-svlisten ... Processing bin/s6-svlisten1 ... Processing bin/s6-svok ... Processing bin/s6-svperms ... Processing bin/s6-svscan ... Processing bin/s6-svscanctl ... Processing bin/s6-svstat ... Processing bin/s6-svwait ... Processing bin/s6-swapoff ... Processing bin/s6-swapon ... Processing bin/s6-sync ... Processing bin/s6-tai64n ... Processing bin/s6-tai64ndiff ... Processing bin/s6-tai64nlocal ... Processing bin/s6-tail ... Processing bin/s6-test ... Processing bin/s6-touch ... Processing bin/s6-true ... Processing bin/s6-umount ... Processing bin/s6-uniquename ... Processing bin/s6-unquote ... Processing bin/s6-unquote-filter ... Processing bin/s6-update-symlinks ... Processing bin/s6-usertree-maker ... Processing bin/s6lockd ... Processing bin/sed ... Processing bin/seekablepipe ... Processing bin/setarch ... Processing bin/setpriv ... Processing bin/setserial ... Processing bin/sh ... Processing bin/shift ... Processing bin/sleep ... Processing bin/stty ... Processing bin/su ... Processing bin/sync ... Processing bin/tar ... Processing bin/touch ... Processing bin/trap ... Processing bin/true ... Processing bin/tryexec ... Processing bin/ucspilogd ... Processing bin/umask ... Processing bin/umount ... Processing bin/uname ... Processing bin/unexport ... Processing bin/usleep ... Processing bin/vi ... Processing bin/wait ... Processing bin/watch ... Processing bin/withstdinas ... Processing bin/zcat ... Processing dev ... Processing dev/fd ... Processing dev/log ... Processing dev/pts ... Processing dev/shm ... Processing dev/stderr ... Processing dev/stdin ... Processing dev/stdout ... Processing etc ... Processing etc/acpi ... Processing etc/acpi/events ... Processing etc/acpi/events/powerbtn ... Processing etc/cron.d ... Processing etc/cron.d/system ... Processing etc/cron.daily ... Processing etc/cron.hourly ... Processing etc/cron.monthly ... Processing etc/cron.weekly ... Processing etc/fonts ... Processing etc/fonts/conf.d ... Processing etc/fonts/conf.d/10-hinting-slight.conf ... Processing etc/fonts/conf.d/10-scale-bitmap-fonts.conf ... Processing etc/fonts/conf.d/20-unhint-small-vera.conf ... Processing etc/fonts/conf.d/30-metric-aliases.conf ... Processing etc/fonts/conf.d/40-nonlatin.conf ... Processing etc/fonts/conf.d/45-generic.conf ... Processing etc/fonts/conf.d/45-latin.conf ... Processing etc/fonts/conf.d/49-sansserif.conf ... Processing etc/fonts/conf.d/50-user.conf ... Processing etc/fonts/conf.d/51-local.conf ... Processing etc/fonts/conf.d/60-generic.conf ... Processing etc/fonts/conf.d/60-latin.conf ... Processing etc/fonts/conf.d/65-fonts-persian.conf ... Processing etc/fonts/conf.d/65-nonlatin.conf ... Processing etc/fonts/conf.d/69-unifont.conf ... Processing etc/fonts/conf.d/80-delicious.conf ... Processing etc/fonts/conf.d/90-synthetic.conf ... Processing etc/fonts/conf.d/README ... Processing etc/fonts/fonts.conf ... Processing etc/fstab ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/igmpproxy.conf ... Processing etc/init.d ... Processing etc/init.d/S01syslogd ... Processing etc/init.d/S02acpid ... Processing etc/init.d/S02klogd ... Processing etc/init.d/S02sysctl ... Processing etc/init.d/S10mdev ... Processing etc/init.d/S50babeld ... Processing etc/init.d/S80dhcp-relay ... Processing etc/init.d/S80dhcp-server ... Processing etc/init.d/S90dcron ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/inittab ... Processing etc/inputrc ... Processing etc/issue ... Processing etc/mdev.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/os-release ... Processing etc/passwd ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/pure-ftpd.conf ... Processing etc/quagga ... Processing etc/quagga/zebra.conf.sample ... Processing etc/resolv.conf ... Processing etc/resolvconf.conf ... Processing etc/s6-linux-init ... Processing etc/s6-linux-init/skel ... Processing etc/s6-linux-init/skel/rc.init ... Processing etc/s6-linux-init/skel/rc.shutdown ... Processing etc/s6-linux-init/skel/rc.shutdown.final ... Processing etc/s6-linux-init/skel/runlevel ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/slsh.rc ... Processing etc/sudo.conf ... Processing etc/sudo_logsrvd.conf ... Processing etc/sudoers ... Processing etc/wgetrc ... Processing etc/xattr.conf ... Processing include ... Processing include/execline ... Processing include/execline/config.h ... Processing include/execline/execline.h ... Processing include/s6 ... Processing include/s6/accessrules.h ... Processing include/s6/compat.h ... Processing include/s6/config.h ... Processing include/s6/ftrigr.h ... Processing include/s6/ftrigw.h ... Processing include/s6/s6-fdholder.h ... Processing include/s6/s6-supervise.h ... Processing include/s6/s6.h ... Processing include/s6/s6lock.h ... Processing include/s6-linux-init ... Processing include/s6-linux-init/config.h ... Processing include/s6-linux-init/s6-linux-init.h ... Processing include/s6-linux-utils ... Processing include/s6-linux-utils/config.h ... Processing include/s6-portable-utils ... Processing include/s6-portable-utils/config.h ... Processing include/skalibs ... Processing include/skalibs/alarm.h ... Processing include/skalibs/alloc.h ... Processing include/skalibs/allreadwrite.h ... Processing include/skalibs/ancil.h ... Processing include/skalibs/avlnode.h ... Processing include/skalibs/avltree.h ... Processing include/skalibs/avltreen.h ... Processing include/skalibs/bigkv.h ... Processing include/skalibs/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 lib/firmware ... Processing lib/firmware/CG29XX_0200_0000_patch.fw ... Processing lib/firmware/CG29XX_0200_0000_settings.fw ... Processing lib/firmware/CG29XX_0700_0011_patch.fw ... Processing lib/firmware/CG29XX_0700_0011_settings.fw ... Processing lib/firmware/CG29XX_0700_0013_patch.fw ... Processing lib/firmware/CG29XX_0700_0013_settings.fw ... Processing lib/firmware/R1f.2_SoC1v20_BT_src_coeff_1.1.fw ... Processing lib/firmware/R1f.2_SoC1v20_Cobra_FM_SOC1_coef.fw ... Processing lib/firmware/R1f.2_SoC1v20_Cobra_FM_SOC1_prog.fw ... Processing lib/firmware/R1f.2_SoC1v20_EXT_src_coeff_1.1.fw ... Processing lib/firmware/R2c.2_SoC2v06_BT_src_coeff_1.1.fw ... Processing lib/firmware/R2c.2_SoC2v06_Cobra_FM_SOC2_coef.fw ... Processing lib/firmware/R2c.2_SoC2v06_Cobra_FM_SOC2_prog.fw ... Processing lib/firmware/R2c.2_SoC2v06_EXT_src_coeff_1.1.fw ... Processing lib/firmware/STLC2690_0603_0014_patch.fw ... Processing lib/firmware/STLC2690_0603_0014_settings.fw ... Processing lib/firmware/STLC2690_0604_001D_patch.fw ... Processing lib/firmware/STLC2690_0604_001D_settings.fw ... Processing lib/firmware/ap6212 ... Processing lib/firmware/ap6212/bcm43438a0.hcd ... Processing lib/firmware/ap6212/bcm43438a1.hcd ... Processing lib/firmware/ap6212/fw_bcm43438a0.bin ... Processing lib/firmware/ap6212/fw_bcm43438a0_apsta.bin ... Processing lib/firmware/ap6212/fw_bcm43438a0_mfg.bin ... Processing lib/firmware/ap6212/fw_bcm43438a1.bin ... Processing lib/firmware/ap6212/fw_bcm43438a1_apsta.bin ... Processing lib/firmware/ap6212/fw_bcm43438a1_mfg.bin ... Processing lib/firmware/ap6212/nvram.txt ... Processing lib/firmware/av8100.fw ... Processing lib/firmware/cg2900_fm_bt_src_coeff_info.fw ... Processing lib/firmware/cg2900_fm_ext_src_coeff_info.fw ... Processing lib/firmware/cg2900_fm_fm_coeff_info.fw ... Processing lib/firmware/cg2900_fm_fm_prog_info.fw ... Processing lib/firmware/cw1200 ... Processing lib/firmware/cw1200/sdd_10.bin ... Processing lib/firmware/cw1200/sdd_11.bin ... Processing lib/firmware/cw1200/sdd_20.bin ... Processing lib/firmware/cw1200/sdd_22.bin ... Processing lib/firmware/cw1200/wsm_10.bin ... Processing lib/firmware/cw1200/wsm_11.bin ... Processing lib/firmware/cw1200/wsm_20.bin ... Processing lib/firmware/cw1200/wsm_22.bin ... Processing lib/firmware/mchp ... Processing lib/firmware/mchp/wilc3000_ble_firmware.bin ... Processing lib/firmware/mchp/wilc3000_wifi_firmware.bin ... Processing lib/firmware/sdd_10.bin ... Processing lib/firmware/sdd_11.bin ... Processing lib/firmware/sdd_20.bin ... Processing lib/firmware/sdd_22.bin ... Processing lib/firmware/wsm_10.bin ... Processing lib/firmware/wsm_11.bin ... Processing lib/firmware/wsm_20.bin ... Processing lib/firmware/wsm_22.bin ... Processing lib/ld-linux-aarch64_be.so.1 ... Processing lib/libanl.so.1 ... Processing lib/libatomic.so ... Processing lib/libatomic.so.1 ... Processing lib/libatomic.so.1.2.0 ... Processing lib/libblkid.so.1 ... Processing lib/libblkid.so.1.1.0 ... Processing lib/libc.so.6 ... Processing lib/libcrypt.so.1 ... Processing lib/libdl.so.2 ... Processing lib/libexecline.so ... Processing lib/libexecline.so.2.8 ... Processing lib/libexecline.so.2.8.0.1 ... Processing lib/libgcc_s.so ... Processing lib/libgcc_s.so.1 ... Processing lib/libm.so.6 ... Processing lib/libnss_dns.so.2 ... Processing lib/libnss_files.so.2 ... Processing lib/libpthread.so.0 ... Processing lib/libresolv.so.2 ... Processing lib/librt.so.1 ... Processing lib/libs6.so ... Processing lib/libs6.so.2.10 ... Processing lib/libs6.so.2.10.0.3 ... Processing lib/libs6_linux_init.so ... Processing lib/libs6_linux_init.so.1.0 ... Processing lib/libs6_linux_init.so.1.0.6.3 ... Processing lib/libskarnet.so ... Processing lib/libskarnet.so.2.10 ... Processing lib/libskarnet.so.2.10.0.3 ... Processing lib/libsmartcols.so.1 ... Processing lib/libsmartcols.so.1.1.0 ... Processing lib/libutil.so.1 ... Processing lib/libuuid.so.1 ... Processing lib/libuuid.so.1.3.0 ... Processing lib/resolvconf ... Processing lib/resolvconf/dnsmasq ... Processing lib/resolvconf/libc ... Processing lib/resolvconf/libc.d ... Processing lib/resolvconf/libc.d/avahi-daemon ... Processing lib/resolvconf/libc.d/mdnsd ... Processing lib/resolvconf/named ... Processing lib/resolvconf/pdns_recursor ... Processing lib/resolvconf/pdnsd ... Processing lib/resolvconf/unbound ... Processing lib/skalibs ... Processing lib/skalibs/sysdeps ... Processing lib/skalibs/sysdeps/socket.lib ... Processing lib/skalibs/sysdeps/spawn.lib ... Processing lib/skalibs/sysdeps/sysclock.lib ... Processing lib/skalibs/sysdeps/sysdeps ... Processing lib/skalibs/sysdeps/target ... Processing lib/skalibs/sysdeps/timer.lib ... Processing lib/skalibs/sysdeps/util.lib ... Processing lib64 ... Processing libexec ... Processing libexec/s6lockd-helper ... Processing linuxrc ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing sbin/arp ... Processing sbin/blkid ... Processing sbin/devmem ... Processing sbin/dumpexfat ... Processing sbin/exfatfsck ... Processing sbin/exfatlabel ... Processing sbin/fconfig ... Processing sbin/fdisk ... Processing sbin/freeramdisk ... Processing sbin/fsck ... Processing sbin/fsck.exfat ... Processing sbin/fstrim ... Processing sbin/getty ... Processing sbin/halt ... Processing sbin/hdparm ... Processing sbin/hwclock ... Processing sbin/ifconfig ... Processing sbin/ifdown ... Processing sbin/ifenslave ... Processing sbin/ifup ... Processing sbin/init ... Processing sbin/insmod ... Processing sbin/ip ... Processing sbin/ipaddr ... Processing sbin/iplink ... Processing sbin/ipneigh ... Processing sbin/iproute ... Processing sbin/iprule ... Processing sbin/iptunnel ... Processing sbin/killall5 ... Processing sbin/klogd ... Processing sbin/loadkmap ... Processing sbin/losetup ... Processing sbin/lsmod ... Processing sbin/makedevs ... Processing sbin/mdev ... Processing sbin/mkdosfs ... Processing sbin/mke2fs ... Processing sbin/mkexfatfs ... Processing sbin/mkfs.bfs ... Processing sbin/mkfs.exfat ... Processing sbin/mkswap ... Processing sbin/modprobe ... Processing sbin/nameif ... Processing sbin/pidof ... Processing sbin/pivot_root ... Processing sbin/poweroff ... Processing sbin/reboot ... Processing sbin/resolvconf ... Processing sbin/rmmod ... Processing sbin/route ... Processing sbin/run-init ... Processing sbin/runlevel ... Processing sbin/setconsole ... Processing sbin/shutdown ... Processing sbin/start-stop-daemon ... Processing sbin/sulogin ... Processing sbin/swapoff ... Processing sbin/swapon ... Processing sbin/switch_root ... Processing sbin/sysctl ... Processing sbin/syslogd ... Processing sbin/tc ... Processing sbin/udhcpc ... Processing sbin/uevent ... Processing sbin/vconfig ... Processing sbin/watchdog ... Processing sbin/wipefs ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/4th ... Processing usr/bin/4tsh ... Processing usr/bin/CMEncrypt ... Processing usr/bin/[ ... Processing usr/bin/[[ ... Processing usr/bin/acpi_listen ... Processing usr/bin/ampID ... Processing usr/bin/ampboot ... Processing usr/bin/amphost ... Processing usr/bin/amplist ... Processing usr/bin/amprate ... Processing usr/bin/amprule ... Processing usr/bin/ampstat ... Processing usr/bin/amptest ... Processing usr/bin/amptone ... Processing usr/bin/amptool ... Processing usr/bin/ampwait ... Processing usr/bin/ar ... Processing usr/bin/ascii ... Processing usr/bin/attr ... Processing usr/bin/awk ... Processing usr/bin/basename ... Processing usr/bin/bc ... Processing usr/bin/bsdiff ... Processing usr/bin/bspatch ... Processing usr/bin/bunzip2 ... 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/cache_calibrator ... Processing usr/bin/ccat ... Processing usr/bin/ccdecrypt ... Processing usr/bin/ccencrypt ... Processing usr/bin/ccguess ... Processing usr/bin/ccrypt ... Processing usr/bin/cd-drive ... Processing usr/bin/cd-info ... Processing usr/bin/cd-paranoia ... Processing usr/bin/cd-read ... Processing usr/bin/cdda-player ... Processing usr/bin/cgi-fcgi ... Processing usr/bin/chknvm ... Processing usr/bin/chknvm2 ... Processing usr/bin/chkpib ... Processing usr/bin/chkpib2 ... Processing usr/bin/chrt ... Processing usr/bin/chvt ... Processing usr/bin/cjpeg ... Processing usr/bin/cksum ... Processing usr/bin/clear ... Processing usr/bin/cmp ... Processing usr/bin/config2cfg ... Processing usr/bin/coqos_add ... Processing usr/bin/coqos_info ... Processing usr/bin/coqos_man ... Processing usr/bin/coqos_mod ... Processing usr/bin/coqos_rel ... Processing usr/bin/crc32 ... Processing usr/bin/crontab ... Processing usr/bin/cut ... Processing usr/bin/cvtsudoers ... Processing usr/bin/cwebp ... Processing usr/bin/dc ... Processing usr/bin/deallocvt ... Processing usr/bin/diff ... Processing usr/bin/dirname ... Processing usr/bin/djpeg ... Processing usr/bin/dmalloc ... Processing usr/bin/dos2unix ... Processing usr/bin/du ... Processing usr/bin/dumpkeys ... Processing usr/bin/dvipdf ... Processing usr/bin/dwebp ... Processing usr/bin/edru ... Processing usr/bin/edsu ... Processing usr/bin/efbu ... Processing usr/bin/efeu ... Processing usr/bin/efru ... Processing usr/bin/efsu ... Processing usr/bin/eject ... Processing usr/bin/env ... Processing usr/bin/eps2eps ... Processing usr/bin/evse ... Processing usr/bin/expr ... Processing usr/bin/factor ... Processing usr/bin/fallocate ... Processing usr/bin/fc-cache ... Processing usr/bin/fc-cat ... Processing usr/bin/fc-conflist ... Processing usr/bin/fc-list ... Processing usr/bin/fc-match ... Processing usr/bin/fc-pattern ... Processing usr/bin/fc-query ... Processing usr/bin/fc-scan ... Processing usr/bin/fc-validate ... Processing usr/bin/fftw-wisdom-to-conf ... Processing usr/bin/fftwf-wisdom ... Processing usr/bin/fgconsole ... Processing usr/bin/find ... Processing usr/bin/flite ... Processing usr/bin/flite_cmu_time_awb ... Processing usr/bin/flite_cmu_us_awb ... Processing usr/bin/flite_cmu_us_kal ... Processing usr/bin/flite_cmu_us_kal16 ... Processing usr/bin/flite_cmu_us_rms ... Processing usr/bin/flite_cmu_us_slt ... Processing usr/bin/flite_time ... Processing usr/bin/flock ... Processing usr/bin/fold ... Processing usr/bin/free ... Processing usr/bin/frotz ... Processing usr/bin/fuser ... Processing usr/bin/get-edid ... Processing usr/bin/getfattr ... Processing usr/bin/getkeycodes ... Processing usr/bin/getpib ... Processing usr/bin/gettext ... Processing usr/bin/git ... Processing usr/bin/git-cvsserver ... Processing usr/bin/git-receive-pack ... Processing usr/bin/git-shell ... Processing usr/bin/git-upload-archive ... Processing usr/bin/git-upload-pack ... Processing usr/bin/gs ... Processing usr/bin/gsbj ... Processing usr/bin/gsdj ... Processing usr/bin/gsdj500 ... Processing usr/bin/gslj ... Processing usr/bin/gslp ... Processing usr/bin/gsnd ... Processing usr/bin/head ... Processing usr/bin/hexdump ... Processing usr/bin/hexedit ... Processing usr/bin/hostid ... Processing usr/bin/hpav ... Processing usr/bin/hpavkey ... Processing usr/bin/hpavkeys ... Processing usr/bin/id ... Processing usr/bin/img2webp ... Processing usr/bin/install ... Processing usr/bin/int64host ... Processing usr/bin/int6k ... Processing usr/bin/int6kbaud ... Processing usr/bin/int6kboot ... Processing usr/bin/int6kdetect ... Processing usr/bin/int6keth ... Processing usr/bin/int6kf ... Processing usr/bin/int6khost ... Processing usr/bin/int6kid ... Processing usr/bin/int6klist ... Processing usr/bin/int6klog ... Processing usr/bin/int6kmdio ... Processing usr/bin/int6kmdio2 ... Processing usr/bin/int6kmod ... Processing usr/bin/int6krate ... Processing usr/bin/int6krule ... Processing usr/bin/int6kstat ... Processing usr/bin/int6ktest ... Processing usr/bin/int6ktone ... Processing usr/bin/int6kuart ... Processing usr/bin/int6kwait ... Processing usr/bin/ipcalc ... Processing usr/bin/ipcrm ... Processing usr/bin/ipcs ... Processing usr/bin/iso-info ... Processing usr/bin/iso-read ... Processing usr/bin/jpegtran ... Processing usr/bin/jpgicc ... Processing usr/bin/jsmin ... Processing usr/bin/kbd_mode ... Processing usr/bin/kbdinfo ... Processing usr/bin/kbdrate ... Processing usr/bin/killall ... Processing usr/bin/last ... Processing usr/bin/less ... Processing usr/bin/libdeflate-gunzip ... Processing usr/bin/libdeflate-gzip ... Processing usr/bin/linkicc ... Processing usr/bin/loadkeys ... Processing usr/bin/loadunimap ... Processing usr/bin/logger ... Processing usr/bin/logname ... Processing usr/bin/lprsetup.sh ... Processing usr/bin/lsof ... Processing usr/bin/lspci ... Processing usr/bin/lsscsi ... Processing usr/bin/lsuio ... Processing usr/bin/lsusb ... Processing usr/bin/lzcat ... Processing usr/bin/lzma ... Processing usr/bin/lzop ... Processing usr/bin/lzopcat ... Processing usr/bin/mac2pw ... Processing usr/bin/mac2pwd ... Processing usr/bin/mapscrn ... Processing usr/bin/md5sum ... Processing usr/bin/mdioblock ... Processing usr/bin/mdioblock2 ... Processing usr/bin/mdiodump ... Processing usr/bin/mdiogen ... Processing usr/bin/mdustats ... Processing usr/bin/memtool ... Processing usr/bin/mesg ... Processing usr/bin/microcom ... Processing usr/bin/minigzip ... Processing usr/bin/minimodem ... Processing usr/bin/minizip-ng ... Processing usr/bin/mkfifo ... Processing usr/bin/mkpasswd ... Processing usr/bin/mmc-tool ... Processing usr/bin/mme ... Processing usr/bin/modpib ... Processing usr/bin/most ... Processing usr/bin/mpc ... Processing usr/bin/nanocom ... Processing usr/bin/newgrp ... Processing usr/bin/ngrep ... Processing usr/bin/nics ... Processing usr/bin/nl ... Processing usr/bin/nohup ... Processing usr/bin/nproc ... Processing usr/bin/nslookup ... Processing usr/bin/nvmmerge ... Processing usr/bin/nvmsplit ... Processing usr/bin/od ... Processing usr/bin/openvt ... Processing usr/bin/opusdec ... Processing usr/bin/opusenc ... Processing usr/bin/opusinfo ... Processing usr/bin/parse-edid ... Processing usr/bin/passwd ... Processing usr/bin/paste ... Processing usr/bin/patch ... Processing usr/bin/pcregrep ... Processing usr/bin/pcretest ... Processing usr/bin/pdf2dsc ... Processing usr/bin/pdf2ps ... Processing usr/bin/pev ... Processing usr/bin/pf2afm ... Processing usr/bin/pfbtopfa ... Processing usr/bin/pib2xml ... Processing usr/bin/pibcomp ... Processing usr/bin/pibdump ... Processing usr/bin/pibruin ... Processing usr/bin/pibrump ... Processing usr/bin/plcID ... Processing usr/bin/plcboot ... Processing usr/bin/plcdevs ... Processing usr/bin/plcfwd ... Processing usr/bin/plcget ... Processing usr/bin/plchost ... Processing usr/bin/plchostd ... Processing usr/bin/plchostd2 ... Processing usr/bin/plclist ... Processing usr/bin/plclog ... Processing usr/bin/plcmdio16 ... Processing usr/bin/plcmdio32 ... Processing usr/bin/plcotst ... Processing usr/bin/plcrate ... Processing usr/bin/plcrule ... Processing usr/bin/plcset ... Processing usr/bin/plcstat ... Processing usr/bin/plctest ... Processing usr/bin/plctone ... Processing usr/bin/plctool ... Processing usr/bin/plcwait ... Processing usr/bin/pp4th ... Processing usr/bin/pphs ... Processing usr/bin/printafm ... Processing usr/bin/printf ... Processing usr/bin/ps2ascii ... Processing usr/bin/ps2epsi ... Processing usr/bin/ps2pdf ... Processing usr/bin/ps2pdf12 ... Processing usr/bin/ps2pdf13 ... Processing usr/bin/ps2pdf14 ... Processing usr/bin/ps2pdfwr ... Processing usr/bin/ps2ps ... Processing usr/bin/ps2ps2 ... Processing usr/bin/psfaddtable ... Processing usr/bin/psfgettable ... Processing usr/bin/psfstriptable ... Processing usr/bin/psfxtable ... Processing usr/bin/psgraph ... Processing usr/bin/psicc ... Processing usr/bin/psin ... Processing usr/bin/pskey ... Processing usr/bin/psnotch ... Processing usr/bin/psout ... Processing usr/bin/ptsctl ... Processing usr/bin/pure-pw ... Processing usr/bin/pure-pwconvert ... Processing usr/bin/pure-statsdecode ... Processing usr/bin/qprint ... Processing usr/bin/rdjpgcom ... Processing usr/bin/readlink ... Processing usr/bin/readuio ... Processing usr/bin/realpath ... Processing usr/bin/renice ... Processing usr/bin/reset ... Processing usr/bin/resize ... Processing usr/bin/rkey ... Processing usr/bin/sada ... Processing usr/bin/sbcdec ... Processing usr/bin/sbcenc ... Processing usr/bin/sbcinfo ... Processing usr/bin/screenfetch ... Processing usr/bin/scrub ... Processing usr/bin/sdram ... Processing usr/bin/seq ... Processing usr/bin/setfattr ... Processing usr/bin/setfont ... Processing usr/bin/setkeycodes ... Processing usr/bin/setleds ... Processing usr/bin/setmetamode ... Processing usr/bin/setpib ... Processing usr/bin/setsid ... Processing usr/bin/setvtrgb ... Processing usr/bin/sha1sum ... Processing usr/bin/sha256sum ... Processing usr/bin/sha3sum ... Processing usr/bin/sha512sum ... Processing usr/bin/showconsolefont ... Processing usr/bin/showkey ... Processing usr/bin/shred ... Processing usr/bin/slsh ... Processing usr/bin/sort ... Processing usr/bin/strings ... Processing usr/bin/sudo ... Processing usr/bin/sudoedit ... Processing usr/bin/sudoreplay ... Processing usr/bin/svc ... Processing usr/bin/svok ... Processing usr/bin/systool ... Processing usr/bin/tail ... Processing usr/bin/tcpbridge ... Processing usr/bin/tcpcapinfo ... Processing usr/bin/tcpliveplay ... Processing usr/bin/tcpprep ... Processing usr/bin/tcpreplay ... Processing usr/bin/tcpreplay-edit ... Processing usr/bin/tcprewrite ... Processing usr/bin/tee ... Processing usr/bin/telnet ... Processing usr/bin/test ... Processing usr/bin/tftp ... Processing usr/bin/time ... Processing usr/bin/tjbench ... Processing usr/bin/top ... Processing usr/bin/tr ... Processing usr/bin/traceroute ... Processing usr/bin/transicc ... Processing usr/bin/truncate ... Processing usr/bin/ts ... Processing usr/bin/tty ... Processing usr/bin/ttycat ... Processing usr/bin/ttyrecv ... Processing usr/bin/ttysend ... Processing usr/bin/ttysig ... Processing usr/bin/unicode_start ... Processing usr/bin/unicode_stop ... Processing usr/bin/uniq ... Processing usr/bin/unix-lpr.sh ... Processing usr/bin/unix2dos ... Processing usr/bin/unlink ... Processing usr/bin/unlzma ... Processing usr/bin/unlzop ... Processing usr/bin/unxz ... Processing usr/bin/unzip ... Processing usr/bin/uptime ... Processing usr/bin/uudecode ... Processing usr/bin/uuencode ... Processing usr/bin/vlock ... Processing usr/bin/w ... Processing usr/bin/wall ... Processing usr/bin/wc ... Processing usr/bin/webpinfo ... Processing usr/bin/webpmux ... Processing usr/bin/weeder ... Processing usr/bin/wget ... Processing usr/bin/which ... Processing usr/bin/who ... Processing usr/bin/whoami ... Processing usr/bin/wrjpgcom ... Processing usr/bin/xargs ... Processing usr/bin/xml2pib ... Processing usr/bin/xmlcatalog ... Processing usr/bin/xmllint ... Processing usr/bin/xorcurses ... Processing usr/bin/xxd ... Processing usr/bin/xz ... Processing usr/bin/xzcat ... Processing usr/bin/yes ... Processing usr/lib ... Processing usr/lib/ao ... Processing usr/lib/ao/plugins-4 ... Processing usr/lib/ao/plugins-4/liboss.so ... Processing usr/lib/ckport ... Processing usr/lib/ckport/db ... Processing usr/lib/ckport/db/libao.ckport ... Processing usr/lib/lib4th.so ... Processing usr/lib/lib4th.so.3 ... Processing usr/lib/lib4th.so.3.64.1 ... Processing usr/lib/libao.so ... Processing usr/lib/libao.so.4 ... Processing usr/lib/libao.so.4.1.0 ... Processing usr/lib/libattr.so ... Processing usr/lib/libattr.so.1 ... Processing usr/lib/libattr.so.1.1.2501 ... Processing usr/lib/libblkid.so ... Processing usr/lib/libbz2.so ... Processing usr/lib/libbz2.so.1.0 ... Processing usr/lib/libbz2.so.1.0.8 ... Processing usr/lib/libcairo.so ... Processing usr/lib/libcairo.so.2 ... Processing usr/lib/libcairo.so.2.11600.0 ... 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/libcdio.so ... Processing usr/lib/libcdio.so.19 ... Processing usr/lib/libcdio.so.19.0.0 ... Processing usr/lib/libcdio_cdda.so ... Processing usr/lib/libcdio_cdda.so.2 ... Processing usr/lib/libcdio_cdda.so.2.0.0 ... Processing usr/lib/libcdio_paranoia.so ... Processing usr/lib/libcdio_paranoia.so.2 ... Processing usr/lib/libcdio_paranoia.so.2.0.0 ... Processing usr/lib/libcodec2.so ... Processing usr/lib/libcodec2.so.1.0 ... Processing usr/lib/libcurses.so ... Processing usr/lib/libdeflate.so ... Processing usr/lib/libdeflate.so.0 ... Processing usr/lib/libdhcp.so ... Processing usr/lib/libdhcp.so.0 ... Processing usr/lib/libdhcp.so.0.0.0 ... Processing usr/lib/libdmalloc.so ... Processing usr/lib/libdmallocth.so ... Processing usr/lib/libdns.so ... Processing usr/lib/libdns.so.1115 ... Processing usr/lib/libdns.so.1115.0.3 ... 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_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/libexif.so ... Processing usr/lib/libexif.so.12 ... Processing usr/lib/libexif.so.12.3.4 ... Processing usr/lib/libexpat.so ... Processing usr/lib/libexpat.so.1 ... Processing usr/lib/libexpat.so.1.8.8 ... Processing usr/lib/libfcgi.so ... Processing usr/lib/libfcgi.so.0 ... Processing usr/lib/libfcgi.so.0.0.0 ... Processing usr/lib/libfftw3f.so ... Processing usr/lib/libfftw3f.so.3 ... Processing usr/lib/libfftw3f.so.3.5.8 ... Processing usr/lib/libflatcc.so ... Processing usr/lib/libflatccrt.so ... Processing usr/lib/libflite.so ... Processing usr/lib/libflite.so.1 ... Processing usr/lib/libflite.so.2.2 ... Processing usr/lib/libflite_cmu_grapheme_lang.so ... Processing usr/lib/libflite_cmu_grapheme_lang.so.1 ... Processing usr/lib/libflite_cmu_grapheme_lang.so.2.2 ... Processing usr/lib/libflite_cmu_grapheme_lex.so ... Processing usr/lib/libflite_cmu_grapheme_lex.so.1 ... Processing usr/lib/libflite_cmu_grapheme_lex.so.2.2 ... Processing usr/lib/libflite_cmu_indic_lang.so ... Processing usr/lib/libflite_cmu_indic_lang.so.1 ... Processing usr/lib/libflite_cmu_indic_lang.so.2.2 ... Processing usr/lib/libflite_cmu_indic_lex.so ... Processing usr/lib/libflite_cmu_indic_lex.so.1 ... Processing usr/lib/libflite_cmu_indic_lex.so.2.2 ... Processing usr/lib/libflite_cmu_time_awb.so ... Processing usr/lib/libflite_cmu_time_awb.so.1 ... Processing usr/lib/libflite_cmu_time_awb.so.2.2 ... Processing usr/lib/libflite_cmu_us_awb.so ... Processing usr/lib/libflite_cmu_us_awb.so.1 ... Processing usr/lib/libflite_cmu_us_awb.so.2.2 ... Processing usr/lib/libflite_cmu_us_kal.so ... Processing usr/lib/libflite_cmu_us_kal.so.1 ... Processing usr/lib/libflite_cmu_us_kal.so.2.2 ... Processing usr/lib/libflite_cmu_us_kal16.so ... Processing usr/lib/libflite_cmu_us_kal16.so.1 ... Processing usr/lib/libflite_cmu_us_kal16.so.2.2 ... Processing usr/lib/libflite_cmu_us_rms.so ... Processing usr/lib/libflite_cmu_us_rms.so.1 ... Processing usr/lib/libflite_cmu_us_rms.so.2.2 ... Processing usr/lib/libflite_cmu_us_slt.so ... Processing usr/lib/libflite_cmu_us_slt.so.1 ... Processing usr/lib/libflite_cmu_us_slt.so.2.2 ... Processing usr/lib/libflite_cmulex.so ... Processing usr/lib/libflite_cmulex.so.1 ... Processing usr/lib/libflite_cmulex.so.2.2 ... Processing usr/lib/libflite_usenglish.so ... Processing usr/lib/libflite_usenglish.so.1 ... Processing usr/lib/libflite_usenglish.so.2.2 ... Processing usr/lib/libfontconfig.so ... Processing usr/lib/libfontconfig.so.1 ... Processing usr/lib/libfontconfig.so.1.12.0 ... Processing usr/lib/libform.so ... Processing usr/lib/libform.so.6 ... Processing usr/lib/libform.so.6.1 ... Processing usr/lib/libfpm_pb.so ... Processing usr/lib/libfpm_pb.so.0 ... Processing usr/lib/libfpm_pb.so.0.0.0 ... Processing usr/lib/libfreetype.so ... Processing usr/lib/libfreetype.so.6 ... Processing usr/lib/libfreetype.so.6.18.3 ... Processing usr/lib/libgmp.so ... Processing usr/lib/libgmp.so.10 ... Processing usr/lib/libgmp.so.10.4.1 ... Processing usr/lib/libhistory.so ... Processing usr/lib/libhistory.so.8 ... Processing usr/lib/libhistory.so.8.1 ... Processing usr/lib/libid3tag.so ... Processing usr/lib/libid3tag.so.0 ... Processing usr/lib/libid3tag.so.0.3.0 ... Processing usr/lib/libipset.so ... Processing usr/lib/libipset.so.13 ... Processing usr/lib/libipset.so.13.3.0 ... Processing usr/lib/libirs.so ... Processing usr/lib/libirs.so.161 ... Processing usr/lib/libirs.so.161.0.1 ... Processing usr/lib/libisc.so ... Processing usr/lib/libisc.so.1107 ... Processing usr/lib/libisc.so.1107.0.7 ... Processing usr/lib/libisccfg.so ... Processing usr/lib/libisccfg.so.163 ... Processing usr/lib/libisccfg.so.163.0.8 ... Processing usr/lib/libiso9660.so ... Processing usr/lib/libiso9660.so.11 ... Processing usr/lib/libiso9660.so.11.0.0 ... Processing usr/lib/libjpeg.so ... Processing usr/lib/libjpeg.so.8 ... Processing usr/lib/libjpeg.so.8.2.2 ... Processing usr/lib/liblcms2.so ... Processing usr/lib/liblcms2.so.2 ... Processing usr/lib/liblcms2.so.2.0.13 ... Processing usr/lib/liblzo2.so ... Processing usr/lib/liblzo2.so.2 ... Processing usr/lib/liblzo2.so.2.0.0 ... Processing usr/lib/libmd.so ... Processing usr/lib/libmd.so.0 ... Processing usr/lib/libmd.so.0.0.5 ... Processing usr/lib/libmenu.so ... Processing usr/lib/libmenu.so.6 ... Processing usr/lib/libmenu.so.6.1 ... Processing usr/lib/libmicrohttpd.so ... Processing usr/lib/libmicrohttpd.so.12 ... Processing usr/lib/libmicrohttpd.so.12.60.0 ... Processing usr/lib/libminizip-ng.so ... Processing usr/lib/libminizip-ng.so.3 ... Processing usr/lib/libminizip-ng.so.3.0.6 ... Processing usr/lib/libmnl.so ... Processing usr/lib/libmnl.so.0 ... Processing usr/lib/libmnl.so.0.2.0 ... Processing usr/lib/libmpdclient.so ... Processing usr/lib/libmpdclient.so.2 ... Processing usr/lib/libmpdclient.so.2.20 ... Processing usr/lib/libmpdec.so ... Processing usr/lib/libmpdec.so.2.5.1 ... Processing usr/lib/libmpdec.so.3 ... Processing usr/lib/libmpir.so ... Processing usr/lib/libmpir.so.23 ... Processing usr/lib/libmpir.so.23.0.3 ... Processing usr/lib/libncurses.so ... Processing usr/lib/libncurses.so.6 ... Processing usr/lib/libncurses.so.6.1 ... Processing usr/lib/libnetfilter_acct.so ... Processing usr/lib/libnetfilter_acct.so.1 ... Processing usr/lib/libnetfilter_acct.so.1.0.0 ... Processing usr/lib/libogg.so ... Processing usr/lib/libogg.so.0 ... Processing usr/lib/libogg.so.0.8.5 ... Processing usr/lib/libomapi.so ... Processing usr/lib/libomapi.so.0 ... Processing usr/lib/libomapi.so.0.0.0 ... Processing usr/lib/libopus.so ... Processing usr/lib/libopus.so.0 ... Processing usr/lib/libopus.so.0.8.0 ... Processing usr/lib/libopusenc.so ... Processing usr/lib/libopusenc.so.0 ... Processing usr/lib/libopusenc.so.0.4.2 ... Processing usr/lib/libopusfile.so ... Processing usr/lib/libopusfile.so.0 ... Processing usr/lib/libopusfile.so.0.4.5 ... Processing usr/lib/libopusurl.so ... Processing usr/lib/libopusurl.so.0 ... Processing usr/lib/libopusurl.so.0.4.5 ... Processing usr/lib/libpanel.so ... Processing usr/lib/libpanel.so.6 ... Processing usr/lib/libpanel.so.6.1 ... Processing usr/lib/libpcap.so ... Processing usr/lib/libpcap.so.1 ... Processing usr/lib/libpcap.so.1.10.1 ... Processing usr/lib/libpcre.so ... Processing usr/lib/libpcre.so.1 ... Processing usr/lib/libpcre.so.1.2.13 ... Processing usr/lib/libpcreposix.so ... Processing usr/lib/libpcreposix.so.0 ... Processing usr/lib/libpcreposix.so.0.0.7 ... Processing usr/lib/libperiphery.so ... Processing usr/lib/libperiphery.so.2.3.1 ... Processing usr/lib/libpixman-1.so ... Processing usr/lib/libpixman-1.so.0 ... Processing usr/lib/libpixman-1.so.0.40.0 ... 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/libpsx.so ... Processing usr/lib/libpsx.so.2 ... Processing usr/lib/libpsx.so.2.65 ... Processing usr/lib/libquagga_pb.so ... Processing usr/lib/libquagga_pb.so.0 ... Processing usr/lib/libquagga_pb.so.0.0.0 ... Processing usr/lib/libreadline.so ... Processing usr/lib/libreadline.so.8 ... Processing usr/lib/libreadline.so.8.1 ... Processing usr/lib/libsbc.so ... Processing usr/lib/libsbc.so.1 ... Processing usr/lib/libsbc.so.1.3.1 ... 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/libsndfile.so ... Processing usr/lib/libsndfile.so.1 ... Processing usr/lib/libsndfile.so.1.0.34 ... Processing usr/lib/libsocketcan.so ... Processing usr/lib/libsocketcan.so.2 ... Processing usr/lib/libsocketcan.so.2.3.1 ... Processing usr/lib/libsvg-cairo.so ... Processing usr/lib/libsvg-cairo.so.1 ... Processing usr/lib/libsvg-cairo.so.1.0.1 ... Processing usr/lib/libsvg.so ... Processing usr/lib/libsvg.so.1 ... Processing usr/lib/libsvg.so.1.0.0 ... Processing usr/lib/libsysfs.so ... Processing usr/lib/libsysfs.so.2 ... Processing usr/lib/libsysfs.so.2.0.1 ... Processing usr/lib/libtiff.so ... Processing usr/lib/libtiff.so.5 ... Processing usr/lib/libtiff.so.5.8.0 ... Processing usr/lib/libturbojpeg.so ... Processing usr/lib/libturbojpeg.so.0 ... Processing usr/lib/libturbojpeg.so.0.2.0 ... Processing usr/lib/libudf.so ... Processing usr/lib/libudf.so.0 ... Processing usr/lib/libudf.so.0.0.0 ... Processing usr/lib/libuio.so ... Processing usr/lib/libuio.so.2 ... Processing usr/lib/libuio.so.2.2.0 ... Processing usr/lib/libuuid.so ... Processing usr/lib/libwebp.so ... Processing usr/lib/libwebp.so.7 ... Processing usr/lib/libwebp.so.7.1.5 ... Processing usr/lib/libwebpdemux.so ... Processing usr/lib/libwebpdemux.so.2 ... Processing usr/lib/libwebpdemux.so.2.0.11 ... Processing usr/lib/libwebpmux.so ... Processing usr/lib/libwebpmux.so.3 ... Processing usr/lib/libwebpmux.so.3.0.10 ... Processing usr/lib/libxml2.so ... Processing usr/lib/libxml2.so.2 ... Processing usr/lib/libxml2.so.2.10.2 ... Processing usr/lib/libz.so ... Processing usr/lib/libz.so.1 ... Processing usr/lib/libz.so.1.2.12 ... Processing usr/lib/libzebra.so ... Processing usr/lib/libzebra.so.1 ... Processing usr/lib/libzebra.so.1.0.0 ... 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/pcre-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/tmpfiles.d ... Processing usr/lib/tmpfiles.d/sudo.conf ... Processing usr/lib64 ... Processing usr/libexec ... Processing usr/libexec/git-core ... Processing usr/libexec/git-core/git ... Processing usr/libexec/git-core/git-add ... Processing usr/libexec/git-core/git-add--interactive ... Processing usr/libexec/git-core/git-am ... Processing usr/libexec/git-core/git-annotate ... Processing usr/libexec/git-core/git-apply ... Processing usr/libexec/git-core/git-archimport ... Processing usr/libexec/git-core/git-archive ... Processing usr/libexec/git-core/git-bisect ... Processing usr/libexec/git-core/git-bisect--helper ... Processing usr/libexec/git-core/git-blame ... Processing usr/libexec/git-core/git-branch ... Processing usr/libexec/git-core/git-bugreport ... Processing usr/libexec/git-core/git-bundle ... Processing usr/libexec/git-core/git-cat-file ... Processing usr/libexec/git-core/git-check-attr ... Processing usr/libexec/git-core/git-check-ignore ... Processing usr/libexec/git-core/git-check-mailmap ... Processing usr/libexec/git-core/git-check-ref-format ... Processing usr/libexec/git-core/git-checkout ... Processing usr/libexec/git-core/git-checkout-index ... Processing usr/libexec/git-core/git-cherry ... Processing usr/libexec/git-core/git-cherry-pick ... Processing usr/libexec/git-core/git-clean ... Processing usr/libexec/git-core/git-clone ... Processing usr/libexec/git-core/git-column ... Processing usr/libexec/git-core/git-commit ... Processing usr/libexec/git-core/git-commit-graph ... Processing usr/libexec/git-core/git-commit-tree ... Processing usr/libexec/git-core/git-config ... Processing usr/libexec/git-core/git-count-objects ... Processing usr/libexec/git-core/git-credential ... Processing usr/libexec/git-core/git-credential-cache ... Processing usr/libexec/git-core/git-credential-cache--daemon ... Processing usr/libexec/git-core/git-credential-store ... Processing usr/libexec/git-core/git-cvsexportcommit ... Processing usr/libexec/git-core/git-cvsimport ... Processing usr/libexec/git-core/git-cvsserver ... Processing usr/libexec/git-core/git-daemon ... Processing usr/libexec/git-core/git-describe ... Processing usr/libexec/git-core/git-diff ... Processing usr/libexec/git-core/git-diff-files ... Processing usr/libexec/git-core/git-diff-index ... Processing usr/libexec/git-core/git-diff-tree ... Processing usr/libexec/git-core/git-difftool ... Processing usr/libexec/git-core/git-difftool--helper ... Processing usr/libexec/git-core/git-env--helper ... Processing usr/libexec/git-core/git-fast-export ... Processing usr/libexec/git-core/git-fast-import ... Processing usr/libexec/git-core/git-fetch ... Processing usr/libexec/git-core/git-fetch-pack ... Processing usr/libexec/git-core/git-filter-branch ... Processing usr/libexec/git-core/git-fmt-merge-msg ... Processing usr/libexec/git-core/git-for-each-ref ... Processing usr/libexec/git-core/git-for-each-repo ... Processing usr/libexec/git-core/git-format-patch ... Processing usr/libexec/git-core/git-fsck ... Processing usr/libexec/git-core/git-fsck-objects ... Processing usr/libexec/git-core/git-gc ... Processing usr/libexec/git-core/git-get-tar-commit-id ... Processing usr/libexec/git-core/git-grep ... Processing usr/libexec/git-core/git-hash-object ... Processing usr/libexec/git-core/git-help ... Processing usr/libexec/git-core/git-http-backend ... Processing usr/libexec/git-core/git-imap-send ... Processing usr/libexec/git-core/git-index-pack ... Processing usr/libexec/git-core/git-init ... Processing usr/libexec/git-core/git-init-db ... Processing usr/libexec/git-core/git-instaweb ... Processing usr/libexec/git-core/git-interpret-trailers ... Processing usr/libexec/git-core/git-log ... Processing usr/libexec/git-core/git-ls-files ... Processing usr/libexec/git-core/git-ls-remote ... Processing usr/libexec/git-core/git-ls-tree ... Processing usr/libexec/git-core/git-mailinfo ... Processing usr/libexec/git-core/git-mailsplit ... Processing usr/libexec/git-core/git-maintenance ... Processing usr/libexec/git-core/git-merge ... Processing usr/libexec/git-core/git-merge-base ... Processing usr/libexec/git-core/git-merge-file ... Processing usr/libexec/git-core/git-merge-index ... Processing usr/libexec/git-core/git-merge-octopus ... Processing usr/libexec/git-core/git-merge-one-file ... Processing usr/libexec/git-core/git-merge-ours ... Processing usr/libexec/git-core/git-merge-recursive ... Processing usr/libexec/git-core/git-merge-resolve ... Processing usr/libexec/git-core/git-merge-subtree ... Processing usr/libexec/git-core/git-merge-tree ... Processing usr/libexec/git-core/git-mergetool ... Processing usr/libexec/git-core/git-mergetool--lib ... Processing usr/libexec/git-core/git-mktag ... Processing usr/libexec/git-core/git-mktree ... Processing usr/libexec/git-core/git-multi-pack-index ... Processing usr/libexec/git-core/git-mv ... Processing usr/libexec/git-core/git-name-rev ... Processing usr/libexec/git-core/git-notes ... Processing usr/libexec/git-core/git-p4 ... Processing usr/libexec/git-core/git-pack-objects ... Processing usr/libexec/git-core/git-pack-redundant ... Processing usr/libexec/git-core/git-pack-refs ... Processing usr/libexec/git-core/git-patch-id ... Processing usr/libexec/git-core/git-prune ... Processing usr/libexec/git-core/git-prune-packed ... Processing usr/libexec/git-core/git-pull ... Processing usr/libexec/git-core/git-push ... Processing usr/libexec/git-core/git-quiltimport ... Processing usr/libexec/git-core/git-range-diff ... Processing usr/libexec/git-core/git-read-tree ... Processing usr/libexec/git-core/git-rebase ... Processing usr/libexec/git-core/git-rebase--preserve-merges ... Processing usr/libexec/git-core/git-receive-pack ... Processing usr/libexec/git-core/git-reflog ... Processing usr/libexec/git-core/git-remote ... Processing usr/libexec/git-core/git-remote-ext ... Processing usr/libexec/git-core/git-remote-fd ... Processing usr/libexec/git-core/git-repack ... Processing usr/libexec/git-core/git-replace ... Processing usr/libexec/git-core/git-request-pull ... Processing usr/libexec/git-core/git-rerere ... Processing usr/libexec/git-core/git-reset ... Processing usr/libexec/git-core/git-restore ... Processing usr/libexec/git-core/git-rev-list ... Processing usr/libexec/git-core/git-rev-parse ... Processing usr/libexec/git-core/git-revert ... Processing usr/libexec/git-core/git-rm ... Processing usr/libexec/git-core/git-send-email ... Processing usr/libexec/git-core/git-send-pack ... Processing usr/libexec/git-core/git-sh-i18n ... Processing usr/libexec/git-core/git-sh-i18n--envsubst ... Processing usr/libexec/git-core/git-sh-setup ... Processing usr/libexec/git-core/git-shell ... Processing usr/libexec/git-core/git-shortlog ... Processing usr/libexec/git-core/git-show ... Processing usr/libexec/git-core/git-show-branch ... Processing usr/libexec/git-core/git-show-index ... Processing usr/libexec/git-core/git-show-ref ... Processing usr/libexec/git-core/git-sparse-checkout ... Processing usr/libexec/git-core/git-stage ... Processing usr/libexec/git-core/git-stash ... Processing usr/libexec/git-core/git-status ... Processing usr/libexec/git-core/git-stripspace ... Processing usr/libexec/git-core/git-submodule ... Processing usr/libexec/git-core/git-submodule--helper ... Processing usr/libexec/git-core/git-svn ... Processing usr/libexec/git-core/git-switch ... Processing usr/libexec/git-core/git-symbolic-ref ... Processing usr/libexec/git-core/git-tag ... Processing usr/libexec/git-core/git-unpack-file ... Processing usr/libexec/git-core/git-unpack-objects ... Processing usr/libexec/git-core/git-update-index ... Processing usr/libexec/git-core/git-update-ref ... Processing usr/libexec/git-core/git-update-server-info ... Processing usr/libexec/git-core/git-upload-archive ... Processing usr/libexec/git-core/git-upload-pack ... Processing usr/libexec/git-core/git-var ... Processing usr/libexec/git-core/git-verify-commit ... Processing usr/libexec/git-core/git-verify-pack ... Processing usr/libexec/git-core/git-verify-tag ... Processing usr/libexec/git-core/git-web--browse ... Processing usr/libexec/git-core/git-whatchanged ... Processing usr/libexec/git-core/git-worktree ... Processing usr/libexec/git-core/git-write-tree ... Processing usr/libexec/git-core/mergetools ... Processing usr/libexec/git-core/mergetools/araxis ... Processing usr/libexec/git-core/mergetools/bc ... Processing usr/libexec/git-core/mergetools/codecompare ... Processing usr/libexec/git-core/mergetools/deltawalker ... Processing usr/libexec/git-core/mergetools/diffmerge ... Processing usr/libexec/git-core/mergetools/diffuse ... Processing usr/libexec/git-core/mergetools/ecmerge ... Processing usr/libexec/git-core/mergetools/emerge ... Processing usr/libexec/git-core/mergetools/examdiff ... Processing usr/libexec/git-core/mergetools/guiffy ... Processing usr/libexec/git-core/mergetools/gvimdiff ... Processing usr/libexec/git-core/mergetools/kdiff3 ... Processing usr/libexec/git-core/mergetools/kompare ... Processing usr/libexec/git-core/mergetools/meld ... Processing usr/libexec/git-core/mergetools/nvimdiff ... Processing usr/libexec/git-core/mergetools/opendiff ... Processing usr/libexec/git-core/mergetools/p4merge ... Processing usr/libexec/git-core/mergetools/smerge ... Processing usr/libexec/git-core/mergetools/tkdiff ... Processing usr/libexec/git-core/mergetools/tortoisemerge ... Processing usr/libexec/git-core/mergetools/vimdiff ... Processing usr/libexec/git-core/mergetools/winmerge ... Processing usr/libexec/git-core/mergetools/xxdiff ... Processing usr/libexec/lzo ... Processing usr/libexec/lzo/examples ... Processing usr/libexec/lzo/examples/lzopack ... Processing usr/libexec/lzo/examples/lzotest ... Processing usr/libexec/lzo/examples/simple ... Processing usr/libexec/lzo/examples/testmini ... Processing usr/libexec/sudo ... Processing usr/libexec/sudo/audit_json.so ... Processing usr/libexec/sudo/group_file.so ... Processing usr/libexec/sudo/libsudo_util.so ... Processing usr/libexec/sudo/libsudo_util.so.0 ... Processing usr/libexec/sudo/libsudo_util.so.0.0.0 ... Processing usr/libexec/sudo/sample_approval.so ... Processing usr/libexec/sudo/sudo_intercept.so ... Processing usr/libexec/sudo/sudo_noexec.so ... Processing usr/libexec/sudo/sudoers.so ... Processing usr/libexec/sudo/system_group.so ... Processing usr/sbin ... Processing usr/sbin/acpid ... Processing usr/sbin/addgroup ... Processing usr/sbin/adduser ... Processing usr/sbin/arping ... Processing usr/sbin/babeld ... Processing usr/sbin/chroot ... Processing usr/sbin/crond ... Processing usr/sbin/delgroup ... Processing usr/sbin/deluser ... Processing usr/sbin/dnsd ... Processing usr/sbin/ether-wake ... Processing usr/sbin/fbset ... Processing usr/sbin/fcgiwrap ... Processing usr/sbin/fdformat ... Processing usr/sbin/fsfreeze ... Processing usr/sbin/haproxy ... Processing usr/sbin/i2cdetect ... Processing usr/sbin/i2cdump ... Processing usr/sbin/i2cget ... Processing usr/sbin/i2cset ... Processing usr/sbin/i2ctransfer ... Processing usr/sbin/igmpproxy ... Processing usr/sbin/inetd ... Processing usr/sbin/ipset ... Processing usr/sbin/ipset-translate ... Processing usr/sbin/kacpimon ... Processing usr/sbin/killall5 ... Processing usr/sbin/loadfont ... Processing usr/sbin/mii-diag ... Processing usr/sbin/mim ... Processing usr/sbin/nologin ... Processing usr/sbin/partprobe ... Processing usr/sbin/pure-authd ... Processing usr/sbin/pure-certd ... Processing usr/sbin/pure-ftpd ... Processing usr/sbin/pure-ftpwho ... Processing usr/sbin/pure-mrtginfo ... Processing usr/sbin/pure-quotacheck ... Processing usr/sbin/pure-uploadscript ... Processing usr/sbin/rdate ... Processing usr/sbin/readprofile ... Processing usr/sbin/setlogcons ... Processing usr/sbin/sudo_logsrvd ... Processing usr/sbin/sudo_sendlog ... Processing usr/sbin/ubirename ... Processing usr/sbin/vigr ... Processing usr/sbin/vipw ... Processing usr/sbin/visudo ... Processing usr/sbin/zebra ... 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/bash-completion ... Processing usr/share/bash-completion/completions ... Processing usr/share/bash-completion/completions/ipcs ... Processing usr/share/bash-completion/completions/mkfs.bfs ... Processing usr/share/bash-completion/completions/newgrp ... Processing usr/share/bash-completion/completions/wall ... Processing usr/share/bash-completion/completions/wipefs ... Processing usr/share/codec2 ... Processing usr/share/codec2/octave ... Processing usr/share/codec2/octave/2400ab_frame_design.ods ... Processing usr/share/codec2/octave/H2064_516_sparse.mat ... Processing usr/share/codec2/octave/HRA_112_112.txt ... Processing usr/share/codec2/octave/HRA_112_56.txt ... Processing usr/share/codec2/octave/HRA_504_396.txt ... Processing usr/share/codec2/octave/HRA_56_28.txt ... Processing usr/share/codec2/octave/HRA_56_56.txt ... Processing usr/share/codec2/octave/HRAa_1536_512.mat ... Processing usr/share/codec2/octave/H_1024_2048_4f.mat ... Processing usr/share/codec2/octave/H_128_256_5.mat ... Processing usr/share/codec2/octave/H_256_512_4.mat ... Processing usr/share/codec2/octave/H_256_768_22.txt ... Processing usr/share/codec2/octave/H_4096_8192_3d.mat ... Processing usr/share/codec2/octave/Mat2Hrows.m ... Processing usr/share/codec2/octave/apsk_ser.m ... Processing usr/share/codec2/octave/autotest.m ... Processing usr/share/codec2/octave/c2wideband_map ... Processing usr/share/codec2/octave/channel_lib.m ... Processing usr/share/codec2/octave/closed_quant_slope.m ... Processing usr/share/codec2/octave/cma.m ... Processing usr/share/codec2/octave/cml.patch ... Processing usr/share/codec2/octave/codec2_demo.m ... Processing usr/share/codec2/octave/cohpsk_ch_fading.m ... Processing usr/share/codec2/octave/cohpsk_demod_plot.m ... Processing usr/share/codec2/octave/cohpsk_dev.m ... Processing usr/share/codec2/octave/cohpsk_lib.m ... Processing usr/share/codec2/octave/cohpsk_plots.m ... Processing usr/share/codec2/octave/crc16.m ... Processing usr/share/codec2/octave/diff_fft_mag.m ... Processing usr/share/codec2/octave/doppler_spread.m ... Processing usr/share/codec2/octave/doppler_spread_ut.m ... Processing usr/share/codec2/octave/esno_est.m ... Processing usr/share/codec2/octave/estsnr.m ... Processing usr/share/codec2/octave/fdmdv.m ... Processing usr/share/codec2/octave/fdmdv_common.m ... Processing usr/share/codec2/octave/fdmdv_demod.m ... Processing usr/share/codec2/octave/fdmdv_demod_c.m ... Processing usr/share/codec2/octave/fdmdv_demod_coh.m ... Processing usr/share/codec2/octave/fdmdv_mod.m ... Processing usr/share/codec2/octave/fdmdv_ut.m ... Processing usr/share/codec2/octave/fdmdv_ut_freq_off.m ... Processing usr/share/codec2/octave/fm.m ... Processing usr/share/codec2/octave/fm_radio_filt_model.txt ... Processing usr/share/codec2/octave/fmfsk.m ... Processing usr/share/codec2/octave/fsk4_dmr.m ... Processing usr/share/codec2/octave/fsk_basic.m ... Processing usr/share/codec2/octave/fsk_cml.m ... Processing usr/share/codec2/octave/fsk_cml_sam.m ... Processing usr/share/codec2/octave/fsk_demod_BER_test.py ... Processing usr/share/codec2/octave/fsk_demod_file.m ... Processing usr/share/codec2/octave/fsk_horus.m ... Processing usr/share/codec2/octave/fsk_lib.m ... Processing usr/share/codec2/octave/fsk_lib_demo.m ... Processing usr/share/codec2/octave/fsk_lib_ldpc.m ... Processing usr/share/codec2/octave/fsk_lib_ldpc_demo.m ... Processing usr/share/codec2/octave/fsk_lib_ldpc_rx.m ... Processing usr/share/codec2/octave/fsk_lib_ldpc_tx.m ... Processing usr/share/codec2/octave/fsk_llr_plot.m ... Processing usr/share/codec2/octave/fsk_llr_test.m ... Processing usr/share/codec2/octave/fsk_lock_down.m ... Processing usr/share/codec2/octave/fsk_v_afsk.m ... Processing usr/share/codec2/octave/fskdemodgui.py ... Processing usr/share/codec2/octave/gen_rn_coeffs.m ... Processing usr/share/codec2/octave/gmsk.m ... Processing usr/share/codec2/octave/gp_interleaver.m ... Processing usr/share/codec2/octave/h0p25d.mat ... Processing usr/share/codec2/octave/hackrf_dc.m ... Processing usr/share/codec2/octave/hackrf_twotone.m ... Processing usr/share/codec2/octave/hackrf_uc.m ... Processing usr/share/codec2/octave/hf_modem_curves.m ... Processing usr/share/codec2/octave/hf_sim.m ... Processing usr/share/codec2/octave/horus_high_speed.bin ... Processing usr/share/codec2/octave/horus_msg.txt ... Processing usr/share/codec2/octave/horus_payload_rtty.txt ... Processing usr/share/codec2/octave/horus_tx_bits_binary.txt ... Processing usr/share/codec2/octave/hp_filt.m ... Processing usr/share/codec2/octave/impulse_noise.m ... Processing usr/share/codec2/octave/ldpc.m ... Processing usr/share/codec2/octave/ldpc_fsk_lib.m ... Processing usr/share/codec2/octave/ldpc_gen_c_h_file.m ... Processing usr/share/codec2/octave/ldpc_gen_h_file.m ... Processing usr/share/codec2/octave/ldpcut.m ... Processing usr/share/codec2/octave/linreg.m ... Processing usr/share/codec2/octave/load_comp.m ... Processing usr/share/codec2/octave/load_f32.m ... Processing usr/share/codec2/octave/load_hackrf.m ... Processing usr/share/codec2/octave/load_raw.m ... Processing usr/share/codec2/octave/load_rtlsdr.m ... Processing usr/share/codec2/octave/mag_to_phase.m ... Processing usr/share/codec2/octave/make_hilb.m ... Processing usr/share/codec2/octave/make_ssbfilt.m ... Processing usr/share/codec2/octave/mancyfsk.m ... Processing usr/share/codec2/octave/melvq.m ... Processing usr/share/codec2/octave/mfsk.m ... Processing usr/share/codec2/octave/newamp1_fbf.m ... Processing usr/share/codec2/octave/newamp_700c.m ... Processing usr/share/codec2/octave/nf_from_gr.m ... Processing usr/share/codec2/octave/nf_from_stdio.m ... Processing usr/share/codec2/octave/ofdm_acquisition.m ... Processing usr/share/codec2/octave/ofdm_demod_c.m ... Processing usr/share/codec2/octave/ofdm_ldpc_rx.m ... Processing usr/share/codec2/octave/ofdm_ldpc_tx.m ... Processing usr/share/codec2/octave/ofdm_lib.m ... Processing usr/share/codec2/octave/ofdm_load_const.m ... Processing usr/share/codec2/octave/ofdm_rx.m ... Processing usr/share/codec2/octave/ofdm_time_sync.m ... Processing usr/share/codec2/octave/ofdm_tx.m ... Processing usr/share/codec2/octave/oqpsk.m ... Processing usr/share/codec2/octave/papr_test.m ... Processing usr/share/codec2/octave/phase_noise.m ... Processing usr/share/codec2/octave/pitch_test.m ... Processing usr/share/codec2/octave/pl.m ... Processing usr/share/codec2/octave/pl2.m ... Processing usr/share/codec2/octave/pl_scatter.m ... Processing usr/share/codec2/octave/plamp.m ... Processing usr/share/codec2/octave/plinterp.m ... Processing usr/share/codec2/octave/pllpcpf.m ... Processing usr/share/codec2/octave/pllsp.m ... Processing usr/share/codec2/octave/pllspdt.m ... Processing usr/share/codec2/octave/plnlp.m ... Processing usr/share/codec2/octave/plot_fsk_demod_stats.py ... Processing usr/share/codec2/octave/plot_specgram.m ... Processing usr/share/codec2/octave/plphase.m ... Processing usr/share/codec2/octave/plpitch.m ... Processing usr/share/codec2/octave/plvoicing.m ... Processing usr/share/codec2/octave/png.m ... Processing usr/share/codec2/octave/power_from_stdio.m ... Processing usr/share/codec2/octave/pulse.m ... Processing usr/share/codec2/octave/qam16.m ... Processing usr/share/codec2/octave/qam16_test.m ... Processing usr/share/codec2/octave/qpsk.m ... Processing usr/share/codec2/octave/rf_bpf.m ... Processing usr/share/codec2/octave/rf_design.m ... Processing usr/share/codec2/octave/rf_vhf_amp.m ... Processing usr/share/codec2/octave/rf_vhf_pa.m ... Processing usr/share/codec2/octave/sample_clock_offset.m ... Processing usr/share/codec2/octave/save_array_c_header.m ... Processing usr/share/codec2/octave/save_comp.m ... Processing usr/share/codec2/octave/save_f32.m ... Processing usr/share/codec2/octave/save_hackrf.m ... Processing usr/share/codec2/octave/save_raw.m ... Processing usr/share/codec2/octave/spec.m ... Processing usr/share/codec2/octave/tcohpsk.m ... Processing usr/share/codec2/octave/tdetphase.m ... Processing usr/share/codec2/octave/test_dqpsk2.m ... Processing usr/share/codec2/octave/test_ldpc_fsk_lib.m ... Processing usr/share/codec2/octave/tfdmdv.m ... Processing usr/share/codec2/octave/tfmfsk.m ... Processing usr/share/codec2/octave/tfsk.m ... Processing usr/share/codec2/octave/tfsk_2400a.m ... Processing usr/share/codec2/octave/tnewamp1.m ... Processing usr/share/codec2/octave/tofdm.m ... Processing usr/share/codec2/octave/tofdm_acq.m ... Processing usr/share/codec2/octave/train_120_1.txt ... Processing usr/share/codec2/octave/train_120_2.txt ... Processing usr/share/codec2/octave/train_all_speech_1.txt ... Processing usr/share/codec2/octave/train_all_speech_2.txt ... Processing usr/share/codec2/octave/trellis.m ... Processing usr/share/codec2/octave/trellis_dec3_nstage3.txt ... Processing usr/share/codec2/octave/vq ... Processing usr/share/codec2/octave/vq_700c_eq.m ... Processing usr/share/codec2/octave/vq_binary_switch.m ... Processing usr/share/codec2/octave/vq_compare.m ... Processing usr/share/codec2/octave/vq_nm_xx_11_40_hpf150 ... Processing usr/share/codec2/raw ... Processing usr/share/codec2/raw/700d_end_over.raw ... Processing usr/share/codec2/raw/big_dog.raw ... Processing usr/share/codec2/raw/cq_ref.raw ... Processing usr/share/codec2/raw/cross.raw ... Processing usr/share/codec2/raw/f2400.raw ... Processing usr/share/codec2/raw/forig.raw ... Processing usr/share/codec2/raw/g3plx.raw ... Processing usr/share/codec2/raw/hts.raw ... Processing usr/share/codec2/raw/hts1.raw ... Processing usr/share/codec2/raw/hts1a.raw ... Processing usr/share/codec2/raw/hts2.raw ... Processing usr/share/codec2/raw/hts2a.raw ... Processing usr/share/codec2/raw/kristoff.raw ... Processing usr/share/codec2/raw/m2400.raw ... Processing usr/share/codec2/raw/mmt1.raw ... Processing usr/share/codec2/raw/morig.raw ... Processing usr/share/codec2/raw/sine1k_2Hz_spread.raw ... Processing usr/share/codec2/raw/sine1k_2ms_delay_2Hz_spread.raw ... Processing usr/share/codec2/raw/speech_orig_16k.wav ... Processing usr/share/codec2/raw/test_datac1_006.raw ... Processing usr/share/codec2/raw/testframes_700d.raw ... Processing usr/share/codec2/raw/ve9qrp.raw ... Processing usr/share/codec2/raw/ve9qrp_10s.raw ... Processing usr/share/codec2/raw/vk5qi.raw ... Processing usr/share/codec2/script ... Processing usr/share/codec2/script/build_cml.sh ... Processing usr/share/codec2/script/gen_phi0 ... Processing usr/share/codec2/script/ofdm_stack_use.py ... Processing usr/share/codec2/script/phi0_plot.py ... Processing usr/share/codec2/script/separate_all.sh ... Processing usr/share/codec2/script/subsetvq.sh ... Processing usr/share/codec2/script/train_700c_quant.sh ... Processing usr/share/codec2/script/train_sub_quant.sh ... Processing usr/share/codec2/wav ... Processing usr/share/codec2/wav/all.wav ... Processing usr/share/codec2/wav/big_dog.wav ... Processing usr/share/codec2/wav/cross.wav ... Processing usr/share/codec2/wav/david4.wav ... Processing usr/share/codec2/wav/f2400.wav ... Processing usr/share/codec2/wav/forig.wav ... Processing usr/share/codec2/wav/hts1a.wav ... Processing usr/share/codec2/wav/hts2a.wav ... Processing usr/share/codec2/wav/m2400.wav ... Processing usr/share/codec2/wav/mmt1.wav ... Processing usr/share/codec2/wav/morig.wav ... Processing usr/share/codec2/wav/ve9qrp.wav ... Processing usr/share/codec2/wav/vk2tpm_004.wav ... Processing usr/share/codec2/wav/vk5qi.wav ... Processing usr/share/codec2/wav/wia_16kHz.wav ... Processing usr/share/consolefonts ... Processing usr/share/consolefonts/161.cp.gz ... Processing usr/share/consolefonts/162.cp.gz ... Processing usr/share/consolefonts/163.cp.gz ... Processing usr/share/consolefonts/164.cp.gz ... Processing usr/share/consolefonts/165.cp.gz ... Processing usr/share/consolefonts/737.cp.gz ... Processing usr/share/consolefonts/880.cp.gz ... Processing usr/share/consolefonts/928.cp.gz ... Processing usr/share/consolefonts/972.cp.gz ... Processing usr/share/consolefonts/Agafari-12.psfu.gz ... Processing usr/share/consolefonts/Agafari-14.psfu.gz ... Processing usr/share/consolefonts/Agafari-16.psfu.gz ... Processing usr/share/consolefonts/Cyr_a8x14.psfu.gz ... Processing usr/share/consolefonts/Cyr_a8x16.psfu.gz ... Processing usr/share/consolefonts/Cyr_a8x8.psfu.gz ... Processing usr/share/consolefonts/ERRORS ... Processing usr/share/consolefonts/Goha-12.psfu.gz ... Processing usr/share/consolefonts/Goha-14.psfu.gz ... Processing usr/share/consolefonts/Goha-16.psfu.gz ... Processing usr/share/consolefonts/GohaClassic-12.psfu.gz ... Processing usr/share/consolefonts/GohaClassic-14.psfu.gz ... Processing usr/share/consolefonts/GohaClassic-16.psfu.gz ... Processing usr/share/consolefonts/Lat2-Terminus16.psfu.gz ... Processing usr/share/consolefonts/LatArCyrHeb-08.psfu.gz ... Processing usr/share/consolefonts/LatArCyrHeb-14.psfu.gz ... Processing usr/share/consolefonts/LatArCyrHeb-16+.psfu.gz ... Processing usr/share/consolefonts/LatArCyrHeb-16.psfu.gz ... Processing usr/share/consolefonts/LatArCyrHeb-19.psfu.gz ... Processing usr/share/consolefonts/LatGrkCyr-12x22.psfu.gz ... Processing usr/share/consolefonts/LatGrkCyr-8x16.psfu.gz ... Processing usr/share/consolefonts/LatKaCyrHeb-14.psfu.gz ... Processing usr/share/consolefonts/Mik_8x16.gz ... Processing usr/share/consolefonts/README.12x22 ... Processing usr/share/consolefonts/README.Arabic ... Processing usr/share/consolefonts/README.Cyrillic ... Processing usr/share/consolefonts/README.Ethiopic ... Processing usr/share/consolefonts/README.Greek ... Processing usr/share/consolefonts/README.Hebrew ... Processing usr/share/consolefonts/README.Lat2-Terminus16 ... Processing usr/share/consolefonts/README.LatGrkCyr ... Processing usr/share/consolefonts/README.Sun ... Processing usr/share/consolefonts/README.cp1250 ... Processing usr/share/consolefonts/README.cybercafe ... Processing usr/share/consolefonts/README.drdos ... Processing usr/share/consolefonts/README.eurlatgr ... Processing usr/share/consolefonts/README.eurlatgr.mappings ... Processing usr/share/consolefonts/README.lat0 ... Processing usr/share/consolefonts/README.lat7 ... Processing usr/share/consolefonts/README.lat9 ... Processing usr/share/consolefonts/README.psfu ... Processing usr/share/consolefonts/UniCyrExt_8x16.psf.gz ... Processing usr/share/consolefonts/UniCyr_8x14.psf.gz ... Processing usr/share/consolefonts/UniCyr_8x16.psf.gz ... Processing usr/share/consolefonts/UniCyr_8x8.psf.gz ... Processing usr/share/consolefonts/alt-8x14.gz ... Processing usr/share/consolefonts/alt-8x16.gz ... Processing usr/share/consolefonts/alt-8x8.gz ... Processing usr/share/consolefonts/altc-8x16.gz ... Processing usr/share/consolefonts/aply16.psf.gz ... Processing usr/share/consolefonts/arm8.fnt.gz ... Processing usr/share/consolefonts/cp1250.psfu.gz ... Processing usr/share/consolefonts/cp850-8x14.psfu.gz ... Processing usr/share/consolefonts/cp850-8x16.psfu.gz ... Processing usr/share/consolefonts/cp850-8x8.psfu.gz ... Processing usr/share/consolefonts/cp857.08.gz ... Processing usr/share/consolefonts/cp857.14.gz ... Processing usr/share/consolefonts/cp857.16.gz ... Processing usr/share/consolefonts/cp865-8x14.psfu.gz ... Processing usr/share/consolefonts/cp865-8x16.psfu.gz ... Processing usr/share/consolefonts/cp865-8x8.psfu.gz ... Processing usr/share/consolefonts/cp866-8x14.psf.gz ... Processing usr/share/consolefonts/cp866-8x16.psf.gz ... Processing usr/share/consolefonts/cp866-8x8.psf.gz ... Processing usr/share/consolefonts/cybercafe.fnt.gz ... Processing usr/share/consolefonts/cyr-sun16.psfu.gz ... Processing usr/share/consolefonts/default8x16.psfu.gz ... Processing usr/share/consolefonts/default8x9.psfu.gz ... Processing usr/share/consolefonts/drdos8x14.psfu.gz ... Processing usr/share/consolefonts/drdos8x16.psfu.gz ... Processing usr/share/consolefonts/drdos8x6.psfu.gz ... Processing usr/share/consolefonts/drdos8x8.psfu.gz ... Processing usr/share/consolefonts/eurlatgr.psfu.gz ... Processing usr/share/consolefonts/gr737a-8x8.psfu.gz ... Processing usr/share/consolefonts/gr737a-9x14.psfu.gz ... Processing usr/share/consolefonts/gr737a-9x16.psfu.gz ... Processing usr/share/consolefonts/gr737b-8x11.psfu.gz ... Processing usr/share/consolefonts/gr737b-9x16-medieval.psfu.gz ... Processing usr/share/consolefonts/gr737c-8x14.psfu.gz ... Processing usr/share/consolefonts/gr737c-8x16.psfu.gz ... Processing usr/share/consolefonts/gr737c-8x6.psfu.gz ... Processing usr/share/consolefonts/gr737c-8x7.psfu.gz ... Processing usr/share/consolefonts/gr737c-8x8.psfu.gz ... Processing usr/share/consolefonts/gr737d-8x16.psfu.gz ... Processing usr/share/consolefonts/gr928-8x16-thin.psfu.gz ... Processing usr/share/consolefonts/gr928-9x14.psfu.gz ... Processing usr/share/consolefonts/gr928-9x16.psfu.gz ... Processing usr/share/consolefonts/gr928a-8x14.psfu.gz ... Processing usr/share/consolefonts/gr928a-8x16.psfu.gz ... Processing usr/share/consolefonts/gr928b-8x14.psfu.gz ... Processing usr/share/consolefonts/gr928b-8x16.psfu.gz ... Processing usr/share/consolefonts/greek-polytonic.psfu.gz ... Processing usr/share/consolefonts/iso01-12x22.psfu.gz ... Processing usr/share/consolefonts/iso01.08.gz ... Processing usr/share/consolefonts/iso01.14.gz ... Processing usr/share/consolefonts/iso01.16.gz ... Processing usr/share/consolefonts/iso02-12x22.psfu.gz ... Processing usr/share/consolefonts/iso02.08.gz ... Processing usr/share/consolefonts/iso02.14.gz ... Processing usr/share/consolefonts/iso02.16.gz ... Processing usr/share/consolefonts/iso03.08.gz ... Processing usr/share/consolefonts/iso03.14.gz ... Processing usr/share/consolefonts/iso03.16.gz ... Processing usr/share/consolefonts/iso04.08.gz ... Processing usr/share/consolefonts/iso04.14.gz ... Processing usr/share/consolefonts/iso04.16.gz ... Processing usr/share/consolefonts/iso05.08.gz ... Processing usr/share/consolefonts/iso05.14.gz ... Processing usr/share/consolefonts/iso05.16.gz ... Processing usr/share/consolefonts/iso06.08.gz ... Processing usr/share/consolefonts/iso06.14.gz ... Processing usr/share/consolefonts/iso06.16.gz ... Processing usr/share/consolefonts/iso07.14.gz ... Processing usr/share/consolefonts/iso07.16.gz ... Processing usr/share/consolefonts/iso07u-16.psfu.gz ... Processing usr/share/consolefonts/iso08.08.gz ... Processing usr/share/consolefonts/iso08.14.gz ... Processing usr/share/consolefonts/iso08.16.gz ... Processing usr/share/consolefonts/iso09.08.gz ... Processing usr/share/consolefonts/iso09.14.gz ... Processing usr/share/consolefonts/iso09.16.gz ... Processing usr/share/consolefonts/iso10.08.gz ... Processing usr/share/consolefonts/iso10.14.gz ... Processing usr/share/consolefonts/iso10.16.gz ... Processing usr/share/consolefonts/koi8-14.psf.gz ... Processing usr/share/consolefonts/koi8c-8x16.gz ... Processing usr/share/consolefonts/koi8r-8x14.gz ... Processing usr/share/consolefonts/koi8r-8x16.gz ... Processing usr/share/consolefonts/koi8r-8x8.gz ... Processing usr/share/consolefonts/koi8r.8x8.psfu.gz ... Processing usr/share/consolefonts/koi8u_8x14.psfu.gz ... Processing usr/share/consolefonts/koi8u_8x16.psfu.gz ... Processing usr/share/consolefonts/koi8u_8x8.psfu.gz ... Processing usr/share/consolefonts/lat0-08.psfu.gz ... Processing usr/share/consolefonts/lat0-10.psfu.gz ... Processing usr/share/consolefonts/lat0-12.psfu.gz ... Processing usr/share/consolefonts/lat0-14.psfu.gz ... Processing usr/share/consolefonts/lat0-16.psfu.gz ... Processing usr/share/consolefonts/lat0-sun16.psfu.gz ... Processing usr/share/consolefonts/lat1-08.psfu.gz ... Processing usr/share/consolefonts/lat1-10.psfu.gz ... Processing usr/share/consolefonts/lat1-12.psfu.gz ... Processing usr/share/consolefonts/lat1-14.psfu.gz ... Processing usr/share/consolefonts/lat1-16.psfu.gz ... Processing usr/share/consolefonts/lat2-08.psfu.gz ... Processing usr/share/consolefonts/lat2-10.psfu.gz ... Processing usr/share/consolefonts/lat2-12.psfu.gz ... Processing usr/share/consolefonts/lat2-14.psfu.gz ... Processing usr/share/consolefonts/lat2-16.psfu.gz ... Processing usr/share/consolefonts/lat2-sun16.psfu.gz ... Processing usr/share/consolefonts/lat2a-16.psfu.gz ... Processing usr/share/consolefonts/lat4-08.psfu.gz ... Processing usr/share/consolefonts/lat4-10.psfu.gz ... Processing usr/share/consolefonts/lat4-12.psfu.gz ... Processing usr/share/consolefonts/lat4-14.psfu.gz ... Processing usr/share/consolefonts/lat4-16+.psfu.gz ... Processing usr/share/consolefonts/lat4-16.psfu.gz ... Processing usr/share/consolefonts/lat4-19.psfu.gz ... Processing usr/share/consolefonts/lat4a-08.psfu.gz ... Processing usr/share/consolefonts/lat4a-10.psfu.gz ... Processing usr/share/consolefonts/lat4a-12.psfu.gz ... Processing usr/share/consolefonts/lat4a-14.psfu.gz ... Processing usr/share/consolefonts/lat4a-16+.psfu.gz ... Processing usr/share/consolefonts/lat4a-16.psfu.gz ... Processing usr/share/consolefonts/lat4a-19.psfu.gz ... Processing usr/share/consolefonts/lat5-12.psfu.gz ... Processing usr/share/consolefonts/lat5-14.psfu.gz ... Processing usr/share/consolefonts/lat5-16.psfu.gz ... Processing usr/share/consolefonts/lat7-14.psfu.gz ... Processing usr/share/consolefonts/lat7a-14.psfu.gz ... Processing usr/share/consolefonts/lat7a-16.psf.gz ... Processing usr/share/consolefonts/lat9-08.psf.gz ... Processing usr/share/consolefonts/lat9-10.psf.gz ... Processing usr/share/consolefonts/lat9-12.psf.gz ... Processing usr/share/consolefonts/lat9-14.psf.gz ... Processing usr/share/consolefonts/lat9-16.psf.gz ... Processing usr/share/consolefonts/lat9u-08.psfu.gz ... Processing usr/share/consolefonts/lat9u-10.psfu.gz ... Processing usr/share/consolefonts/lat9u-12.psfu.gz ... Processing usr/share/consolefonts/lat9u-14.psfu.gz ... Processing usr/share/consolefonts/lat9u-16.psfu.gz ... Processing usr/share/consolefonts/lat9v-08.psfu.gz ... Processing usr/share/consolefonts/lat9v-10.psfu.gz ... Processing usr/share/consolefonts/lat9v-12.psfu.gz ... Processing usr/share/consolefonts/lat9v-14.psfu.gz ... Processing usr/share/consolefonts/lat9v-16.psfu.gz ... Processing usr/share/consolefonts/lat9w-08.psfu.gz ... Processing usr/share/consolefonts/lat9w-10.psfu.gz ... Processing usr/share/consolefonts/lat9w-12.psfu.gz ... Processing usr/share/consolefonts/lat9w-14.psfu.gz ... Processing usr/share/consolefonts/lat9w-16.psfu.gz ... Processing usr/share/consolefonts/latarcyrheb-sun16.psfu.gz ... Processing usr/share/consolefonts/latarcyrheb-sun32.psfu.gz ... Processing usr/share/consolefonts/pancyrillic.f16.psfu.gz ... Processing usr/share/consolefonts/partialfonts ... Processing usr/share/consolefonts/partialfonts/8859-1.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-1.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-1.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-10.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-10.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-10.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-2.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-2.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-2.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-3.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-3.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-3.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-4.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-4.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-4.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-5.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-5.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-5.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-6.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-6.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-6.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-7.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-7.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-7.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-8.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-8.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-8.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/8859-9.a0-ff.08.gz ... Processing usr/share/consolefonts/partialfonts/8859-9.a0-ff.14.gz ... Processing usr/share/consolefonts/partialfonts/8859-9.a0-ff.16.gz ... Processing usr/share/consolefonts/partialfonts/ascii.20-7f.08.gz ... Processing usr/share/consolefonts/partialfonts/ascii.20-7f.14.gz ... Processing usr/share/consolefonts/partialfonts/ascii.20-7f.16.gz ... Processing usr/share/consolefonts/partialfonts/cp437.00-1f.08.gz ... Processing usr/share/consolefonts/partialfonts/cp437.00-1f.14.gz ... Processing usr/share/consolefonts/partialfonts/cp437.00-1f.16.gz ... Processing usr/share/consolefonts/partialfonts/none.00-17.08.gz ... Processing usr/share/consolefonts/partialfonts/none.00-17.14.gz ... Processing usr/share/consolefonts/partialfonts/none.00-17.16.gz ... Processing usr/share/consolefonts/ruscii_8x16.psfu.gz ... Processing usr/share/consolefonts/ruscii_8x8.psfu.gz ... Processing usr/share/consolefonts/solar24x32.psfu.gz ... Processing usr/share/consolefonts/sun12x22.psfu.gz ... Processing usr/share/consolefonts/t.fnt.gz ... Processing usr/share/consolefonts/t850b.fnt.gz ... Processing usr/share/consolefonts/tcvn8x16.psf.gz ... Processing usr/share/consolefonts/viscii10-8x16.psfu.gz ... Processing usr/share/consoletrans ... Processing usr/share/consoletrans/8859-10_to_uni.trans ... Processing usr/share/consoletrans/8859-13_to_uni.trans ... Processing usr/share/consoletrans/8859-14_to_uni.trans ... Processing usr/share/consoletrans/8859-15_to_uni.trans ... Processing usr/share/consoletrans/8859-1_to_uni.trans ... Processing usr/share/consoletrans/8859-2_to_uni.trans ... Processing usr/share/consoletrans/8859-3_to_uni.trans ... Processing usr/share/consoletrans/8859-4_to_uni.trans ... Processing usr/share/consoletrans/8859-5_to_uni.trans ... Processing usr/share/consoletrans/8859-6_to_uni.trans ... Processing usr/share/consoletrans/8859-7_to_uni.trans ... Processing usr/share/consoletrans/8859-8_to_uni.trans ... Processing usr/share/consoletrans/8859-9_to_uni.trans ... Processing usr/share/consoletrans/baltic.trans ... Processing usr/share/consoletrans/cp1250_to_uni.trans ... Processing usr/share/consoletrans/cp1251_to_uni.trans ... Processing usr/share/consoletrans/cp437_to_iso01.trans ... Processing usr/share/consoletrans/cp437_to_uni.trans ... Processing usr/share/consoletrans/cp737_to_uni.trans ... Processing usr/share/consoletrans/cp775_to_uni.trans ... Processing usr/share/consoletrans/cp850_to_iso01.trans ... Processing usr/share/consoletrans/cp850_to_uni.trans ... Processing usr/share/consoletrans/cp852_to_uni.trans ... Processing usr/share/consoletrans/cp853_to_uni.trans ... Processing usr/share/consoletrans/cp855_to_uni.trans ... Processing usr/share/consoletrans/cp857_to_uni.trans ... Processing usr/share/consoletrans/cp860_to_uni.trans ... Processing usr/share/consoletrans/cp861_to_uni.trans ... Processing usr/share/consoletrans/cp862_to_uni.trans ... Processing usr/share/consoletrans/cp863_to_uni.trans ... Processing usr/share/consoletrans/cp864_to_uni.trans ... Processing usr/share/consoletrans/cp865_to_uni.trans ... Processing usr/share/consoletrans/cp866_to_uni.trans ... Processing usr/share/consoletrans/cp869_to_uni.trans ... Processing usr/share/consoletrans/cp874_to_uni.trans ... Processing usr/share/consoletrans/iso02_to_cp1250.trans ... Processing usr/share/consoletrans/koi2alt ... Processing usr/share/consoletrans/koi8-r_to_uni.trans ... Processing usr/share/consoletrans/koi8-u_to_uni.trans ... Processing usr/share/consoletrans/koi8u2ruscii ... Processing usr/share/consoletrans/latin2u.trans ... Processing usr/share/consoletrans/null ... Processing usr/share/consoletrans/space ... Processing usr/share/consoletrans/trivial ... Processing usr/share/consoletrans/utflist ... Processing usr/share/consoletrans/vga2iso ... Processing usr/share/consoletrans/viscii1.0_to_tcvn.trans ... Processing usr/share/consoletrans/viscii1.0_to_viscii1.1.trans ... Processing usr/share/consoletrans/zero ... Processing usr/share/fontconfig ... Processing usr/share/fontconfig/conf.avail ... Processing usr/share/fontconfig/conf.avail/10-autohint.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-full.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-medium.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-none.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-slight.conf ... Processing usr/share/fontconfig/conf.avail/10-no-sub-pixel.conf ... Processing usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf ... Processing usr/share/fontconfig/conf.avail/10-unhinted.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf ... Processing usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf ... Processing usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/30-metric-aliases.conf ... Processing usr/share/fontconfig/conf.avail/40-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/45-generic.conf ... Processing usr/share/fontconfig/conf.avail/45-latin.conf ... Processing usr/share/fontconfig/conf.avail/49-sansserif.conf ... Processing usr/share/fontconfig/conf.avail/50-user.conf ... Processing usr/share/fontconfig/conf.avail/51-local.conf ... Processing usr/share/fontconfig/conf.avail/60-generic.conf ... Processing usr/share/fontconfig/conf.avail/60-latin.conf ... Processing usr/share/fontconfig/conf.avail/65-fonts-persian.conf ... Processing usr/share/fontconfig/conf.avail/65-khmer.conf ... Processing usr/share/fontconfig/conf.avail/65-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/69-unifont.conf ... Processing usr/share/fontconfig/conf.avail/70-no-bitmaps.conf ... Processing usr/share/fontconfig/conf.avail/70-yes-bitmaps.conf ... Processing usr/share/fontconfig/conf.avail/80-delicious.conf ... Processing usr/share/fontconfig/conf.avail/90-synthetic.conf ... Processing usr/share/fonts ... Processing usr/share/fonts/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/inconsolata ... Processing usr/share/fonts/inconsolata/Inconsolata.otf ... 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/gettext ... Processing usr/share/gettext/its ... Processing usr/share/gettext/its/fontconfig.its ... Processing usr/share/gettext/its/fontconfig.loc ... Processing usr/share/ghostscript ... Processing usr/share/ghostscript/9.56.1 ... Processing usr/share/ghostscript/9.56.1/Resource ... Processing usr/share/ghostscript/9.56.1/Resource/CIDFSubst ... Processing []are/ghostscript/9.56.1/Resource/CIDFSubst/DroidSansFallback.ttf ... Processing usr/share/ghostscript/9.56.1/Resource/CIDFont ... Processing usr/share/ghostscript/9.56.1/Resource/CIDFont/ArtifexBullet ... Processing usr/share/ghostscript/9.56.1/Resource/CMap ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/78-EUC-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/78-EUC-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/78-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/78-RKSJ-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/78-RKSJ-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/78-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/78ms-RKSJ-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/78ms-RKSJ-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/83pv-RKSJ-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/90ms-RKSJ-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/90ms-RKSJ-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/90msp-RKSJ-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/90msp-RKSJ-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/90pv-RKSJ-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/90pv-RKSJ-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Add-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Add-RKSJ-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Add-RKSJ-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Add-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-CNS1-0 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-CNS1-1 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-CNS1-2 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-CNS1-3 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-CNS1-4 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-CNS1-5 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-CNS1-6 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-CNS1-7 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-GB1-0 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-GB1-1 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-GB1-2 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-GB1-3 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-GB1-4 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-GB1-5 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-Japan1-0 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-Japan1-1 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-Japan1-2 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-Japan1-3 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-Japan1-4 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-Japan1-5 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-Japan1-6 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-Japan2-0 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-Korea1-0 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-Korea1-1 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Adobe-Korea1-2 ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/B5-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/B5-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/B5pc-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/B5pc-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/CNS-EUC-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/CNS-EUC-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/CNS1-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/CNS1-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/CNS2-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/CNS2-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/ETHK-B5-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/ETHK-B5-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/ETen-B5-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/ETen-B5-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/ETenms-B5-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/ETenms-B5-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/EUC-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/EUC-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Ext-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Ext-RKSJ-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Ext-RKSJ-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Ext-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GB-EUC-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GB-EUC-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GB-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GB-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GBK-EUC-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GBK-EUC-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GBK2K-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GBK2K-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GBKp-EUC-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GBKp-EUC-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GBT-EUC-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GBT-EUC-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GBT-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GBT-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GBTpc-EUC-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GBTpc-EUC-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GBpc-EUC-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/GBpc-EUC-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/HKdla-B5-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/HKdla-B5-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/HKdlb-B5-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/HKdlb-B5-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/HKgccs-B5-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/HKgccs-B5-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/HKm314-B5-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/HKm314-B5-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/HKm471-B5-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/HKm471-B5-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/HKscs-B5-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/HKscs-B5-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Hankaku ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Hiragana ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Hojo-EUC-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Hojo-EUC-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Hojo-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Hojo-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Identity-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Identity-UTF16-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Identity-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/KSC-EUC-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/KSC-EUC-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/KSC-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/KSC-Johab-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/KSC-Johab-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/KSC-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/KSCms-UHC-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/KSCms-UHC-HW-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/KSCms-UHC-HW-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/KSCms-UHC-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/KSCpc-EUC-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/KSCpc-EUC-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Katakana ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/NWP-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/NWP-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/RKSJ-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/RKSJ-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/Roman ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniCNS-UCS2-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniCNS-UCS2-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniCNS-UTF16-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniCNS-UTF16-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniCNS-UTF32-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniCNS-UTF32-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniCNS-UTF8-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniCNS-UTF8-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniGB-UCS2-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniGB-UCS2-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniGB-UTF16-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniGB-UTF16-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniGB-UTF32-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniGB-UTF32-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniGB-UTF8-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniGB-UTF8-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniHojo-UCS2-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniHojo-UCS2-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniHojo-UTF16-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniHojo-UTF16-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniHojo-UTF32-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniHojo-UTF32-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniHojo-UTF8-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniHojo-UTF8-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJIS-UCS2-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJIS-UCS2-HW-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJIS-UCS2-HW-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJIS-UCS2-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJIS-UTF16-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJIS-UTF16-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJIS-UTF32-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJIS-UTF32-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJIS-UTF8-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJIS-UTF8-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJIS2004-UTF16-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJIS2004-UTF16-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJIS2004-UTF32-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJIS2004-UTF32-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJIS2004-UTF8-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJIS2004-UTF8-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJISPro-UCS2-HW-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJISPro-UCS2-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJISPro-UTF8-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJISX0213-UTF32-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniJISX0213-UTF32-V ... Processing []/share/ghostscript/9.56.1/Resource/CMap/UniJISX02132004-UTF32-H ... Processing []/share/ghostscript/9.56.1/Resource/CMap/UniJISX02132004-UTF32-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniKS-UCS2-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniKS-UCS2-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniKS-UTF16-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniKS-UTF16-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniKS-UTF32-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniKS-UTF32-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniKS-UTF8-H ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/UniKS-UTF8-V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/V ... Processing usr/share/ghostscript/9.56.1/Resource/CMap/WP-Symbol ... Processing usr/share/ghostscript/9.56.1/Resource/ColorSpace ... Processing usr/share/ghostscript/9.56.1/Resource/ColorSpace/DefaultCMYK ... Processing usr/share/ghostscript/9.56.1/Resource/ColorSpace/DefaultGray ... Processing usr/share/ghostscript/9.56.1/Resource/ColorSpace/DefaultRGB ... Processing usr/share/ghostscript/9.56.1/Resource/ColorSpace/TrivialCMYK ... Processing usr/share/ghostscript/9.56.1/Resource/ColorSpace/sGray ... Processing usr/share/ghostscript/9.56.1/Resource/ColorSpace/sRGB ... Processing usr/share/ghostscript/9.56.1/Resource/Decoding ... Processing usr/share/ghostscript/9.56.1/Resource/Decoding/FCO_Dingbats ... Processing usr/share/ghostscript/9.56.1/Resource/Decoding/FCO_Symbol ... Processing usr/share/ghostscript/9.56.1/Resource/Decoding/FCO_Unicode ... Processing usr/share/ghostscript/9.56.1/Resource/Decoding/FCO_Wingdings ... Processing usr/share/ghostscript/9.56.1/Resource/Decoding/Latin1 ... Processing usr/share/ghostscript/9.56.1/Resource/Decoding/StandardEncoding ... Processing usr/share/ghostscript/9.56.1/Resource/Decoding/Unicode ... Processing usr/share/ghostscript/9.56.1/Resource/Encoding ... Processing usr/share/ghostscript/9.56.1/Resource/Encoding/CEEncoding ... Processing usr/share/ghostscript/9.56.1/Resource/Encoding/ExpertEncoding ... Processing []share/ghostscript/9.56.1/Resource/Encoding/ExpertSubsetEncoding ... Processing usr/share/ghostscript/9.56.1/Resource/Encoding/NotDefEncoding ... Processing usr/share/ghostscript/9.56.1/Resource/Encoding/Wingdings ... Processing usr/share/ghostscript/9.56.1/Resource/Font ... Processing usr/share/ghostscript/9.56.1/Resource/Font/C059-BdIta ... Processing usr/share/ghostscript/9.56.1/Resource/Font/C059-Bold ... Processing usr/share/ghostscript/9.56.1/Resource/Font/C059-Italic ... Processing usr/share/ghostscript/9.56.1/Resource/Font/C059-Roman ... Processing usr/share/ghostscript/9.56.1/Resource/Font/D050000L ... Processing usr/share/ghostscript/9.56.1/Resource/Font/NimbusMonoPS-Bold ... Processing []/share/ghostscript/9.56.1/Resource/Font/NimbusMonoPS-BoldItalic ... Processing usr/share/ghostscript/9.56.1/Resource/Font/NimbusMonoPS-Italic ... Processing usr/share/ghostscript/9.56.1/Resource/Font/NimbusMonoPS-Regular ... Processing usr/share/ghostscript/9.56.1/Resource/Font/NimbusRoman-Bold ... Processing usr/share/ghostscript/9.56.1/Resource/Font/NimbusRoman-BoldItalic ... Processing usr/share/ghostscript/9.56.1/Resource/Font/NimbusRoman-Italic ... Processing usr/share/ghostscript/9.56.1/Resource/Font/NimbusRoman-Regular ... Processing usr/share/ghostscript/9.56.1/Resource/Font/NimbusSans-Bold ... Processing usr/share/ghostscript/9.56.1/Resource/Font/NimbusSans-BoldItalic ... Processing usr/share/ghostscript/9.56.1/Resource/Font/NimbusSans-Italic ... Processing usr/share/ghostscript/9.56.1/Resource/Font/NimbusSans-Regular ... Processing usr/share/ghostscript/9.56.1/Resource/Font/NimbusSansNarrow-Bold ... Processing []e/ghostscript/9.56.1/Resource/Font/NimbusSansNarrow-BoldOblique ... Processing []share/ghostscript/9.56.1/Resource/Font/NimbusSansNarrow-Oblique ... Processing []share/ghostscript/9.56.1/Resource/Font/NimbusSansNarrow-Regular ... Processing usr/share/ghostscript/9.56.1/Resource/Font/P052-Bold ... Processing usr/share/ghostscript/9.56.1/Resource/Font/P052-BoldItalic ... Processing usr/share/ghostscript/9.56.1/Resource/Font/P052-Italic ... Processing usr/share/ghostscript/9.56.1/Resource/Font/P052-Roman ... Processing usr/share/ghostscript/9.56.1/Resource/Font/StandardSymbolsPS ... Processing usr/share/ghostscript/9.56.1/Resource/Font/URWBookman-Demi ... Processing usr/share/ghostscript/9.56.1/Resource/Font/URWBookman-DemiItalic ... Processing usr/share/ghostscript/9.56.1/Resource/Font/URWBookman-Light ... Processing usr/share/ghostscript/9.56.1/Resource/Font/URWBookman-LightItalic ... Processing usr/share/ghostscript/9.56.1/Resource/Font/URWGothic-Book ... Processing usr/share/ghostscript/9.56.1/Resource/Font/URWGothic-BookOblique ... Processing usr/share/ghostscript/9.56.1/Resource/Font/URWGothic-Demi ... Processing usr/share/ghostscript/9.56.1/Resource/Font/URWGothic-DemiOblique ... Processing usr/share/ghostscript/9.56.1/Resource/Font/Z003-MediumItalic ... Processing usr/share/ghostscript/9.56.1/Resource/IdiomSet ... Processing usr/share/ghostscript/9.56.1/Resource/IdiomSet/PPI_CUtils ... Processing usr/share/ghostscript/9.56.1/Resource/IdiomSet/Pscript5Idiom ... Processing usr/share/ghostscript/9.56.1/Resource/Init ... Processing usr/share/ghostscript/9.56.1/Resource/Init/FAPIcidfmap ... Processing usr/share/ghostscript/9.56.1/Resource/Init/FAPIconfig ... Processing usr/share/ghostscript/9.56.1/Resource/Init/FAPIfontmap ... Processing usr/share/ghostscript/9.56.1/Resource/Init/FCOfontmap-PCLPS2 ... Processing usr/share/ghostscript/9.56.1/Resource/Init/Fontmap ... Processing usr/share/ghostscript/9.56.1/Resource/Init/Fontmap.GS ... Processing usr/share/ghostscript/9.56.1/Resource/Init/cidfmap ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_agl.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_btokn.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_cet.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_cff.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_cidcm.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_ciddc.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_cidfm.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_cidfn.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_cidtt.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_cmap.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_cspace.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_dbt_e.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_diskn.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_dps1.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_dps2.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_dscp.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_epsf.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_fapi.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_fntem.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_fonts.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_frsd.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_icc.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_il1_e.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_img.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_init.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_lev2.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_ll3.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_mex_e.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_mgl_e.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_mro_e.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_pdf_e.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_pdfwr.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_res.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_resmp.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_setpd.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_statd.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_std_e.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_sym_e.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_trap.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_ttf.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_typ32.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_typ42.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_type1.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/gs_wan_e.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/pdf_base.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/pdf_draw.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/pdf_font.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/pdf_main.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/pdf_ops.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/pdf_rbld.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/pdf_sec.ps ... Processing usr/share/ghostscript/9.56.1/Resource/Init/xlatmap ... Processing usr/share/ghostscript/9.56.1/Resource/SubstCID ... Processing usr/share/ghostscript/9.56.1/Resource/SubstCID/CNS1-WMode ... Processing usr/share/ghostscript/9.56.1/Resource/SubstCID/GB1-WMode ... Processing usr/share/ghostscript/9.56.1/Resource/SubstCID/Japan1-WMode ... Processing usr/share/ghostscript/9.56.1/Resource/SubstCID/Korea1-WMode ... Processing usr/share/ghostscript/9.56.1/iccprofiles ... Processing usr/share/ghostscript/9.56.1/iccprofiles/a98.icc ... Processing usr/share/ghostscript/9.56.1/iccprofiles/default_cmyk.icc ... Processing usr/share/ghostscript/9.56.1/iccprofiles/default_gray.icc ... Processing usr/share/ghostscript/9.56.1/iccprofiles/default_rgb.icc ... Processing usr/share/ghostscript/9.56.1/iccprofiles/esrgb.icc ... Processing usr/share/ghostscript/9.56.1/iccprofiles/gray_to_k.icc ... Processing usr/share/ghostscript/9.56.1/iccprofiles/lab.icc ... Processing usr/share/ghostscript/9.56.1/iccprofiles/ps_cmyk.icc ... Processing usr/share/ghostscript/9.56.1/iccprofiles/ps_gray.icc ... Processing usr/share/ghostscript/9.56.1/iccprofiles/ps_rgb.icc ... Processing usr/share/ghostscript/9.56.1/iccprofiles/rommrgb.icc ... Processing usr/share/ghostscript/9.56.1/iccprofiles/scrgb.icc ... Processing usr/share/ghostscript/9.56.1/iccprofiles/sgray.icc ... Processing usr/share/ghostscript/9.56.1/iccprofiles/srgb.icc ... Processing usr/share/ghostscript/9.56.1/lib ... Processing usr/share/ghostscript/9.56.1/lib/PDFA_def.ps ... Processing usr/share/ghostscript/9.56.1/lib/PDFX_def.ps ... Processing usr/share/ghostscript/9.56.1/lib/PM760p.upp ... Processing usr/share/ghostscript/9.56.1/lib/PM760pl.upp ... Processing usr/share/ghostscript/9.56.1/lib/PM820p.upp ... Processing usr/share/ghostscript/9.56.1/lib/PM820pl.upp ... Processing usr/share/ghostscript/9.56.1/lib/Stc670p.upp ... Processing usr/share/ghostscript/9.56.1/lib/Stc670pl.upp ... Processing usr/share/ghostscript/9.56.1/lib/Stc680p.upp ... Processing usr/share/ghostscript/9.56.1/lib/Stc680pl.upp ... Processing usr/share/ghostscript/9.56.1/lib/Stc740p.upp ... Processing usr/share/ghostscript/9.56.1/lib/Stc740pl.upp ... Processing usr/share/ghostscript/9.56.1/lib/Stc760p.upp ... Processing usr/share/ghostscript/9.56.1/lib/Stc760pl.upp ... Processing usr/share/ghostscript/9.56.1/lib/Stc777p.upp ... Processing usr/share/ghostscript/9.56.1/lib/Stc777pl.upp ... Processing usr/share/ghostscript/9.56.1/lib/Stp720p.upp ... Processing usr/share/ghostscript/9.56.1/lib/Stp720pl.upp ... Processing usr/share/ghostscript/9.56.1/lib/Stp870p.upp ... Processing usr/share/ghostscript/9.56.1/lib/Stp870pl.upp ... Processing usr/share/ghostscript/9.56.1/lib/acctest.ps ... Processing usr/share/ghostscript/9.56.1/lib/align.ps ... Processing usr/share/ghostscript/9.56.1/lib/bj8.rpd ... Processing usr/share/ghostscript/9.56.1/lib/bj8gc12f.upp ... Processing usr/share/ghostscript/9.56.1/lib/bj8hg12f.upp ... Processing usr/share/ghostscript/9.56.1/lib/bj8oh06n.upp ... Processing usr/share/ghostscript/9.56.1/lib/bj8pa06n.upp ... Processing usr/share/ghostscript/9.56.1/lib/bj8pp12f.upp ... Processing usr/share/ghostscript/9.56.1/lib/bj8ts06n.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc6000a1.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc6000b1.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc610a0.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc610a1.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc610a2.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc610a3.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc610a4.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc610a5.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc610a6.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc610a7.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc610a8.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc610b1.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc610b2.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc610b3.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc610b4.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc610b6.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc610b7.upp ... Processing usr/share/ghostscript/9.56.1/lib/bjc610b8.upp ... Processing usr/share/ghostscript/9.56.1/lib/caption.ps ... Processing usr/share/ghostscript/9.56.1/lib/cbjc600.ppd ... Processing usr/share/ghostscript/9.56.1/lib/cbjc800.ppd ... Processing usr/share/ghostscript/9.56.1/lib/cdj550.upp ... Processing usr/share/ghostscript/9.56.1/lib/cdj690.upp ... Processing usr/share/ghostscript/9.56.1/lib/cdj690ec.upp ... Processing usr/share/ghostscript/9.56.1/lib/cid2code.ps ... Processing usr/share/ghostscript/9.56.1/lib/dnj750c.upp ... Processing usr/share/ghostscript/9.56.1/lib/dnj750m.upp ... Processing usr/share/ghostscript/9.56.1/lib/docie.ps ... Processing usr/share/ghostscript/9.56.1/lib/font2pcl.ps ... Processing usr/share/ghostscript/9.56.1/lib/ghostpdf.ppd ... Processing usr/share/ghostscript/9.56.1/lib/gs_ce_e.ps ... Processing usr/share/ghostscript/9.56.1/lib/gs_css_e.ps ... Processing usr/share/ghostscript/9.56.1/lib/gs_il2_e.ps ... Processing usr/share/ghostscript/9.56.1/lib/gs_kanji.ps ... Processing usr/share/ghostscript/9.56.1/lib/gs_ksb_e.ps ... Processing usr/share/ghostscript/9.56.1/lib/gs_l.xbm ... Processing usr/share/ghostscript/9.56.1/lib/gs_l.xpm ... Processing usr/share/ghostscript/9.56.1/lib/gs_l_m.xbm ... Processing usr/share/ghostscript/9.56.1/lib/gs_lgo_e.ps ... Processing usr/share/ghostscript/9.56.1/lib/gs_lgx_e.ps ... Processing usr/share/ghostscript/9.56.1/lib/gs_m.xbm ... Processing usr/share/ghostscript/9.56.1/lib/gs_m.xpm ... Processing usr/share/ghostscript/9.56.1/lib/gs_m_m.xbm ... Processing usr/share/ghostscript/9.56.1/lib/gs_s.xbm ... Processing usr/share/ghostscript/9.56.1/lib/gs_s.xpm ... Processing usr/share/ghostscript/9.56.1/lib/gs_s_m.xbm ... Processing usr/share/ghostscript/9.56.1/lib/gs_t.xbm ... Processing usr/share/ghostscript/9.56.1/lib/gs_t.xpm ... Processing usr/share/ghostscript/9.56.1/lib/gs_t_m.xbm ... Processing usr/share/ghostscript/9.56.1/lib/gs_wl1_e.ps ... Processing usr/share/ghostscript/9.56.1/lib/gs_wl2_e.ps ... Processing usr/share/ghostscript/9.56.1/lib/gs_wl5_e.ps ... Processing usr/share/ghostscript/9.56.1/lib/gslp.ps ... Processing usr/share/ghostscript/9.56.1/lib/gsnup.ps ... Processing usr/share/ghostscript/9.56.1/lib/ht_ccsto.ps ... Processing usr/share/ghostscript/9.56.1/lib/image-qa.ps ... Processing usr/share/ghostscript/9.56.1/lib/jispaper.ps ... Processing usr/share/ghostscript/9.56.1/lib/landscap.ps ... Processing usr/share/ghostscript/9.56.1/lib/lines.ps ... Processing usr/share/ghostscript/9.56.1/lib/mkcidfm.ps ... Processing usr/share/ghostscript/9.56.1/lib/necp2x.upp ... Processing usr/share/ghostscript/9.56.1/lib/necp2x6.upp ... Processing usr/share/ghostscript/9.56.1/lib/pdf2dsc.ps ... Processing usr/share/ghostscript/9.56.1/lib/pdf_info.ps ... Processing usr/share/ghostscript/9.56.1/lib/pf2afm.ps ... Processing usr/share/ghostscript/9.56.1/lib/pfbtopfa.ps ... Processing usr/share/ghostscript/9.56.1/lib/ppath.ps ... Processing usr/share/ghostscript/9.56.1/lib/pphs.ps ... Processing usr/share/ghostscript/9.56.1/lib/prfont.ps ... Processing usr/share/ghostscript/9.56.1/lib/printafm.ps ... Processing usr/share/ghostscript/9.56.1/lib/ps2ai.ps ... Processing usr/share/ghostscript/9.56.1/lib/ps2epsi.ps ... Processing usr/share/ghostscript/9.56.1/lib/ras1.upp ... Processing usr/share/ghostscript/9.56.1/lib/ras24.upp ... Processing usr/share/ghostscript/9.56.1/lib/ras3.upp ... Processing usr/share/ghostscript/9.56.1/lib/ras32.upp ... Processing usr/share/ghostscript/9.56.1/lib/ras4.upp ... Processing usr/share/ghostscript/9.56.1/lib/ras8m.upp ... Processing usr/share/ghostscript/9.56.1/lib/rollconv.ps ... Processing usr/share/ghostscript/9.56.1/lib/s400a1.upp ... Processing usr/share/ghostscript/9.56.1/lib/s400b1.upp ... Processing usr/share/ghostscript/9.56.1/lib/sharp.upp ... Processing usr/share/ghostscript/9.56.1/lib/sipixa6.upp ... Processing usr/share/ghostscript/9.56.1/lib/st640ih.upp ... Processing usr/share/ghostscript/9.56.1/lib/st640ihg.upp ... Processing usr/share/ghostscript/9.56.1/lib/st640p.upp ... Processing usr/share/ghostscript/9.56.1/lib/st640pg.upp ... Processing usr/share/ghostscript/9.56.1/lib/st640pl.upp ... Processing usr/share/ghostscript/9.56.1/lib/st640plg.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc1520h.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc2.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc200_h.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc2_h.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc2s_h.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc300.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc300bl.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc300bm.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc500p.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc500ph.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc600ih.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc600p.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc600pl.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc640p.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc740ih.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc800ih.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc800p.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc800pl.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc_h.upp ... Processing usr/share/ghostscript/9.56.1/lib/stc_l.upp ... Processing usr/share/ghostscript/9.56.1/lib/stcany.upp ... Processing usr/share/ghostscript/9.56.1/lib/stcany_h.upp ... Processing usr/share/ghostscript/9.56.1/lib/stcinfo.ps ... Processing usr/share/ghostscript/9.56.1/lib/stcolor.ps ... Processing usr/share/ghostscript/9.56.1/lib/stocht.ps ... Processing usr/share/ghostscript/9.56.1/lib/traceimg.ps ... Processing usr/share/ghostscript/9.56.1/lib/traceop.ps ... Processing usr/share/ghostscript/9.56.1/lib/uninfo.ps ... Processing usr/share/ghostscript/9.56.1/lib/viewcmyk.ps ... Processing usr/share/ghostscript/9.56.1/lib/viewgif.ps ... Processing usr/share/ghostscript/9.56.1/lib/viewjpeg.ps ... Processing usr/share/ghostscript/9.56.1/lib/viewmiff.ps ... Processing usr/share/ghostscript/9.56.1/lib/viewpbm.ps ... Processing usr/share/ghostscript/9.56.1/lib/viewpcx.ps ... Processing usr/share/ghostscript/9.56.1/lib/viewps2a.ps ... Processing usr/share/ghostscript/9.56.1/lib/winmaps.ps ... Processing usr/share/ghostscript/9.56.1/lib/zeroline.ps ... Processing usr/share/git-core ... Processing usr/share/git-core/templates ... Processing usr/share/git-core/templates/branches ... Processing usr/share/git-core/templates/description ... Processing usr/share/git-core/templates/hooks ... Processing usr/share/git-core/templates/hooks/applypatch-msg.sample ... Processing usr/share/git-core/templates/hooks/commit-msg.sample ... Processing usr/share/git-core/templates/hooks/fsmonitor-watchman.sample ... Processing usr/share/git-core/templates/hooks/post-update.sample ... Processing usr/share/git-core/templates/hooks/pre-applypatch.sample ... Processing usr/share/git-core/templates/hooks/pre-commit.sample ... Processing usr/share/git-core/templates/hooks/pre-merge-commit.sample ... Processing usr/share/git-core/templates/hooks/pre-push.sample ... Processing usr/share/git-core/templates/hooks/pre-rebase.sample ... Processing usr/share/git-core/templates/hooks/pre-receive.sample ... Processing usr/share/git-core/templates/hooks/prepare-commit-msg.sample ... Processing usr/share/git-core/templates/hooks/push-to-checkout.sample ... Processing usr/share/git-core/templates/hooks/update.sample ... Processing usr/share/git-core/templates/info ... Processing usr/share/git-core/templates/info/exclude ... Processing usr/share/gitweb ... Processing usr/share/gitweb/gitweb.cgi ... Processing usr/share/gitweb/static ... Processing usr/share/gitweb/static/git-favicon.png ... Processing usr/share/gitweb/static/git-logo.png ... Processing usr/share/gitweb/static/gitweb.css ... Processing usr/share/gitweb/static/gitweb.js ... Processing usr/share/keymaps ... Processing usr/share/keymaps/amiga ... Processing usr/share/keymaps/amiga/amiga-de.map.gz ... Processing usr/share/keymaps/amiga/amiga-us.map.gz ... Processing usr/share/keymaps/atari ... Processing usr/share/keymaps/atari/atari-de.map.gz ... Processing usr/share/keymaps/atari/atari-se.map.gz ... Processing usr/share/keymaps/atari/atari-uk-falcon.map.gz ... Processing usr/share/keymaps/atari/atari-us.map.gz ... Processing usr/share/keymaps/i386 ... Processing usr/share/keymaps/i386/azerty ... Processing usr/share/keymaps/i386/azerty/azerty.map.gz ... Processing usr/share/keymaps/i386/azerty/be-latin1.map.gz ... Processing usr/share/keymaps/i386/azerty/fr-latin1.map.gz ... Processing usr/share/keymaps/i386/azerty/fr-latin9.map.gz ... Processing usr/share/keymaps/i386/azerty/fr-pc.map.gz ... Processing usr/share/keymaps/i386/azerty/fr.map.gz ... Processing usr/share/keymaps/i386/azerty/wangbe.map.gz ... Processing usr/share/keymaps/i386/azerty/wangbe2.map.gz ... Processing usr/share/keymaps/i386/bepo ... Processing usr/share/keymaps/i386/bepo/fr-bepo-latin9.map.gz ... Processing usr/share/keymaps/i386/bepo/fr-bepo.map.gz ... Processing usr/share/keymaps/i386/carpalx ... Processing usr/share/keymaps/i386/carpalx/carpalx-full.map.gz ... Processing usr/share/keymaps/i386/carpalx/carpalx.map.gz ... Processing usr/share/keymaps/i386/colemak ... Processing usr/share/keymaps/i386/colemak/en-latin9.map.gz ... Processing usr/share/keymaps/i386/dvorak ... Processing usr/share/keymaps/i386/dvorak/ANSI-dvorak.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-ca-fr.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-es.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-fr.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-l.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-la.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-no.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-programmer.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-r.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-ru.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-sv-a1.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-sv-a5.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-uk.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak-ukp.map.gz ... Processing usr/share/keymaps/i386/dvorak/dvorak.map.gz ... Processing usr/share/keymaps/i386/fgGIod ... Processing usr/share/keymaps/i386/fgGIod/tr_f-latin5.map.gz ... Processing usr/share/keymaps/i386/fgGIod/trf.map.gz ... Processing usr/share/keymaps/i386/include ... Processing usr/share/keymaps/i386/include/applkey.map.gz ... Processing usr/share/keymaps/i386/include/azerty-layout.inc ... Processing usr/share/keymaps/i386/include/backspace.map.gz ... Processing usr/share/keymaps/i386/include/compose.inc ... Processing usr/share/keymaps/i386/include/ctrl.map.gz ... Processing usr/share/keymaps/i386/include/euro.map.gz ... Processing usr/share/keymaps/i386/include/euro1.inc ... Processing usr/share/keymaps/i386/include/euro1.map.gz ... Processing usr/share/keymaps/i386/include/euro2.map.gz ... Processing usr/share/keymaps/i386/include/keypad.map.gz ... Processing usr/share/keymaps/i386/include/linux-keys-bare.inc ... Processing usr/share/keymaps/i386/include/linux-keys-extd.inc ... Processing usr/share/keymaps/i386/include/linux-with-alt-and-altgr.inc ... Processing usr/share/keymaps/i386/include/linux-with-modeshift-altgr.inc ... Processing usr/share/keymaps/i386/include/linux-with-two-alt-keys.inc ... Processing usr/share/keymaps/i386/include/qwerty-layout.inc ... Processing usr/share/keymaps/i386/include/qwertz-layout.inc ... Processing usr/share/keymaps/i386/include/unicode.map.gz ... Processing usr/share/keymaps/i386/include/windowkeys.map.gz ... Processing usr/share/keymaps/i386/neo ... Processing usr/share/keymaps/i386/neo/3l.map.gz ... Processing usr/share/keymaps/i386/neo/README.md ... Processing usr/share/keymaps/i386/neo/adnw.map.gz ... Processing usr/share/keymaps/i386/neo/bone.map.gz ... Processing usr/share/keymaps/i386/neo/koy.map.gz ... Processing usr/share/keymaps/i386/neo/neo.map.gz ... Processing usr/share/keymaps/i386/neo/neoqwertz.map.gz ... Processing usr/share/keymaps/i386/olpc ... Processing usr/share/keymaps/i386/olpc/es.map.gz ... Processing usr/share/keymaps/i386/olpc/pt.map.gz ... Processing usr/share/keymaps/i386/qwerty ... Processing usr/share/keymaps/i386/qwerty/bashkir.map.gz ... Processing usr/share/keymaps/i386/qwerty/bg-cp1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/bg-cp855.map.gz ... Processing usr/share/keymaps/i386/qwerty/bg_bds-cp1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/bg_bds-utf8.map.gz ... Processing usr/share/keymaps/i386/qwerty/bg_pho-cp1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/bg_pho-utf8.map.gz ... Processing usr/share/keymaps/i386/qwerty/br-abnt.map.gz ... Processing usr/share/keymaps/i386/qwerty/br-abnt2.map.gz ... Processing usr/share/keymaps/i386/qwerty/br-latin1-abnt2.map.gz ... Processing usr/share/keymaps/i386/qwerty/br-latin1-us.map.gz ... Processing usr/share/keymaps/i386/qwerty/by-cp1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/by.map.gz ... Processing usr/share/keymaps/i386/qwerty/bywin-cp1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/ca.map.gz ... Processing usr/share/keymaps/i386/qwerty/cf.map.gz ... Processing usr/share/keymaps/i386/qwerty/cz-cp1250.map.gz ... Processing usr/share/keymaps/i386/qwerty/cz-lat2-prog.map.gz ... Processing usr/share/keymaps/i386/qwerty/cz-lat2.map.gz ... Processing usr/share/keymaps/i386/qwerty/cz.map.gz ... Processing usr/share/keymaps/i386/qwerty/defkeymap.map.gz ... Processing usr/share/keymaps/i386/qwerty/defkeymap_V1.0.map.gz ... Processing usr/share/keymaps/i386/qwerty/dk-latin1.map.gz ... Processing usr/share/keymaps/i386/qwerty/dk.map.gz ... Processing usr/share/keymaps/i386/qwerty/emacs.map.gz ... Processing usr/share/keymaps/i386/qwerty/emacs2.map.gz ... Processing usr/share/keymaps/i386/qwerty/es-cp850.map.gz ... Processing usr/share/keymaps/i386/qwerty/es.map.gz ... Processing usr/share/keymaps/i386/qwerty/et-nodeadkeys.map.gz ... Processing usr/share/keymaps/i386/qwerty/et.map.gz ... Processing usr/share/keymaps/i386/qwerty/fa.map.gz ... Processing usr/share/keymaps/i386/qwerty/fi.map.gz ... Processing usr/share/keymaps/i386/qwerty/gr-pc.map.gz ... Processing usr/share/keymaps/i386/qwerty/gr.map.gz ... Processing usr/share/keymaps/i386/qwerty/hu101.map.gz ... Processing usr/share/keymaps/i386/qwerty/hypermap.m4 ... Processing usr/share/keymaps/i386/qwerty/ie.map.gz ... Processing usr/share/keymaps/i386/qwerty/il-heb.map.gz ... Processing usr/share/keymaps/i386/qwerty/il-phonetic.map.gz ... Processing usr/share/keymaps/i386/qwerty/il.map.gz ... Processing usr/share/keymaps/i386/qwerty/is-latin1-us.map.gz ... Processing usr/share/keymaps/i386/qwerty/is-latin1.map.gz ... Processing usr/share/keymaps/i386/qwerty/it-ibm.map.gz ... Processing usr/share/keymaps/i386/qwerty/it.map.gz ... Processing usr/share/keymaps/i386/qwerty/it2.map.gz ... Processing usr/share/keymaps/i386/qwerty/jp106.map.gz ... Processing usr/share/keymaps/i386/qwerty/kazakh.map.gz ... Processing usr/share/keymaps/i386/qwerty/ky_alt_sh-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/kyrgyz.map.gz ... Processing usr/share/keymaps/i386/qwerty/la-latin1.map.gz ... Processing usr/share/keymaps/i386/qwerty/lt.baltic.map.gz ... Processing usr/share/keymaps/i386/qwerty/lt.l4.map.gz ... Processing usr/share/keymaps/i386/qwerty/lt.map.gz ... Processing usr/share/keymaps/i386/qwerty/lv-tilde.map.gz ... Processing usr/share/keymaps/i386/qwerty/lv.map.gz ... Processing usr/share/keymaps/i386/qwerty/mk-cp1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/mk-utf.map.gz ... Processing usr/share/keymaps/i386/qwerty/mk.map.gz ... Processing usr/share/keymaps/i386/qwerty/mk0.map.gz ... Processing usr/share/keymaps/i386/qwerty/nl.map.gz ... Processing usr/share/keymaps/i386/qwerty/nl2.map.gz ... Processing usr/share/keymaps/i386/qwerty/no-latin1.doc ... Processing usr/share/keymaps/i386/qwerty/no-latin1.map.gz ... Processing usr/share/keymaps/i386/qwerty/no.map.gz ... Processing usr/share/keymaps/i386/qwerty/pc110.map.gz ... Processing usr/share/keymaps/i386/qwerty/pl.map.gz ... Processing usr/share/keymaps/i386/qwerty/pl1.map.gz ... Processing usr/share/keymaps/i386/qwerty/pl2.map.gz ... Processing usr/share/keymaps/i386/qwerty/pl3.map.gz ... Processing usr/share/keymaps/i386/qwerty/pl4.map.gz ... Processing usr/share/keymaps/i386/qwerty/pt-latin1.map.gz ... Processing usr/share/keymaps/i386/qwerty/pt-latin9.map.gz ... Processing usr/share/keymaps/i386/qwerty/ro.map.gz ... Processing usr/share/keymaps/i386/qwerty/ro_std.map.gz ... Processing usr/share/keymaps/i386/qwerty/ro_win.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru-cp1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru-ms.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru-yawerty.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru1.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru2.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru3.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru4.map.gz ... Processing usr/share/keymaps/i386/qwerty/ru_win.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_alt-CP1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_alt-KOI8-R.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_alt-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_alt_sh-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_cplk-CP1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_cplk-KOI8-R.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_cplk-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_ct_sh-CP1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_ct_sh-KOI8-R.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_ct_sh-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_ctrl-CP1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_ctrl-KOI8-R.map.gz ... Processing usr/share/keymaps/i386/qwerty/ruwin_ctrl-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/se-fi-ir209.map.gz ... Processing usr/share/keymaps/i386/qwerty/se-fi-lat6.map.gz ... Processing usr/share/keymaps/i386/qwerty/se-ir209.map.gz ... Processing usr/share/keymaps/i386/qwerty/se-lat6.map.gz ... Processing usr/share/keymaps/i386/qwerty/sk-prog-qwerty.map.gz ... Processing usr/share/keymaps/i386/qwerty/sk-qwerty.map.gz ... Processing usr/share/keymaps/i386/qwerty/sr-cy.map.gz ... Processing usr/share/keymaps/i386/qwerty/sv-latin1.map.gz ... Processing usr/share/keymaps/i386/qwerty/tj_alt-UTF8.map.gz ... Processing usr/share/keymaps/i386/qwerty/tr_q-latin5.map.gz ... Processing usr/share/keymaps/i386/qwerty/tralt.map.gz ... Processing usr/share/keymaps/i386/qwerty/trf.map.gz ... Processing usr/share/keymaps/i386/qwerty/trq.map.gz ... Processing usr/share/keymaps/i386/qwerty/ttwin_alt-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/ttwin_cplk-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/ttwin_ct_sh-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/ttwin_ctrl-UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwerty/ua-cp1251.map.gz ... Processing usr/share/keymaps/i386/qwerty/ua-utf-ws.map.gz ... Processing usr/share/keymaps/i386/qwerty/ua-utf.map.gz ... Processing usr/share/keymaps/i386/qwerty/ua-ws.map.gz ... Processing usr/share/keymaps/i386/qwerty/ua.map.gz ... Processing usr/share/keymaps/i386/qwerty/uk.map.gz ... Processing usr/share/keymaps/i386/qwerty/us-acentos.map.gz ... Processing usr/share/keymaps/i386/qwerty/us.map.gz ... Processing usr/share/keymaps/i386/qwerty/us1.map.gz ... Processing usr/share/keymaps/i386/qwertz ... Processing usr/share/keymaps/i386/qwertz/croat.map.gz ... Processing usr/share/keymaps/i386/qwertz/cz-us-qwertz.map.gz ... Processing usr/share/keymaps/i386/qwertz/cz.map.gz ... Processing usr/share/keymaps/i386/qwertz/de-latin1-nodeadkeys.map.gz ... Processing usr/share/keymaps/i386/qwertz/de-latin1.map.gz ... Processing usr/share/keymaps/i386/qwertz/de-mobii.map.gz ... Processing usr/share/keymaps/i386/qwertz/de.map.gz ... Processing usr/share/keymaps/i386/qwertz/de_CH-latin1.map.gz ... Processing usr/share/keymaps/i386/qwertz/de_alt_UTF-8.map.gz ... Processing usr/share/keymaps/i386/qwertz/fr_CH-latin1.map.gz ... Processing usr/share/keymaps/i386/qwertz/fr_CH.map.gz ... Processing usr/share/keymaps/i386/qwertz/hu.map.gz ... Processing usr/share/keymaps/i386/qwertz/sg-latin1-lk450.map.gz ... Processing usr/share/keymaps/i386/qwertz/sg-latin1.map.gz ... Processing usr/share/keymaps/i386/qwertz/sg.map.gz ... Processing usr/share/keymaps/i386/qwertz/sk-prog-qwertz.map.gz ... Processing usr/share/keymaps/i386/qwertz/sk-qwertz.map.gz ... Processing usr/share/keymaps/i386/qwertz/slovene.map.gz ... Processing usr/share/keymaps/i386/qwertz/sr-latin.map.gz ... Processing usr/share/keymaps/include ... Processing usr/share/keymaps/include/compose.8859_7 ... Processing usr/share/keymaps/include/compose.8859_8 ... Processing usr/share/keymaps/include/compose.latin ... Processing usr/share/keymaps/include/compose.latin1 ... Processing usr/share/keymaps/include/compose.latin2 ... Processing usr/share/keymaps/include/compose.latin3 ... Processing usr/share/keymaps/include/compose.latin4 ... Processing usr/share/keymaps/include/vim-compose.latin1 ... Processing usr/share/keymaps/mac ... Processing usr/share/keymaps/mac/all ... Processing usr/share/keymaps/mac/all/apple-a1048-sv.map.gz ... Processing usr/share/keymaps/mac/all/apple-a1243-sv-fn-reverse.map.gz ... Processing usr/share/keymaps/mac/all/apple-a1243-sv.map.gz ... Processing []hare/keymaps/mac/all/apple-internal-0x0253-sv-fn-reverse.map.gz ... Processing usr/share/keymaps/mac/all/apple-internal-0x0253-sv.map.gz ... Processing usr/share/keymaps/mac/all/mac-be.map.gz ... Processing usr/share/keymaps/mac/all/mac-de-latin1-nodeadkeys.map.gz ... Processing usr/share/keymaps/mac/all/mac-de-latin1.map.gz ... Processing usr/share/keymaps/mac/all/mac-de_CH.map.gz ... Processing usr/share/keymaps/mac/all/mac-dk-latin1.map.gz ... Processing usr/share/keymaps/mac/all/mac-dvorak.map.gz ... Processing usr/share/keymaps/mac/all/mac-es.map.gz ... Processing usr/share/keymaps/mac/all/mac-fi-latin1.map.gz ... Processing usr/share/keymaps/mac/all/mac-fr.map.gz ... Processing usr/share/keymaps/mac/all/mac-fr_CH-latin1.map.gz ... Processing usr/share/keymaps/mac/all/mac-it.map.gz ... Processing usr/share/keymaps/mac/all/mac-no-latin1.map.gz ... Processing usr/share/keymaps/mac/all/mac-pl.map.gz ... Processing usr/share/keymaps/mac/all/mac-pt-latin1.map.gz ... Processing usr/share/keymaps/mac/all/mac-se.map.gz ... Processing usr/share/keymaps/mac/all/mac-template.map.gz ... Processing usr/share/keymaps/mac/all/mac-uk.map.gz ... Processing usr/share/keymaps/mac/all/mac-us.map.gz ... Processing usr/share/keymaps/mac/include ... Processing usr/share/keymaps/mac/include/apple-a1048-base.inc ... Processing usr/share/keymaps/mac/include/apple-a1243-fn-reverse.inc ... Processing usr/share/keymaps/mac/include/apple-a1243-fn.inc ... Processing usr/share/keymaps/mac/include/mac-azerty-layout.inc ... Processing usr/share/keymaps/mac/include/mac-euro.map.gz ... Processing usr/share/keymaps/mac/include/mac-euro2.map.gz ... Processing usr/share/keymaps/mac/include/mac-linux-keys-bare.inc ... Processing usr/share/keymaps/mac/include/mac-qwerty-layout.inc ... Processing usr/share/keymaps/mac/include/mac-qwertz-layout.inc ... Processing usr/share/keymaps/pine ... Processing usr/share/keymaps/pine/en.map.gz ... Processing usr/share/keymaps/ppc ... Processing usr/share/keymaps/sun ... Processing usr/share/keymaps/sun/sun-pl-altgraph.map.gz ... Processing usr/share/keymaps/sun/sun-pl.map.gz ... Processing usr/share/keymaps/sun/sundvorak.map.gz ... Processing usr/share/keymaps/sun/sunkeymap.map.gz ... Processing usr/share/keymaps/sun/sunt4-es.map.gz ... Processing usr/share/keymaps/sun/sunt4-fi-latin1.map.gz ... Processing usr/share/keymaps/sun/sunt4-no-latin1.map.gz ... Processing usr/share/keymaps/sun/sunt5-cz-us.map.gz ... Processing usr/share/keymaps/sun/sunt5-de-latin1.map.gz ... Processing usr/share/keymaps/sun/sunt5-es.map.gz ... Processing usr/share/keymaps/sun/sunt5-fi-latin1.map.gz ... Processing usr/share/keymaps/sun/sunt5-fr-latin1.map.gz ... Processing usr/share/keymaps/sun/sunt5-ru.map.gz ... Processing usr/share/keymaps/sun/sunt5-uk.map.gz ... Processing usr/share/keymaps/sun/sunt5-us-cz.map.gz ... Processing usr/share/keymaps/sun/sunt6-uk.map.gz ... Processing usr/share/perl5 ... Processing usr/share/perl5/FromCPAN ... Processing usr/share/perl5/FromCPAN/Error.pm ... Processing usr/share/perl5/FromCPAN/Mail ... Processing usr/share/perl5/FromCPAN/Mail/Address.pm ... Processing usr/share/perl5/Git ... Processing usr/share/perl5/Git/I18N.pm ... Processing usr/share/perl5/Git/IndexInfo.pm ... Processing usr/share/perl5/Git/LoadCPAN ... Processing usr/share/perl5/Git/LoadCPAN/Error.pm ... Processing usr/share/perl5/Git/LoadCPAN/Mail ... Processing usr/share/perl5/Git/LoadCPAN/Mail/Address.pm ... Processing usr/share/perl5/Git/LoadCPAN.pm ... Processing usr/share/perl5/Git/Packet.pm ... Processing usr/share/perl5/Git/SVN ... Processing usr/share/perl5/Git/SVN/Editor.pm ... Processing usr/share/perl5/Git/SVN/Fetcher.pm ... Processing usr/share/perl5/Git/SVN/GlobSpec.pm ... Processing usr/share/perl5/Git/SVN/Log.pm ... Processing usr/share/perl5/Git/SVN/Memoize ... Processing usr/share/perl5/Git/SVN/Memoize/YAML.pm ... Processing usr/share/perl5/Git/SVN/Migration.pm ... Processing usr/share/perl5/Git/SVN/Prompt.pm ... Processing usr/share/perl5/Git/SVN/Ra.pm ... Processing usr/share/perl5/Git/SVN/Utils.pm ... Processing usr/share/perl5/Git/SVN.pm ... Processing usr/share/perl5/Git.pm ... 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/terminfo ... Processing usr/share/terminfo/a ... Processing usr/share/terminfo/a/ansi ... Processing usr/share/terminfo/d ... Processing usr/share/terminfo/d/dumb ... Processing usr/share/terminfo/l ... Processing usr/share/terminfo/l/linux ... Processing usr/share/terminfo/p ... Processing usr/share/terminfo/p/putty ... Processing usr/share/terminfo/p/putty-256color ... Processing usr/share/terminfo/p/putty-vt100 ... Processing usr/share/terminfo/s ... Processing usr/share/terminfo/s/screen ... Processing usr/share/terminfo/s/screen-256color ... Processing usr/share/terminfo/v ... Processing usr/share/terminfo/v/vt100 ... Processing usr/share/terminfo/v/vt100-putty ... Processing usr/share/terminfo/v/vt102 ... Processing usr/share/terminfo/v/vt200 ... Processing usr/share/terminfo/v/vt220 ... Processing usr/share/terminfo/x ... Processing usr/share/terminfo/x/xterm ... Processing usr/share/terminfo/x/xterm+256color ... Processing usr/share/terminfo/x/xterm-256color ... Processing usr/share/terminfo/x/xterm-color ... Processing usr/share/terminfo/x/xterm-xfree86 ... Processing usr/share/udhcpc ... Processing usr/share/udhcpc/default.script ... Processing usr/share/udhcpc/default.script.d ... Processing usr/share/unimaps ... Processing usr/share/unimaps/8859-1.a0-ff.uni ... Processing usr/share/unimaps/8859-10.a0-ff.uni ... Processing usr/share/unimaps/8859-13.a0-ff.uni ... Processing usr/share/unimaps/8859-14.a0-ff.uni ... Processing usr/share/unimaps/8859-15.a0-ff.uni ... Processing usr/share/unimaps/8859-2.a0-ff.uni ... Processing usr/share/unimaps/8859-3.a0-ff.uni ... Processing usr/share/unimaps/8859-4.a0-ff.uni ... Processing usr/share/unimaps/8859-5.a0-ff.uni ... Processing usr/share/unimaps/8859-6.a0-ff.uni ... Processing usr/share/unimaps/8859-7.a0-ff.uni ... Processing usr/share/unimaps/8859-8.a0-ff.uni ... Processing usr/share/unimaps/8859-9.a0-ff.uni ... Processing usr/share/unimaps/ECMA144.uni ... Processing usr/share/unimaps/README ... Processing usr/share/unimaps/armscii8.uni ... Processing usr/share/unimaps/ascii.20-7f.uni ... Processing usr/share/unimaps/cp1250.uni ... Processing usr/share/unimaps/cp437.00-1f.uni ... Processing usr/share/unimaps/cp437.uni ... Processing usr/share/unimaps/cp737.uni ... Processing usr/share/unimaps/cp737a.uni ... Processing usr/share/unimaps/cp737b.uni ... Processing usr/share/unimaps/cp737c.uni ... Processing usr/share/unimaps/cp850.uni ... Processing usr/share/unimaps/cp850a.uni ... Processing usr/share/unimaps/cp850b.uni ... Processing usr/share/unimaps/cp850z.uni ... Processing usr/share/unimaps/cp865.uni ... Processing usr/share/unimaps/cp865a.uni ... Processing usr/share/unimaps/cp866.uni ... Processing usr/share/unimaps/cp866a.uni ... Processing usr/share/unimaps/cybercafe.uni ... Processing usr/share/unimaps/cyralt.uni ... Processing usr/share/unimaps/def.uni ... Processing usr/share/unimaps/empty.uni ... Processing usr/share/unimaps/ethiopic.uni ... Processing usr/share/unimaps/iso01.uni ... Processing usr/share/unimaps/iso02.uni ... Processing usr/share/unimaps/iso03.uni ... Processing usr/share/unimaps/iso04.uni ... Processing usr/share/unimaps/iso05.uni ... Processing usr/share/unimaps/iso06.uni ... Processing usr/share/unimaps/iso07.uni ... Processing usr/share/unimaps/iso07u.uni ... Processing usr/share/unimaps/iso08.uni ... Processing usr/share/unimaps/iso09.uni ... Processing usr/share/unimaps/iso10.uni ... Processing usr/share/unimaps/iso15.uni ... Processing usr/share/unimaps/koi8r.uni ... Processing usr/share/unimaps/koi8u.uni ... Processing usr/share/unimaps/lat1.uni ... Processing usr/share/unimaps/lat1u.uni ... Processing usr/share/unimaps/lat2.uni ... Processing usr/share/unimaps/lat2u.uni ... Processing usr/share/unimaps/lat4.uni ... Processing usr/share/unimaps/lat4u.uni ... Processing usr/share/unimaps/lat7.uni ... Processing usr/share/unimaps/lat9u.uni ... Processing usr/share/unimaps/lat9v.uni ... Processing usr/share/unimaps/lat9w.uni ... Processing usr/share/unimaps/ruscii.uni ... Processing usr/share/unimaps/tcvn.uni ... Processing usr/share/unimaps/viscii.uni ... Processing usr/share/vala ... Processing usr/share/vala/vapi ... Processing usr/share/vala/vapi/libmpdclient.vapi ... Processing usr/share/xml ... Processing usr/share/xml/fontconfig ... Processing usr/share/xml/fontconfig/fonts.dtd ... Processing usr/share/xorcurses ... Processing usr/share/xorcurses/maps ... Processing usr/share/xorcurses/maps/01.xcm ... Processing usr/share/xorcurses/maps/02.xcm ... Processing usr/share/xorcurses/maps/03.xcm ... Processing usr/share/xorcurses/maps/04.xcm ... Processing usr/share/xorcurses/maps/05.xcm ... Processing usr/share/xorcurses/maps/06.xcm ... Processing usr/share/xorcurses/maps/07.xcm ... Processing usr/share/xorcurses/maps/08.xcm ... Processing usr/share/xorcurses/maps/09.xcm ... Processing usr/share/xorcurses/maps/10.xcm ... Processing usr/share/xorcurses/maps/11.xcm ... Processing usr/share/xorcurses/maps/12.xcm ... Processing usr/share/xorcurses/maps/13.xcm ... Processing usr/share/xorcurses/maps/14.xcm ... Processing usr/share/xorcurses/maps/15.xcm ... Processing var ... Processing var/cache ... Processing var/db ... Processing var/db/sudo ... Processing var/db/sudo/lectured ... Processing var/lib ... Processing var/lib/misc ... Processing var/lock ... Processing var/log ... Processing var/run ... Processing var/spool ... Processing var/tmp ... Processing var/www ... Build completed. ln -snf /home/autobuild/autobuild/instance-6/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-6/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-6/buildroot' >>> Buildroot 2022.08-rc1-477-ga582d1ecab Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.35-134-gb6aade18a7e5719c942aa2da6cf3157aca993fa4 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-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) >>> acpid 2.0.33 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> bubblewrap 0.6.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 0.63.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> 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.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> 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) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> ifenslave 2.9 Collecting legal info debian/copyright: OK (sha256: 299e00f3afc0e6ea0685340df73ad444e58e6fe0229989ba0983f5f33e275c41) >>> ipcalc 1.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lsof 4.95.0 Collecting legal info dialects/linux/dproto.h: OK (sha256: 32a728188b19bf86917659d904ab29d0a294b4506e1c98b8b7f1c70ab4975fe1) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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) >>> wget 1.21.3 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dhcp 4.4.3 Collecting legal info LICENSE: OK (sha256: 45a39c430be0920cb9570f34b32d2378fe6048c034f2f3265b9326d64ada73df) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> 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) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> exfat-utils 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> 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) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> flite 2.2 Collecting legal info COPYING: OK (sha256: d31bceaf2823d56a8c9400f7bde3b17140e739e991eb4f203bdcf9827754ab59) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 9.56.1 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> git 2.31.4 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> haproxy 2.6.1 Collecting legal info LICENSE: OK (sha256: 0717ca51fceaa25ac9e5ccc62e0c727dcf27796057201fb5fded56a25ff6ca28) doc/lgpl.txt: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) doc/gpl.txt: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> igmpproxy 0.3 Collecting legal info COPYING: OK (sha256: be3d05af93dbbc4650f8d641d8e1bec220af4a729e07ba71e949c25b93a1b4f6) GPL.txt: OK (sha256: c4f65d5d396ad518a37d30b83fe33897661858dc174ff64a15d0461630ce64e4) Stanford.txt: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> ipset 7.15 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcodec2 1.0.1 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libdeflate 1.12 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.10.2 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> minizip 3.0.6 Collecting legal info LICENSE: OK (sha256: 675181c03fc1302a1c8554c00f7be9bb420c5dbc9dcc2013433cec144413de03) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> 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-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> host-python-greenlet 1.1.2 Collecting legal info LICENSE: OK (sha256: 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979) LICENSE.PSF: OK (sha256: e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> host-rust-bin 1.62.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-linux-init 1.0.6.3 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> screenfetch 3.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> host-sentry-cli 1.59.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> sudo 1.9.11p2 Collecting legal info LICENSE.md: OK (sha256: cf3a83366f9aabfd76d693ce03843106fcaaf6c76dfa97610f7c0b719a06e6bb) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> tcpreplay 4.4.2 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> webp 1.2.4 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> host-cpio 2.13 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info 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: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-6/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot'