find /home/buildroot/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-400-g5645990b88"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkfs.erofs /home/buildroot/autobuild/instance-3/output-1/images/rootfs.erofs /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/target\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/erofs/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.5 Processing bin ... Processing bin/arch ... Processing bin/ash ... Processing bin/base32 ... Processing bin/base64 ... Processing bin/busybox ... Processing bin/cat ... Processing bin/chattr ... Processing bin/chgrp ... Processing bin/chmod ... Processing bin/chown ... Processing bin/compile_et ... Processing bin/cp ... Processing bin/cpio ... Processing bin/date ... Processing bin/dd ... Processing bin/df ... Processing bin/dmesg ... Processing bin/dnsdomainname ... Processing bin/dumpkmap ... Processing bin/echo ... Processing bin/egrep ... Processing bin/false ... Processing bin/fdflush ... Processing bin/fgrep ... Processing bin/getopt ... Processing bin/grep ... Processing bin/gunzip ... Processing bin/gzip ... Processing bin/hostname ... Processing bin/kill ... Processing bin/link ... Processing bin/linux32 ... Processing bin/linux64 ... Processing bin/ln ... Processing bin/login ... Processing bin/ls ... Processing bin/lsattr ... Processing bin/mk_cmds ... Processing bin/mkdir ... Processing bin/mknod ... Processing bin/mktemp ... Processing bin/more ... Processing bin/mount ... Processing bin/mountpoint ... Processing bin/mt ... Processing bin/mv ... Processing bin/netstat ... Processing bin/nice ... Processing bin/nuke ... Processing bin/pidof ... Processing bin/ping ... Processing bin/pipe_progress ... Processing bin/printenv ... Processing bin/ps ... Processing bin/pwd ... Processing bin/resume ... Processing bin/rm ... Processing bin/rmdir ... Processing bin/run-parts ... Processing bin/sed ... Processing bin/setarch ... Processing bin/setpriv ... Processing bin/setserial ... Processing bin/sh ... Processing bin/sleep ... Processing bin/stty ... Processing bin/su ... Processing bin/sync ... Processing bin/tar ... Processing bin/touch ... Processing bin/true ... Processing bin/umount ... Processing bin/uname ... Processing bin/usleep ... Processing bin/vi ... Processing bin/watch ... Processing bin/zcat ... Processing bin/zsh ... 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/at.deny ... Processing etc/fstab ... Processing etc/group ... Processing etc/ha.d ... Processing etc/ha.d/resource.d ... Processing etc/ha.d/resource.d/iprha ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/init.d ... Processing etc/init.d/S01syslogd ... Processing etc/init.d/S02klogd ... Processing etc/init.d/S02sysctl ... Processing etc/init.d/S21haveged ... Processing etc/init.d/S35iptables ... Processing etc/init.d/S49sshguard ... Processing etc/init.d/S65ptp4l ... Processing etc/init.d/S66phc2sys ... Processing etc/init.d/S99at ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/inittab ... Processing etc/inputrc ... Processing etc/iptables.conf ... Processing etc/irssi.conf ... Processing etc/issue ... Processing etc/lftp.conf ... Processing etc/libnl ... Processing etc/libnl/classid ... Processing etc/libnl/pktloc ... Processing etc/linuxptp.cfg ... Processing etc/log4crc.sample ... Processing etc/mc ... Processing etc/mc/edit.indent.rc ... Processing etc/mc/filehighlight.ini ... Processing etc/mc/mc.default.keymap ... Processing etc/mc/mc.emacs.keymap ... Processing etc/mc/mc.ext ... Processing etc/mc/mc.keymap ... Processing etc/mc/mc.menu ... Processing etc/mc/mcedit.menu ... Processing etc/mc/sfs.ini ... Processing etc/mke2fs.conf ... Processing etc/mtab ... Processing etc/network ... Processing etc/network/if-down.d ... Processing etc/network/if-post-down.d ... Processing etc/network/if-pre-up.d ... Processing etc/network/if-up.d ... Processing etc/nut.conf.sample ... Processing etc/os-release ... Processing etc/passwd ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/resolv.conf ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/sshguard.conf ... Processing etc/ssl ... Processing etc/ssl/certs ... Processing etc/ssl/ct_log_list.cnf ... Processing etc/ssl/ct_log_list.cnf.dist ... Processing etc/ssl/misc ... Processing etc/ssl/misc/tsget.pl ... Processing etc/ssl/openssl.cnf ... Processing etc/ssl/openssl.cnf.dist ... Processing etc/ssl/private ... Processing etc/ups.conf.sample ... Processing etc/upsd.conf.sample ... Processing etc/upsd.users.sample ... Processing etc/upsmon.conf.sample ... Processing etc/upssched.conf.sample ... Processing lib ... Processing lib/firmware ... Processing lib/firmware/b43 ... Processing lib/firmware/b43/a0g0bsinitvals5.fw ... Processing lib/firmware/b43/a0g0bsinitvals9.fw ... Processing lib/firmware/b43/a0g0initvals5.fw ... Processing lib/firmware/b43/a0g0initvals9.fw ... Processing lib/firmware/b43/a0g1bsinitvals13.fw ... Processing lib/firmware/b43/a0g1bsinitvals5.fw ... Processing lib/firmware/b43/a0g1bsinitvals9.fw ... Processing lib/firmware/b43/a0g1initvals13.fw ... Processing lib/firmware/b43/a0g1initvals5.fw ... Processing lib/firmware/b43/a0g1initvals9.fw ... Processing lib/firmware/b43/b0g0bsinitvals13.fw ... Processing lib/firmware/b43/b0g0bsinitvals5.fw ... Processing lib/firmware/b43/b0g0bsinitvals9.fw ... Processing lib/firmware/b43/b0g0initvals13.fw ... Processing lib/firmware/b43/b0g0initvals5.fw ... Processing lib/firmware/b43/b0g0initvals9.fw ... Processing lib/firmware/b43/ht0bsinitvals26.fw ... Processing lib/firmware/b43/ht0bsinitvals29.fw ... Processing lib/firmware/b43/ht0initvals26.fw ... Processing lib/firmware/b43/ht0initvals29.fw ... Processing lib/firmware/b43/lcn0bsinitvals24.fw ... Processing lib/firmware/b43/lcn0bsinitvals25.fw ... Processing lib/firmware/b43/lcn0bsinitvals26.fw ... Processing lib/firmware/b43/lcn0initvals24.fw ... Processing lib/firmware/b43/lcn0initvals25.fw ... Processing lib/firmware/b43/lcn0initvals26.fw ... Processing lib/firmware/b43/lcn1bsinitvals24.fw ... Processing lib/firmware/b43/lcn1bsinitvals25.fw ... Processing lib/firmware/b43/lcn1bsinitvals26.fw ... Processing lib/firmware/b43/lcn1initvals24.fw ... Processing lib/firmware/b43/lcn1initvals25.fw ... Processing lib/firmware/b43/lcn1initvals26.fw ... Processing lib/firmware/b43/lcn2bsinitvals24.fw ... Processing lib/firmware/b43/lcn2bsinitvals25.fw ... Processing lib/firmware/b43/lcn2bsinitvals26.fw ... Processing lib/firmware/b43/lcn2initvals24.fw ... Processing lib/firmware/b43/lcn2initvals25.fw ... Processing lib/firmware/b43/lcn2initvals26.fw ... Processing lib/firmware/b43/lcn400bsinitvals33.fw ... Processing lib/firmware/b43/lcn400initvals33.fw ... Processing lib/firmware/b43/lp0bsinitvals13.fw ... Processing lib/firmware/b43/lp0bsinitvals14.fw ... Processing lib/firmware/b43/lp0bsinitvals15.fw ... Processing lib/firmware/b43/lp0bsinitvals16.fw ... Processing lib/firmware/b43/lp0initvals13.fw ... Processing lib/firmware/b43/lp0initvals14.fw ... Processing lib/firmware/b43/lp0initvals15.fw ... Processing lib/firmware/b43/lp0initvals16.fw ... Processing lib/firmware/b43/lp1bsinitvals20.fw ... Processing lib/firmware/b43/lp1bsinitvals22.fw ... Processing lib/firmware/b43/lp1initvals20.fw ... Processing lib/firmware/b43/lp1initvals22.fw ... Processing lib/firmware/b43/lp2bsinitvals19.fw ... Processing lib/firmware/b43/lp2initvals19.fw ... Processing lib/firmware/b43/n0absinitvals11.fw ... Processing lib/firmware/b43/n0bsinitvals11.fw ... Processing lib/firmware/b43/n0bsinitvals16.fw ... Processing lib/firmware/b43/n0bsinitvals17.fw ... Processing lib/firmware/b43/n0bsinitvals22.fw ... Processing lib/firmware/b43/n0bsinitvals24.fw ... Processing lib/firmware/b43/n0bsinitvals25.fw ... Processing lib/firmware/b43/n0initvals11.fw ... Processing lib/firmware/b43/n0initvals16.fw ... Processing lib/firmware/b43/n0initvals17.fw ... Processing lib/firmware/b43/n0initvals22.fw ... Processing lib/firmware/b43/n0initvals24.fw ... Processing lib/firmware/b43/n0initvals25.fw ... Processing lib/firmware/b43/n16bsinitvals30.fw ... Processing lib/firmware/b43/n16initvals30.fw ... Processing lib/firmware/b43/n18bsinitvals32.fw ... Processing lib/firmware/b43/n18initvals32.fw ... Processing lib/firmware/b43/n1bsinitvals20.fw ... Processing lib/firmware/b43/n1initvals20.fw ... Processing lib/firmware/b43/n2bsinitvals19.fw ... Processing lib/firmware/b43/n2initvals19.fw ... Processing lib/firmware/b43/pcm5.fw ... Processing lib/firmware/b43/sslpn0bsinitvals16.fw ... Processing lib/firmware/b43/sslpn0initvals16.fw ... Processing lib/firmware/b43/sslpn1bsinitvals20.fw ... Processing lib/firmware/b43/sslpn1bsinitvals27.fw ... Processing lib/firmware/b43/sslpn1initvals20.fw ... Processing lib/firmware/b43/sslpn1initvals27.fw ... Processing lib/firmware/b43/sslpn2bsinitvals19.fw ... Processing lib/firmware/b43/sslpn2initvals19.fw ... Processing lib/firmware/b43/sslpn3bsinitvals21.fw ... Processing lib/firmware/b43/sslpn3initvals21.fw ... Processing lib/firmware/b43/sslpn4bsinitvals22.fw ... Processing lib/firmware/b43/sslpn4initvals22.fw ... Processing lib/firmware/b43/ucode11.fw ... Processing lib/firmware/b43/ucode13.fw ... Processing lib/firmware/b43/ucode14.fw ... Processing lib/firmware/b43/ucode15.fw ... Processing lib/firmware/b43/ucode16_lp.fw ... Processing lib/firmware/b43/ucode16_mimo.fw ... Processing lib/firmware/b43/ucode16_sslpn.fw ... Processing lib/firmware/b43/ucode16_sslpn_nobt.fw ... Processing lib/firmware/b43/ucode17_mimo.fw ... Processing lib/firmware/b43/ucode19_sslpn.fw ... Processing lib/firmware/b43/ucode19_sslpn_nobt.fw ... Processing lib/firmware/b43/ucode20_sslpn.fw ... Processing lib/firmware/b43/ucode20_sslpn_nobt.fw ... Processing lib/firmware/b43/ucode21_sslpn.fw ... Processing lib/firmware/b43/ucode21_sslpn_nobt.fw ... Processing lib/firmware/b43/ucode22_mimo.fw ... Processing lib/firmware/b43/ucode22_sslpn.fw ... Processing lib/firmware/b43/ucode24_lcn.fw ... Processing lib/firmware/b43/ucode24_mimo.fw ... Processing lib/firmware/b43/ucode25_lcn.fw ... Processing lib/firmware/b43/ucode25_mimo.fw ... Processing lib/firmware/b43/ucode26_mimo.fw ... Processing lib/firmware/b43/ucode27_sslpn.fw ... Processing lib/firmware/b43/ucode29_mimo.fw ... Processing lib/firmware/b43/ucode30_mimo.fw ... Processing lib/firmware/b43/ucode32_mimo.fw ... Processing lib/firmware/b43/ucode33_lcn40.fw ... Processing lib/firmware/b43/ucode5.fw ... Processing lib/firmware/b43/ucode9.fw ... Processing lib/udev ... Processing lib/udev/rules.d ... Processing lib/udev/rules.d/60-openobex.rules ... Processing lib32 ... Processing linuxrc ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing sbin/arp ... Processing sbin/badblocks ... Processing sbin/blkid ... Processing sbin/devmem ... Processing sbin/dumpe2fs ... Processing sbin/e2freefrag ... Processing sbin/e2fsck ... Processing sbin/e2label ... Processing sbin/e2mmpstatus ... Processing sbin/e2undo ... Processing sbin/e4crypt ... Processing sbin/fdisk ... Processing sbin/filefrag ... Processing sbin/freeramdisk ... Processing sbin/fsck ... Processing sbin/fsck.cramfs ... Processing sbin/fsck.ext2 ... Processing sbin/fsck.ext3 ... Processing sbin/fsck.ext4 ... Processing sbin/fstrim ... Processing sbin/getty ... Processing sbin/halt ... Processing sbin/hdparm ... Processing sbin/hwclock ... Processing sbin/ifconfig ... Processing sbin/ifdown ... Processing sbin/ifup ... Processing sbin/init ... Processing sbin/insmod ... Processing sbin/ip ... Processing sbin/ipaddr ... Processing sbin/iplink ... Processing sbin/ipneigh ... Processing sbin/iproute ... Processing sbin/iprule ... Processing sbin/iptunnel ... Processing sbin/klogd ... Processing sbin/loadkmap ... Processing sbin/logsave ... Processing sbin/losetup ... Processing sbin/lsmod ... Processing sbin/makedevs ... Processing sbin/mdev ... Processing sbin/mkdosfs ... Processing sbin/mke2fs ... Processing sbin/mkfs.cramfs ... Processing sbin/mkfs.ext2 ... Processing sbin/mkfs.ext3 ... Processing sbin/mkfs.ext4 ... Processing sbin/mklost+found ... Processing sbin/mkswap ... Processing sbin/modprobe ... Processing sbin/mount.cifs ... Processing sbin/mount.smb3 ... Processing sbin/nameif ... Processing sbin/pivot_root ... Processing sbin/poweroff ... Processing sbin/reboot ... Processing sbin/rmmod ... Processing sbin/route ... Processing sbin/run-init ... Processing sbin/runlevel ... Processing sbin/setconsole ... Processing sbin/start-stop-daemon ... Processing sbin/sulogin ... Processing sbin/swapoff ... Processing sbin/swapon ... Processing sbin/switch_root ... Processing sbin/sysctl ... Processing sbin/syslogd ... Processing sbin/tc ... Processing sbin/tune2fs ... Processing sbin/udhcpc ... Processing sbin/uevent ... Processing sbin/vconfig ... Processing sbin/watchdog ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/[ ... Processing usr/bin/[[ ... Processing usr/bin/al175 ... Processing usr/bin/apcsmart ... Processing usr/bin/apcsmart-old ... Processing usr/bin/apcupsd-ups ... Processing usr/bin/ar ... Processing usr/bin/ascii ... Processing usr/bin/at ... Processing usr/bin/atq ... Processing usr/bin/atrm ... Processing usr/bin/awk ... Processing usr/bin/basename ... Processing usr/bin/batch ... Processing usr/bin/bc ... Processing usr/bin/bcmxcp ... Processing usr/bin/belkin ... Processing usr/bin/belkinunv ... Processing usr/bin/bestfcom ... Processing usr/bin/bestfortress ... Processing usr/bin/bestuferrups ... Processing usr/bin/bestups ... Processing usr/bin/blazer_ser ... Processing usr/bin/brotli ... Processing usr/bin/btrfs-convert.static ... Processing usr/bin/btrfs-corrupt-block.static ... Processing usr/bin/btrfs-find-root.static ... Processing usr/bin/btrfs-image.static ... Processing usr/bin/btrfs-map-logical.static ... Processing usr/bin/btrfs-select-super.static ... Processing usr/bin/btrfs.static ... Processing usr/bin/btrfsck.static ... Processing usr/bin/btrfstune.static ... Processing usr/bin/bunzip2 ... Processing usr/bin/bzcat ... Processing usr/bin/bzcmp ... Processing usr/bin/bzdiff ... Processing usr/bin/bzegrep ... Processing usr/bin/bzfgrep ... Processing usr/bin/bzgrep ... Processing usr/bin/bzip2 ... Processing usr/bin/bzip2recover ... Processing usr/bin/bzless ... Processing usr/bin/bzmore ... Processing usr/bin/chrt ... Processing usr/bin/chvt ... Processing usr/bin/cksum ... Processing usr/bin/clear ... Processing usr/bin/clone ... Processing usr/bin/clone-outlet ... Processing usr/bin/cmp ... Processing usr/bin/copydatabase ... Processing usr/bin/corkscrew ... Processing usr/bin/crc32 ... Processing usr/bin/crontab ... Processing usr/bin/curve_keygen ... Processing usr/bin/cut ... Processing usr/bin/dc ... Processing usr/bin/deallocvt ... Processing usr/bin/dfu-prefix ... Processing usr/bin/dfu-suffix ... Processing usr/bin/dfu-util ... Processing usr/bin/diff ... Processing usr/bin/dirname ... Processing usr/bin/dos2unix ... Processing usr/bin/du ... Processing usr/bin/dummy-ups ... Processing usr/bin/eject ... Processing usr/bin/env ... Processing usr/bin/etapro ... Processing usr/bin/everups ... Processing usr/bin/expr ... Processing usr/bin/factor ... Processing usr/bin/fallocate ... Processing usr/bin/filemq_client ... Processing usr/bin/filemq_server ... Processing usr/bin/find ... Processing usr/bin/flatc ... Processing usr/bin/flock ... Processing usr/bin/fm ... Processing usr/bin/fmscan ... Processing usr/bin/fold ... Processing usr/bin/free ... Processing usr/bin/fuser ... Processing usr/bin/gamatronic ... Processing usr/bin/gapplication ... Processing usr/bin/gdbus ... Processing usr/bin/genericups ... Processing usr/bin/gio ... Processing usr/bin/gio-querymodules ... Processing usr/bin/gresource ... Processing usr/bin/gsettings ... Processing usr/bin/gupnp-binding-tool-1.2 ... Processing usr/bin/head ... Processing usr/bin/hexdump ... Processing usr/bin/hexedit ... Processing usr/bin/hostid ... Processing usr/bin/id ... Processing usr/bin/idn2 ... Processing usr/bin/install ... Processing usr/bin/ipcrm ... Processing usr/bin/ipcs ... Processing usr/bin/iptables-xml ... Processing usr/bin/irssi ... Processing usr/bin/isbmex ... Processing usr/bin/ivtscd ... Processing usr/bin/jhead ... Processing usr/bin/killall ... Processing usr/bin/last ... Processing usr/bin/lastb ... Processing usr/bin/ldns-config ... Processing usr/bin/less ... Processing usr/bin/lftp ... Processing usr/bin/lftpget ... Processing usr/bin/liebert ... Processing usr/bin/liebert-esp2 ... Processing usr/bin/line ... Processing usr/bin/logger ... Processing usr/bin/logname ... Processing usr/bin/lrunzip ... Processing usr/bin/lrz ... Processing usr/bin/lrzcat ... Processing usr/bin/lrzip ... Processing usr/bin/lrztar ... Processing usr/bin/lrzuntar ... Processing usr/bin/lsmem ... Processing usr/bin/lsof ... Processing usr/bin/lspci ... Processing usr/bin/lsscsi ... Processing usr/bin/lsusb ... Processing usr/bin/lzcat ... Processing usr/bin/lzma ... Processing usr/bin/lzopcat ... Processing usr/bin/masterguard ... Processing usr/bin/mc ... Processing usr/bin/mcdiff ... Processing usr/bin/mcedit ... Processing usr/bin/mcview ... Processing usr/bin/md5sum ... Processing usr/bin/mesg ... Processing usr/bin/metasys ... Processing usr/bin/mfoc ... Processing usr/bin/mge-shut ... Processing usr/bin/mge-utalk ... Processing usr/bin/microcom ... Processing usr/bin/microdowell ... Processing usr/bin/mifare-classic-format ... Processing usr/bin/mifare-classic-read-ndef ... Processing usr/bin/mifare-classic-write-ndef ... Processing usr/bin/mifare-desfire-access ... Processing usr/bin/mifare-desfire-create-ndef ... Processing usr/bin/mifare-desfire-ev1-configure-ats ... Processing usr/bin/mifare-desfire-ev1-configure-default-key ... Processing usr/bin/mifare-desfire-ev1-configure-random-uid ... Processing usr/bin/mifare-desfire-format ... Processing usr/bin/mifare-desfire-info ... Processing usr/bin/mifare-desfire-read-ndef ... Processing usr/bin/mifare-desfire-write-ndef ... Processing usr/bin/mifare-ultralight-info ... Processing usr/bin/mimic ... Processing usr/bin/mimic_cmu_time_awb ... Processing usr/bin/mimic_cmu_us_awb ... Processing usr/bin/mimic_cmu_us_kal ... Processing usr/bin/mimic_cmu_us_kal16 ... Processing usr/bin/mimic_cmu_us_rms ... Processing usr/bin/mimic_cmu_us_slt ... Processing usr/bin/mimic_time ... Processing usr/bin/mimic_vid_gb_ap ... Processing usr/bin/mkfifo ... Processing usr/bin/mkfs.btrfs.static ... Processing usr/bin/mkpasswd ... Processing usr/bin/nfc-barcode ... Processing usr/bin/nfc-emulate-forum-tag4 ... Processing usr/bin/nfc-jewel ... Processing usr/bin/nfc-list ... Processing usr/bin/nfc-mfclassic ... Processing usr/bin/nfc-mfultralight ... Processing usr/bin/nfc-read-forum-tag3 ... Processing usr/bin/nfc-relay-picc ... Processing usr/bin/nfc-scan-device ... Processing usr/bin/nl ... Processing usr/bin/nohup ... Processing usr/bin/nproc ... Processing usr/bin/npth-config ... Processing usr/bin/nslookup ... Processing usr/bin/nutdrv_qx ... Processing usr/bin/nutdrv_siemens-sitop ... Processing usr/bin/od ... Processing usr/bin/oneac ... Processing usr/bin/opentyrian ... Processing usr/bin/openvt ... Processing usr/bin/optiups ... Processing usr/bin/passwd ... Processing usr/bin/paste ... Processing usr/bin/patch ... Processing usr/bin/pcregrep ... Processing usr/bin/pcretest ... Processing usr/bin/powercom ... Processing usr/bin/powerpanel ... Processing usr/bin/printf ... Processing usr/bin/quest ... Processing usr/bin/raspi-gpio ... Processing usr/bin/readlink ... Processing usr/bin/realpath ... Processing usr/bin/renice ... Processing usr/bin/reset ... Processing usr/bin/resize ... Processing usr/bin/rhino ... Processing usr/bin/riello_ser ... Processing usr/bin/safenet ... Processing usr/bin/seq ... Processing usr/bin/setfattr ... Processing usr/bin/setkeycodes ... Processing usr/bin/setpci ... Processing usr/bin/setsid ... Processing usr/bin/sha1sum ... Processing usr/bin/sha256sum ... Processing usr/bin/sha3sum ... Processing usr/bin/sha512sum ... Processing usr/bin/shred ... Processing usr/bin/simpleexpand ... Processing usr/bin/simpleindex ... Processing usr/bin/simplesearch ... Processing usr/bin/skel ... Processing usr/bin/solis ... Processing usr/bin/sort ... Processing usr/bin/sqlite3 ... Processing usr/bin/stress-ng ... Processing usr/bin/strings ... Processing usr/bin/svc ... Processing usr/bin/svok ... Processing usr/bin/systool ... Processing usr/bin/tail ... Processing usr/bin/tee ... Processing usr/bin/telnet ... Processing usr/bin/test ... Processing usr/bin/tftp ... Processing usr/bin/time ... Processing usr/bin/top ... Processing usr/bin/tr ... Processing usr/bin/traceroute ... Processing usr/bin/tripplite ... Processing usr/bin/tripplitesu ... Processing usr/bin/truncate ... Processing usr/bin/ts ... Processing usr/bin/tty ... Processing usr/bin/uniq ... Processing usr/bin/unix2dos ... Processing usr/bin/unlink ... Processing usr/bin/unlzma ... Processing usr/bin/unlzop ... Processing usr/bin/unxz ... Processing usr/bin/unzip ... Processing usr/bin/unzstd ... Processing usr/bin/update-pciids ... Processing usr/bin/upsc ... Processing usr/bin/upscmd ... Processing usr/bin/upscode2 ... Processing usr/bin/upslog ... Processing usr/bin/upsrw ... Processing usr/bin/upssched-cmd ... Processing usr/bin/uptime ... Processing usr/bin/uudecode ... Processing usr/bin/uuencode ... Processing usr/bin/victronups ... Processing usr/bin/vlock ... Processing usr/bin/w ... Processing usr/bin/wc ... Processing usr/bin/wget ... Processing usr/bin/which ... Processing usr/bin/who ... Processing usr/bin/whoami ... Processing usr/bin/xapian-check ... Processing usr/bin/xapian-compact ... Processing usr/bin/xapian-config ... Processing usr/bin/xapian-delve ... Processing usr/bin/xapian-metadata ... Processing usr/bin/xapian-pos ... Processing usr/bin/xapian-progsrv ... Processing usr/bin/xapian-replicate ... Processing usr/bin/xapian-replicate-server ... Processing usr/bin/xapian-tcpsrv ... Processing usr/bin/xargs ... Processing usr/bin/xmlcatalog ... Processing usr/bin/xmllint ... Processing usr/bin/xxd ... Processing usr/bin/xz ... Processing usr/bin/xzcat ... Processing usr/bin/yes ... Processing usr/bin/zmakecert ... Processing usr/bin/zstd ... Processing usr/bin/zstdcat ... Processing usr/bin/zstdgrep ... Processing usr/bin/zstdless ... Processing usr/bin/zstdmt ... Processing usr/lib ... Processing usr/lib/atkmm-2.36 ... Processing usr/lib/atkmm-2.36/include ... Processing usr/lib/atkmm-2.36/include/atkmmconfig.h ... Processing usr/lib/atkmm-2.36/proc ... Processing usr/lib/atkmm-2.36/proc/m4 ... Processing usr/lib/atkmm-2.36/proc/m4/convert.m4 ... Processing usr/lib/atkmm-2.36/proc/m4/convert_atk.m4 ... Processing usr/lib/charset.alias ... Processing usr/lib/giomm-2.68 ... Processing usr/lib/giomm-2.68/include ... Processing usr/lib/giomm-2.68/include/giommconfig.h ... Processing usr/lib/glibmm-2.68 ... Processing usr/lib/glibmm-2.68/include ... Processing usr/lib/glibmm-2.68/include/glibmmconfig.h ... Processing usr/lib/glibmm-2.68/proc ... Processing usr/lib/glibmm-2.68/proc/generate_wrap_init.pl ... Processing usr/lib/glibmm-2.68/proc/gmmproc ... Processing usr/lib/glibmm-2.68/proc/m4 ... Processing usr/lib/glibmm-2.68/proc/m4/base.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/class_boxedtype.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/class_boxedtype_static.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/class_generic.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/class_gobject.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/class_interface.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/class_opaque_copyable.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/class_opaque_refcounted.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/class_shared.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/compare.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/convert.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/convert_base.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/convert_gio.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/convert_glib.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/convert_glibmm.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/ctor.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/doc.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/enum.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/gerror.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/initialize.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/initialize_base.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/initialize_gio.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/initialize_glib.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/initialize_glibmm.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/member.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/method.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/property.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/signal.m4 ... Processing usr/lib/glibmm-2.68/proc/m4/vfunc.m4 ... Processing usr/lib/glibmm-2.68/proc/pm ... Processing usr/lib/glibmm-2.68/proc/pm/DocsParser.pm ... Processing usr/lib/glibmm-2.68/proc/pm/Enum.pm ... Processing usr/lib/glibmm-2.68/proc/pm/Function.pm ... Processing usr/lib/glibmm-2.68/proc/pm/FunctionBase.pm ... Processing usr/lib/glibmm-2.68/proc/pm/GtkDefs.pm ... Processing usr/lib/glibmm-2.68/proc/pm/Object.pm ... Processing usr/lib/glibmm-2.68/proc/pm/Output.pm ... Processing usr/lib/glibmm-2.68/proc/pm/Property.pm ... Processing usr/lib/glibmm-2.68/proc/pm/Util.pm ... Processing usr/lib/glibmm-2.68/proc/pm/WrapParser.pm ... Processing usr/lib/os-release ... Processing usr/lib/sigc++-3.0 ... Processing usr/lib/sigc++-3.0/include ... Processing usr/lib/sigc++-3.0/include/sigc++config.h ... Processing usr/lib/systemd ... Processing usr/lib/systemd/system ... Processing usr/lib/systemd/system/iprdump.service ... Processing usr/lib/systemd/system/iprinit.service ... Processing usr/lib/systemd/system/iprupdate.service ... Processing usr/lib/systemd/system/iprutils.target ... Processing usr/lib/terminfo ... Processing usr/lib/udev ... Processing usr/lib/udev/rules.d ... Processing usr/lib/udev/rules.d/90-iprutils.rules ... Processing usr/lib/xtables ... Processing usr/lib32 ... Processing usr/libexec ... 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/mc ... Processing usr/libexec/mc/cons.saver ... Processing usr/libexec/mc/ext.d ... Processing usr/libexec/mc/ext.d/archive.sh ... Processing usr/libexec/mc/ext.d/doc.sh ... Processing usr/libexec/mc/ext.d/image.sh ... Processing usr/libexec/mc/ext.d/misc.sh ... Processing usr/libexec/mc/ext.d/package.sh ... Processing usr/libexec/mc/ext.d/sound.sh ... Processing usr/libexec/mc/ext.d/text.sh ... Processing usr/libexec/mc/ext.d/video.sh ... Processing usr/libexec/mc/ext.d/web.sh ... Processing usr/libexec/mc/extfs.d ... Processing usr/libexec/mc/extfs.d/README ... Processing usr/libexec/mc/extfs.d/README.extfs ... Processing usr/libexec/mc/extfs.d/a+ ... Processing usr/libexec/mc/extfs.d/apt+ ... Processing usr/libexec/mc/extfs.d/audio ... Processing usr/libexec/mc/extfs.d/bpp ... Processing usr/libexec/mc/extfs.d/changesetfs ... Processing usr/libexec/mc/extfs.d/deb ... Processing usr/libexec/mc/extfs.d/deba ... Processing usr/libexec/mc/extfs.d/debd ... Processing usr/libexec/mc/extfs.d/dpkg+ ... Processing usr/libexec/mc/extfs.d/gitfs+ ... Processing usr/libexec/mc/extfs.d/hp48+ ... Processing usr/libexec/mc/extfs.d/iso9660 ... Processing usr/libexec/mc/extfs.d/lslR ... Processing usr/libexec/mc/extfs.d/mailfs ... Processing usr/libexec/mc/extfs.d/patchfs ... Processing usr/libexec/mc/extfs.d/patchsetfs ... Processing usr/libexec/mc/extfs.d/rpm ... Processing usr/libexec/mc/extfs.d/rpms+ ... Processing usr/libexec/mc/extfs.d/s3+ ... Processing usr/libexec/mc/extfs.d/trpm ... Processing usr/libexec/mc/extfs.d/u7z ... Processing usr/libexec/mc/extfs.d/uace ... Processing usr/libexec/mc/extfs.d/ualz ... Processing usr/libexec/mc/extfs.d/uar ... Processing usr/libexec/mc/extfs.d/uarc ... Processing usr/libexec/mc/extfs.d/uarj ... Processing usr/libexec/mc/extfs.d/uc1541 ... Processing usr/libexec/mc/extfs.d/ucab ... Processing usr/libexec/mc/extfs.d/uha ... Processing usr/libexec/mc/extfs.d/ulha ... Processing usr/libexec/mc/extfs.d/ulib ... Processing usr/libexec/mc/extfs.d/unar ... Processing usr/libexec/mc/extfs.d/urar ... Processing usr/libexec/mc/extfs.d/uwim ... Processing usr/libexec/mc/extfs.d/uzip ... Processing usr/libexec/mc/extfs.d/uzoo ... Processing usr/libexec/mc/fish ... Processing usr/libexec/mc/fish/README.fish ... Processing usr/libexec/mc/fish/append ... Processing usr/libexec/mc/fish/chmod ... Processing usr/libexec/mc/fish/chown ... Processing usr/libexec/mc/fish/fexists ... Processing usr/libexec/mc/fish/get ... Processing usr/libexec/mc/fish/hardlink ... Processing usr/libexec/mc/fish/info ... Processing usr/libexec/mc/fish/ln ... Processing usr/libexec/mc/fish/ls ... Processing usr/libexec/mc/fish/mkdir ... Processing usr/libexec/mc/fish/mv ... Processing usr/libexec/mc/fish/rmdir ... Processing usr/libexec/mc/fish/send ... Processing usr/libexec/mc/fish/unlink ... Processing usr/libexec/mc/fish/utime ... Processing usr/libexec/mc/mc-wrapper.csh ... Processing usr/libexec/mc/mc-wrapper.sh ... Processing usr/libexec/mc/mc.csh ... Processing usr/libexec/mc/mc.sh ... Processing usr/libexec/rmt ... Processing usr/libexec/sshg-blocker ... Processing usr/libexec/sshg-fw-firewalld ... Processing usr/libexec/sshg-fw-hosts ... Processing usr/libexec/sshg-fw-ipfilter ... Processing usr/libexec/sshg-fw-ipfw ... Processing usr/libexec/sshg-fw-ipset ... Processing usr/libexec/sshg-fw-iptables ... Processing usr/libexec/sshg-fw-nft-sets ... Processing usr/libexec/sshg-fw-null ... Processing usr/libexec/sshg-fw-pf ... Processing usr/libexec/sshg-logtail ... Processing usr/libexec/sshg-parser ... Processing usr/sbin ... Processing usr/sbin/addgroup ... Processing usr/sbin/adduser ... Processing usr/sbin/arping ... Processing usr/sbin/atd ... Processing usr/sbin/atrun ... Processing usr/sbin/batctl ... 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/fdformat ... Processing usr/sbin/fsfreeze ... Processing usr/sbin/haveged ... Processing usr/sbin/hwstamp_ctl ... Processing usr/sbin/i2cdetect ... Processing usr/sbin/i2cdump ... Processing usr/sbin/i2cget ... Processing usr/sbin/i2cset ... Processing usr/sbin/i2ctransfer ... Processing usr/sbin/iftop ... Processing usr/sbin/inetd ... Processing usr/sbin/ip6tables ... Processing usr/sbin/ip6tables-apply ... Processing usr/sbin/ip6tables-legacy ... Processing usr/sbin/ip6tables-legacy-restore ... Processing usr/sbin/ip6tables-legacy-save ... Processing usr/sbin/ip6tables-restore ... Processing usr/sbin/ip6tables-save ... Processing usr/sbin/iprconfig ... Processing usr/sbin/iprdbg ... Processing usr/sbin/iprdump ... Processing usr/sbin/iprinit ... Processing usr/sbin/iprsos ... Processing usr/sbin/iprupdate ... Processing usr/sbin/iptables ... Processing usr/sbin/iptables-apply ... Processing usr/sbin/iptables-legacy ... Processing usr/sbin/iptables-legacy-restore ... Processing usr/sbin/iptables-legacy-save ... Processing usr/sbin/iptables-restore ... Processing usr/sbin/iptables-save ... Processing usr/sbin/killall5 ... Processing usr/sbin/latencytop ... Processing usr/sbin/loadfont ... Processing usr/sbin/mim ... Processing usr/sbin/nfnl_osf ... Processing usr/sbin/nologin ... Processing usr/sbin/nsm ... Processing usr/sbin/obex-check-device ... Processing usr/sbin/odhcp6c ... Processing usr/sbin/odhcp6c-update ... Processing usr/sbin/parted ... Processing usr/sbin/partprobe ... Processing usr/sbin/phc2sys ... Processing usr/sbin/phc_ctl ... Processing usr/sbin/pmc ... Processing usr/sbin/ptp4l ... Processing usr/sbin/rdate ... Processing usr/sbin/readprofile ... Processing usr/sbin/setlogcons ... Processing usr/sbin/sshguard ... Processing usr/sbin/timemaster ... Processing usr/sbin/ts2phc ... Processing usr/sbin/ubirename ... Processing usr/sbin/upsd ... Processing usr/sbin/upsdrvctl ... Processing usr/sbin/upsmon ... Processing usr/sbin/upssched ... Processing usr/sbin/xtables-legacy-multi ... Processing usr/share ... Processing usr/share/applications ... Processing usr/share/applications/lftp.desktop ... Processing usr/share/at ... Processing usr/share/at/batch-job ... Processing usr/share/cmdvartab ... Processing usr/share/driver.list ... Processing usr/share/et ... Processing usr/share/et/et_c.awk ... Processing usr/share/et/et_h.awk ... Processing usr/share/gettext ... Processing usr/share/gettext/its ... Processing usr/share/gettext/its/gschema.its ... Processing usr/share/gettext/its/gschema.loc ... Processing usr/share/glib-2.0 ... Processing usr/share/glib-2.0/schemas ... Processing usr/share/glib-2.0/valgrind ... Processing usr/share/glib-2.0/valgrind/glib.supp ... Processing usr/share/hiredis ... Processing usr/share/hiredis_ssl ... Processing usr/share/icons ... Processing usr/share/icons/hicolor ... Processing usr/share/icons/hicolor/48x48 ... Processing usr/share/icons/hicolor/48x48/apps ... Processing usr/share/icons/hicolor/48x48/apps/lftp-icon.png ... Processing usr/share/irssi ... Processing usr/share/irssi/help ... Processing usr/share/irssi/help/accept ... Processing usr/share/irssi/help/action ... Processing usr/share/irssi/help/admin ... Processing usr/share/irssi/help/alias ... Processing usr/share/irssi/help/away ... Processing usr/share/irssi/help/ban ... Processing usr/share/irssi/help/beep ... Processing usr/share/irssi/help/bind ... Processing usr/share/irssi/help/cat ... Processing usr/share/irssi/help/cd ... Processing usr/share/irssi/help/channel ... Processing usr/share/irssi/help/clear ... Processing usr/share/irssi/help/completion ... Processing usr/share/irssi/help/connect ... Processing usr/share/irssi/help/ctcp ... Processing usr/share/irssi/help/cycle ... Processing usr/share/irssi/help/dcc ... Processing usr/share/irssi/help/dehilight ... Processing usr/share/irssi/help/deop ... Processing usr/share/irssi/help/devoice ... Processing usr/share/irssi/help/die ... Processing usr/share/irssi/help/disconnect ... Processing usr/share/irssi/help/echo ... Processing usr/share/irssi/help/eval ... Processing usr/share/irssi/help/exec ... Processing usr/share/irssi/help/flushbuffer ... Processing usr/share/irssi/help/format ... Processing usr/share/irssi/help/hash ... Processing usr/share/irssi/help/help ... Processing usr/share/irssi/help/hilight ... Processing usr/share/irssi/help/ignore ... Processing usr/share/irssi/help/info ... Processing usr/share/irssi/help/invite ... Processing usr/share/irssi/help/irssiproxy ... Processing usr/share/irssi/help/ison ... Processing usr/share/irssi/help/join ... Processing usr/share/irssi/help/kick ... Processing usr/share/irssi/help/kickban ... Processing usr/share/irssi/help/kill ... Processing usr/share/irssi/help/knock ... Processing usr/share/irssi/help/knockout ... Processing usr/share/irssi/help/lastlog ... Processing usr/share/irssi/help/layout ... Processing usr/share/irssi/help/levels ... Processing usr/share/irssi/help/links ... Processing usr/share/irssi/help/list ... Processing usr/share/irssi/help/load ... Processing usr/share/irssi/help/log ... Processing usr/share/irssi/help/lusers ... Processing usr/share/irssi/help/map ... Processing usr/share/irssi/help/me ... Processing usr/share/irssi/help/mircdcc ... Processing usr/share/irssi/help/mode ... Processing usr/share/irssi/help/motd ... Processing usr/share/irssi/help/msg ... Processing usr/share/irssi/help/names ... Processing usr/share/irssi/help/nctcp ... Processing usr/share/irssi/help/netsplit ... Processing usr/share/irssi/help/network ... Processing usr/share/irssi/help/nick ... Processing usr/share/irssi/help/notice ... Processing usr/share/irssi/help/notify ... Processing usr/share/irssi/help/op ... Processing usr/share/irssi/help/oper ... Processing usr/share/irssi/help/otr ... Processing usr/share/irssi/help/part ... Processing usr/share/irssi/help/ping ... Processing usr/share/irssi/help/query ... Processing usr/share/irssi/help/quit ... Processing usr/share/irssi/help/quote ... Processing usr/share/irssi/help/rawlog ... Processing usr/share/irssi/help/recode ... Processing usr/share/irssi/help/reconnect ... Processing usr/share/irssi/help/rehash ... Processing usr/share/irssi/help/reload ... Processing usr/share/irssi/help/restart ... Processing usr/share/irssi/help/rmreconns ... Processing usr/share/irssi/help/rmrejoins ... Processing usr/share/irssi/help/save ... Processing usr/share/irssi/help/sconnect ... Processing usr/share/irssi/help/script ... Processing usr/share/irssi/help/scrollback ... Processing usr/share/irssi/help/server ... Processing usr/share/irssi/help/servlist ... Processing usr/share/irssi/help/set ... Processing usr/share/irssi/help/silence ... Processing usr/share/irssi/help/squery ... Processing usr/share/irssi/help/squit ... Processing usr/share/irssi/help/stats ... Processing usr/share/irssi/help/statusbar ... Processing usr/share/irssi/help/time ... Processing usr/share/irssi/help/toggle ... Processing usr/share/irssi/help/topic ... Processing usr/share/irssi/help/trace ... Processing usr/share/irssi/help/ts ... Processing usr/share/irssi/help/unalias ... Processing usr/share/irssi/help/unban ... Processing usr/share/irssi/help/unignore ... Processing usr/share/irssi/help/unload ... Processing usr/share/irssi/help/unnotify ... Processing usr/share/irssi/help/unquery ... Processing usr/share/irssi/help/unsilence ... Processing usr/share/irssi/help/upgrade ... Processing usr/share/irssi/help/uptime ... Processing usr/share/irssi/help/userhost ... Processing usr/share/irssi/help/ver ... Processing usr/share/irssi/help/version ... Processing usr/share/irssi/help/voice ... Processing usr/share/irssi/help/wait ... Processing usr/share/irssi/help/wall ... Processing usr/share/irssi/help/wallops ... Processing usr/share/irssi/help/who ... Processing usr/share/irssi/help/whois ... Processing usr/share/irssi/help/whowas ... Processing usr/share/irssi/help/window ... Processing usr/share/irssi/themes ... Processing usr/share/irssi/themes/colorless.theme ... Processing usr/share/irssi/themes/default.theme ... Processing usr/share/latencytop ... Processing usr/share/latencytop/global.png ... Processing usr/share/latencytop/kernel_thread.png ... Processing usr/share/latencytop/latencytop.trans ... Processing usr/share/latencytop/user_process.png ... Processing usr/share/lensfun ... Processing usr/share/lensfun/version_1 ... Processing usr/share/lensfun/version_1/6x6.xml ... Processing usr/share/lensfun/version_1/actioncams.xml ... Processing usr/share/lensfun/version_1/compact-canon.xml ... Processing usr/share/lensfun/version_1/compact-casio.xml ... Processing usr/share/lensfun/version_1/compact-fujifilm.xml ... Processing usr/share/lensfun/version_1/compact-kodak.xml ... Processing usr/share/lensfun/version_1/compact-konica-minolta.xml ... Processing usr/share/lensfun/version_1/compact-leica.xml ... Processing usr/share/lensfun/version_1/compact-nikon.xml ... Processing usr/share/lensfun/version_1/compact-olympus.xml ... Processing usr/share/lensfun/version_1/compact-panasonic.xml ... Processing usr/share/lensfun/version_1/compact-pentax.xml ... Processing usr/share/lensfun/version_1/compact-ricoh.xml ... Processing usr/share/lensfun/version_1/compact-samsung.xml ... Processing usr/share/lensfun/version_1/compact-sigma.xml ... Processing usr/share/lensfun/version_1/compact-sony.xml ... Processing usr/share/lensfun/version_1/contax.xml ... Processing usr/share/lensfun/version_1/generic.xml ... Processing usr/share/lensfun/version_1/mil-canon.xml ... Processing usr/share/lensfun/version_1/mil-fujifilm.xml ... Processing usr/share/lensfun/version_1/mil-nikon.xml ... Processing usr/share/lensfun/version_1/mil-olympus.xml ... Processing usr/share/lensfun/version_1/mil-panasonic.xml ... Processing usr/share/lensfun/version_1/mil-pentax.xml ... Processing usr/share/lensfun/version_1/mil-samsung.xml ... Processing usr/share/lensfun/version_1/mil-samyang.xml ... Processing usr/share/lensfun/version_1/mil-sigma.xml ... Processing usr/share/lensfun/version_1/mil-sony.xml ... Processing usr/share/lensfun/version_1/mil-tamron.xml ... Processing usr/share/lensfun/version_1/mil-zeiss.xml ... Processing usr/share/lensfun/version_1/misc.xml ... Processing usr/share/lensfun/version_1/rf-leica.xml ... Processing usr/share/lensfun/version_1/slr-canon.xml ... Processing usr/share/lensfun/version_1/slr-hasselblad.xml ... Processing usr/share/lensfun/version_1/slr-konica-minolta.xml ... Processing usr/share/lensfun/version_1/slr-leica.xml ... Processing usr/share/lensfun/version_1/slr-nikon.xml ... Processing usr/share/lensfun/version_1/slr-olympus.xml ... Processing usr/share/lensfun/version_1/slr-panasonic.xml ... Processing usr/share/lensfun/version_1/slr-pentax.xml ... Processing usr/share/lensfun/version_1/slr-ricoh.xml ... Processing usr/share/lensfun/version_1/slr-samsung.xml ... Processing usr/share/lensfun/version_1/slr-samyang.xml ... Processing usr/share/lensfun/version_1/slr-schneider.xml ... Processing usr/share/lensfun/version_1/slr-sigma.xml ... Processing usr/share/lensfun/version_1/slr-soligor.xml ... Processing usr/share/lensfun/version_1/slr-sony.xml ... Processing usr/share/lensfun/version_1/slr-tamron.xml ... Processing usr/share/lensfun/version_1/slr-tokina.xml ... Processing usr/share/lensfun/version_1/slr-ussr.xml ... Processing usr/share/lensfun/version_1/slr-vivitar.xml ... Processing usr/share/lensfun/version_1/slr-zeiss.xml ... Processing usr/share/lensfun/version_1/timestamp.txt ... Processing usr/share/locale ... Processing usr/share/locale/af ... Processing usr/share/locale/af/LC_MESSAGES ... Processing usr/share/locale/af/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/af/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/am ... Processing usr/share/locale/am/LC_MESSAGES ... Processing usr/share/locale/am/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/am/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/an ... Processing usr/share/locale/an/LC_MESSAGES ... Processing usr/share/locale/an/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/an/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/an/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ar ... Processing usr/share/locale/ar/LC_MESSAGES ... Processing usr/share/locale/ar/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ar/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/as ... Processing usr/share/locale/as/LC_MESSAGES ... Processing usr/share/locale/as/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/as/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/as/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ast ... Processing usr/share/locale/ast/LC_MESSAGES ... Processing usr/share/locale/ast/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ast/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/az ... Processing usr/share/locale/az/LC_MESSAGES ... Processing usr/share/locale/az/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/az/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/be ... Processing usr/share/locale/be/LC_MESSAGES ... Processing usr/share/locale/be/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/be/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/be/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/be@latin ... Processing usr/share/locale/be@latin/LC_MESSAGES ... Processing usr/share/locale/be@latin/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/be@latin/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bg ... Processing usr/share/locale/bg/LC_MESSAGES ... Processing usr/share/locale/bg/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/bg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bg/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/bn ... Processing usr/share/locale/bn/LC_MESSAGES ... Processing usr/share/locale/bn/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/bn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bn_IN ... Processing usr/share/locale/bn_IN/LC_MESSAGES ... Processing usr/share/locale/bn_IN/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bn_IN/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/bs ... Processing usr/share/locale/bs/LC_MESSAGES ... Processing usr/share/locale/bs/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/bs/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bs/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ca ... Processing usr/share/locale/ca/LC_MESSAGES ... Processing usr/share/locale/ca/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ca/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ca/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ca@valencia ... Processing usr/share/locale/ca@valencia/LC_MESSAGES ... Processing usr/share/locale/ca@valencia/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ckb ... Processing usr/share/locale/ckb/LC_MESSAGES ... Processing usr/share/locale/ckb/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/cs ... Processing usr/share/locale/cs/LC_MESSAGES ... Processing usr/share/locale/cs/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/cs/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/cs/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/cy ... Processing usr/share/locale/cy/LC_MESSAGES ... Processing usr/share/locale/cy/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/cy/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/da ... Processing usr/share/locale/da/LC_MESSAGES ... Processing usr/share/locale/da/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/da/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/da/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/de ... Processing usr/share/locale/de/LC_MESSAGES ... Processing usr/share/locale/de/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/de/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/de/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/dz ... Processing usr/share/locale/dz/LC_MESSAGES ... Processing usr/share/locale/dz/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/dz/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/el ... Processing usr/share/locale/el/LC_MESSAGES ... Processing usr/share/locale/el/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/el/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/el/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/en@shaw ... Processing usr/share/locale/en@shaw/LC_MESSAGES ... Processing usr/share/locale/en@shaw/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_CA ... Processing usr/share/locale/en_CA/LC_MESSAGES ... Processing usr/share/locale/en_CA/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/en_CA/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_GB ... Processing usr/share/locale/en_GB/LC_MESSAGES ... Processing usr/share/locale/en_GB/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/en_GB/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_GB/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/eo ... Processing usr/share/locale/eo/LC_MESSAGES ... Processing usr/share/locale/eo/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/eo/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eo/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/es ... Processing usr/share/locale/es/LC_MESSAGES ... Processing usr/share/locale/es/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/es/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/es/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/et ... Processing usr/share/locale/et/LC_MESSAGES ... Processing usr/share/locale/et/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/et/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/et/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/eu ... Processing usr/share/locale/eu/LC_MESSAGES ... Processing usr/share/locale/eu/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/eu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eu/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/fa ... Processing usr/share/locale/fa/LC_MESSAGES ... Processing usr/share/locale/fa/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/fa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fa/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/fi ... Processing usr/share/locale/fi/LC_MESSAGES ... Processing usr/share/locale/fi/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/fi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fi/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/fr ... Processing usr/share/locale/fr/LC_MESSAGES ... Processing usr/share/locale/fr/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/fr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fr/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/fur ... Processing usr/share/locale/fur/LC_MESSAGES ... Processing usr/share/locale/fur/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/fur/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fur/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ga ... Processing usr/share/locale/ga/LC_MESSAGES ... Processing usr/share/locale/ga/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ga/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gd ... Processing usr/share/locale/gd/LC_MESSAGES ... Processing usr/share/locale/gd/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/gd/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gd/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/gl ... Processing usr/share/locale/gl/LC_MESSAGES ... Processing usr/share/locale/gl/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/gl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gl/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/gu ... Processing usr/share/locale/gu/LC_MESSAGES ... Processing usr/share/locale/gu/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/gu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gu/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/he ... Processing usr/share/locale/he/LC_MESSAGES ... Processing usr/share/locale/he/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/he/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/he/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/hi ... Processing usr/share/locale/hi/LC_MESSAGES ... Processing usr/share/locale/hi/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/hi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hi/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/hr ... Processing usr/share/locale/hr/LC_MESSAGES ... Processing usr/share/locale/hr/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/hr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hr/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/hu ... Processing usr/share/locale/hu/LC_MESSAGES ... Processing usr/share/locale/hu/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/hu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hu/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/hy ... Processing usr/share/locale/hy/LC_MESSAGES ... Processing usr/share/locale/hy/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/hy/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/id ... Processing usr/share/locale/id/LC_MESSAGES ... Processing usr/share/locale/id/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/id/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/id/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/is ... Processing usr/share/locale/is/LC_MESSAGES ... Processing usr/share/locale/is/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/is/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/it ... Processing usr/share/locale/it/LC_MESSAGES ... Processing usr/share/locale/it/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/it/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/it/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ja ... Processing usr/share/locale/ja/LC_MESSAGES ... Processing usr/share/locale/ja/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ja/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ja/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ka ... Processing usr/share/locale/ka/LC_MESSAGES ... Processing usr/share/locale/ka/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ka/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/kk ... Processing usr/share/locale/kk/LC_MESSAGES ... Processing usr/share/locale/kk/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/kk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/km ... Processing usr/share/locale/km/LC_MESSAGES ... Processing usr/share/locale/km/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/kn ... Processing usr/share/locale/kn/LC_MESSAGES ... Processing usr/share/locale/kn/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/kn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/kn/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ko ... Processing usr/share/locale/ko/LC_MESSAGES ... Processing usr/share/locale/ko/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ko/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ko/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ku ... Processing usr/share/locale/ku/LC_MESSAGES ... Processing usr/share/locale/ku/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ku/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/li ... Processing usr/share/locale/li/LC_MESSAGES ... Processing usr/share/locale/li/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/lt ... Processing usr/share/locale/lt/LC_MESSAGES ... Processing usr/share/locale/lt/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/lt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lt/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/lv ... Processing usr/share/locale/lv/LC_MESSAGES ... Processing usr/share/locale/lv/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/lv/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lv/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/mai ... Processing usr/share/locale/mai/LC_MESSAGES ... Processing usr/share/locale/mai/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/mai/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mg ... Processing usr/share/locale/mg/LC_MESSAGES ... Processing usr/share/locale/mg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mk ... Processing usr/share/locale/mk/LC_MESSAGES ... Processing usr/share/locale/mk/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/mk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ml ... Processing usr/share/locale/ml/LC_MESSAGES ... Processing usr/share/locale/ml/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ml/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ml/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/mn ... Processing usr/share/locale/mn/LC_MESSAGES ... Processing usr/share/locale/mn/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/mn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mr ... Processing usr/share/locale/mr/LC_MESSAGES ... Processing usr/share/locale/mr/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/mr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mr/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ms ... Processing usr/share/locale/ms/LC_MESSAGES ... Processing usr/share/locale/ms/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ms/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ms/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/nb ... Processing usr/share/locale/nb/LC_MESSAGES ... Processing usr/share/locale/nb/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/nb/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nb/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/nds ... Processing usr/share/locale/nds/LC_MESSAGES ... Processing usr/share/locale/nds/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ne ... Processing usr/share/locale/ne/LC_MESSAGES ... Processing usr/share/locale/ne/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ne/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ne/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/nl ... Processing usr/share/locale/nl/LC_MESSAGES ... Processing usr/share/locale/nl/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/nl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nl/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/nn ... Processing usr/share/locale/nn/LC_MESSAGES ... Processing usr/share/locale/nn/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/nn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/oc ... Processing usr/share/locale/oc/LC_MESSAGES ... Processing usr/share/locale/oc/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/oc/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/oc/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/or ... Processing usr/share/locale/or/LC_MESSAGES ... Processing usr/share/locale/or/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/or/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/or/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/pa ... Processing usr/share/locale/pa/LC_MESSAGES ... Processing usr/share/locale/pa/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/pa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pa/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/pl ... Processing usr/share/locale/pl/LC_MESSAGES ... Processing usr/share/locale/pl/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/pl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pl/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ps ... Processing usr/share/locale/ps/LC_MESSAGES ... Processing usr/share/locale/ps/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ps/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt ... Processing usr/share/locale/pt/LC_MESSAGES ... Processing usr/share/locale/pt/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/pt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/pt_BR ... Processing usr/share/locale/pt_BR/LC_MESSAGES ... Processing usr/share/locale/pt_BR/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ro ... Processing usr/share/locale/ro/LC_MESSAGES ... Processing usr/share/locale/ro/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ro/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ro/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ru ... Processing usr/share/locale/ru/LC_MESSAGES ... Processing usr/share/locale/ru/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ru/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ru/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/rw ... Processing usr/share/locale/rw/LC_MESSAGES ... Processing usr/share/locale/rw/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/rw/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/si ... Processing usr/share/locale/si/LC_MESSAGES ... Processing usr/share/locale/si/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/si/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sk ... Processing usr/share/locale/sk/LC_MESSAGES ... Processing usr/share/locale/sk/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/sk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sk/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/sl ... Processing usr/share/locale/sl/LC_MESSAGES ... Processing usr/share/locale/sl/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/sl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sl/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/sq ... Processing usr/share/locale/sq/LC_MESSAGES ... Processing usr/share/locale/sq/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/sq/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr ... Processing usr/share/locale/sr/LC_MESSAGES ... Processing usr/share/locale/sr/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/sr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/sr@ije ... Processing usr/share/locale/sr@ije/LC_MESSAGES ... Processing usr/share/locale/sr@ije/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr@latin ... Processing usr/share/locale/sr@latin/LC_MESSAGES ... Processing usr/share/locale/sr@latin/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr@latin/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/sv ... Processing usr/share/locale/sv/LC_MESSAGES ... Processing usr/share/locale/sv/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/sv/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sv/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/ta ... Processing usr/share/locale/ta/LC_MESSAGES ... Processing usr/share/locale/ta/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ta/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ta/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/te ... Processing usr/share/locale/te/LC_MESSAGES ... Processing usr/share/locale/te/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/te/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/te/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/tg ... Processing usr/share/locale/tg/LC_MESSAGES ... Processing usr/share/locale/tg/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/tg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tg/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/th ... Processing usr/share/locale/th/LC_MESSAGES ... Processing usr/share/locale/th/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/th/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/th/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/tk ... Processing usr/share/locale/tk/LC_MESSAGES ... Processing usr/share/locale/tk/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/tl ... Processing usr/share/locale/tl/LC_MESSAGES ... Processing usr/share/locale/tl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tr ... Processing usr/share/locale/tr/LC_MESSAGES ... Processing usr/share/locale/tr/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/tr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tr/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/tt ... Processing usr/share/locale/tt/LC_MESSAGES ... Processing usr/share/locale/tt/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/tt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ug ... Processing usr/share/locale/ug/LC_MESSAGES ... Processing usr/share/locale/ug/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/ug/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ug/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/uk ... Processing usr/share/locale/uk/LC_MESSAGES ... Processing usr/share/locale/uk/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/uk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/uk/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/uz@cyrillic ... Processing usr/share/locale/uz@cyrillic/LC_MESSAGES ... Processing usr/share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/vi ... Processing usr/share/locale/vi/LC_MESSAGES ... Processing usr/share/locale/vi/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/vi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/vi/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/wa ... Processing usr/share/locale/wa/LC_MESSAGES ... Processing usr/share/locale/wa/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/wa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/xh ... Processing usr/share/locale/xh/LC_MESSAGES ... Processing usr/share/locale/xh/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/xh/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/yi ... Processing usr/share/locale/yi/LC_MESSAGES ... Processing usr/share/locale/yi/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/yi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_CN ... Processing usr/share/locale/zh_CN/LC_MESSAGES ... Processing usr/share/locale/zh_CN/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/zh_HK ... Processing usr/share/locale/zh_HK/LC_MESSAGES ... Processing usr/share/locale/zh_HK/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_HK/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/zh_TW ... Processing usr/share/locale/zh_TW/LC_MESSAGES ... Processing usr/share/locale/zh_TW/LC_MESSAGES/atk10.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/libsoup.mo ... Processing usr/share/locale/zu ... Processing usr/share/locale/zu/LC_MESSAGES ... Processing usr/share/locale/zu/LC_MESSAGES/atk10.mo ... Processing usr/share/mc ... Processing usr/share/mc/examples ... Processing usr/share/mc/examples/macros.d ... Processing usr/share/mc/examples/macros.d/macro.0.sh ... Processing usr/share/mc/examples/macros.d/macro.1.sh ... Processing usr/share/mc/examples/macros.d/macro.3.sh ... Processing usr/share/mc/examples/macros.d/macro.4.sh ... Processing usr/share/mc/examples/macros.d/macro.5.sh ... Processing usr/share/mc/examples/macros.d/macro.6.sh ... Processing usr/share/mc/examples/macros.d/macro.7.sh ... Processing usr/share/mc/help ... Processing usr/share/mc/help/mc.hlp ... Processing usr/share/mc/hints ... Processing usr/share/mc/hints/mc.hint ... Processing usr/share/mc/mc.charsets ... Processing usr/share/mc/mc.lib ... Processing usr/share/mc/skins ... Processing usr/share/mc/skins/dark.ini ... Processing usr/share/mc/skins/darkfar.ini ... Processing usr/share/mc/skins/default.ini ... Processing usr/share/mc/skins/double-lines.ini ... Processing usr/share/mc/skins/featured-plus.ini ... Processing usr/share/mc/skins/featured.ini ... Processing usr/share/mc/skins/gotar.ini ... Processing usr/share/mc/skins/gray-green-purple256.ini ... Processing usr/share/mc/skins/gray-orange-blue256.ini ... Processing usr/share/mc/skins/julia256.ini ... Processing usr/share/mc/skins/mc46.ini ... Processing usr/share/mc/skins/modarcon16-defbg.ini ... Processing usr/share/mc/skins/modarcon16.ini ... Processing usr/share/mc/skins/modarcon16root-defbg.ini ... Processing usr/share/mc/skins/modarcon16root.ini ... Processing usr/share/mc/skins/modarin256-defbg.ini ... Processing usr/share/mc/skins/modarin256.ini ... Processing usr/share/mc/skins/modarin256root-defbg.ini ... Processing usr/share/mc/skins/modarin256root.ini ... Processing usr/share/mc/skins/nicedark.ini ... Processing usr/share/mc/skins/sand256.ini ... Processing usr/share/mc/skins/seasons-autumn16M.ini ... Processing usr/share/mc/skins/seasons-spring16M.ini ... Processing usr/share/mc/skins/seasons-summer16M.ini ... Processing usr/share/mc/skins/seasons-winter16M.ini ... Processing usr/share/mc/skins/xoria256.ini ... Processing usr/share/mc/skins/yadt256-defbg.ini ... Processing usr/share/mc/skins/yadt256.ini ... Processing usr/share/mc/syntax ... Processing usr/share/mc/syntax/PKGBUILD.syntax ... Processing usr/share/mc/syntax/Syntax ... Processing usr/share/mc/syntax/ada95.syntax ... Processing usr/share/mc/syntax/as.syntax ... Processing usr/share/mc/syntax/aspx.syntax ... Processing usr/share/mc/syntax/assembler.syntax ... Processing usr/share/mc/syntax/awk.syntax ... Processing usr/share/mc/syntax/c.syntax ... Processing usr/share/mc/syntax/cabal.syntax ... Processing usr/share/mc/syntax/changelog.syntax ... Processing usr/share/mc/syntax/cmake.syntax ... Processing usr/share/mc/syntax/cobol.syntax ... Processing usr/share/mc/syntax/cs.syntax ... Processing usr/share/mc/syntax/css.syntax ... Processing usr/share/mc/syntax/cuda.syntax ... Processing usr/share/mc/syntax/cxx.syntax ... Processing usr/share/mc/syntax/cython.syntax ... Processing usr/share/mc/syntax/d.syntax ... Processing usr/share/mc/syntax/debian-changelog.syntax ... Processing usr/share/mc/syntax/debian-control.syntax ... Processing usr/share/mc/syntax/debian-description.syntax ... Processing usr/share/mc/syntax/debian-sources-list.syntax ... Processing usr/share/mc/syntax/diff.syntax ... Processing usr/share/mc/syntax/dlink.syntax ... Processing usr/share/mc/syntax/dos.syntax ... Processing usr/share/mc/syntax/dot.syntax ... Processing usr/share/mc/syntax/ebuild.syntax ... Processing usr/share/mc/syntax/eiffel.syntax ... Processing usr/share/mc/syntax/erlang.syntax ... Processing usr/share/mc/syntax/f90.syntax ... Processing usr/share/mc/syntax/filehighlight.syntax ... Processing usr/share/mc/syntax/fortran.syntax ... Processing usr/share/mc/syntax/glsl.syntax ... Processing usr/share/mc/syntax/go.syntax ... Processing usr/share/mc/syntax/haskell.syntax ... Processing usr/share/mc/syntax/hive.syntax ... Processing usr/share/mc/syntax/html.syntax ... Processing usr/share/mc/syntax/idl.syntax ... Processing usr/share/mc/syntax/ini.syntax ... Processing usr/share/mc/syntax/j.syntax ... Processing usr/share/mc/syntax/jal.syntax ... Processing usr/share/mc/syntax/java.syntax ... Processing usr/share/mc/syntax/js.syntax ... Processing usr/share/mc/syntax/json.syntax ... Processing usr/share/mc/syntax/kotlin.syntax ... Processing usr/share/mc/syntax/latex.syntax ... Processing usr/share/mc/syntax/lisp.syntax ... Processing usr/share/mc/syntax/lkr.syntax ... Processing usr/share/mc/syntax/lsm.syntax ... Processing usr/share/mc/syntax/lua.syntax ... Processing usr/share/mc/syntax/m4.syntax ... Processing usr/share/mc/syntax/mail.syntax ... Processing usr/share/mc/syntax/makefile.syntax ... Processing usr/share/mc/syntax/markdown.syntax ... Processing usr/share/mc/syntax/meson.syntax ... Processing usr/share/mc/syntax/ml.syntax ... Processing usr/share/mc/syntax/named.syntax ... Processing usr/share/mc/syntax/nemerle.syntax ... Processing usr/share/mc/syntax/nroff.syntax ... Processing usr/share/mc/syntax/octave.syntax ... Processing usr/share/mc/syntax/opencl.syntax ... Processing usr/share/mc/syntax/osl.syntax ... Processing usr/share/mc/syntax/pascal.syntax ... Processing usr/share/mc/syntax/perl.syntax ... Processing usr/share/mc/syntax/php.syntax ... Processing usr/share/mc/syntax/po.syntax ... Processing usr/share/mc/syntax/povray.syntax ... Processing usr/share/mc/syntax/procmail.syntax ... Processing usr/share/mc/syntax/properties.syntax ... Processing usr/share/mc/syntax/protobuf.syntax ... Processing usr/share/mc/syntax/puppet.syntax ... Processing usr/share/mc/syntax/python.syntax ... Processing usr/share/mc/syntax/r.syntax ... Processing usr/share/mc/syntax/ruby.syntax ... Processing usr/share/mc/syntax/rust.syntax ... Processing usr/share/mc/syntax/sh.syntax ... Processing usr/share/mc/syntax/slang.syntax ... Processing usr/share/mc/syntax/smalltalk.syntax ... Processing usr/share/mc/syntax/spec.syntax ... Processing usr/share/mc/syntax/spice.syntax ... Processing usr/share/mc/syntax/sql.syntax ... Processing usr/share/mc/syntax/strace.syntax ... Processing usr/share/mc/syntax/swift.syntax ... Processing usr/share/mc/syntax/swig.syntax ... Processing usr/share/mc/syntax/syntax.syntax ... Processing usr/share/mc/syntax/tcl.syntax ... Processing usr/share/mc/syntax/texinfo.syntax ... Processing usr/share/mc/syntax/ts.syntax ... Processing usr/share/mc/syntax/tt.syntax ... Processing usr/share/mc/syntax/unknown.syntax ... Processing usr/share/mc/syntax/verilog.syntax ... Processing usr/share/mc/syntax/vhdl.syntax ... Processing usr/share/mc/syntax/xml.syntax ... Processing usr/share/mc/syntax/yabasic.syntax ... Processing usr/share/mc/syntax/yaml.syntax ... Processing usr/share/mc/syntax/yum-repo.syntax ... Processing usr/share/mc/syntax/yxx.syntax ... Processing usr/share/mime ... Processing usr/share/mime/mime.cache ... Processing usr/share/mobile-broadband-provider-info ... Processing usr/share/mobile-broadband-provider-info/apns-conf.xml ... Processing usr/share/mobile-broadband-provider-info/serviceproviders.2.dtd ... Processing usr/share/mobile-broadband-provider-info/serviceproviders.xml ... Processing usr/share/opentyrian ... Processing usr/share/opentyrian/data ... Processing usr/share/opentyrian/data/cubetxt1.dat ... Processing usr/share/opentyrian/data/cubetxt2.dat ... Processing usr/share/opentyrian/data/cubetxt3.dat ... Processing usr/share/opentyrian/data/cubetxt4.dat ... Processing usr/share/opentyrian/data/demo.1 ... Processing usr/share/opentyrian/data/demo.2 ... Processing usr/share/opentyrian/data/demo.3 ... Processing usr/share/opentyrian/data/demo.4 ... Processing usr/share/opentyrian/data/demo.5 ... Processing usr/share/opentyrian/data/dpmi16bi.ovl ... Processing usr/share/opentyrian/data/estsc.shp ... Processing usr/share/opentyrian/data/exitmsg.bin ... Processing usr/share/opentyrian/data/file_id.diz ... Processing usr/share/opentyrian/data/levels1.dat ... Processing usr/share/opentyrian/data/levels2.dat ... Processing usr/share/opentyrian/data/levels3.dat ... Processing usr/share/opentyrian/data/levels4.dat ... Processing usr/share/opentyrian/data/loudness.awe ... Processing usr/share/opentyrian/data/modems.txt ... Processing usr/share/opentyrian/data/music.mus ... Processing usr/share/opentyrian/data/netarena.pcx ... Processing usr/share/opentyrian/data/netfont1.pcx ... Processing usr/share/opentyrian/data/netfont2.pcx ... Processing usr/share/opentyrian/data/netmega.pcx ... Processing usr/share/opentyrian/data/netset.pcx ... Processing usr/share/opentyrian/data/netterm.int ... Processing usr/share/opentyrian/data/newsh#.shp ... Processing usr/share/opentyrian/data/newsh0.shp ... Processing usr/share/opentyrian/data/newsh1.shp ... Processing usr/share/opentyrian/data/newsh2.shp ... Processing usr/share/opentyrian/data/newsh3.shp ... Processing usr/share/opentyrian/data/newsh4.shp ... Processing usr/share/opentyrian/data/newsh5.shp ... Processing usr/share/opentyrian/data/newsh6.shp ... Processing usr/share/opentyrian/data/newsh7.shp ... Processing usr/share/opentyrian/data/newsh8.shp ... Processing usr/share/opentyrian/data/newsh9.shp ... Processing usr/share/opentyrian/data/newsh^.shp ... Processing usr/share/opentyrian/data/newsha.shp ... Processing usr/share/opentyrian/data/newshb.shp ... Processing usr/share/opentyrian/data/newshc.shp ... Processing usr/share/opentyrian/data/newshd.shp ... Processing usr/share/opentyrian/data/newshe.shp ... Processing usr/share/opentyrian/data/newshf.shp ... Processing usr/share/opentyrian/data/newshg.shp ... Processing usr/share/opentyrian/data/newshh.shp ... Processing usr/share/opentyrian/data/newshi.shp ... Processing usr/share/opentyrian/data/newshj.shp ... Processing usr/share/opentyrian/data/newshk.shp ... Processing usr/share/opentyrian/data/newshl.shp ... Processing usr/share/opentyrian/data/newshm.shp ... Processing usr/share/opentyrian/data/newshn.shp ... Processing usr/share/opentyrian/data/newsho.shp ... Processing usr/share/opentyrian/data/newshp.shp ... Processing usr/share/opentyrian/data/newshr.shp ... Processing usr/share/opentyrian/data/newshs.shp ... Processing usr/share/opentyrian/data/newsht.shp ... Processing usr/share/opentyrian/data/newshu.shp ... Processing usr/share/opentyrian/data/newshv.shp ... Processing usr/share/opentyrian/data/newsh~.shp ... Processing usr/share/opentyrian/data/order.tfp ... Processing usr/share/opentyrian/data/palette.dat ... Processing usr/share/opentyrian/data/setup.box ... Processing usr/share/opentyrian/data/setup.ini ... Processing usr/share/opentyrian/data/setup.int ... Processing usr/share/opentyrian/data/shapes).dat ... Processing usr/share/opentyrian/data/shapesw.dat ... Processing usr/share/opentyrian/data/shapesx.dat ... Processing usr/share/opentyrian/data/shapesy.dat ... Processing usr/share/opentyrian/data/shapesz.dat ... Processing usr/share/opentyrian/data/shipedit.pcx ... Processing usr/share/opentyrian/data/tshp2.pcx ... Processing usr/share/opentyrian/data/tyrend.anm ... Processing usr/share/opentyrian/data/tyrian.cdt ... Processing usr/share/opentyrian/data/tyrian.hdt ... Processing usr/share/opentyrian/data/tyrian.ico ... Processing usr/share/opentyrian/data/tyrian.pic ... Processing usr/share/opentyrian/data/tyrian.shp ... Processing usr/share/opentyrian/data/tyrian.snd ... Processing usr/share/opentyrian/data/tyrian1.lvl ... Processing usr/share/opentyrian/data/tyrian2.lvl ... Processing usr/share/opentyrian/data/tyrian3.lvl ... Processing usr/share/opentyrian/data/tyrian4.lvl ... Processing usr/share/opentyrian/data/tyrianc.shp ... Processing usr/share/opentyrian/data/tyrset.pcx ... Processing usr/share/opentyrian/data/user1.shp ... Processing usr/share/opentyrian/data/user2.shp ... Processing usr/share/opentyrian/data/voices.snd ... Processing usr/share/opentyrian/data/voicesc.snd ... Processing usr/share/pci.ids.gz ... Processing usr/share/solaris-init ... Processing usr/share/solaris-init/nut ... Processing usr/share/ss ... Processing usr/share/ss/ct_c.awk ... Processing usr/share/ss/ct_c.sed ... Processing usr/share/terminfo ... Processing usr/share/terminfo/a ... Processing usr/share/terminfo/a/ansi ... Processing usr/share/terminfo/d ... Processing usr/share/terminfo/d/dumb ... Processing usr/share/terminfo/l ... Processing usr/share/terminfo/l/linux ... Processing usr/share/terminfo/p ... Processing usr/share/terminfo/p/putty ... Processing usr/share/terminfo/p/putty-256color ... Processing usr/share/terminfo/p/putty-vt100 ... Processing usr/share/terminfo/s ... Processing usr/share/terminfo/s/screen ... Processing usr/share/terminfo/s/screen-256color ... Processing usr/share/terminfo/v ... Processing usr/share/terminfo/v/vt100 ... Processing usr/share/terminfo/v/vt100-putty ... Processing usr/share/terminfo/v/vt102 ... Processing usr/share/terminfo/v/vt200 ... Processing usr/share/terminfo/v/vt220 ... Processing usr/share/terminfo/x ... Processing usr/share/terminfo/x/xterm ... Processing usr/share/terminfo/x/xterm+256color ... Processing usr/share/terminfo/x/xterm-256color ... Processing usr/share/terminfo/x/xterm-color ... Processing usr/share/terminfo/x/xterm-xfree86 ... Processing usr/share/udhcpc ... Processing usr/share/udhcpc/default.script ... Processing usr/share/udhcpc/default.script.d ... Processing usr/share/xapian-core ... Processing usr/share/xapian-core/stopwords ... Processing usr/share/xapian-core/stopwords/arabic.list ... Processing usr/share/xapian-core/stopwords/danish.list ... Processing usr/share/xapian-core/stopwords/dutch.list ... Processing usr/share/xapian-core/stopwords/english.list ... Processing usr/share/xapian-core/stopwords/finnish.list ... Processing usr/share/xapian-core/stopwords/french.list ... Processing usr/share/xapian-core/stopwords/german.list ... Processing usr/share/xapian-core/stopwords/hungarian.list ... Processing usr/share/xapian-core/stopwords/indonesian.list ... Processing usr/share/xapian-core/stopwords/italian.list ... Processing usr/share/xapian-core/stopwords/norwegian.list ... Processing usr/share/xapian-core/stopwords/portuguese.list ... Processing usr/share/xapian-core/stopwords/russian.list ... Processing usr/share/xapian-core/stopwords/spanish.list ... Processing usr/share/xapian-core/stopwords/swedish.list ... Processing usr/share/xtables ... Processing usr/share/xtables/pf.os ... Processing usr/share/zproject ... Processing usr/share/zproject/czmq ... Processing usr/share/zproject/czmq/python_cffi.slurp ... Processing usr/share/zproject/czmq/zactor.api ... Processing usr/share/zproject/czmq/zargs.api ... Processing usr/share/zproject/czmq/zarmour.api ... Processing usr/share/zproject/czmq/zcert.api ... Processing usr/share/zproject/czmq/zcertstore.api ... Processing usr/share/zproject/czmq/zchunk.api ... Processing usr/share/zproject/czmq/zclock.api ... Processing usr/share/zproject/czmq/zconfig.api ... Processing usr/share/zproject/czmq/zdigest.api ... Processing usr/share/zproject/czmq/zdir.api ... Processing usr/share/zproject/czmq/zdir_patch.api ... Processing usr/share/zproject/czmq/zfile.api ... Processing usr/share/zproject/czmq/zframe.api ... Processing usr/share/zproject/czmq/zgossip_msg.api ... Processing usr/share/zproject/czmq/zhash.api ... Processing usr/share/zproject/czmq/zhashx.api ... Processing usr/share/zproject/czmq/zhttp_client.api ... Processing usr/share/zproject/czmq/zhttp_request.api ... Processing usr/share/zproject/czmq/zhttp_response.api ... Processing usr/share/zproject/czmq/zhttp_server.api ... Processing usr/share/zproject/czmq/zhttp_server_options.api ... Processing usr/share/zproject/czmq/ziflist.api ... Processing usr/share/zproject/czmq/zlist.api ... Processing usr/share/zproject/czmq/zlistx.api ... Processing usr/share/zproject/czmq/zloop.api ... Processing usr/share/zproject/czmq/zmsg.api ... Processing usr/share/zproject/czmq/zosc.api ... Processing usr/share/zproject/czmq/zpoller.api ... Processing usr/share/zproject/czmq/zproc.api ... Processing usr/share/zproject/czmq/zsock.api ... Processing usr/share/zproject/czmq/zsock_option.api ... Processing usr/share/zproject/czmq/zstr.api ... Processing usr/share/zproject/czmq/zsys.api ... Processing usr/share/zproject/czmq/ztimerset.api ... Processing usr/share/zproject/czmq/ztrie.api ... Processing usr/share/zproject/czmq/zuuid.api ... Processing usr/share/zsh ... Processing usr/share/zsh/5.8.1 ... Processing usr/share/zsh/5.8.1/functions ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_adjust ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_bydir_detect ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_check_com ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_bzr ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_cdv ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_cvs ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_darcs ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_fossil ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_git ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_hg ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_mtn ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_p4 ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_svk ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_svn ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_tla ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_formats ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_cmd ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_bzr ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_cdv ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_cvs ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_darcs ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_fossil ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_git ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_hg ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_mtn ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_p4 ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_svk ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_svn ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_tla ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_hexdump ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_hook ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_maxexports ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_nvcsformats ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_patch2subject ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_quilt ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_reposub ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_set ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_set-patch-format ... Processing usr/share/zsh/5.8.1/functions/_SUSEconfig ... Processing usr/share/zsh/5.8.1/functions/_a2ps ... Processing usr/share/zsh/5.8.1/functions/_a2utils ... Processing usr/share/zsh/5.8.1/functions/_aap ... Processing usr/share/zsh/5.8.1/functions/_abcde ... Processing usr/share/zsh/5.8.1/functions/_absolute_command_paths ... Processing usr/share/zsh/5.8.1/functions/_ack ... Processing usr/share/zsh/5.8.1/functions/_acpi ... Processing usr/share/zsh/5.8.1/functions/_acpitool ... Processing usr/share/zsh/5.8.1/functions/_acroread ... Processing usr/share/zsh/5.8.1/functions/_adb ... Processing usr/share/zsh/5.8.1/functions/_add-zle-hook-widget ... Processing usr/share/zsh/5.8.1/functions/_add-zsh-hook ... Processing usr/share/zsh/5.8.1/functions/_alias ... Processing usr/share/zsh/5.8.1/functions/_aliases ... Processing usr/share/zsh/5.8.1/functions/_all_labels ... Processing usr/share/zsh/5.8.1/functions/_all_matches ... Processing usr/share/zsh/5.8.1/functions/_alsa-utils ... Processing usr/share/zsh/5.8.1/functions/_alternative ... Processing usr/share/zsh/5.8.1/functions/_analyseplugin ... Processing usr/share/zsh/5.8.1/functions/_ansible ... Processing usr/share/zsh/5.8.1/functions/_ant ... Processing usr/share/zsh/5.8.1/functions/_antiword ... Processing usr/share/zsh/5.8.1/functions/_apachectl ... Processing usr/share/zsh/5.8.1/functions/_apm ... Processing usr/share/zsh/5.8.1/functions/_approximate ... Processing usr/share/zsh/5.8.1/functions/_apt ... Processing usr/share/zsh/5.8.1/functions/_apt-file ... Processing usr/share/zsh/5.8.1/functions/_apt-move ... Processing usr/share/zsh/5.8.1/functions/_apt-show-versions ... Processing usr/share/zsh/5.8.1/functions/_aptitude ... Processing usr/share/zsh/5.8.1/functions/_arch_archives ... Processing usr/share/zsh/5.8.1/functions/_arch_namespace ... Processing usr/share/zsh/5.8.1/functions/_arg_compile ... Processing usr/share/zsh/5.8.1/functions/_arguments ... Processing usr/share/zsh/5.8.1/functions/_arp ... Processing usr/share/zsh/5.8.1/functions/_arping ... Processing usr/share/zsh/5.8.1/functions/_arrays ... Processing usr/share/zsh/5.8.1/functions/_asciidoctor ... Processing usr/share/zsh/5.8.1/functions/_asciinema ... Processing usr/share/zsh/5.8.1/functions/_assign ... Processing usr/share/zsh/5.8.1/functions/_at ... Processing usr/share/zsh/5.8.1/functions/_attr ... Processing usr/share/zsh/5.8.1/functions/_augeas ... Processing usr/share/zsh/5.8.1/functions/_auto-apt ... Processing usr/share/zsh/5.8.1/functions/_autocd ... Processing usr/share/zsh/5.8.1/functions/_avahi ... Processing usr/share/zsh/5.8.1/functions/_awk ... Processing usr/share/zsh/5.8.1/functions/_axi-cache ... Processing usr/share/zsh/5.8.1/functions/_base64 ... Processing usr/share/zsh/5.8.1/functions/_basename ... Processing usr/share/zsh/5.8.1/functions/_bash ... Processing usr/share/zsh/5.8.1/functions/_bash_completions ... Processing usr/share/zsh/5.8.1/functions/_baudrates ... Processing usr/share/zsh/5.8.1/functions/_baz ... Processing usr/share/zsh/5.8.1/functions/_be_name ... Processing usr/share/zsh/5.8.1/functions/_beadm ... Processing usr/share/zsh/5.8.1/functions/_beep ... Processing usr/share/zsh/5.8.1/functions/_bibtex ... Processing usr/share/zsh/5.8.1/functions/_bind_addresses ... Processing usr/share/zsh/5.8.1/functions/_bindkey ... Processing usr/share/zsh/5.8.1/functions/_bison ... Processing usr/share/zsh/5.8.1/functions/_bittorrent ... Processing usr/share/zsh/5.8.1/functions/_bogofilter ... Processing usr/share/zsh/5.8.1/functions/_bpf_filters ... Processing usr/share/zsh/5.8.1/functions/_bpython ... Processing usr/share/zsh/5.8.1/functions/_brace_parameter ... Processing usr/share/zsh/5.8.1/functions/_brctl ... Processing usr/share/zsh/5.8.1/functions/_bsd_disks ... Processing usr/share/zsh/5.8.1/functions/_bsd_pkg ... Processing usr/share/zsh/5.8.1/functions/_bsdconfig ... Processing usr/share/zsh/5.8.1/functions/_bsdinstall ... Processing usr/share/zsh/5.8.1/functions/_btrfs ... Processing usr/share/zsh/5.8.1/functions/_bts ... Processing usr/share/zsh/5.8.1/functions/_bug ... Processing usr/share/zsh/5.8.1/functions/_builtin ... Processing usr/share/zsh/5.8.1/functions/_bzip2 ... Processing usr/share/zsh/5.8.1/functions/_bzr ... Processing usr/share/zsh/5.8.1/functions/_cabal ... Processing usr/share/zsh/5.8.1/functions/_cache_invalid ... Processing usr/share/zsh/5.8.1/functions/_caffeinate ... Processing usr/share/zsh/5.8.1/functions/_cal ... Processing usr/share/zsh/5.8.1/functions/_calendar ... Processing usr/share/zsh/5.8.1/functions/_call_function ... Processing usr/share/zsh/5.8.1/functions/_call_program ... Processing usr/share/zsh/5.8.1/functions/_canonical_paths ... Processing usr/share/zsh/5.8.1/functions/_cat ... Processing usr/share/zsh/5.8.1/functions/_ccal ... Processing usr/share/zsh/5.8.1/functions/_cd ... Processing usr/share/zsh/5.8.1/functions/_cdbs-edit-patch ... Processing usr/share/zsh/5.8.1/functions/_cdcd ... Processing usr/share/zsh/5.8.1/functions/_cdr ... Processing usr/share/zsh/5.8.1/functions/_cdrdao ... Processing usr/share/zsh/5.8.1/functions/_cdrecord ... Processing usr/share/zsh/5.8.1/functions/_chattr ... Processing usr/share/zsh/5.8.1/functions/_chcon ... Processing usr/share/zsh/5.8.1/functions/_chflags ... Processing usr/share/zsh/5.8.1/functions/_chkconfig ... Processing usr/share/zsh/5.8.1/functions/_chmod ... Processing usr/share/zsh/5.8.1/functions/_chown ... Processing usr/share/zsh/5.8.1/functions/_chroot ... Processing usr/share/zsh/5.8.1/functions/_chrt ... Processing usr/share/zsh/5.8.1/functions/_chsh ... Processing usr/share/zsh/5.8.1/functions/_cksum ... Processing usr/share/zsh/5.8.1/functions/_clay ... Processing usr/share/zsh/5.8.1/functions/_cmdambivalent ... Processing usr/share/zsh/5.8.1/functions/_cmdstring ... Processing usr/share/zsh/5.8.1/functions/_cmp ... Processing usr/share/zsh/5.8.1/functions/_code ... Processing usr/share/zsh/5.8.1/functions/_column ... Processing usr/share/zsh/5.8.1/functions/_combination ... Processing usr/share/zsh/5.8.1/functions/_comm ... Processing usr/share/zsh/5.8.1/functions/_command ... Processing usr/share/zsh/5.8.1/functions/_command_names ... Processing usr/share/zsh/5.8.1/functions/_comp_locale ... Processing usr/share/zsh/5.8.1/functions/_compadd ... Processing usr/share/zsh/5.8.1/functions/_compdef ... Processing usr/share/zsh/5.8.1/functions/_complete ... Processing usr/share/zsh/5.8.1/functions/_complete_debug ... Processing usr/share/zsh/5.8.1/functions/_complete_help ... Processing usr/share/zsh/5.8.1/functions/_complete_help_generic ... Processing usr/share/zsh/5.8.1/functions/_complete_tag ... Processing usr/share/zsh/5.8.1/functions/_completers ... Processing usr/share/zsh/5.8.1/functions/_composer ... Processing usr/share/zsh/5.8.1/functions/_compress ... Processing usr/share/zsh/5.8.1/functions/_condition ... Processing usr/share/zsh/5.8.1/functions/_configure ... Processing usr/share/zsh/5.8.1/functions/_coreadm ... Processing usr/share/zsh/5.8.1/functions/_correct ... Processing usr/share/zsh/5.8.1/functions/_correct_filename ... Processing usr/share/zsh/5.8.1/functions/_correct_word ... Processing usr/share/zsh/5.8.1/functions/_cowsay ... Processing usr/share/zsh/5.8.1/functions/_cp ... Processing usr/share/zsh/5.8.1/functions/_cpio ... Processing usr/share/zsh/5.8.1/functions/_cplay ... Processing usr/share/zsh/5.8.1/functions/_cpupower ... Processing usr/share/zsh/5.8.1/functions/_crontab ... Processing usr/share/zsh/5.8.1/functions/_cryptsetup ... Processing usr/share/zsh/5.8.1/functions/_cscope ... Processing usr/share/zsh/5.8.1/functions/_cssh ... Processing usr/share/zsh/5.8.1/functions/_csup ... Processing usr/share/zsh/5.8.1/functions/_ctags_tags ... Processing usr/share/zsh/5.8.1/functions/_cu ... Processing usr/share/zsh/5.8.1/functions/_curl ... Processing usr/share/zsh/5.8.1/functions/_cut ... Processing usr/share/zsh/5.8.1/functions/_cvs ... Processing usr/share/zsh/5.8.1/functions/_cvsup ... Processing usr/share/zsh/5.8.1/functions/_cygcheck ... Processing usr/share/zsh/5.8.1/functions/_cygpath ... Processing usr/share/zsh/5.8.1/functions/_cygrunsrv ... Processing usr/share/zsh/5.8.1/functions/_cygserver ... Processing usr/share/zsh/5.8.1/functions/_cygstart ... Processing usr/share/zsh/5.8.1/functions/_dak ... Processing usr/share/zsh/5.8.1/functions/_darcs ... Processing usr/share/zsh/5.8.1/functions/_date ... Processing usr/share/zsh/5.8.1/functions/_date_formats ... Processing usr/share/zsh/5.8.1/functions/_dates ... Processing usr/share/zsh/5.8.1/functions/_dbus ... Processing usr/share/zsh/5.8.1/functions/_dchroot ... Processing usr/share/zsh/5.8.1/functions/_dchroot-dsa ... Processing usr/share/zsh/5.8.1/functions/_dconf ... Processing usr/share/zsh/5.8.1/functions/_dcop ... Processing usr/share/zsh/5.8.1/functions/_dcut ... Processing usr/share/zsh/5.8.1/functions/_dd ... Processing usr/share/zsh/5.8.1/functions/_deb_architectures ... Processing usr/share/zsh/5.8.1/functions/_deb_codenames ... Processing usr/share/zsh/5.8.1/functions/_deb_files ... Processing usr/share/zsh/5.8.1/functions/_deb_packages ... Processing usr/share/zsh/5.8.1/functions/_debbugs_bugnumber ... Processing usr/share/zsh/5.8.1/functions/_debchange ... Processing usr/share/zsh/5.8.1/functions/_debcheckout ... Processing usr/share/zsh/5.8.1/functions/_debdiff ... Processing usr/share/zsh/5.8.1/functions/_debfoster ... Processing usr/share/zsh/5.8.1/functions/_deborphan ... Processing usr/share/zsh/5.8.1/functions/_debsign ... Processing usr/share/zsh/5.8.1/functions/_debuild ... Processing usr/share/zsh/5.8.1/functions/_default ... Processing usr/share/zsh/5.8.1/functions/_defaults ... Processing usr/share/zsh/5.8.1/functions/_delimiters ... Processing usr/share/zsh/5.8.1/functions/_describe ... Processing usr/share/zsh/5.8.1/functions/_description ... Processing usr/share/zsh/5.8.1/functions/_devtodo ... Processing usr/share/zsh/5.8.1/functions/_df ... Processing usr/share/zsh/5.8.1/functions/_dhclient ... Processing usr/share/zsh/5.8.1/functions/_dhcpinfo ... Processing usr/share/zsh/5.8.1/functions/_dict ... Processing usr/share/zsh/5.8.1/functions/_dict_words ... Processing usr/share/zsh/5.8.1/functions/_diff ... Processing usr/share/zsh/5.8.1/functions/_diff3 ... Processing usr/share/zsh/5.8.1/functions/_diff_options ... Processing usr/share/zsh/5.8.1/functions/_diffstat ... Processing usr/share/zsh/5.8.1/functions/_dig ... Processing usr/share/zsh/5.8.1/functions/_dir_list ... Processing usr/share/zsh/5.8.1/functions/_directories ... Processing usr/share/zsh/5.8.1/functions/_directory_stack ... Processing usr/share/zsh/5.8.1/functions/_dirs ... Processing usr/share/zsh/5.8.1/functions/_disable ... Processing usr/share/zsh/5.8.1/functions/_dispatch ... Processing usr/share/zsh/5.8.1/functions/_django ... Processing usr/share/zsh/5.8.1/functions/_dkms ... Processing usr/share/zsh/5.8.1/functions/_dladm ... Processing usr/share/zsh/5.8.1/functions/_dlocate ... Processing usr/share/zsh/5.8.1/functions/_dmesg ... Processing usr/share/zsh/5.8.1/functions/_dmidecode ... Processing usr/share/zsh/5.8.1/functions/_dnf ... Processing usr/share/zsh/5.8.1/functions/_dns_types ... Processing usr/share/zsh/5.8.1/functions/_doas ... Processing usr/share/zsh/5.8.1/functions/_domains ... Processing usr/share/zsh/5.8.1/functions/_dos2unix ... Processing usr/share/zsh/5.8.1/functions/_dpatch-edit-patch ... Processing usr/share/zsh/5.8.1/functions/_dpkg ... Processing usr/share/zsh/5.8.1/functions/_dpkg-buildpackage ... Processing usr/share/zsh/5.8.1/functions/_dpkg-cross ... Processing usr/share/zsh/5.8.1/functions/_dpkg-repack ... Processing usr/share/zsh/5.8.1/functions/_dpkg_source ... Processing usr/share/zsh/5.8.1/functions/_dput ... Processing usr/share/zsh/5.8.1/functions/_drill ... Processing usr/share/zsh/5.8.1/functions/_dsh ... Processing usr/share/zsh/5.8.1/functions/_dtrace ... Processing usr/share/zsh/5.8.1/functions/_dtruss ... Processing usr/share/zsh/5.8.1/functions/_du ... Processing usr/share/zsh/5.8.1/functions/_dumpadm ... Processing usr/share/zsh/5.8.1/functions/_dumper ... Processing usr/share/zsh/5.8.1/functions/_dupload ... Processing usr/share/zsh/5.8.1/functions/_dvi ... Processing usr/share/zsh/5.8.1/functions/_dynamic_directory_name ... Processing usr/share/zsh/5.8.1/functions/_e2label ... Processing usr/share/zsh/5.8.1/functions/_ecasound ... Processing usr/share/zsh/5.8.1/functions/_echotc ... Processing usr/share/zsh/5.8.1/functions/_echoti ... Processing usr/share/zsh/5.8.1/functions/_ed ... Processing usr/share/zsh/5.8.1/functions/_elfdump ... Processing usr/share/zsh/5.8.1/functions/_elinks ... Processing usr/share/zsh/5.8.1/functions/_email_addresses ... Processing usr/share/zsh/5.8.1/functions/_emulate ... Processing usr/share/zsh/5.8.1/functions/_enable ... Processing usr/share/zsh/5.8.1/functions/_enscript ... Processing usr/share/zsh/5.8.1/functions/_entr ... Processing usr/share/zsh/5.8.1/functions/_env ... Processing usr/share/zsh/5.8.1/functions/_eog ... Processing usr/share/zsh/5.8.1/functions/_equal ... Processing usr/share/zsh/5.8.1/functions/_espeak ... Processing usr/share/zsh/5.8.1/functions/_etags ... Processing usr/share/zsh/5.8.1/functions/_ethtool ... Processing usr/share/zsh/5.8.1/functions/_evince ... Processing usr/share/zsh/5.8.1/functions/_exec ... Processing usr/share/zsh/5.8.1/functions/_expand ... Processing usr/share/zsh/5.8.1/functions/_expand_alias ... Processing usr/share/zsh/5.8.1/functions/_expand_word ... Processing usr/share/zsh/5.8.1/functions/_extensions ... Processing usr/share/zsh/5.8.1/functions/_external_pwds ... Processing usr/share/zsh/5.8.1/functions/_fakeroot ... Processing usr/share/zsh/5.8.1/functions/_fbsd_architectures ... Processing usr/share/zsh/5.8.1/functions/_fbsd_device_types ... Processing usr/share/zsh/5.8.1/functions/_fc ... Processing usr/share/zsh/5.8.1/functions/_feh ... Processing usr/share/zsh/5.8.1/functions/_fetch ... Processing usr/share/zsh/5.8.1/functions/_fetchmail ... Processing usr/share/zsh/5.8.1/functions/_ffmpeg ... Processing usr/share/zsh/5.8.1/functions/_figlet ... Processing usr/share/zsh/5.8.1/functions/_file_descriptors ... Processing usr/share/zsh/5.8.1/functions/_file_flags ... Processing usr/share/zsh/5.8.1/functions/_file_modes ... Processing usr/share/zsh/5.8.1/functions/_file_systems ... Processing usr/share/zsh/5.8.1/functions/_files ... Processing usr/share/zsh/5.8.1/functions/_find ... Processing usr/share/zsh/5.8.1/functions/_find_net_interfaces ... Processing usr/share/zsh/5.8.1/functions/_findmnt ... Processing usr/share/zsh/5.8.1/functions/_finger ... Processing usr/share/zsh/5.8.1/functions/_fink ... Processing usr/share/zsh/5.8.1/functions/_first ... Processing usr/share/zsh/5.8.1/functions/_flac ... Processing usr/share/zsh/5.8.1/functions/_flex ... Processing usr/share/zsh/5.8.1/functions/_floppy ... Processing usr/share/zsh/5.8.1/functions/_flowadm ... Processing usr/share/zsh/5.8.1/functions/_fmadm ... Processing usr/share/zsh/5.8.1/functions/_fmt ... Processing usr/share/zsh/5.8.1/functions/_fold ... Processing usr/share/zsh/5.8.1/functions/_fortune ... Processing usr/share/zsh/5.8.1/functions/_free ... Processing usr/share/zsh/5.8.1/functions/_freebsd-update ... Processing usr/share/zsh/5.8.1/functions/_fs_usage ... Processing usr/share/zsh/5.8.1/functions/_fsh ... Processing usr/share/zsh/5.8.1/functions/_fstat ... Processing usr/share/zsh/5.8.1/functions/_functions ... Processing usr/share/zsh/5.8.1/functions/_fuse_arguments ... Processing usr/share/zsh/5.8.1/functions/_fuse_values ... Processing usr/share/zsh/5.8.1/functions/_fuser ... Processing usr/share/zsh/5.8.1/functions/_fusermount ... Processing usr/share/zsh/5.8.1/functions/_fw_update ... Processing usr/share/zsh/5.8.1/functions/_gcc ... Processing usr/share/zsh/5.8.1/functions/_gcore ... Processing usr/share/zsh/5.8.1/functions/_gdb ... Processing usr/share/zsh/5.8.1/functions/_geany ... Processing usr/share/zsh/5.8.1/functions/_gem ... Processing usr/share/zsh/5.8.1/functions/_generic ... Processing usr/share/zsh/5.8.1/functions/_genisoimage ... Processing usr/share/zsh/5.8.1/functions/_getclip ... Processing usr/share/zsh/5.8.1/functions/_getconf ... Processing usr/share/zsh/5.8.1/functions/_getent ... Processing usr/share/zsh/5.8.1/functions/_getfacl ... Processing usr/share/zsh/5.8.1/functions/_getmail ... Processing usr/share/zsh/5.8.1/functions/_getopt ... Processing usr/share/zsh/5.8.1/functions/_ghostscript ... Processing usr/share/zsh/5.8.1/functions/_git ... Processing usr/share/zsh/5.8.1/functions/_git-buildpackage ... Processing usr/share/zsh/5.8.1/functions/_global ... Processing usr/share/zsh/5.8.1/functions/_global_tags ... Processing usr/share/zsh/5.8.1/functions/_globflags ... Processing usr/share/zsh/5.8.1/functions/_globqual_delims ... Processing usr/share/zsh/5.8.1/functions/_globquals ... Processing usr/share/zsh/5.8.1/functions/_gnome-gv ... Processing usr/share/zsh/5.8.1/functions/_gnu_generic ... Processing usr/share/zsh/5.8.1/functions/_gnupod ... Processing usr/share/zsh/5.8.1/functions/_gnutls ... Processing usr/share/zsh/5.8.1/functions/_go ... Processing usr/share/zsh/5.8.1/functions/_gpasswd ... Processing usr/share/zsh/5.8.1/functions/_gpg ... Processing usr/share/zsh/5.8.1/functions/_gphoto2 ... Processing usr/share/zsh/5.8.1/functions/_gprof ... Processing usr/share/zsh/5.8.1/functions/_gqview ... Processing usr/share/zsh/5.8.1/functions/_gradle ... Processing usr/share/zsh/5.8.1/functions/_graphicsmagick ... Processing usr/share/zsh/5.8.1/functions/_grep ... Processing usr/share/zsh/5.8.1/functions/_grep-excuses ... Processing usr/share/zsh/5.8.1/functions/_groff ... Processing usr/share/zsh/5.8.1/functions/_groups ... Processing usr/share/zsh/5.8.1/functions/_growisofs ... Processing usr/share/zsh/5.8.1/functions/_gsettings ... Processing usr/share/zsh/5.8.1/functions/_gstat ... Processing usr/share/zsh/5.8.1/functions/_guard ... Processing usr/share/zsh/5.8.1/functions/_guilt ... Processing usr/share/zsh/5.8.1/functions/_gv ... Processing usr/share/zsh/5.8.1/functions/_gzip ... Processing usr/share/zsh/5.8.1/functions/_hash ... Processing usr/share/zsh/5.8.1/functions/_have_glob_qual ... Processing usr/share/zsh/5.8.1/functions/_hdiutil ... Processing usr/share/zsh/5.8.1/functions/_head ... Processing usr/share/zsh/5.8.1/functions/_hexdump ... Processing usr/share/zsh/5.8.1/functions/_history ... Processing usr/share/zsh/5.8.1/functions/_history_complete_word ... Processing usr/share/zsh/5.8.1/functions/_history_modifiers ... Processing usr/share/zsh/5.8.1/functions/_host ... Processing usr/share/zsh/5.8.1/functions/_hostname ... Processing usr/share/zsh/5.8.1/functions/_hosts ... Processing usr/share/zsh/5.8.1/functions/_htop ... Processing usr/share/zsh/5.8.1/functions/_hwinfo ... Processing usr/share/zsh/5.8.1/functions/_iconv ... Processing usr/share/zsh/5.8.1/functions/_iconvconfig ... Processing usr/share/zsh/5.8.1/functions/_id ... Processing usr/share/zsh/5.8.1/functions/_ifconfig ... Processing usr/share/zsh/5.8.1/functions/_iftop ... Processing usr/share/zsh/5.8.1/functions/_ignored ... Processing usr/share/zsh/5.8.1/functions/_imagemagick ... Processing usr/share/zsh/5.8.1/functions/_in_vared ... Processing usr/share/zsh/5.8.1/functions/_inetadm ... Processing usr/share/zsh/5.8.1/functions/_init_d ... Processing usr/share/zsh/5.8.1/functions/_initctl ... Processing usr/share/zsh/5.8.1/functions/_install ... Processing usr/share/zsh/5.8.1/functions/_invoke-rc.d ... Processing usr/share/zsh/5.8.1/functions/_ionice ... Processing usr/share/zsh/5.8.1/functions/_iostat ... Processing usr/share/zsh/5.8.1/functions/_ip ... Processing usr/share/zsh/5.8.1/functions/_ipadm ... Processing usr/share/zsh/5.8.1/functions/_ipsec ... Processing usr/share/zsh/5.8.1/functions/_ipset ... Processing usr/share/zsh/5.8.1/functions/_iptables ... Processing usr/share/zsh/5.8.1/functions/_irssi ... Processing usr/share/zsh/5.8.1/functions/_ispell ... Processing usr/share/zsh/5.8.1/functions/_iwconfig ... Processing usr/share/zsh/5.8.1/functions/_jail ... Processing usr/share/zsh/5.8.1/functions/_jails ... Processing usr/share/zsh/5.8.1/functions/_java ... Processing usr/share/zsh/5.8.1/functions/_java_class ... Processing usr/share/zsh/5.8.1/functions/_jexec ... Processing usr/share/zsh/5.8.1/functions/_jls ... Processing usr/share/zsh/5.8.1/functions/_jobs ... Processing usr/share/zsh/5.8.1/functions/_jobs_bg ... Processing usr/share/zsh/5.8.1/functions/_jobs_builtin ... Processing usr/share/zsh/5.8.1/functions/_jobs_fg ... Processing usr/share/zsh/5.8.1/functions/_joe ... Processing usr/share/zsh/5.8.1/functions/_join ... Processing usr/share/zsh/5.8.1/functions/_jot ... Processing usr/share/zsh/5.8.1/functions/_jq ... Processing usr/share/zsh/5.8.1/functions/_kdeconnect ... Processing usr/share/zsh/5.8.1/functions/_kfmclient ... Processing usr/share/zsh/5.8.1/functions/_kill ... Processing usr/share/zsh/5.8.1/functions/_killall ... Processing usr/share/zsh/5.8.1/functions/_kld ... Processing usr/share/zsh/5.8.1/functions/_knock ... Processing usr/share/zsh/5.8.1/functions/_kpartx ... Processing usr/share/zsh/5.8.1/functions/_kvno ... Processing usr/share/zsh/5.8.1/functions/_last ... Processing usr/share/zsh/5.8.1/functions/_ld_debug ... Processing usr/share/zsh/5.8.1/functions/_ldap ... Processing usr/share/zsh/5.8.1/functions/_ldconfig ... Processing usr/share/zsh/5.8.1/functions/_ldd ... Processing usr/share/zsh/5.8.1/functions/_less ... Processing usr/share/zsh/5.8.1/functions/_lha ... Processing usr/share/zsh/5.8.1/functions/_libvirt ... Processing usr/share/zsh/5.8.1/functions/_lighttpd ... Processing usr/share/zsh/5.8.1/functions/_limit ... Processing usr/share/zsh/5.8.1/functions/_limits ... Processing usr/share/zsh/5.8.1/functions/_links ... Processing usr/share/zsh/5.8.1/functions/_lintian ... Processing usr/share/zsh/5.8.1/functions/_list ... Processing usr/share/zsh/5.8.1/functions/_list_files ... Processing usr/share/zsh/5.8.1/functions/_lldb ... Processing usr/share/zsh/5.8.1/functions/_ln ... Processing usr/share/zsh/5.8.1/functions/_loadkeys ... Processing usr/share/zsh/5.8.1/functions/_locale ... Processing usr/share/zsh/5.8.1/functions/_localedef ... Processing usr/share/zsh/5.8.1/functions/_locales ... Processing usr/share/zsh/5.8.1/functions/_locate ... Processing usr/share/zsh/5.8.1/functions/_logical_volumes ... Processing usr/share/zsh/5.8.1/functions/_look ... Processing usr/share/zsh/5.8.1/functions/_losetup ... Processing usr/share/zsh/5.8.1/functions/_lp ... Processing usr/share/zsh/5.8.1/functions/_ls ... Processing usr/share/zsh/5.8.1/functions/_lsattr ... Processing usr/share/zsh/5.8.1/functions/_lsblk ... Processing usr/share/zsh/5.8.1/functions/_lscfg ... Processing usr/share/zsh/5.8.1/functions/_lsdev ... Processing usr/share/zsh/5.8.1/functions/_lslv ... Processing usr/share/zsh/5.8.1/functions/_lsof ... Processing usr/share/zsh/5.8.1/functions/_lspv ... Processing usr/share/zsh/5.8.1/functions/_lsusb ... Processing usr/share/zsh/5.8.1/functions/_lsvg ... Processing usr/share/zsh/5.8.1/functions/_ltrace ... Processing usr/share/zsh/5.8.1/functions/_lua ... Processing usr/share/zsh/5.8.1/functions/_luarocks ... Processing usr/share/zsh/5.8.1/functions/_lynx ... Processing usr/share/zsh/5.8.1/functions/_lz4 ... Processing usr/share/zsh/5.8.1/functions/_lzop ... Processing usr/share/zsh/5.8.1/functions/_mac_applications ... Processing usr/share/zsh/5.8.1/functions/_mac_files_for_application ... Processing usr/share/zsh/5.8.1/functions/_madison ... Processing usr/share/zsh/5.8.1/functions/_mail ... Processing usr/share/zsh/5.8.1/functions/_mailboxes ... Processing usr/share/zsh/5.8.1/functions/_main_complete ... Processing usr/share/zsh/5.8.1/functions/_make ... Processing usr/share/zsh/5.8.1/functions/_make-kpkg ... Processing usr/share/zsh/5.8.1/functions/_man ... Processing usr/share/zsh/5.8.1/functions/_match ... Processing usr/share/zsh/5.8.1/functions/_math ... Processing usr/share/zsh/5.8.1/functions/_math_params ... Processing usr/share/zsh/5.8.1/functions/_matlab ... Processing usr/share/zsh/5.8.1/functions/_md5sum ... Processing usr/share/zsh/5.8.1/functions/_mdadm ... Processing usr/share/zsh/5.8.1/functions/_mdfind ... Processing usr/share/zsh/5.8.1/functions/_mdls ... Processing usr/share/zsh/5.8.1/functions/_mdutil ... Processing usr/share/zsh/5.8.1/functions/_members ... Processing usr/share/zsh/5.8.1/functions/_mencal ... Processing usr/share/zsh/5.8.1/functions/_menu ... Processing usr/share/zsh/5.8.1/functions/_mere ... Processing usr/share/zsh/5.8.1/functions/_mergechanges ... Processing usr/share/zsh/5.8.1/functions/_message ... Processing usr/share/zsh/5.8.1/functions/_mh ... Processing usr/share/zsh/5.8.1/functions/_mii-tool ... Processing usr/share/zsh/5.8.1/functions/_mime_types ... Processing usr/share/zsh/5.8.1/functions/_mixerctl ... Processing usr/share/zsh/5.8.1/functions/_mkdir ... Processing usr/share/zsh/5.8.1/functions/_mkfifo ... Processing usr/share/zsh/5.8.1/functions/_mknod ... Processing usr/share/zsh/5.8.1/functions/_mkshortcut ... Processing usr/share/zsh/5.8.1/functions/_mktemp ... Processing usr/share/zsh/5.8.1/functions/_mkzsh ... Processing usr/share/zsh/5.8.1/functions/_module ... Processing usr/share/zsh/5.8.1/functions/_module-assistant ... Processing usr/share/zsh/5.8.1/functions/_module_math_func ... Processing usr/share/zsh/5.8.1/functions/_modutils ... Processing usr/share/zsh/5.8.1/functions/_mondo ... Processing usr/share/zsh/5.8.1/functions/_monotone ... Processing usr/share/zsh/5.8.1/functions/_moosic ... Processing usr/share/zsh/5.8.1/functions/_mosh ... Processing usr/share/zsh/5.8.1/functions/_most_recent_file ... Processing usr/share/zsh/5.8.1/functions/_mount ... Processing usr/share/zsh/5.8.1/functions/_mozilla ... Processing usr/share/zsh/5.8.1/functions/_mpc ... Processing usr/share/zsh/5.8.1/functions/_mplayer ... Processing usr/share/zsh/5.8.1/functions/_mt ... Processing usr/share/zsh/5.8.1/functions/_mtools ... Processing usr/share/zsh/5.8.1/functions/_mtr ... Processing usr/share/zsh/5.8.1/functions/_multi_parts ... Processing usr/share/zsh/5.8.1/functions/_mupdf ... Processing usr/share/zsh/5.8.1/functions/_mutt ... Processing usr/share/zsh/5.8.1/functions/_mv ... Processing usr/share/zsh/5.8.1/functions/_my_accounts ... Processing usr/share/zsh/5.8.1/functions/_myrepos ... Processing usr/share/zsh/5.8.1/functions/_mysql_utils ... Processing usr/share/zsh/5.8.1/functions/_mysqldiff ... Processing usr/share/zsh/5.8.1/functions/_nautilus ... Processing usr/share/zsh/5.8.1/functions/_nbsd_architectures ... Processing usr/share/zsh/5.8.1/functions/_ncftp ... Processing usr/share/zsh/5.8.1/functions/_nedit ... Processing usr/share/zsh/5.8.1/functions/_net_interfaces ... Processing usr/share/zsh/5.8.1/functions/_netcat ... Processing usr/share/zsh/5.8.1/functions/_netscape ... Processing usr/share/zsh/5.8.1/functions/_netstat ... Processing usr/share/zsh/5.8.1/functions/_networkmanager ... Processing usr/share/zsh/5.8.1/functions/_networksetup ... Processing usr/share/zsh/5.8.1/functions/_newsgroups ... Processing usr/share/zsh/5.8.1/functions/_next_label ... Processing usr/share/zsh/5.8.1/functions/_next_tags ... Processing usr/share/zsh/5.8.1/functions/_nginx ... Processing usr/share/zsh/5.8.1/functions/_ngrep ... Processing usr/share/zsh/5.8.1/functions/_nice ... Processing usr/share/zsh/5.8.1/functions/_nkf ... Processing usr/share/zsh/5.8.1/functions/_nl ... Processing usr/share/zsh/5.8.1/functions/_nm ... Processing usr/share/zsh/5.8.1/functions/_nmap ... Processing usr/share/zsh/5.8.1/functions/_normal ... Processing usr/share/zsh/5.8.1/functions/_nothing ... Processing usr/share/zsh/5.8.1/functions/_npm ... Processing usr/share/zsh/5.8.1/functions/_nslookup ... Processing usr/share/zsh/5.8.1/functions/_numfmt ... Processing usr/share/zsh/5.8.1/functions/_nvram ... Processing usr/share/zsh/5.8.1/functions/_objdump ... Processing usr/share/zsh/5.8.1/functions/_object_classes ... Processing usr/share/zsh/5.8.1/functions/_object_files ... Processing usr/share/zsh/5.8.1/functions/_obsd_architectures ... Processing usr/share/zsh/5.8.1/functions/_od ... Processing usr/share/zsh/5.8.1/functions/_okular ... Processing usr/share/zsh/5.8.1/functions/_oldlist ... Processing usr/share/zsh/5.8.1/functions/_open ... Processing usr/share/zsh/5.8.1/functions/_openstack ... Processing usr/share/zsh/5.8.1/functions/_opkg ... Processing usr/share/zsh/5.8.1/functions/_options ... Processing usr/share/zsh/5.8.1/functions/_options_set ... Processing usr/share/zsh/5.8.1/functions/_options_unset ... Processing usr/share/zsh/5.8.1/functions/_osascript ... Processing usr/share/zsh/5.8.1/functions/_osc ... Processing usr/share/zsh/5.8.1/functions/_other_accounts ... Processing usr/share/zsh/5.8.1/functions/_otool ... Processing usr/share/zsh/5.8.1/functions/_pack ... Processing usr/share/zsh/5.8.1/functions/_pandoc ... Processing usr/share/zsh/5.8.1/functions/_parameter ... Processing usr/share/zsh/5.8.1/functions/_parameters ... Processing usr/share/zsh/5.8.1/functions/_paste ... Processing usr/share/zsh/5.8.1/functions/_patch ... Processing usr/share/zsh/5.8.1/functions/_patchutils ... Processing usr/share/zsh/5.8.1/functions/_path_commands ... Processing usr/share/zsh/5.8.1/functions/_path_files ... Processing usr/share/zsh/5.8.1/functions/_pax ... Processing usr/share/zsh/5.8.1/functions/_pbcopy ... Processing usr/share/zsh/5.8.1/functions/_pbm ... Processing usr/share/zsh/5.8.1/functions/_pbuilder ... Processing usr/share/zsh/5.8.1/functions/_pdf ... Processing usr/share/zsh/5.8.1/functions/_pdftk ... Processing usr/share/zsh/5.8.1/functions/_perforce ... Processing usr/share/zsh/5.8.1/functions/_perl ... Processing usr/share/zsh/5.8.1/functions/_perl_basepods ... Processing usr/share/zsh/5.8.1/functions/_perl_modules ... Processing usr/share/zsh/5.8.1/functions/_perldoc ... Processing usr/share/zsh/5.8.1/functions/_pfctl ... Processing usr/share/zsh/5.8.1/functions/_pfexec ... Processing usr/share/zsh/5.8.1/functions/_pgrep ... Processing usr/share/zsh/5.8.1/functions/_php ... Processing usr/share/zsh/5.8.1/functions/_physical_volumes ... Processing usr/share/zsh/5.8.1/functions/_pick_variant ... Processing usr/share/zsh/5.8.1/functions/_picocom ... Processing usr/share/zsh/5.8.1/functions/_pidof ... Processing usr/share/zsh/5.8.1/functions/_pids ... Processing usr/share/zsh/5.8.1/functions/_pine ... Processing usr/share/zsh/5.8.1/functions/_ping ... Processing usr/share/zsh/5.8.1/functions/_piuparts ... Processing usr/share/zsh/5.8.1/functions/_pkg-config ... Processing usr/share/zsh/5.8.1/functions/_pkg5 ... Processing usr/share/zsh/5.8.1/functions/_pkg_instance ... Processing usr/share/zsh/5.8.1/functions/_pkgadd ... Processing usr/share/zsh/5.8.1/functions/_pkgin ... Processing usr/share/zsh/5.8.1/functions/_pkginfo ... Processing usr/share/zsh/5.8.1/functions/_pkgrm ... Processing usr/share/zsh/5.8.1/functions/_pkgtool ... Processing usr/share/zsh/5.8.1/functions/_plutil ... Processing usr/share/zsh/5.8.1/functions/_pmap ... Processing usr/share/zsh/5.8.1/functions/_pon ... Processing usr/share/zsh/5.8.1/functions/_portaudit ... Processing usr/share/zsh/5.8.1/functions/_portlint ... Processing usr/share/zsh/5.8.1/functions/_portmaster ... Processing usr/share/zsh/5.8.1/functions/_ports ... Processing usr/share/zsh/5.8.1/functions/_portsnap ... Processing usr/share/zsh/5.8.1/functions/_postfix ... Processing usr/share/zsh/5.8.1/functions/_postgresql ... Processing usr/share/zsh/5.8.1/functions/_postscript ... Processing usr/share/zsh/5.8.1/functions/_powerd ... Processing usr/share/zsh/5.8.1/functions/_precommand ... Processing usr/share/zsh/5.8.1/functions/_prefix ... Processing usr/share/zsh/5.8.1/functions/_print ... Processing usr/share/zsh/5.8.1/functions/_printenv ... Processing usr/share/zsh/5.8.1/functions/_printers ... Processing usr/share/zsh/5.8.1/functions/_process_names ... Processing usr/share/zsh/5.8.1/functions/_procstat ... Processing usr/share/zsh/5.8.1/functions/_prompt ... Processing usr/share/zsh/5.8.1/functions/_prove ... Processing usr/share/zsh/5.8.1/functions/_prstat ... Processing usr/share/zsh/5.8.1/functions/_ps ... Processing usr/share/zsh/5.8.1/functions/_ps1234 ... Processing usr/share/zsh/5.8.1/functions/_pscp ... Processing usr/share/zsh/5.8.1/functions/_pspdf ... Processing usr/share/zsh/5.8.1/functions/_psutils ... Processing usr/share/zsh/5.8.1/functions/_ptree ... Processing usr/share/zsh/5.8.1/functions/_pump ... Processing usr/share/zsh/5.8.1/functions/_putclip ... Processing usr/share/zsh/5.8.1/functions/_pv ... Processing usr/share/zsh/5.8.1/functions/_pwgen ... Processing usr/share/zsh/5.8.1/functions/_pydoc ... Processing usr/share/zsh/5.8.1/functions/_python ... Processing usr/share/zsh/5.8.1/functions/_python_modules ... Processing usr/share/zsh/5.8.1/functions/_qdbus ... Processing usr/share/zsh/5.8.1/functions/_qemu ... Processing usr/share/zsh/5.8.1/functions/_qiv ... Processing usr/share/zsh/5.8.1/functions/_qtplay ... Processing usr/share/zsh/5.8.1/functions/_quilt ... Processing usr/share/zsh/5.8.1/functions/_rake ... Processing usr/share/zsh/5.8.1/functions/_ranlib ... Processing usr/share/zsh/5.8.1/functions/_rar ... Processing usr/share/zsh/5.8.1/functions/_rcctl ... Processing usr/share/zsh/5.8.1/functions/_rclone ... Processing usr/share/zsh/5.8.1/functions/_rcs ... Processing usr/share/zsh/5.8.1/functions/_rdesktop ... Processing usr/share/zsh/5.8.1/functions/_read ... Processing usr/share/zsh/5.8.1/functions/_read_comp ... Processing usr/share/zsh/5.8.1/functions/_readelf ... Processing usr/share/zsh/5.8.1/functions/_readlink ... Processing usr/share/zsh/5.8.1/functions/_readshortcut ... Processing usr/share/zsh/5.8.1/functions/_rebootin ... Processing usr/share/zsh/5.8.1/functions/_redirect ... Processing usr/share/zsh/5.8.1/functions/_regex_arguments ... Processing usr/share/zsh/5.8.1/functions/_regex_words ... Processing usr/share/zsh/5.8.1/functions/_remote_files ... Processing usr/share/zsh/5.8.1/functions/_renice ... Processing usr/share/zsh/5.8.1/functions/_reprepro ... Processing usr/share/zsh/5.8.1/functions/_requested ... Processing usr/share/zsh/5.8.1/functions/_retrieve_cache ... Processing usr/share/zsh/5.8.1/functions/_retrieve_mac_apps ... Processing usr/share/zsh/5.8.1/functions/_ri ... Processing usr/share/zsh/5.8.1/functions/_rlogin ... Processing usr/share/zsh/5.8.1/functions/_rm ... Processing usr/share/zsh/5.8.1/functions/_rmdir ... Processing usr/share/zsh/5.8.1/functions/_route ... Processing usr/share/zsh/5.8.1/functions/_rpm ... Processing usr/share/zsh/5.8.1/functions/_rrdtool ... Processing usr/share/zsh/5.8.1/functions/_rsync ... Processing usr/share/zsh/5.8.1/functions/_rubber ... Processing usr/share/zsh/5.8.1/functions/_ruby ... Processing usr/share/zsh/5.8.1/functions/_run-help ... Processing usr/share/zsh/5.8.1/functions/_runit ... Processing usr/share/zsh/5.8.1/functions/_samba ... Processing usr/share/zsh/5.8.1/functions/_savecore ... Processing usr/share/zsh/5.8.1/functions/_say ... Processing usr/share/zsh/5.8.1/functions/_sbuild ... Processing usr/share/zsh/5.8.1/functions/_sc_usage ... Processing usr/share/zsh/5.8.1/functions/_sccs ... Processing usr/share/zsh/5.8.1/functions/_sched ... Processing usr/share/zsh/5.8.1/functions/_schedtool ... Processing usr/share/zsh/5.8.1/functions/_schroot ... Processing usr/share/zsh/5.8.1/functions/_scl ... Processing usr/share/zsh/5.8.1/functions/_scons ... Processing usr/share/zsh/5.8.1/functions/_screen ... Processing usr/share/zsh/5.8.1/functions/_script ... Processing usr/share/zsh/5.8.1/functions/_scselect ... Processing usr/share/zsh/5.8.1/functions/_scutil ... Processing usr/share/zsh/5.8.1/functions/_seafile ... Processing usr/share/zsh/5.8.1/functions/_sed ... Processing usr/share/zsh/5.8.1/functions/_selinux_contexts ... Processing usr/share/zsh/5.8.1/functions/_selinux_roles ... Processing usr/share/zsh/5.8.1/functions/_selinux_types ... Processing usr/share/zsh/5.8.1/functions/_selinux_users ... Processing usr/share/zsh/5.8.1/functions/_sep_parts ... Processing usr/share/zsh/5.8.1/functions/_seq ... Processing usr/share/zsh/5.8.1/functions/_sequence ... Processing usr/share/zsh/5.8.1/functions/_service ... Processing usr/share/zsh/5.8.1/functions/_services ... Processing usr/share/zsh/5.8.1/functions/_set ... Processing usr/share/zsh/5.8.1/functions/_set_command ... Processing usr/share/zsh/5.8.1/functions/_setfacl ... Processing usr/share/zsh/5.8.1/functions/_setopt ... Processing usr/share/zsh/5.8.1/functions/_setsid ... Processing usr/share/zsh/5.8.1/functions/_setup ... Processing usr/share/zsh/5.8.1/functions/_setxkbmap ... Processing usr/share/zsh/5.8.1/functions/_sh ... Processing usr/share/zsh/5.8.1/functions/_shasum ... Processing usr/share/zsh/5.8.1/functions/_showmount ... Processing usr/share/zsh/5.8.1/functions/_shred ... Processing usr/share/zsh/5.8.1/functions/_shuf ... Processing usr/share/zsh/5.8.1/functions/_shutdown ... Processing usr/share/zsh/5.8.1/functions/_signals ... Processing usr/share/zsh/5.8.1/functions/_signify ... Processing usr/share/zsh/5.8.1/functions/_sisu ... Processing usr/share/zsh/5.8.1/functions/_slabtop ... Processing usr/share/zsh/5.8.1/functions/_slrn ... Processing usr/share/zsh/5.8.1/functions/_smartmontools ... Processing usr/share/zsh/5.8.1/functions/_smit ... Processing usr/share/zsh/5.8.1/functions/_snoop ... Processing usr/share/zsh/5.8.1/functions/_socket ... Processing usr/share/zsh/5.8.1/functions/_sockstat ... Processing usr/share/zsh/5.8.1/functions/_softwareupdate ... Processing usr/share/zsh/5.8.1/functions/_sort ... Processing usr/share/zsh/5.8.1/functions/_source ... Processing usr/share/zsh/5.8.1/functions/_spamassassin ... Processing usr/share/zsh/5.8.1/functions/_split ... Processing usr/share/zsh/5.8.1/functions/_sqlite ... Processing usr/share/zsh/5.8.1/functions/_sqsh ... Processing usr/share/zsh/5.8.1/functions/_ss ... Processing usr/share/zsh/5.8.1/functions/_ssh ... Processing usr/share/zsh/5.8.1/functions/_ssh_hosts ... Processing usr/share/zsh/5.8.1/functions/_sshfs ... Processing usr/share/zsh/5.8.1/functions/_stat ... Processing usr/share/zsh/5.8.1/functions/_stdbuf ... Processing usr/share/zsh/5.8.1/functions/_stgit ... Processing usr/share/zsh/5.8.1/functions/_store_cache ... Processing usr/share/zsh/5.8.1/functions/_stow ... Processing usr/share/zsh/5.8.1/functions/_strace ... Processing usr/share/zsh/5.8.1/functions/_strftime ... Processing usr/share/zsh/5.8.1/functions/_strings ... Processing usr/share/zsh/5.8.1/functions/_strip ... Processing usr/share/zsh/5.8.1/functions/_stty ... Processing usr/share/zsh/5.8.1/functions/_su ... Processing usr/share/zsh/5.8.1/functions/_sub_commands ... Processing usr/share/zsh/5.8.1/functions/_sublimetext ... Processing usr/share/zsh/5.8.1/functions/_subscript ... Processing usr/share/zsh/5.8.1/functions/_subversion ... Processing usr/share/zsh/5.8.1/functions/_sudo ... Processing usr/share/zsh/5.8.1/functions/_suffix_alias_files ... Processing usr/share/zsh/5.8.1/functions/_surfraw ... Processing usr/share/zsh/5.8.1/functions/_svcadm ... Processing usr/share/zsh/5.8.1/functions/_svccfg ... Processing usr/share/zsh/5.8.1/functions/_svcprop ... Processing usr/share/zsh/5.8.1/functions/_svcs ... Processing usr/share/zsh/5.8.1/functions/_svcs_fmri ... Processing usr/share/zsh/5.8.1/functions/_svn-buildpackage ... Processing usr/share/zsh/5.8.1/functions/_sw_vers ... Processing usr/share/zsh/5.8.1/functions/_swaks ... Processing usr/share/zsh/5.8.1/functions/_swanctl ... Processing usr/share/zsh/5.8.1/functions/_swift ... Processing usr/share/zsh/5.8.1/functions/_sys_calls ... Processing usr/share/zsh/5.8.1/functions/_sysctl ... Processing usr/share/zsh/5.8.1/functions/_sysrc ... Processing usr/share/zsh/5.8.1/functions/_sysstat ... Processing usr/share/zsh/5.8.1/functions/_systat ... Processing usr/share/zsh/5.8.1/functions/_system_profiler ... Processing usr/share/zsh/5.8.1/functions/_tac ... Processing usr/share/zsh/5.8.1/functions/_tags ... Processing usr/share/zsh/5.8.1/functions/_tail ... Processing usr/share/zsh/5.8.1/functions/_tar ... Processing usr/share/zsh/5.8.1/functions/_tar_archive ... Processing usr/share/zsh/5.8.1/functions/_tardy ... Processing usr/share/zsh/5.8.1/functions/_tcpdump ... Processing usr/share/zsh/5.8.1/functions/_tcpsys ... Processing usr/share/zsh/5.8.1/functions/_tcptraceroute ... Processing usr/share/zsh/5.8.1/functions/_tee ... Processing usr/share/zsh/5.8.1/functions/_telnet ... Processing usr/share/zsh/5.8.1/functions/_terminals ... Processing usr/share/zsh/5.8.1/functions/_tex ... Processing usr/share/zsh/5.8.1/functions/_texi ... Processing usr/share/zsh/5.8.1/functions/_texinfo ... Processing usr/share/zsh/5.8.1/functions/_tidy ... Processing usr/share/zsh/5.8.1/functions/_tiff ... Processing usr/share/zsh/5.8.1/functions/_tilde ... Processing usr/share/zsh/5.8.1/functions/_tilde_files ... Processing usr/share/zsh/5.8.1/functions/_time_zone ... Processing usr/share/zsh/5.8.1/functions/_timeout ... Processing usr/share/zsh/5.8.1/functions/_tin ... Processing usr/share/zsh/5.8.1/functions/_tla ... Processing usr/share/zsh/5.8.1/functions/_tload ... Processing usr/share/zsh/5.8.1/functions/_tmux ... Processing usr/share/zsh/5.8.1/functions/_todo.sh ... Processing usr/share/zsh/5.8.1/functions/_toilet ... Processing usr/share/zsh/5.8.1/functions/_toolchain-source ... Processing usr/share/zsh/5.8.1/functions/_top ... Processing usr/share/zsh/5.8.1/functions/_topgit ... Processing usr/share/zsh/5.8.1/functions/_totd ... Processing usr/share/zsh/5.8.1/functions/_touch ... Processing usr/share/zsh/5.8.1/functions/_tpb ... Processing usr/share/zsh/5.8.1/functions/_tput ... Processing usr/share/zsh/5.8.1/functions/_tr ... Processing usr/share/zsh/5.8.1/functions/_tracepath ... Processing usr/share/zsh/5.8.1/functions/_transmission ... Processing usr/share/zsh/5.8.1/functions/_trap ... Processing usr/share/zsh/5.8.1/functions/_trash ... Processing usr/share/zsh/5.8.1/functions/_tree ... Processing usr/share/zsh/5.8.1/functions/_truss ... Processing usr/share/zsh/5.8.1/functions/_tty ... Processing usr/share/zsh/5.8.1/functions/_ttyctl ... Processing usr/share/zsh/5.8.1/functions/_ttys ... Processing usr/share/zsh/5.8.1/functions/_tune2fs ... Processing usr/share/zsh/5.8.1/functions/_twidge ... Processing usr/share/zsh/5.8.1/functions/_twisted ... Processing usr/share/zsh/5.8.1/functions/_typeset ... Processing usr/share/zsh/5.8.1/functions/_ulimit ... Processing usr/share/zsh/5.8.1/functions/_uml ... Processing usr/share/zsh/5.8.1/functions/_umountable ... Processing usr/share/zsh/5.8.1/functions/_unace ... Processing usr/share/zsh/5.8.1/functions/_uname ... Processing usr/share/zsh/5.8.1/functions/_unexpand ... Processing usr/share/zsh/5.8.1/functions/_unhash ... Processing usr/share/zsh/5.8.1/functions/_uniq ... Processing usr/share/zsh/5.8.1/functions/_unison ... Processing usr/share/zsh/5.8.1/functions/_units ... Processing usr/share/zsh/5.8.1/functions/_update-alternatives ... Processing usr/share/zsh/5.8.1/functions/_update-rc.d ... Processing usr/share/zsh/5.8.1/functions/_uptime ... Processing usr/share/zsh/5.8.1/functions/_urls ... Processing usr/share/zsh/5.8.1/functions/_urpmi ... Processing usr/share/zsh/5.8.1/functions/_urxvt ... Processing usr/share/zsh/5.8.1/functions/_uscan ... Processing usr/share/zsh/5.8.1/functions/_user_admin ... Processing usr/share/zsh/5.8.1/functions/_user_at_host ... Processing usr/share/zsh/5.8.1/functions/_user_expand ... Processing usr/share/zsh/5.8.1/functions/_user_math_func ... Processing usr/share/zsh/5.8.1/functions/_users ... Processing usr/share/zsh/5.8.1/functions/_users_on ... Processing usr/share/zsh/5.8.1/functions/_valgrind ... Processing usr/share/zsh/5.8.1/functions/_value ... Processing usr/share/zsh/5.8.1/functions/_values ... Processing usr/share/zsh/5.8.1/functions/_vared ... Processing usr/share/zsh/5.8.1/functions/_vars ... Processing usr/share/zsh/5.8.1/functions/_vcsh ... Processing usr/share/zsh/5.8.1/functions/_vim ... Processing usr/share/zsh/5.8.1/functions/_vim-addons ... Processing usr/share/zsh/5.8.1/functions/_visudo ... Processing usr/share/zsh/5.8.1/functions/_vmctl ... Processing usr/share/zsh/5.8.1/functions/_vmstat ... Processing usr/share/zsh/5.8.1/functions/_vnc ... Processing usr/share/zsh/5.8.1/functions/_volume_groups ... Processing usr/share/zsh/5.8.1/functions/_vorbis ... Processing usr/share/zsh/5.8.1/functions/_vpnc ... Processing usr/share/zsh/5.8.1/functions/_vserver ... Processing usr/share/zsh/5.8.1/functions/_w ... Processing usr/share/zsh/5.8.1/functions/_w3m ... Processing usr/share/zsh/5.8.1/functions/_wait ... Processing usr/share/zsh/5.8.1/functions/_wajig ... Processing usr/share/zsh/5.8.1/functions/_wakeup_capable_devices ... Processing usr/share/zsh/5.8.1/functions/_wanna-build ... Processing usr/share/zsh/5.8.1/functions/_wanted ... Processing usr/share/zsh/5.8.1/functions/_watch ... Processing usr/share/zsh/5.8.1/functions/_watch-snoop ... Processing usr/share/zsh/5.8.1/functions/_wc ... Processing usr/share/zsh/5.8.1/functions/_webbrowser ... Processing usr/share/zsh/5.8.1/functions/_wget ... Processing usr/share/zsh/5.8.1/functions/_whereis ... Processing usr/share/zsh/5.8.1/functions/_which ... Processing usr/share/zsh/5.8.1/functions/_who ... Processing usr/share/zsh/5.8.1/functions/_whois ... Processing usr/share/zsh/5.8.1/functions/_widgets ... Processing usr/share/zsh/5.8.1/functions/_wiggle ... Processing usr/share/zsh/5.8.1/functions/_wipefs ... Processing usr/share/zsh/5.8.1/functions/_wpa_cli ... Processing usr/share/zsh/5.8.1/functions/_x_arguments ... Processing usr/share/zsh/5.8.1/functions/_x_borderwidth ... Processing usr/share/zsh/5.8.1/functions/_x_color ... Processing usr/share/zsh/5.8.1/functions/_x_colormapid ... Processing usr/share/zsh/5.8.1/functions/_x_cursor ... Processing usr/share/zsh/5.8.1/functions/_x_display ... Processing usr/share/zsh/5.8.1/functions/_x_extension ... Processing usr/share/zsh/5.8.1/functions/_x_font ... Processing usr/share/zsh/5.8.1/functions/_x_geometry ... Processing usr/share/zsh/5.8.1/functions/_x_keysym ... Processing usr/share/zsh/5.8.1/functions/_x_locale ... Processing usr/share/zsh/5.8.1/functions/_x_modifier ... Processing usr/share/zsh/5.8.1/functions/_x_name ... Processing usr/share/zsh/5.8.1/functions/_x_resource ... Processing usr/share/zsh/5.8.1/functions/_x_selection_timeout ... Processing usr/share/zsh/5.8.1/functions/_x_title ... Processing usr/share/zsh/5.8.1/functions/_x_utils ... Processing usr/share/zsh/5.8.1/functions/_x_visual ... Processing usr/share/zsh/5.8.1/functions/_x_window ... Processing usr/share/zsh/5.8.1/functions/_xargs ... Processing usr/share/zsh/5.8.1/functions/_xauth ... Processing usr/share/zsh/5.8.1/functions/_xautolock ... Processing usr/share/zsh/5.8.1/functions/_xclip ... Processing usr/share/zsh/5.8.1/functions/_xcode-select ... Processing usr/share/zsh/5.8.1/functions/_xdvi ... Processing usr/share/zsh/5.8.1/functions/_xfig ... Processing usr/share/zsh/5.8.1/functions/_xft_fonts ... Processing usr/share/zsh/5.8.1/functions/_xloadimage ... Processing usr/share/zsh/5.8.1/functions/_xmlsoft ... Processing usr/share/zsh/5.8.1/functions/_xmlstarlet ... Processing usr/share/zsh/5.8.1/functions/_xmms2 ... Processing usr/share/zsh/5.8.1/functions/_xmodmap ... Processing usr/share/zsh/5.8.1/functions/_xournal ... Processing usr/share/zsh/5.8.1/functions/_xpdf ... Processing usr/share/zsh/5.8.1/functions/_xrandr ... Processing usr/share/zsh/5.8.1/functions/_xscreensaver ... Processing usr/share/zsh/5.8.1/functions/_xset ... Processing usr/share/zsh/5.8.1/functions/_xt_arguments ... Processing usr/share/zsh/5.8.1/functions/_xt_session_id ... Processing usr/share/zsh/5.8.1/functions/_xterm ... Processing usr/share/zsh/5.8.1/functions/_xv ... Processing usr/share/zsh/5.8.1/functions/_xwit ... Processing usr/share/zsh/5.8.1/functions/_xxd ... Processing usr/share/zsh/5.8.1/functions/_xz ... Processing usr/share/zsh/5.8.1/functions/_yafc ... Processing usr/share/zsh/5.8.1/functions/_yast ... Processing usr/share/zsh/5.8.1/functions/_yodl ... Processing usr/share/zsh/5.8.1/functions/_yp ... Processing usr/share/zsh/5.8.1/functions/_yum ... Processing usr/share/zsh/5.8.1/functions/_zargs ... Processing usr/share/zsh/5.8.1/functions/_zattr ... Processing usr/share/zsh/5.8.1/functions/_zcalc ... Processing usr/share/zsh/5.8.1/functions/_zcalc_line ... Processing usr/share/zsh/5.8.1/functions/_zcat ... Processing usr/share/zsh/5.8.1/functions/_zcompile ... Processing usr/share/zsh/5.8.1/functions/_zdump ... Processing usr/share/zsh/5.8.1/functions/_zeal ... Processing usr/share/zsh/5.8.1/functions/_zed ... Processing usr/share/zsh/5.8.1/functions/_zfs ... Processing usr/share/zsh/5.8.1/functions/_zfs_dataset ... Processing usr/share/zsh/5.8.1/functions/_zfs_keysource_props ... Processing usr/share/zsh/5.8.1/functions/_zfs_pool ... Processing usr/share/zsh/5.8.1/functions/_zftp ... Processing usr/share/zsh/5.8.1/functions/_zip ... Processing usr/share/zsh/5.8.1/functions/_zle ... Processing usr/share/zsh/5.8.1/functions/_zlogin ... Processing usr/share/zsh/5.8.1/functions/_zmodload ... Processing usr/share/zsh/5.8.1/functions/_zmv ... Processing usr/share/zsh/5.8.1/functions/_zoneadm ... Processing usr/share/zsh/5.8.1/functions/_zones ... Processing usr/share/zsh/5.8.1/functions/_zparseopts ... Processing usr/share/zsh/5.8.1/functions/_zpool ... Processing usr/share/zsh/5.8.1/functions/_zpty ... Processing usr/share/zsh/5.8.1/functions/_zsh ... Processing usr/share/zsh/5.8.1/functions/_zsh-mime-handler ... Processing usr/share/zsh/5.8.1/functions/_zsocket ... Processing usr/share/zsh/5.8.1/functions/_zstyle ... Processing usr/share/zsh/5.8.1/functions/_ztodo ... Processing usr/share/zsh/5.8.1/functions/_zypper ... Processing usr/share/zsh/5.8.1/functions/add-zle-hook-widget ... Processing usr/share/zsh/5.8.1/functions/add-zsh-hook ... Processing usr/share/zsh/5.8.1/functions/after ... Processing usr/share/zsh/5.8.1/functions/age ... Processing usr/share/zsh/5.8.1/functions/allopt ... Processing usr/share/zsh/5.8.1/functions/backward-kill-word-match ... Processing usr/share/zsh/5.8.1/functions/backward-word-match ... Processing usr/share/zsh/5.8.1/functions/bashcompinit ... Processing usr/share/zsh/5.8.1/functions/before ... Processing usr/share/zsh/5.8.1/functions/bracketed-paste-magic ... Processing usr/share/zsh/5.8.1/functions/bracketed-paste-url-magic ... Processing usr/share/zsh/5.8.1/functions/calendar ... Processing usr/share/zsh/5.8.1/functions/calendar_add ... Processing usr/share/zsh/5.8.1/functions/calendar_edit ... Processing usr/share/zsh/5.8.1/functions/calendar_lockfiles ... Processing usr/share/zsh/5.8.1/functions/calendar_parse ... Processing usr/share/zsh/5.8.1/functions/calendar_read ... Processing usr/share/zsh/5.8.1/functions/calendar_scandate ... Processing usr/share/zsh/5.8.1/functions/calendar_show ... Processing usr/share/zsh/5.8.1/functions/calendar_showdate ... Processing usr/share/zsh/5.8.1/functions/calendar_sort ... Processing usr/share/zsh/5.8.1/functions/capitalize-word-match ... Processing usr/share/zsh/5.8.1/functions/catch ... Processing usr/share/zsh/5.8.1/functions/cdr ... Processing usr/share/zsh/5.8.1/functions/checkmail ... Processing usr/share/zsh/5.8.1/functions/chpwd_recent_add ... Processing usr/share/zsh/5.8.1/functions/chpwd_recent_dirs ... Processing usr/share/zsh/5.8.1/functions/chpwd_recent_filehandler ... Processing usr/share/zsh/5.8.1/functions/colors ... Processing usr/share/zsh/5.8.1/functions/compaudit ... Processing usr/share/zsh/5.8.1/functions/compdump ... Processing usr/share/zsh/5.8.1/functions/compinit ... Processing usr/share/zsh/5.8.1/functions/compinstall ... Processing usr/share/zsh/5.8.1/functions/copy-earlier-word ... Processing usr/share/zsh/5.8.1/functions/cycle-completion-positions ... Processing usr/share/zsh/5.8.1/functions/define-composed-chars ... Processing usr/share/zsh/5.8.1/functions/delete-whole-word-match ... Processing usr/share/zsh/5.8.1/functions/down-case-word-match ... Processing usr/share/zsh/5.8.1/functions/down-line-or-beginning-search ... Processing usr/share/zsh/5.8.1/functions/edit-command-line ... Processing usr/share/zsh/5.8.1/functions/expand-absolute-path ... Processing usr/share/zsh/5.8.1/functions/forward-word-match ... Processing usr/share/zsh/5.8.1/functions/getjobs ... Processing usr/share/zsh/5.8.1/functions/harden ... Processing usr/share/zsh/5.8.1/functions/history-beginning-search-menu ... Processing usr/share/zsh/5.8.1/functions/history-pattern-search ... Processing usr/share/zsh/5.8.1/functions/history-search-end ... Processing usr/share/zsh/5.8.1/functions/incarg ... Processing usr/share/zsh/5.8.1/functions/incremental-complete-word ... Processing usr/share/zsh/5.8.1/functions/insert-composed-char ... Processing usr/share/zsh/5.8.1/functions/insert-files ... Processing usr/share/zsh/5.8.1/functions/insert-unicode-char ... Processing usr/share/zsh/5.8.1/functions/is-at-least ... Processing usr/share/zsh/5.8.1/functions/keeper ... Processing usr/share/zsh/5.8.1/functions/keymap+widget ... Processing usr/share/zsh/5.8.1/functions/kill-word-match ... Processing usr/share/zsh/5.8.1/functions/match-word-context ... Processing usr/share/zsh/5.8.1/functions/match-words-by-style ... Processing usr/share/zsh/5.8.1/functions/mere ... Processing usr/share/zsh/5.8.1/functions/modify-current-argument ... Processing usr/share/zsh/5.8.1/functions/move-line-in-buffer ... Processing usr/share/zsh/5.8.1/functions/narrow-to-region ... Processing usr/share/zsh/5.8.1/functions/narrow-to-region-invisible ... Processing usr/share/zsh/5.8.1/functions/nslookup ... Processing usr/share/zsh/5.8.1/functions/pick-web-browser ... Processing usr/share/zsh/5.8.1/functions/predict-on ... Processing usr/share/zsh/5.8.1/functions/prompt_adam1_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_adam2_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_bart_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_bigfade_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_clint_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_default_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_elite2_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_elite_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_fade_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_fire_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_off_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_oliver_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_pws_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_redhat_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_restore_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_special_chars ... Processing usr/share/zsh/5.8.1/functions/prompt_suse_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_walters_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_zefram_setup ... Processing usr/share/zsh/5.8.1/functions/promptinit ... Processing usr/share/zsh/5.8.1/functions/promptnl ... Processing usr/share/zsh/5.8.1/functions/quote-and-complete-word ... Processing usr/share/zsh/5.8.1/functions/read-from-minibuffer ... Processing usr/share/zsh/5.8.1/functions/regexp-replace ... Processing usr/share/zsh/5.8.1/functions/relative ... Processing usr/share/zsh/5.8.1/functions/replace-argument ... Processing usr/share/zsh/5.8.1/functions/replace-string ... Processing usr/share/zsh/5.8.1/functions/replace-string-again ... Processing usr/share/zsh/5.8.1/functions/run-help ... Processing usr/share/zsh/5.8.1/functions/run-help-git ... Processing usr/share/zsh/5.8.1/functions/run-help-ip ... Processing usr/share/zsh/5.8.1/functions/run-help-openssl ... Processing usr/share/zsh/5.8.1/functions/run-help-p4 ... Processing usr/share/zsh/5.8.1/functions/run-help-sudo ... Processing usr/share/zsh/5.8.1/functions/run-help-svk ... Processing usr/share/zsh/5.8.1/functions/run-help-svn ... Processing usr/share/zsh/5.8.1/functions/select-bracketed ... Processing usr/share/zsh/5.8.1/functions/select-quoted ... Processing usr/share/zsh/5.8.1/functions/select-word-match ... Processing usr/share/zsh/5.8.1/functions/select-word-style ... Processing usr/share/zsh/5.8.1/functions/send-invisible ... Processing usr/share/zsh/5.8.1/functions/smart-insert-last-word ... Processing usr/share/zsh/5.8.1/functions/split-shell-arguments ... Processing usr/share/zsh/5.8.1/functions/sticky-note ... Processing usr/share/zsh/5.8.1/functions/surround ... Processing usr/share/zsh/5.8.1/functions/tetris ... Processing usr/share/zsh/5.8.1/functions/tetriscurses ... Processing usr/share/zsh/5.8.1/functions/throw ... Processing usr/share/zsh/5.8.1/functions/transpose-lines ... Processing usr/share/zsh/5.8.1/functions/transpose-words-match ... Processing usr/share/zsh/5.8.1/functions/up-case-word-match ... Processing usr/share/zsh/5.8.1/functions/up-line-or-beginning-search ... Processing usr/share/zsh/5.8.1/functions/url-quote-magic ... Processing usr/share/zsh/5.8.1/functions/vcs_info ... Processing usr/share/zsh/5.8.1/functions/vcs_info_hookadd ... Processing usr/share/zsh/5.8.1/functions/vcs_info_hookdel ... Processing usr/share/zsh/5.8.1/functions/vcs_info_lastmsg ... Processing usr/share/zsh/5.8.1/functions/vcs_info_printsys ... Processing usr/share/zsh/5.8.1/functions/vcs_info_setsys ... Processing usr/share/zsh/5.8.1/functions/vi-pipe ... Processing usr/share/zsh/5.8.1/functions/which-command ... Processing usr/share/zsh/5.8.1/functions/xtermctl ... Processing usr/share/zsh/5.8.1/functions/zargs ... Processing usr/share/zsh/5.8.1/functions/zcalc ... Processing usr/share/zsh/5.8.1/functions/zcalc-auto-insert ... Processing usr/share/zsh/5.8.1/functions/zed ... Processing usr/share/zsh/5.8.1/functions/zed-set-file-name ... Processing usr/share/zsh/5.8.1/functions/zkbd ... Processing usr/share/zsh/5.8.1/functions/zmathfunc ... Processing usr/share/zsh/5.8.1/functions/zmathfuncdef ... Processing usr/share/zsh/5.8.1/functions/zmv ... Processing usr/share/zsh/5.8.1/functions/zrecompile ... Processing usr/share/zsh/5.8.1/functions/zsh-mime-contexts ... Processing usr/share/zsh/5.8.1/functions/zsh-mime-handler ... Processing usr/share/zsh/5.8.1/functions/zsh-mime-setup ... Processing usr/share/zsh/5.8.1/functions/zsh_directory_name_cdr ... Processing usr/share/zsh/5.8.1/functions/zsh_directory_name_generic ... Processing usr/share/zsh/5.8.1/functions/zstyle+ ... Processing usr/share/zsh/5.8.1/functions/ztodo ... Processing usr/share/zsh/5.8.1/help ... Processing usr/share/zsh/5.8.1/help/alias ... Processing usr/share/zsh/5.8.1/help/autoload ... Processing usr/share/zsh/5.8.1/help/bg ... Processing usr/share/zsh/5.8.1/help/bindkey ... Processing usr/share/zsh/5.8.1/help/break ... Processing usr/share/zsh/5.8.1/help/builtin ... Processing usr/share/zsh/5.8.1/help/bye ... Processing usr/share/zsh/5.8.1/help/cap ... Processing usr/share/zsh/5.8.1/help/cd ... Processing usr/share/zsh/5.8.1/help/chdir ... Processing usr/share/zsh/5.8.1/help/clone ... Processing usr/share/zsh/5.8.1/help/colon ... Processing usr/share/zsh/5.8.1/help/command ... Processing usr/share/zsh/5.8.1/help/comparguments ... Processing usr/share/zsh/5.8.1/help/compcall ... Processing usr/share/zsh/5.8.1/help/compctl ... Processing usr/share/zsh/5.8.1/help/compdescribe ... Processing usr/share/zsh/5.8.1/help/compfiles ... Processing usr/share/zsh/5.8.1/help/compgroups ... Processing usr/share/zsh/5.8.1/help/compquote ... Processing usr/share/zsh/5.8.1/help/comptags ... Processing usr/share/zsh/5.8.1/help/comptry ... Processing usr/share/zsh/5.8.1/help/compvalues ... Processing usr/share/zsh/5.8.1/help/continue ... Processing usr/share/zsh/5.8.1/help/declare ... Processing usr/share/zsh/5.8.1/help/dirs ... Processing usr/share/zsh/5.8.1/help/disable ... Processing usr/share/zsh/5.8.1/help/disown ... Processing usr/share/zsh/5.8.1/help/dot ... Processing usr/share/zsh/5.8.1/help/echo ... Processing usr/share/zsh/5.8.1/help/echotc ... Processing usr/share/zsh/5.8.1/help/echoti ... Processing usr/share/zsh/5.8.1/help/emulate ... Processing usr/share/zsh/5.8.1/help/enable ... Processing usr/share/zsh/5.8.1/help/eval ... Processing usr/share/zsh/5.8.1/help/exec ... Processing usr/share/zsh/5.8.1/help/exit ... Processing usr/share/zsh/5.8.1/help/export ... Processing usr/share/zsh/5.8.1/help/false ... Processing usr/share/zsh/5.8.1/help/fc ... Processing usr/share/zsh/5.8.1/help/fg ... Processing usr/share/zsh/5.8.1/help/float ... Processing usr/share/zsh/5.8.1/help/functions ... Processing usr/share/zsh/5.8.1/help/getcap ... Processing usr/share/zsh/5.8.1/help/getln ... Processing usr/share/zsh/5.8.1/help/getopts ... Processing usr/share/zsh/5.8.1/help/hash ... Processing usr/share/zsh/5.8.1/help/history ... Processing usr/share/zsh/5.8.1/help/integer ... Processing usr/share/zsh/5.8.1/help/jobs ... Processing usr/share/zsh/5.8.1/help/kill ... Processing usr/share/zsh/5.8.1/help/let ... Processing usr/share/zsh/5.8.1/help/limit ... Processing usr/share/zsh/5.8.1/help/local ... Processing usr/share/zsh/5.8.1/help/log ... Processing usr/share/zsh/5.8.1/help/logout ... Processing usr/share/zsh/5.8.1/help/noglob ... Processing usr/share/zsh/5.8.1/help/popd ... Processing usr/share/zsh/5.8.1/help/print ... Processing usr/share/zsh/5.8.1/help/printf ... Processing usr/share/zsh/5.8.1/help/pushd ... Processing usr/share/zsh/5.8.1/help/pushln ... Processing usr/share/zsh/5.8.1/help/pwd ... Processing usr/share/zsh/5.8.1/help/r ... Processing usr/share/zsh/5.8.1/help/read ... Processing usr/share/zsh/5.8.1/help/readonly ... Processing usr/share/zsh/5.8.1/help/rehash ... Processing usr/share/zsh/5.8.1/help/return ... Processing usr/share/zsh/5.8.1/help/sched ... Processing usr/share/zsh/5.8.1/help/set ... Processing usr/share/zsh/5.8.1/help/setcap ... Processing usr/share/zsh/5.8.1/help/setopt ... Processing usr/share/zsh/5.8.1/help/shift ... Processing usr/share/zsh/5.8.1/help/source ... Processing usr/share/zsh/5.8.1/help/stat ... Processing usr/share/zsh/5.8.1/help/suspend ... Processing usr/share/zsh/5.8.1/help/test ... Processing usr/share/zsh/5.8.1/help/times ... Processing usr/share/zsh/5.8.1/help/trap ... Processing usr/share/zsh/5.8.1/help/true ... Processing usr/share/zsh/5.8.1/help/ttyctl ... Processing usr/share/zsh/5.8.1/help/type ... Processing usr/share/zsh/5.8.1/help/typeset ... Processing usr/share/zsh/5.8.1/help/ulimit ... Processing usr/share/zsh/5.8.1/help/umask ... Processing usr/share/zsh/5.8.1/help/unalias ... Processing usr/share/zsh/5.8.1/help/unfunction ... Processing usr/share/zsh/5.8.1/help/unhash ... Processing usr/share/zsh/5.8.1/help/unlimit ... Processing usr/share/zsh/5.8.1/help/unset ... Processing usr/share/zsh/5.8.1/help/unsetopt ... Processing usr/share/zsh/5.8.1/help/vared ... Processing usr/share/zsh/5.8.1/help/wait ... Processing usr/share/zsh/5.8.1/help/whence ... Processing usr/share/zsh/5.8.1/help/where ... Processing usr/share/zsh/5.8.1/help/which ... Processing usr/share/zsh/5.8.1/help/zcompile ... Processing usr/share/zsh/5.8.1/help/zformat ... Processing usr/share/zsh/5.8.1/help/zftp ... Processing usr/share/zsh/5.8.1/help/zle ... Processing usr/share/zsh/5.8.1/help/zmodload ... Processing usr/share/zsh/5.8.1/help/zparseopts ... Processing usr/share/zsh/5.8.1/help/zprof ... Processing usr/share/zsh/5.8.1/help/zpty ... Processing usr/share/zsh/5.8.1/help/zregexparse ... Processing usr/share/zsh/5.8.1/help/zsocket ... Processing usr/share/zsh/5.8.1/help/zstyle ... Processing usr/share/zsh/5.8.1/help/ztcp ... Processing usr/share/zsh/site-functions ... Processing var ... Processing var/cache ... 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 ... Processing var/www/bootstrap ... Processing var/www/bootstrap/css ... Processing var/www/bootstrap/css/bootstrap.min.css ... Processing var/www/bootstrap/css/bootstrap.min.css.map ... Processing var/www/bootstrap/js ... Processing var/www/bootstrap/js/bootstrap.min.js ... Processing var/www/jquery.flot.fillbetween.js ... Processing var/www/jquery.flot.js ... Processing var/www/jquery.flot.resize.js ... Processing var/www/jquery.js ... Build completed. >>> Generating filesystem image rootfs.squashfs mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mksquashfs /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.squashfs -noappend -processors 4 -b 4K -nopad -comp xz\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/buildroot/autobuild/instance-3/output-1/images/rootfs.squashfs, block size 4096. [==================================\ ] 65500/108532 60% [========================================\ ] 76400/108532 70% [=========================================================\] 108532/108532 100% Exportable Squashfs 4.0 filesystem, xz compressed, data block size 4096 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 270341.21 Kbytes (264.01 Mbytes) 63.10% of uncompressed filesystem size (428451.56 Kbytes) Inode table size 129370 bytes (126.34 Kbytes) 24.36% of uncompressed inode table size (531175 bytes) Directory table size 26552 bytes (25.93 Kbytes) 45.40% of uncompressed directory table size (58479 bytes) Number of duplicate files found 56 Number of inodes 3166 Number of files 2491 Number of fragments 628 Number of symbolic links 342 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 333 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) www-data (33) Number of gids 2 root (0) www-data (33) ln -snf /home/buildroot/autobuild/instance-3/output-1/host/sh4-buildroot-linux-musl/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2022.05-400-g5645990b88 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external-bootlin 2021.11-1 Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> 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) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> toolchain Collecting legal info >>> toolchain-external Collecting legal info >>> musl-compat-headers Collecting legal info >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> atk 2.38.0 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-meson 0.62.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 62.6.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 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-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> 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) >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> atkmm 2.36.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING.tools: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> glibmm 2.68.2 Collecting legal info COPYING: OK (sha256: 3ea7fa7c5d9a3a113e950eca9cfb85107f096270d8e4dd99daa9d8abdebc60e7) COPYING.tools: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libsigc 3.0.7 Collecting legal info COPYING: OK (sha256: 97628afebc60f026f5c2b25d7491c46a5c4ee61f693e7cfa07fbd2c03605979b) >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> batctl 2021.0 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bento4 1.6.0-639 Collecting legal info Documents/LICENSE.txt: OK (sha256: 7daae92c8628ada28def8d096fe2fde298b72ec3e2d64a3c408afce38edb361b) >>> boost 1.79.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cpio 2.13 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> czmq 4.2.1 Collecting legal info LICENSE: OK (sha256: 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5) >>> zeromq 4.3.4 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> filemq af4768dcaf2fcb8083a32bad107a22ecb7a5d954 Collecting legal info LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> flatbuffers 2.0.6 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-flatbuffers 2.0.6 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gssdp 1.4.0.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsoup 2.74.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> libpsl 0.21.1 Collecting legal info COPYING: OK (sha256: 7903413e7aa0bbcb77aa19150a3f1034edc0a760cff174f9a53efe4de6f056a4) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sqlite 3.39.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> gupnp 1.4.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> haveged 1.9.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> hiredis 1.0.2 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> iftop 1.0pre4 Collecting legal info COPYING: OK (sha256: c00d1408e080e7f14615c7c2e0fbd079f1b2c19e93fc6eab819bdee8d5fdfbc4) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> initscripts Collecting legal info >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> irssi 1.2.3 Collecting legal info COPYING: OK (sha256: a1a27cb2ecee8d5378fbb3562f577104a445d6d66fee89286e16758305e63e2b) >>> jhead 3.06.0.1 Collecting legal info readme.txt: OK (sha256: 8b709512c737fc0c1e1024800b9a44c54d14ab02132c636a66c3ac66955c3e95) >>> jquery 3.5.1 Collecting legal info >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> json-for-modern-cpp 3.10.5 Collecting legal info LICENSE.MIT: OK (sha256: 86b998c792894ccb911a1cb7994f7a9652894e7a094c0b5e45be2f553f45cf14) >>> latencytop 0.5 Collecting legal info latencytop.c: OK (sha256: 34d1db30ab21eaedb2c191b2787632a960090a0c63da9f5b481d84b23b98c438) >>> lensfun 0.3.2 Collecting legal info docs/gpl-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) docs/lgpl-3.0.txt: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> leveldb 1.23 Collecting legal info LICENSE: OK (sha256: ccc19f1da0798ed666609b65a5b44dd8b3abe6fc08b9c0592eb76e82e174db19) >>> lftp 4.9.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libasplib be7fac89218a84b75f7598e3d76625ece99296f2 Collecting legal info LICENSE: OK (sha256: 12ac5047f2af0522f06798b1589ffc4599bc29c91f954d7874e0320634e777c0) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libftdi1 1.5 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libjson 7.6.1 Collecting legal info License.txt: OK (sha256: bd62d605bef39ab7ae39f6fa333ba513edb93cfcd56c9c966f1d34e31ff7c69b) >>> libldns 1.8.1 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libxmlrpc r3119 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> linuxptp 3.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> log4cplus 2.0.7 Collecting legal info LICENSE: OK (sha256: 91d7e42ff80e74c4c94e5ad353375fa0358cd0abbf43f5fe957097cdbd4e2c4d) >>> lrzip 0.641 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> mc 4.8.28 Collecting legal info COPYING: OK (sha256: 5576bbec76296e1c8e081f7037ebd01bdada388635f58d844a2f20d37bbe4284) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mimic 1.1.0 Collecting legal info COPYING: OK (sha256: c423c1c6d260091d80ee4c00f386a10fea39963a3f1530f2c245f15dd20324ee) >>> host-mkpasswd Collecting legal info >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mp4v2 2.1.1 Collecting legal info COPYING: OK (sha256: 7187891a4c39ee9e7ec70c71fc7dc8b8ed02c6f56ae1ffc017a34ac66dca5390) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> 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) >>> ndisc6 1.0.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> nut 03c3bbe8df9a2caf3c09c120ae7045d35af99b76 Collecting legal info COPYING: OK (sha256: 9f562d0e6be5108a06684dd249686d378abe1653df14b1944e971e084f6751f0) LICENSE-GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE-GPL3: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> opencore-amr 0.1.5 Collecting legal info LICENSE: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> parted 3.4 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> shared-mime-info 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-shared-mime-info 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sshguard 2.4.2 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) >>> stress-ng 0.13.05 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tclap 1.2.4 Collecting legal info COPYING: OK (sha256: cd81a61d47aeb1ed63036ca260baee37719923bbd7ebd988ec4edae128f3b6eb) >>> tinydtls 0.9-rc1 Collecting legal info LICENSE: OK (sha256: 7e906fb56da52bb6bba38e77eec00e7d37fe65b0b7b28c4bf68ff036573d0de5) >>> wolftpm 2.3.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xapian 1.4.19 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> zsh 5.8.1 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2021.11-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'