grep -qsE '^/bin/mksh$' /tmp/instance-14/output-1/target/etc/shells || echo "/bin/mksh" >> /tmp/instance-14/output-1/target/etc/shells mkdir -p /tmp/instance-14/output-1/target/etc echo "buildroot" > /tmp/instance-14/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-14/output-1/target/etc/hosts mkdir -p /tmp/instance-14/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-14/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-14/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-14/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-14/output-1/target/etc/shells if [ -x /tmp/instance-14/output-1/target/sbin/swapon -a -x /tmp/instance-14/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-14/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-14/output-1/target/etc/inittab; fi rm -rf /tmp/instance-14/output-1/target/usr/include /tmp/instance-14/output-1/target/usr/share/aclocal \ /tmp/instance-14/output-1/target/usr/lib/pkgconfig /tmp/instance-14/output-1/target/usr/share/pkgconfig \ /tmp/instance-14/output-1/target/usr/lib/cmake /tmp/instance-14/output-1/target/usr/share/cmake \ /tmp/instance-14/output-1/target/usr/lib/rpm /tmp/instance-14/output-1/target/usr/doc find /tmp/instance-14/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-14/output-1/target/lib/ /tmp/instance-14/output-1/target/usr/lib/ /tmp/instance-14/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-14/output-1/target/usr/share/gdb rm -rf /tmp/instance-14/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-14/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-14/output-1/target/usr/share/zsh rm -rf /tmp/instance-14/output-1/target/usr/man /tmp/instance-14/output-1/target/usr/share/man rm -rf /tmp/instance-14/output-1/target/usr/info /tmp/instance-14/output-1/target/usr/share/info rm -rf /tmp/instance-14/output-1/target/usr/doc /tmp/instance-14/output-1/target/usr/share/doc rm -rf /tmp/instance-14/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-14/output-1/target/usr/share 2>/dev/null || true find /tmp/instance-14/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /tmp/instance-14/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-14/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-14/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-14/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-rc3-12-gfb894b2e98"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc3\"" \ ) > /tmp/instance-14/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-14/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-14/output-1/per-package /tmp/instance-14/buildroot/support/scripts/fix-rpath target touch /tmp/instance-14/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-14/output-1/build/buildroot-fs mkdir -p /tmp/instance-14/output-1/build/buildroot-fs printf ' news -1 news -1 * - - - Leafnode2 daemon\n - - sudo -1 - - - -\n\n' >> /tmp/instance-14/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /tmp/instance-14/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-14/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /tmp/instance-14/output-1/images rm -rf /tmp/instance-14/output-1/build/buildroot-fs/erofs mkdir -p /tmp/instance-14/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-14/output-1/target/ /tmp/instance-14/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /tmp/instance-14/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /tmp/instance-14/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /tmp/instance-14/output-1/build/buildroot-fs/erofs/target" >> /tmp/instance-14/output-1/build/buildroot-fs/erofs/fakeroot PATH="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-14/buildroot/support/scripts/mkusers /tmp/instance-14/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-14/output-1/build/buildroot-fs/erofs/target >> /tmp/instance-14/output-1/build/buildroot-fs/erofs/fakeroot echo "/tmp/instance-14/output-1/host/bin/makedevs -d /tmp/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-14/output-1/build/buildroot-fs/erofs/target" >> /tmp/instance-14/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /tmp/instance-14/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /tmp/instance-14/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /tmp/instance-14/output-1/build/buildroot-fs/erofs/fakeroot echo "find /tmp/instance-14/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-14/output-1/build/buildroot-fs/erofs/fakeroot echo "find /tmp/instance-14/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-14/output-1/build/buildroot-fs/erofs/fakeroot printf ' find /tmp/instance-14/output-1/build/buildroot-fs/erofs/target -print0 | xargs -0 -r touch -hd @1669645427\n' >> /tmp/instance-14/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /tmp/instance-14/output-1/build/buildroot-fs/erofs/fakeroot printf ' /tmp/instance-14/output-1/host/bin/mkfs.erofs /tmp/instance-14/output-1/images/rootfs.erofs /tmp/instance-14/output-1/build/buildroot-fs/erofs/target\n' >> /tmp/instance-14/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /tmp/instance-14/output-1/build/buildroot-fs/erofs/fakeroot PATH="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-14/output-1/host/bin/fakeroot -- /tmp/instance-14/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/tmp/instance-14/output-1/build/buildroot-fs/erofs/target table='/tmp/instance-14/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/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/mkdir ... Processing bin/mknod ... Processing bin/mksh ... 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 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/ODBCDataSources ... Processing etc/default ... Processing etc/default/mini-snmpd ... Processing etc/environment ... Processing etc/fstab ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/igmpproxy.conf ... Processing etc/init.d ... Processing etc/init.d/S01syslogd ... Processing etc/init.d/S02klogd ... Processing etc/init.d/S02sysctl ... Processing etc/init.d/S10mdev ... Processing etc/init.d/S15watchdog ... Processing etc/init.d/S60openvpn ... Processing etc/init.d/S65ptpd2 ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/inittab ... Processing etc/inputrc ... Processing etc/issue ... Processing etc/leafnode2 ... Processing etc/leafnode2/config.example ... Processing etc/leafnode2/filters.example ... Processing etc/leafnode2/uucp ... Processing etc/libnl ... Processing etc/libnl/classid ... Processing etc/libnl/pktloc ... Processing etc/mdev.conf ... Processing etc/mtab ... Processing etc/network ... Processing etc/network/if-down.d ... Processing etc/network/if-post-down.d ... Processing etc/network/if-pre-up.d ... Processing etc/network/if-up.d ... Processing etc/nsswitch.conf ... Processing etc/odbc.ini ... Processing etc/odbcinst.ini ... Processing etc/os-release ... Processing etc/pam.d ... Processing etc/pam.d/login ... Processing etc/pam.d/other ... Processing etc/pam.d/sudo ... 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/security ... Processing etc/security/access.conf ... Processing etc/security/faillock.conf ... Processing etc/security/group.conf ... Processing etc/security/limits.conf ... Processing etc/security/limits.d ... Processing etc/security/namespace.conf ... Processing etc/security/namespace.d ... Processing etc/security/namespace.init ... Processing etc/security/pam_env.conf ... Processing etc/security/pwquality.conf ... Processing etc/security/time.conf ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/ssl ... Processing etc/ssl/certs ... Processing etc/ssl/ct_log_list.cnf ... Processing etc/ssl/ct_log_list.cnf.dist ... Processing etc/ssl/misc ... Processing etc/ssl/misc/tsget.pl ... Processing etc/ssl/openssl.cnf ... Processing etc/ssl/openssl.cnf.dist ... Processing etc/ssl/private ... Processing etc/sudo.conf ... Processing etc/sudo_logsrvd.conf ... Processing etc/sudoers ... Processing etc/vde2 ... Processing etc/vde2/libvdemgmt ... Processing etc/vde2/libvdemgmt/asyncrecv.rc ... Processing etc/vde2/libvdemgmt/closemachine.rc ... Processing etc/vde2/libvdemgmt/openmachine.rc ... Processing etc/vde2/libvdemgmt/sendcmd.rc ... Processing etc/vde2/vdecmd ... Processing etc/vpnc ... Processing etc/vpnc/default.conf ... Processing etc/vpnc/vpnc-script ... Processing etc/wpa_supplicant.conf ... Processing lib ... Processing lib/ld.so.1 ... Processing lib/libanl.so.1 ... Processing lib/libatomic.so ... Processing lib/libatomic.so.1 ... Processing lib/libatomic.so.1.2.0 ... Processing lib/libc.so.6 ... Processing lib/libcrypt.so.1 ... Processing lib/libdl.so.2 ... Processing lib/libgcc_s.so ... Processing lib/libgcc_s.so.1 ... Processing lib/libm.so.6 ... Processing lib/libnss_dns.so.2 ... Processing lib/libnss_files.so.2 ... Processing lib/libpam.so ... Processing lib/libpam.so.0 ... Processing lib/libpam.so.0.85.1 ... Processing lib/libpam_misc.so ... Processing lib/libpam_misc.so.0 ... Processing lib/libpam_misc.so.0.82.1 ... Processing lib/libpamc.so ... Processing lib/libpamc.so.0 ... Processing lib/libpamc.so.0.82.1 ... Processing lib/libpthread.so.0 ... Processing lib/libresolv.so.2 ... Processing lib/librt.so.1 ... Processing lib/libutil.so.1 ... Processing lib/pkgconfig ... Processing lib/pkgconfig/pam.pc ... Processing lib/pkgconfig/pam_misc.pc ... Processing lib/pkgconfig/pamc.pc ... Processing lib/security ... Processing lib/security/pam_access.so ... Processing lib/security/pam_debug.so ... Processing lib/security/pam_deny.so ... Processing lib/security/pam_echo.so ... Processing lib/security/pam_env.so ... Processing lib/security/pam_exec.so ... Processing lib/security/pam_faildelay.so ... Processing lib/security/pam_faillock.so ... Processing lib/security/pam_filter ... Processing lib/security/pam_filter/upperLOWER ... Processing lib/security/pam_filter.so ... Processing lib/security/pam_ftp.so ... Processing lib/security/pam_group.so ... Processing lib/security/pam_issue.so ... Processing lib/security/pam_keyinit.so ... Processing lib/security/pam_lastlog.so ... Processing lib/security/pam_limits.so ... Processing lib/security/pam_listfile.so ... Processing lib/security/pam_localuser.so ... Processing lib/security/pam_loginuid.so ... Processing lib/security/pam_mail.so ... Processing lib/security/pam_mkhomedir.so ... Processing lib/security/pam_motd.so ... Processing lib/security/pam_namespace.so ... Processing lib/security/pam_nologin.so ... Processing lib/security/pam_permit.so ... Processing lib/security/pam_pwhistory.so ... Processing lib/security/pam_rhosts.so ... Processing lib/security/pam_rootok.so ... Processing lib/security/pam_securetty.so ... Processing lib/security/pam_setquota.so ... Processing lib/security/pam_shells.so ... Processing lib/security/pam_stress.so ... Processing lib/security/pam_succeed_if.so ... Processing lib/security/pam_time.so ... Processing lib/security/pam_timestamp.so ... Processing lib/security/pam_umask.so ... Processing lib/security/pam_unix.so ... Processing lib/security/pam_usertype.so ... Processing lib/security/pam_warn.so ... Processing lib/security/pam_wheel.so ... Processing lib/security/pam_xauth.so ... Processing lib32 ... Processing linuxrc ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing sbin/arp ... Processing sbin/blkid ... Processing sbin/devmem ... Processing sbin/dumpexfat ... Processing sbin/exfatfsck ... Processing sbin/exfatlabel ... Processing sbin/faillock ... Processing sbin/fdisk ... Processing sbin/freeramdisk ... Processing sbin/fsck ... Processing sbin/fsck.exfat ... Processing sbin/fstrim ... Processing sbin/getty ... Processing sbin/halt ... Processing sbin/hdparm ... Processing sbin/hwclock ... Processing sbin/ifconfig ... Processing sbin/ifdown ... Processing sbin/ifup ... Processing sbin/init ... Processing sbin/insmod ... Processing sbin/ip ... Processing sbin/ipaddr ... Processing sbin/iplink ... Processing sbin/ipneigh ... Processing sbin/iproute ... Processing sbin/iprule ... Processing sbin/iptunnel ... Processing sbin/iwconfig ... Processing sbin/iwgetid ... Processing sbin/iwlist ... Processing sbin/iwpriv ... Processing sbin/iwspy ... Processing sbin/klogd ... Processing sbin/loadkmap ... Processing sbin/losetup ... Processing sbin/lsmod ... Processing sbin/makedevs ... Processing sbin/mdev ... Processing sbin/mkdosfs ... Processing sbin/mke2fs ... Processing sbin/mkexfatfs ... Processing sbin/mkfs.exfat ... Processing sbin/mkhomedir_helper ... Processing sbin/mkswap ... Processing sbin/modprobe ... Processing sbin/nameif ... Processing sbin/pam_namespace_helper ... Processing sbin/pam_timestamp_check ... Processing sbin/pivot_root ... Processing sbin/poweroff ... Processing sbin/pwhistory_helper ... 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/udhcpc ... Processing sbin/uevent ... Processing sbin/unix_chkpwd ... Processing sbin/unix_update ... Processing sbin/vconfig ... Processing sbin/watchdog ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/[ ... Processing usr/bin/[[ ... Processing usr/bin/aer-inject ... Processing usr/bin/ar ... Processing usr/bin/ascii ... Processing usr/bin/awk ... Processing usr/bin/basename ... Processing usr/bin/bc ... Processing usr/bin/bin2300 ... Processing usr/bin/bunzip2 ... Processing usr/bin/bzcat ... Processing usr/bin/captoinfo ... Processing usr/bin/cd-drive ... Processing usr/bin/cd-info ... Processing usr/bin/cd-read ... Processing usr/bin/cdda-player ... Processing usr/bin/cdrwtool ... Processing usr/bin/chrt ... Processing usr/bin/chvt ... Processing usr/bin/cisco-decrypt ... Processing usr/bin/cksum ... Processing usr/bin/clear ... Processing usr/bin/cmp ... Processing usr/bin/crc32 ... Processing usr/bin/crontab ... Processing usr/bin/cut ... Processing usr/bin/cvtsudoers ... Processing usr/bin/cw2300 ... Processing usr/bin/daq-modules-config ... Processing usr/bin/dc ... Processing usr/bin/deallocvt ... Processing usr/bin/diff ... Processing usr/bin/dirname ... Processing usr/bin/dltest ... Processing usr/bin/dos2unix ... Processing usr/bin/dpipe ... Processing usr/bin/dtach ... Processing usr/bin/du ... Processing usr/bin/dump2300 ... Processing usr/bin/dumpsexp ... Processing usr/bin/eject ... Processing usr/bin/em ... Processing usr/bin/env ... Processing usr/bin/envsubst ... Processing usr/bin/expr ... Processing usr/bin/factor ... Processing usr/bin/fallocate ... Processing usr/bin/fetch2300 ... Processing usr/bin/ffcfstress ... Processing usr/bin/ffmvforce ... Processing usr/bin/ffset ... Processing usr/bin/fftest ... Processing usr/bin/ficl ... Processing usr/bin/find ... Processing usr/bin/flite ... Processing usr/bin/flite_cmu_time_awb ... Processing usr/bin/flite_cmu_us_awb ... Processing usr/bin/flite_cmu_us_kal ... Processing usr/bin/flite_cmu_us_kal16 ... Processing usr/bin/flite_cmu_us_rms ... Processing usr/bin/flite_cmu_us_slt ... Processing usr/bin/flite_time ... Processing usr/bin/flock ... Processing usr/bin/fold ... Processing usr/bin/free ... Processing usr/bin/fuser ... Processing usr/bin/gettext ... Processing usr/bin/gettext.sh ... Processing usr/bin/gpg ... Processing usr/bin/gpg-error ... Processing usr/bin/gpg-zip ... Processing usr/bin/gpgrt-config ... Processing usr/bin/haserl ... Processing usr/bin/head ... Processing usr/bin/hexdump ... Processing usr/bin/hexedit ... Processing usr/bin/histlog2300 ... Processing usr/bin/history2300 ... Processing usr/bin/hmac256 ... Processing usr/bin/hostid ... Processing usr/bin/htop ... Processing usr/bin/httping ... Processing usr/bin/id ... Processing usr/bin/infocmp ... Processing usr/bin/infotocap ... Processing usr/bin/install ... Processing usr/bin/interval2300 ... Processing usr/bin/ipcrm ... Processing usr/bin/ipcs ... Processing usr/bin/iso-info ... Processing usr/bin/iso-read ... Processing usr/bin/isql ... Processing usr/bin/iusql ... Processing usr/bin/killall ... Processing usr/bin/last ... Processing usr/bin/leafnode-version ... Processing usr/bin/less ... Processing usr/bin/light2300 ... Processing usr/bin/log2300 ... Processing usr/bin/logger ... Processing usr/bin/logname ... Processing usr/bin/lsmac.pl ... Processing usr/bin/lsof ... Processing usr/bin/lspci ... Processing usr/bin/lsscsi ... Processing usr/bin/lsusb ... Processing usr/bin/lua ... Processing usr/bin/luac ... Processing usr/bin/lzcat ... Processing usr/bin/lzma ... Processing usr/bin/lzopcat ... Processing usr/bin/md5sum ... Processing usr/bin/mesg ... Processing usr/bin/microcom ... Processing usr/bin/minmax2300 ... Processing usr/bin/mkfifo ... Processing usr/bin/mkpasswd ... Processing usr/bin/mmc-tool ... Processing usr/bin/mpicalc ... Processing usr/bin/net-snmp-create-v3-user ... Processing usr/bin/netcalc ... Processing usr/bin/nettle-hash ... Processing usr/bin/nettle-lfib-stream ... Processing usr/bin/nettle-pbkdf2 ... Processing usr/bin/newsq ... Processing usr/bin/ngettext ... Processing usr/bin/nl ... Processing usr/bin/nohup ... Processing usr/bin/nproc ... Processing usr/bin/nslookup ... Processing usr/bin/od ... Processing usr/bin/odbc_config ... Processing usr/bin/odbcinst ... Processing usr/bin/open2300 ... Processing usr/bin/openaptxdec ... Processing usr/bin/openaptxenc ... Processing usr/bin/opentyrian ... Processing usr/bin/openvt ... Processing usr/bin/passwd ... Processing usr/bin/paste ... Processing usr/bin/patch ... Processing usr/bin/pcf2vpnc ... Processing usr/bin/pcregrep ... Processing usr/bin/pcretest ... Processing usr/bin/pkcs1-conv ... Processing usr/bin/printf ... Processing usr/bin/procrank ... Processing usr/bin/qprint ... Processing usr/bin/readlink ... Processing usr/bin/realpath ... Processing usr/bin/renice ... Processing usr/bin/reset ... Processing usr/bin/resize ... Processing usr/bin/scrypt ... Processing usr/bin/seq ... Processing usr/bin/setfattr ... Processing usr/bin/setkeycodes ... Processing usr/bin/setsid ... Processing usr/bin/sexp-conv ... Processing usr/bin/sha1sum ... Processing usr/bin/sha256sum ... Processing usr/bin/sha3sum ... Processing usr/bin/sha512sum ... Processing usr/bin/shred ... Processing usr/bin/sl ... Processing usr/bin/slencheck ... Processing usr/bin/slirpvde ... Processing usr/bin/sort ... Processing usr/bin/strings ... Processing usr/bin/sudo ... Processing usr/bin/sudoedit ... Processing usr/bin/sudoreplay ... Processing usr/bin/svc ... Processing usr/bin/svok ... Processing usr/bin/tabs ... Processing usr/bin/tail ... Processing usr/bin/tee ... Processing usr/bin/telnet ... Processing usr/bin/test ... Processing usr/bin/tftp ... Processing usr/bin/tic ... Processing usr/bin/time ... Processing usr/bin/toe ... Processing usr/bin/top ... Processing usr/bin/tput ... Processing usr/bin/tr ... Processing usr/bin/traceroute ... Processing usr/bin/truncate ... Processing usr/bin/ts ... Processing usr/bin/tset ... Processing usr/bin/tty ... Processing usr/bin/udfinfo ... Processing usr/bin/uniq ... Processing usr/bin/unix2dos ... Processing usr/bin/unixcmd ... Processing usr/bin/unixterm ... Processing usr/bin/unlink ... Processing usr/bin/unlzma ... Processing usr/bin/unlzop ... Processing usr/bin/unxz ... Processing usr/bin/unzck ... Processing usr/bin/unzip ... Processing usr/bin/uptime ... Processing usr/bin/uriparse ... Processing usr/bin/uudecode ... Processing usr/bin/uuencode ... Processing usr/bin/vde_autolink ... Processing usr/bin/vde_l3 ... Processing usr/bin/vde_over_ns ... Processing usr/bin/vde_plug ... Processing usr/bin/vde_plug2tap ... Processing usr/bin/vde_switch ... Processing usr/bin/vdecmd ... Processing usr/bin/vdekvm ... Processing usr/bin/vdeq ... Processing usr/bin/vdeqemu ... Processing usr/bin/vdeterm ... 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/wirefilter ... Processing usr/bin/wrudf ... Processing usr/bin/wu2300 ... Processing usr/bin/xargs ... Processing usr/bin/xml2300 ... Processing usr/bin/xmlcatalog ... Processing usr/bin/xmllint ... Processing usr/bin/xsltproc ... Processing usr/bin/xxd ... Processing usr/bin/xz ... Processing usr/bin/xzcat ... Processing usr/bin/yes ... Processing usr/bin/zck ... Processing usr/bin/zck_delta_size ... Processing usr/bin/zck_gen_zdict ... Processing usr/bin/zck_read_header ... Processing usr/lib ... Processing usr/lib/apr.exp ... Processing usr/lib/daq ... Processing usr/lib/daq/daq_afpacket.so ... Processing usr/lib/daq/daq_dump.so ... Processing usr/lib/daq/daq_ipfw.so ... Processing usr/lib/daq/daq_pcap.so ... Processing usr/lib/engines-1.1 ... Processing usr/lib/esmtp-plugins-6.2.0 ... Processing usr/lib/esmtp-plugins-6.2.0/sasl-crammd5.so ... Processing usr/lib/esmtp-plugins-6.2.0/sasl-login.so ... Processing usr/lib/esmtp-plugins-6.2.0/sasl-ntlm.so ... Processing usr/lib/esmtp-plugins-6.2.0/sasl-plain.so ... Processing usr/lib/libSDL-1.2.so.0 ... Processing usr/lib/libSDL-1.2.so.0.11.4 ... Processing usr/lib/libSDL.so ... Processing usr/lib/libSDL2-2.0.so.0 ... Processing usr/lib/libSDL2-2.0.so.0.2400.1 ... Processing usr/lib/libSDL2.so ... Processing usr/lib/libSDL2_ttf-2.0.so.0 ... Processing usr/lib/libSDL2_ttf-2.0.so.0.18.0 ... Processing usr/lib/libSDL2_ttf.so ... Processing usr/lib/libapr-1.so ... Processing usr/lib/libapr-1.so.0 ... Processing usr/lib/libapr-1.so.0.7.0 ... Processing usr/lib/libavcodec.so ... Processing usr/lib/libavcodec.so.58 ... Processing usr/lib/libavcodec.so.58.134.100 ... Processing usr/lib/libavdevice.so ... Processing usr/lib/libavdevice.so.58 ... Processing usr/lib/libavdevice.so.58.13.100 ... Processing usr/lib/libavfilter.so ... Processing usr/lib/libavfilter.so.7 ... Processing usr/lib/libavfilter.so.7.110.100 ... Processing usr/lib/libavformat.so ... Processing usr/lib/libavformat.so.58 ... Processing usr/lib/libavformat.so.58.76.100 ... Processing usr/lib/libavutil.so ... Processing usr/lib/libavutil.so.56 ... Processing usr/lib/libavutil.so.56.70.100 ... Processing usr/lib/libb2.so ... Processing usr/lib/libb2.so.1 ... Processing usr/lib/libb2.so.1.0.4 ... Processing usr/lib/libcddb.so ... Processing usr/lib/libcddb.so.2 ... Processing usr/lib/libcddb.so.2.2.3 ... Processing usr/lib/libcdio.so ... Processing usr/lib/libcdio.so.19 ... Processing usr/lib/libcdio.so.19.0.0 ... Processing usr/lib/libcjson.so ... Processing usr/lib/libcjson.so.1 ... Processing usr/lib/libcjson.so.1.7.15 ... Processing usr/lib/libcrack.so ... Processing usr/lib/libcrack.so.2 ... Processing usr/lib/libcrack.so.2.9.0 ... Processing usr/lib/libcrypto.so ... Processing usr/lib/libcrypto.so.1.1 ... Processing usr/lib/libcue.so ... Processing usr/lib/libcue.so.2 ... Processing usr/lib/libcue.so.2.2.1 ... Processing usr/lib/libcurses.so ... Processing usr/lib/libdaq.so ... Processing usr/lib/libdaq.so.2 ... Processing usr/lib/libdaq.so.2.0.4 ... Processing usr/lib/libdbi.so ... Processing usr/lib/libdbi.so.3 ... Processing usr/lib/libdbi.so.3.0.0 ... Processing usr/lib/libdill.so ... Processing usr/lib/libdill.so.20 ... Processing usr/lib/libdill.so.20.5.0 ... Processing usr/lib/libdmtx.so ... Processing usr/lib/libdmtx.so.0 ... Processing usr/lib/libdmtx.so.0.0.0 ... Processing usr/lib/libebur128.so ... Processing usr/lib/libebur128.so.1 ... Processing usr/lib/libebur128.so.1.2.6 ... Processing usr/lib/libedit.so ... Processing usr/lib/libedit.so.0 ... Processing usr/lib/libedit.so.0.0.68 ... Processing usr/lib/libesmtp.so ... Processing usr/lib/libesmtp.so.6.2.0 ... Processing usr/lib/libev.so ... Processing usr/lib/libev.so.4 ... Processing usr/lib/libev.so.4.0.0 ... Processing usr/lib/libexslt.so ... Processing usr/lib/libexslt.so.0 ... Processing usr/lib/libexslt.so.0.8.20 ... Processing usr/lib/libficl.so ... Processing usr/lib/libficl.so.4 ... Processing usr/lib/libficl.so.4.1.0 ... Processing usr/lib/libfl.so ... Processing usr/lib/libfl.so.2 ... Processing usr/lib/libfl.so.2.0.0 ... Processing usr/lib/libflatcc_d.so ... Processing usr/lib/libflatccrt_d.so ... Processing usr/lib/libflite.so ... Processing usr/lib/libflite.so.1 ... Processing usr/lib/libflite.so.2.2 ... Processing usr/lib/libflite_cmu_grapheme_lang.so ... Processing usr/lib/libflite_cmu_grapheme_lang.so.1 ... Processing usr/lib/libflite_cmu_grapheme_lang.so.2.2 ... Processing usr/lib/libflite_cmu_grapheme_lex.so ... Processing usr/lib/libflite_cmu_grapheme_lex.so.1 ... Processing usr/lib/libflite_cmu_grapheme_lex.so.2.2 ... Processing usr/lib/libflite_cmu_indic_lang.so ... Processing usr/lib/libflite_cmu_indic_lang.so.1 ... Processing usr/lib/libflite_cmu_indic_lang.so.2.2 ... Processing usr/lib/libflite_cmu_indic_lex.so ... Processing usr/lib/libflite_cmu_indic_lex.so.1 ... Processing usr/lib/libflite_cmu_indic_lex.so.2.2 ... Processing usr/lib/libflite_cmu_time_awb.so ... Processing usr/lib/libflite_cmu_time_awb.so.1 ... Processing usr/lib/libflite_cmu_time_awb.so.2.2 ... Processing usr/lib/libflite_cmu_us_awb.so ... Processing usr/lib/libflite_cmu_us_awb.so.1 ... Processing usr/lib/libflite_cmu_us_awb.so.2.2 ... Processing usr/lib/libflite_cmu_us_kal.so ... Processing usr/lib/libflite_cmu_us_kal.so.1 ... Processing usr/lib/libflite_cmu_us_kal.so.2.2 ... Processing usr/lib/libflite_cmu_us_kal16.so ... Processing usr/lib/libflite_cmu_us_kal16.so.1 ... Processing usr/lib/libflite_cmu_us_kal16.so.2.2 ... Processing usr/lib/libflite_cmu_us_rms.so ... Processing usr/lib/libflite_cmu_us_rms.so.1 ... Processing usr/lib/libflite_cmu_us_rms.so.2.2 ... Processing usr/lib/libflite_cmu_us_slt.so ... Processing usr/lib/libflite_cmu_us_slt.so.1 ... Processing usr/lib/libflite_cmu_us_slt.so.2.2 ... Processing usr/lib/libflite_cmulex.so ... Processing usr/lib/libflite_cmulex.so.1 ... Processing usr/lib/libflite_cmulex.so.2.2 ... Processing usr/lib/libflite_usenglish.so ... Processing usr/lib/libflite_usenglish.so.1 ... Processing usr/lib/libflite_usenglish.so.2.2 ... Processing usr/lib/libform.so ... Processing usr/lib/libform.so.6 ... Processing usr/lib/libform.so.6.1 ... Processing usr/lib/libfreetype.so ... Processing usr/lib/libfreetype.so.6 ... Processing usr/lib/libfreetype.so.6.18.3 ... Processing usr/lib/libgcrypt.so ... Processing usr/lib/libgcrypt.so.20 ... Processing usr/lib/libgcrypt.so.20.4.1 ... Processing usr/lib/libgmp.so ... Processing usr/lib/libgmp.so.10 ... Processing usr/lib/libgmp.so.10.4.1 ... Processing usr/lib/libgnutls.so ... Processing usr/lib/libgnutls.so.30 ... Processing usr/lib/libgnutls.so.30.34.2 ... Processing usr/lib/libgpg-error.so ... Processing usr/lib/libgpg-error.so.0 ... Processing usr/lib/libgpg-error.so.0.33.0 ... Processing usr/lib/libhistory.so ... Processing usr/lib/libhistory.so.8 ... Processing usr/lib/libhistory.so.8.1 ... Processing usr/lib/libhogweed.so ... Processing usr/lib/libhogweed.so.6 ... Processing usr/lib/libhogweed.so.6.6 ... Processing usr/lib/libhtp.so ... Processing usr/lib/libhtp.so.2 ... Processing usr/lib/libhtp.so.2.0.0 ... Processing usr/lib/libilbc.so ... Processing usr/lib/libilbc.so.0 ... Processing usr/lib/libilbc.so.0.0.2 ... Processing usr/lib/libinih.so ... Processing usr/lib/libinih.so.0 ... Processing usr/lib/libiso9660.so ... Processing usr/lib/libiso9660.so.11 ... Processing usr/lib/libiso9660.so.11.0.0 ... Processing usr/lib/libite.so ... Processing usr/lib/libite.so.5 ... Processing usr/lib/libite.so.5.3.2 ... Processing usr/lib/libjpeg.so ... Processing usr/lib/libjpeg.so.9 ... Processing usr/lib/libjpeg.so.9.5.0 ... Processing usr/lib/liblua.so ... Processing usr/lib/liblua.so.5.1.5 ... Processing usr/lib/libmenu.so ... Processing usr/lib/libmenu.so.6 ... Processing usr/lib/libmenu.so.6.1 ... Processing usr/lib/libminiupnpc.so ... Processing usr/lib/libminiupnpc.so.17 ... Processing usr/lib/libminiupnpc.so.2.2.3 ... Processing usr/lib/libminizip.so ... Processing usr/lib/libminizip.so.1 ... Processing usr/lib/libminizip.so.1.0.0 ... Processing usr/lib/libmng.so ... Processing usr/lib/libmng.so.2 ... Processing usr/lib/libmng.so.2.0.2 ... Processing usr/lib/libmnl.so ... Processing usr/lib/libmnl.so.0 ... Processing usr/lib/libmnl.so.0.2.0 ... Processing usr/lib/libmpdec.so ... Processing usr/lib/libmpdec.so.2.5.1 ... Processing usr/lib/libmpdec.so.3 ... Processing usr/lib/libncurses.so ... Processing usr/lib/libncurses.so.6 ... Processing usr/lib/libncurses.so.6.1 ... Processing usr/lib/libnetfilter_cthelper.so ... Processing usr/lib/libnetfilter_cthelper.so.0 ... Processing usr/lib/libnetfilter_cthelper.so.0.0.0 ... Processing usr/lib/libnetsnmp.so ... Processing usr/lib/libnetsnmp.so.40 ... Processing usr/lib/libnetsnmp.so.40.2.0 ... Processing usr/lib/libnetsnmpagent.so ... Processing usr/lib/libnetsnmpagent.so.40 ... Processing usr/lib/libnetsnmpagent.so.40.2.0 ... Processing usr/lib/libnetsnmphelpers.so ... Processing usr/lib/libnetsnmphelpers.so.40 ... Processing usr/lib/libnetsnmphelpers.so.40.2.0 ... Processing usr/lib/libnetsnmpmibs.so ... Processing usr/lib/libnetsnmpmibs.so.40 ... Processing usr/lib/libnetsnmpmibs.so.40.2.0 ... Processing usr/lib/libnettle.so ... Processing usr/lib/libnettle.so.8 ... Processing usr/lib/libnettle.so.8.6 ... Processing usr/lib/libnfnetlink.so ... Processing usr/lib/libnfnetlink.so.0 ... Processing usr/lib/libnfnetlink.so.0.2.0 ... Processing usr/lib/libnl-3.so ... Processing usr/lib/libnl-3.so.200 ... Processing usr/lib/libnl-3.so.200.26.0 ... Processing usr/lib/libnl-genl-3.so ... Processing usr/lib/libnl-genl-3.so.200 ... Processing usr/lib/libnl-genl-3.so.200.26.0 ... Processing usr/lib/libnl-idiag-3.so ... Processing usr/lib/libnl-idiag-3.so.200 ... Processing usr/lib/libnl-idiag-3.so.200.26.0 ... Processing usr/lib/libnl-nf-3.so ... Processing usr/lib/libnl-nf-3.so.200 ... Processing usr/lib/libnl-nf-3.so.200.26.0 ... Processing usr/lib/libnl-route-3.so ... Processing usr/lib/libnl-route-3.so.200 ... Processing usr/lib/libnl-route-3.so.200.26.0 ... Processing usr/lib/libnl-xfrm-3.so ... Processing usr/lib/libnl-xfrm-3.so.200 ... Processing usr/lib/libnl-xfrm-3.so.200.26.0 ... Processing usr/lib/libnn.so ... Processing usr/lib/libnn.so.1 ... Processing usr/lib/libnn.so.1.0.0 ... Processing usr/lib/libodbc.so ... Processing usr/lib/libodbc.so.2 ... Processing usr/lib/libodbc.so.2.0.0 ... Processing usr/lib/libodbccr.so ... Processing usr/lib/libodbccr.so.2 ... Processing usr/lib/libodbccr.so.2.0.0 ... Processing usr/lib/libodbcinst.so ... Processing usr/lib/libodbcinst.so.2 ... Processing usr/lib/libodbcinst.so.2.0.0 ... Processing usr/lib/libodbcpsql.so ... Processing usr/lib/libodbcpsql.so.2 ... Processing usr/lib/libodbcpsql.so.2.0.0 ... Processing usr/lib/libogg.so ... Processing usr/lib/libogg.so.0 ... Processing usr/lib/libogg.so.0.8.5 ... Processing usr/lib/libopenaptx.so ... Processing usr/lib/libopenaptx.so.0 ... Processing usr/lib/libopenaptx.so.0.2.1 ... Processing usr/lib/libopus.so ... Processing usr/lib/libopus.so.0 ... Processing usr/lib/libopus.so.0.8.0 ... Processing usr/lib/libopusfile.so ... Processing usr/lib/libopusfile.so.0 ... Processing usr/lib/libopusfile.so.0.4.5 ... Processing usr/lib/libopusurl.so ... Processing usr/lib/libopusurl.so.0 ... Processing usr/lib/libopusurl.so.0.4.5 ... Processing usr/lib/libpanel.so ... Processing usr/lib/libpanel.so.6 ... Processing usr/lib/libpanel.so.6.1 ... Processing usr/lib/libpcap.so ... Processing usr/lib/libpcap.so.1 ... Processing usr/lib/libpcap.so.1.10.1 ... Processing usr/lib/libpcre.so ... Processing usr/lib/libpcre.so.1 ... Processing usr/lib/libpcre.so.1.2.13 ... Processing usr/lib/libpcreposix.so ... Processing usr/lib/libpcreposix.so.0 ... Processing usr/lib/libpcreposix.so.0.0.7 ... Processing usr/lib/libpng.so ... Processing usr/lib/libpng16.so ... Processing usr/lib/libpng16.so.16 ... Processing usr/lib/libpng16.so.16.38.0 ... Processing usr/lib/libpopt.so ... Processing usr/lib/libpopt.so.0 ... Processing usr/lib/libpopt.so.0.0.2 ... Processing usr/lib/libpwquality.so ... Processing usr/lib/libpwquality.so.1 ... Processing usr/lib/libpwquality.so.1.0.2 ... Processing usr/lib/libreadline.so ... Processing usr/lib/libreadline.so.8 ... Processing usr/lib/libreadline.so.8.1 ... Processing usr/lib/libreplaygain.so ... Processing usr/lib/libreplaygain.so.1 ... Processing usr/lib/libreplaygain.so.1.0.0 ... Processing usr/lib/libsfbpf.so ... Processing usr/lib/libsfbpf.so.0 ... Processing usr/lib/libsfbpf.so.0.0.1 ... Processing usr/lib/libssl.so ... Processing usr/lib/libssl.so.1.1 ... Processing usr/lib/libsvg.so ... Processing usr/lib/libsvg.so.1 ... Processing usr/lib/libsvg.so.1.0.0 ... Processing usr/lib/libswresample.so ... Processing usr/lib/libswresample.so.3 ... Processing usr/lib/libswresample.so.3.9.100 ... Processing usr/lib/libtasn1.so ... Processing usr/lib/libtasn1.so.6 ... Processing usr/lib/libtasn1.so.6.6.3 ... Processing usr/lib/libtemplate.so ... Processing usr/lib/libtemplate.so.1 ... Processing usr/lib/libtemplate.so.1.0.0 ... Processing usr/lib/libtiff.so ... Processing usr/lib/libtiff.so.5 ... Processing usr/lib/libtiff.so.5.8.0 ... Processing usr/lib/libtinyalsa.so ... Processing usr/lib/libtinyalsa.so.2 ... Processing usr/lib/libtinyalsa.so.2.0.0 ... Processing usr/lib/libubox.so ... Processing usr/lib/libudf.so ... Processing usr/lib/libudf.so.0 ... Processing usr/lib/libudf.so.0.0.0 ... Processing usr/lib/libunistring.so ... Processing usr/lib/libunistring.so.5 ... Processing usr/lib/libunistring.so.5.0.0 ... Processing usr/lib/liburiparser.so ... Processing usr/lib/liburiparser.so.1 ... Processing usr/lib/liburiparser.so.1.0.30 ... Processing usr/lib/libustream-ssl.so ... Processing usr/lib/libutf8proc.so ... Processing usr/lib/libutf8proc.so.2 ... Processing usr/lib/libutf8proc.so.2.5.0 ... Processing usr/lib/libvdehist.so ... Processing usr/lib/libvdehist.so.0 ... Processing usr/lib/libvdehist.so.0.0.1 ... Processing usr/lib/libvdemgmt.so ... Processing usr/lib/libvdemgmt.so.0 ... Processing usr/lib/libvdemgmt.so.0.0.1 ... Processing usr/lib/libvdeplug.so ... Processing usr/lib/libvdeplug.so.3 ... Processing usr/lib/libvdeplug.so.3.0.1 ... Processing usr/lib/libvdesnmp.so ... Processing usr/lib/libvdesnmp.so.0 ... Processing usr/lib/libvdesnmp.so.0.0.1 ... Processing usr/lib/libwpa_client.so ... Processing usr/lib/libxml2.so ... Processing usr/lib/libxml2.so.2 ... Processing usr/lib/libxml2.so.2.10.3 ... Processing usr/lib/libxslt-plugins ... Processing usr/lib/libxslt.so ... Processing usr/lib/libxslt.so.1 ... Processing usr/lib/libxslt.so.1.1.37 ... Processing usr/lib/libz.so ... Processing usr/lib/libz.so.1 ... Processing usr/lib/libz.so.1.2.13 ... Processing usr/lib/libzck.so ... Processing usr/lib/libzck.so.1 ... Processing usr/lib/libzck.so.1.2.2 ... Processing usr/lib/lua ... Processing usr/lib/lua/5.1 ... Processing usr/lib/lua/5.1/inotify.so ... Processing usr/lib/lua/5.1/random.so ... Processing usr/lib/lua/5.1/uloop.so ... Processing usr/lib/openvpn ... Processing usr/lib/openvpn/plugins ... Processing usr/lib/openvpn/plugins/openvpn-plugin-auth-pam.so ... Processing usr/lib/openvpn/plugins/openvpn-plugin-down-root.so ... Processing usr/lib/os-release ... Processing usr/lib/security ... Processing usr/lib/security/pam_pwquality.so ... Processing usr/lib/systemd ... Processing usr/lib/systemd/system ... Processing usr/lib/systemd/system/pam_namespace.service ... Processing usr/lib/terminfo ... Processing usr/lib/vde2 ... Processing usr/lib/vde2/vde_l3 ... Processing usr/lib/vde2/vde_l3/bfifo.so ... Processing usr/lib/vde2/vde_l3/pfifo.so ... Processing usr/lib/vde2/vde_l3/tbf.so ... Processing usr/lib/xsltConf.sh ... Processing usr/lib32 ... Processing usr/libexec ... Processing usr/libexec/sudo ... Processing usr/libexec/sudo/audit_json.so ... Processing usr/libexec/sudo/group_file.so ... Processing usr/libexec/sudo/libsudo_util.so ... Processing usr/libexec/sudo/libsudo_util.so.0 ... Processing usr/libexec/sudo/libsudo_util.so.0.0.0 ... Processing usr/libexec/sudo/sample_approval.so ... Processing usr/libexec/sudo/sudo_intercept.so ... Processing usr/libexec/sudo/sudo_noexec.so ... Processing usr/libexec/sudo/sudoers.so ... Processing usr/libexec/sudo/system_group.so ... Processing usr/sbin ... Processing usr/sbin/addgroup ... Processing usr/sbin/adduser ... Processing usr/sbin/applyfilter ... Processing usr/sbin/arping ... Processing usr/sbin/checkgroups ... 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/fetchnews ... Processing usr/sbin/fsfreeze ... Processing usr/sbin/i2cdetect ... Processing usr/sbin/i2cdump ... Processing usr/sbin/i2cget ... Processing usr/sbin/i2cset ... Processing usr/sbin/i2ctransfer ... Processing usr/sbin/igmpproxy ... Processing usr/sbin/inetd ... Processing usr/sbin/kexec ... Processing usr/sbin/killall5 ... Processing usr/sbin/leafnode ... Processing usr/sbin/loadfont ... Processing usr/sbin/mim ... Processing usr/sbin/mini-snmpd ... Processing usr/sbin/mkfs.udf ... Processing usr/sbin/mkudffs ... Processing usr/sbin/nologin ... Processing usr/sbin/openvpn ... Processing usr/sbin/partprobe ... Processing usr/sbin/pktcdvd-check ... Processing usr/sbin/pktsetup ... Processing usr/sbin/ptpd2 ... Processing usr/sbin/rdate ... Processing usr/sbin/readprofile ... Processing usr/sbin/rnews ... Processing usr/sbin/rs485conf ... Processing usr/sbin/sendbatch.bash ... Processing usr/sbin/setlogcons ... Processing usr/sbin/spidev_test ... Processing usr/sbin/sudo_logsrvd ... Processing usr/sbin/sudo_sendlog ... Processing usr/sbin/texpire ... Processing usr/sbin/ubirename ... Processing usr/sbin/udflabel ... Processing usr/sbin/visudo ... Processing usr/sbin/vmcore-dmesg ... Processing usr/sbin/vpnc ... Processing usr/sbin/vpnc-disconnect ... Processing usr/sbin/wpa_supplicant ... Processing usr/share ... Processing usr/share/applications ... Processing usr/share/applications/htop.desktop ... Processing usr/share/common-lisp ... Processing usr/share/common-lisp/source ... Processing usr/share/common-lisp/source/gpg-error ... Processing usr/share/common-lisp/source/gpg-error/gpg-error-codes.lisp ... Processing usr/share/common-lisp/source/gpg-error/gpg-error-package.lisp ... Processing usr/share/common-lisp/source/gpg-error/gpg-error.asd ... Processing usr/share/common-lisp/source/gpg-error/gpg-error.lisp ... Processing usr/share/cracklib ... Processing usr/share/cracklib/cracklib.magic ... Processing usr/share/cracklib/pw_dict.hwm ... Processing usr/share/cracklib/pw_dict.pwd ... Processing usr/share/cracklib/pw_dict.pwi ... Processing usr/share/ffmpeg ... Processing usr/share/fonts ... Processing usr/share/fonts/ttf-bitstream-vera ... Processing usr/share/fonts/ttf-bitstream-vera/Vera.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraBI.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraBd.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraIt.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraMoBI.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraMoBd.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraMoIt.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraMono.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraSe.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraSeBd.ttf ... Processing usr/share/gnupg ... Processing usr/share/gnupg/FAQ ... Processing usr/share/gnupg/options.skel ... Processing usr/share/icons ... Processing usr/share/icons/hicolor ... Processing usr/share/icons/hicolor/scalable ... Processing usr/share/icons/hicolor/scalable/apps ... Processing usr/share/icons/hicolor/scalable/apps/htop.svg ... Processing usr/share/locale ... Processing usr/share/locale/af ... Processing usr/share/locale/af/LC_MESSAGES ... Processing usr/share/locale/af/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/am ... Processing usr/share/locale/am/LC_MESSAGES ... Processing usr/share/locale/am/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/ar ... Processing usr/share/locale/ar/LC_MESSAGES ... Processing usr/share/locale/ar/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/ar/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/as ... Processing usr/share/locale/as/LC_MESSAGES ... Processing usr/share/locale/as/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/as/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/as/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/ast ... Processing usr/share/locale/ast/LC_MESSAGES ... Processing usr/share/locale/ast/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ast/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/ast/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/az ... Processing usr/share/locale/az/LC_MESSAGES ... Processing usr/share/locale/az/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/az/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/be ... Processing usr/share/locale/be/LC_MESSAGES ... Processing usr/share/locale/be/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/be/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/be/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/be/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/bg ... Processing usr/share/locale/bg/LC_MESSAGES ... Processing usr/share/locale/bg/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/bg/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/bg/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/bn ... Processing usr/share/locale/bn/LC_MESSAGES ... Processing usr/share/locale/bn/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/bn_IN ... Processing usr/share/locale/bn_IN/LC_MESSAGES ... Processing usr/share/locale/bn_IN/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/bn_IN/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/bn_IN/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/bs ... Processing usr/share/locale/bs/LC_MESSAGES ... Processing usr/share/locale/bs/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/ca ... Processing usr/share/locale/ca/LC_MESSAGES ... Processing usr/share/locale/ca/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/ca/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/ca/LC_MESSAGES/flex.mo ... Processing usr/share/locale/ca/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ca/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/ca/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/ca/LC_MESSAGES/popt.mo ... Processing usr/share/locale/ca/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/ca/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/cs ... Processing usr/share/locale/cs/LC_MESSAGES ... Processing usr/share/locale/cs/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/cs/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/cs/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/cs/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/cs/LC_MESSAGES/gnutls.mo ... Processing usr/share/locale/cs/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/cs/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/cs/LC_MESSAGES/popt.mo ... Processing usr/share/locale/cs/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/cs/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/cy ... Processing usr/share/locale/cy/LC_MESSAGES ... Processing usr/share/locale/cy/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/da ... Processing usr/share/locale/da/LC_MESSAGES ... Processing usr/share/locale/da/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/da/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/da/LC_MESSAGES/flex.mo ... Processing usr/share/locale/da/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/da/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/da/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/da/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/da/LC_MESSAGES/popt.mo ... Processing usr/share/locale/da/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/da/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/de ... Processing usr/share/locale/de/LC_MESSAGES ... Processing usr/share/locale/de/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/de/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/de/LC_MESSAGES/flex.mo ... Processing usr/share/locale/de/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/de/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/de/LC_MESSAGES/gnutls.mo ... Processing usr/share/locale/de/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/de/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/de/LC_MESSAGES/popt.mo ... Processing usr/share/locale/de/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/de/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/de_CH ... Processing usr/share/locale/de_CH/LC_MESSAGES ... Processing usr/share/locale/de_CH/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/el ... Processing usr/share/locale/el/LC_MESSAGES ... Processing usr/share/locale/el/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/el/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/el/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/el/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/el/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/en@boldquot ... Processing usr/share/locale/en@boldquot/LC_MESSAGES ... Processing usr/share/locale/en@boldquot/LC_MESSAGES/flex.mo ... Processing usr/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/en@boldquot/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/en@quot ... Processing usr/share/locale/en@quot/LC_MESSAGES ... Processing usr/share/locale/en@quot/LC_MESSAGES/flex.mo ... Processing usr/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/en@quot/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/eo ... Processing usr/share/locale/eo/LC_MESSAGES ... Processing usr/share/locale/eo/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/eo/LC_MESSAGES/flex.mo ... Processing usr/share/locale/eo/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/eo/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/eo/LC_MESSAGES/gnutls.mo ... Processing usr/share/locale/eo/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/eo/LC_MESSAGES/popt.mo ... Processing usr/share/locale/eo/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/eo/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/es ... Processing usr/share/locale/es/LC_MESSAGES ... Processing usr/share/locale/es/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/es/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/es/LC_MESSAGES/flex.mo ... Processing usr/share/locale/es/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/es/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/es/LC_MESSAGES/gnutls.mo ... Processing usr/share/locale/es/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/es/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/es/LC_MESSAGES/popt.mo ... Processing usr/share/locale/es/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/es/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/et ... Processing usr/share/locale/et/LC_MESSAGES ... Processing usr/share/locale/et/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/et/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/et/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/eu ... Processing usr/share/locale/eu/LC_MESSAGES ... Processing usr/share/locale/eu/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/eu/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/eu/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/eu/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/eu/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/fa ... Processing usr/share/locale/fa/LC_MESSAGES ... Processing usr/share/locale/fa/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/fa/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/fa/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/fi ... Processing usr/share/locale/fi/LC_MESSAGES ... Processing usr/share/locale/fi/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/fi/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/fi/LC_MESSAGES/flex.mo ... Processing usr/share/locale/fi/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/fi/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/fi/LC_MESSAGES/gnutls.mo ... Processing usr/share/locale/fi/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/fi/LC_MESSAGES/popt.mo ... Processing usr/share/locale/fi/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/fi/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/fr ... Processing usr/share/locale/fr/LC_MESSAGES ... Processing usr/share/locale/fr/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/fr/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/fr/LC_MESSAGES/flex.mo ... Processing usr/share/locale/fr/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/fr/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/fr/LC_MESSAGES/gnutls.mo ... Processing usr/share/locale/fr/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/fr/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/fr/LC_MESSAGES/popt.mo ... Processing usr/share/locale/fr/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/fr/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/fur ... Processing usr/share/locale/fur/LC_MESSAGES ... Processing usr/share/locale/fur/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/fur/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/fur/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/ga ... Processing usr/share/locale/ga/LC_MESSAGES ... Processing usr/share/locale/ga/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/ga/LC_MESSAGES/flex.mo ... Processing usr/share/locale/ga/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ga/LC_MESSAGES/popt.mo ... Processing usr/share/locale/gl ... Processing usr/share/locale/gl/LC_MESSAGES ... Processing usr/share/locale/gl/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/gl/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/gl/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/gl/LC_MESSAGES/popt.mo ... Processing usr/share/locale/gl/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/gu ... Processing usr/share/locale/gu/LC_MESSAGES ... Processing usr/share/locale/gu/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/gu/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/gu/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/he ... Processing usr/share/locale/he/LC_MESSAGES ... Processing usr/share/locale/he/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/he/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/he/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/hi ... Processing usr/share/locale/hi/LC_MESSAGES ... Processing usr/share/locale/hi/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/hi/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/hi/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/hr ... Processing usr/share/locale/hr/LC_MESSAGES ... Processing usr/share/locale/hr/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/hr/LC_MESSAGES/flex.mo ... Processing usr/share/locale/hr/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/hr/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/hr/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/hu ... Processing usr/share/locale/hu/LC_MESSAGES ... Processing usr/share/locale/hu/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/hu/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/hu/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/hu/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/hu/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/hu/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/hu/LC_MESSAGES/popt.mo ... Processing usr/share/locale/hu/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/hu/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/ia ... Processing usr/share/locale/ia/LC_MESSAGES ... Processing usr/share/locale/ia/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/id ... Processing usr/share/locale/id/LC_MESSAGES ... Processing usr/share/locale/id/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/id/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/id/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/id/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/id/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/id/LC_MESSAGES/popt.mo ... Processing usr/share/locale/is ... Processing usr/share/locale/is/LC_MESSAGES ... Processing usr/share/locale/is/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/is/LC_MESSAGES/popt.mo ... Processing usr/share/locale/it ... Processing usr/share/locale/it/LC_MESSAGES ... Processing usr/share/locale/it/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/it/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/it/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/it/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/it/LC_MESSAGES/gnutls.mo ... Processing usr/share/locale/it/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/it/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/it/LC_MESSAGES/popt.mo ... Processing usr/share/locale/it/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/it/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/ja ... Processing usr/share/locale/ja/LC_MESSAGES ... Processing usr/share/locale/ja/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/ja/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/ja/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ja/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/ja/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/ja/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/ja/LC_MESSAGES/popt.mo ... Processing usr/share/locale/ja/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/ja/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/ka ... Processing usr/share/locale/ka/LC_MESSAGES ... Processing usr/share/locale/ka/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/ka/LC_MESSAGES/popt.mo ... Processing usr/share/locale/ka/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/kk ... Processing usr/share/locale/kk/LC_MESSAGES ... Processing usr/share/locale/kk/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/kk/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/kk/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/km ... Processing usr/share/locale/km/LC_MESSAGES ... Processing usr/share/locale/km/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/km/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/kn ... Processing usr/share/locale/kn/LC_MESSAGES ... Processing usr/share/locale/kn/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/kn/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/kn/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/ko ... Processing usr/share/locale/ko/LC_MESSAGES ... Processing usr/share/locale/ko/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/ko/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/ko/LC_MESSAGES/flex.mo ... Processing usr/share/locale/ko/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ko/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/ko/LC_MESSAGES/popt.mo ... Processing usr/share/locale/ko/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/ko/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/kw_GB ... Processing usr/share/locale/kw_GB/LC_MESSAGES ... Processing usr/share/locale/kw_GB/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/ky ... Processing usr/share/locale/ky/LC_MESSAGES ... Processing usr/share/locale/ky/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/lt ... Processing usr/share/locale/lt/LC_MESSAGES ... Processing usr/share/locale/lt/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/lt/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/lt/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/lv ... Processing usr/share/locale/lv/LC_MESSAGES ... Processing usr/share/locale/lv/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/lv/LC_MESSAGES/popt.mo ... Processing usr/share/locale/mk ... Processing usr/share/locale/mk/LC_MESSAGES ... Processing usr/share/locale/mk/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/ml ... Processing usr/share/locale/ml/LC_MESSAGES ... Processing usr/share/locale/ml/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/ml/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/ml/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/mn ... Processing usr/share/locale/mn/LC_MESSAGES ... Processing usr/share/locale/mn/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/mr ... Processing usr/share/locale/mr/LC_MESSAGES ... Processing usr/share/locale/mr/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/mr/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/mr/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/ms ... Processing usr/share/locale/ms/LC_MESSAGES ... Processing usr/share/locale/ms/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/ms/LC_MESSAGES/gnutls.mo ... Processing usr/share/locale/my ... Processing usr/share/locale/my/LC_MESSAGES ... Processing usr/share/locale/my/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/nb ... Processing usr/share/locale/nb/LC_MESSAGES ... Processing usr/share/locale/nb/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/nb/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/nb/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/nb/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/nb/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/nb/LC_MESSAGES/popt.mo ... Processing usr/share/locale/nb/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/nb/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/ne ... Processing usr/share/locale/ne/LC_MESSAGES ... Processing usr/share/locale/ne/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/nl ... Processing usr/share/locale/nl/LC_MESSAGES ... Processing usr/share/locale/nl/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/nl/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/nl/LC_MESSAGES/flex.mo ... Processing usr/share/locale/nl/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/nl/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/nl/LC_MESSAGES/gnutls.mo ... Processing usr/share/locale/nl/LC_MESSAGES/httping.mo ... Processing usr/share/locale/nl/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/nl/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/nl/LC_MESSAGES/popt.mo ... Processing usr/share/locale/nl/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/nl/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/nn ... Processing usr/share/locale/nn/LC_MESSAGES ... Processing usr/share/locale/nn/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/nn/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/nn/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/or ... Processing usr/share/locale/or/LC_MESSAGES ... Processing usr/share/locale/or/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/or/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/or/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/pa ... Processing usr/share/locale/pa/LC_MESSAGES ... Processing usr/share/locale/pa/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/pa/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/pa/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/pl ... Processing usr/share/locale/pl/LC_MESSAGES ... Processing usr/share/locale/pl/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/pl/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/pl/LC_MESSAGES/flex.mo ... Processing usr/share/locale/pl/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/pl/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/pl/LC_MESSAGES/gnutls.mo ... Processing usr/share/locale/pl/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/pl/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/pl/LC_MESSAGES/popt.mo ... Processing usr/share/locale/pl/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/pl/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/pt ... Processing usr/share/locale/pt/LC_MESSAGES ... Processing usr/share/locale/pt/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/pt/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/pt/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/pt/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/pt/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/pt/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/pt/LC_MESSAGES/popt.mo ... Processing usr/share/locale/pt/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/pt/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/pt_BR ... Processing usr/share/locale/pt_BR/LC_MESSAGES ... Processing usr/share/locale/pt_BR/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/flex.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/gnutls.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/popt.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/ro ... Processing usr/share/locale/ro/LC_MESSAGES ... Processing usr/share/locale/ro/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/ro/LC_MESSAGES/flex.mo ... Processing usr/share/locale/ro/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ro/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/ro/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/ro/LC_MESSAGES/popt.mo ... Processing usr/share/locale/ro/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/ro/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/ru ... Processing usr/share/locale/ru/LC_MESSAGES ... Processing usr/share/locale/ru/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/ru/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/ru/LC_MESSAGES/flex.mo ... Processing usr/share/locale/ru/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ru/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/ru/LC_MESSAGES/httping.mo ... Processing usr/share/locale/ru/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/ru/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/ru/LC_MESSAGES/popt.mo ... Processing usr/share/locale/ru/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/ru/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/si ... Processing usr/share/locale/si/LC_MESSAGES ... Processing usr/share/locale/si/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/si/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/si/LC_MESSAGES/popt.mo ... Processing usr/share/locale/sk ... Processing usr/share/locale/sk/LC_MESSAGES ... Processing usr/share/locale/sk/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/sk/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/sk/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/sk/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/sk/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/sk/LC_MESSAGES/popt.mo ... Processing usr/share/locale/sk/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/sk/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/sl ... Processing usr/share/locale/sl/LC_MESSAGES ... Processing usr/share/locale/sl/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/sl/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/sl/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/sl/LC_MESSAGES/popt.mo ... Processing usr/share/locale/sl/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/sl/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/sq ... Processing usr/share/locale/sq/LC_MESSAGES ... Processing usr/share/locale/sq/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/sq/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/sq/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/sr ... Processing usr/share/locale/sr/LC_MESSAGES ... Processing usr/share/locale/sr/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/sr/LC_MESSAGES/flex.mo ... Processing usr/share/locale/sr/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/sr/LC_MESSAGES/gnutls.mo ... Processing usr/share/locale/sr/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/sr/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/sr/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/sr/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/sr@latin ... Processing usr/share/locale/sr@latin/LC_MESSAGES ... Processing usr/share/locale/sr@latin/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/sr@latin/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/sv ... Processing usr/share/locale/sv/LC_MESSAGES ... Processing usr/share/locale/sv/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/sv/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/sv/LC_MESSAGES/flex.mo ... Processing usr/share/locale/sv/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/sv/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/sv/LC_MESSAGES/gnutls.mo ... Processing usr/share/locale/sv/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/sv/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/sv/LC_MESSAGES/popt.mo ... Processing usr/share/locale/sv/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/sv/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/ta ... Processing usr/share/locale/ta/LC_MESSAGES ... Processing usr/share/locale/ta/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/ta/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/ta/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/te ... Processing usr/share/locale/te/LC_MESSAGES ... Processing usr/share/locale/te/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/te/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/te/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/tg ... Processing usr/share/locale/tg/LC_MESSAGES ... Processing usr/share/locale/tg/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/th ... Processing usr/share/locale/th/LC_MESSAGES ... Processing usr/share/locale/th/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/th/LC_MESSAGES/popt.mo ... Processing usr/share/locale/tr ... Processing usr/share/locale/tr/LC_MESSAGES ... Processing usr/share/locale/tr/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/tr/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/tr/LC_MESSAGES/flex.mo ... Processing usr/share/locale/tr/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/tr/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/tr/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/tr/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/tr/LC_MESSAGES/popt.mo ... Processing usr/share/locale/tr/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/tr/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/uk ... Processing usr/share/locale/uk/LC_MESSAGES ... Processing usr/share/locale/uk/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/uk/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/uk/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/uk/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/uk/LC_MESSAGES/gnutls.mo ... Processing usr/share/locale/uk/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/uk/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/uk/LC_MESSAGES/popt.mo ... Processing usr/share/locale/uk/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/uk/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/ur ... Processing usr/share/locale/ur/LC_MESSAGES ... Processing usr/share/locale/ur/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/ur/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/vi ... Processing usr/share/locale/vi/LC_MESSAGES ... Processing usr/share/locale/vi/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/vi/LC_MESSAGES/flex.mo ... Processing usr/share/locale/vi/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/vi/LC_MESSAGES/gnutls.mo ... Processing usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/vi/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/vi/LC_MESSAGES/popt.mo ... Processing usr/share/locale/vi/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/vi/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/wa ... Processing usr/share/locale/wa/LC_MESSAGES ... Processing usr/share/locale/wa/LC_MESSAGES/popt.mo ... Processing usr/share/locale/yo ... Processing usr/share/locale/yo/LC_MESSAGES ... Processing usr/share/locale/yo/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/zh_CN ... Processing usr/share/locale/zh_CN/LC_MESSAGES ... Processing usr/share/locale/zh_CN/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/flex.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/popt.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/zh_HK ... Processing usr/share/locale/zh_HK/LC_MESSAGES ... Processing usr/share/locale/zh_HK/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/zh_TW ... Processing usr/share/locale/zh_TW/LC_MESSAGES ... Processing usr/share/locale/zh_TW/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/cracklib.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/flex.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/libpwquality.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/popt.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/sudo.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/sudoers.mo ... Processing usr/share/locale/zu ... Processing usr/share/locale/zu/LC_MESSAGES ... Processing usr/share/locale/zu/LC_MESSAGES/Linux-PAM.mo ... Processing usr/share/locale/zu/LC_MESSAGES/libpwquality.mo ... Processing usr/share/lua ... Processing usr/share/lua/5.1 ... Processing usr/share/lua/5.1/basexx.lua ... 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/pixmaps ... Processing usr/share/pixmaps/htop.png ... Processing usr/share/ptpd ... Processing usr/share/ptpd/PTPBASE-MIB.txt ... Processing usr/share/ptpd/leap-seconds.list.28dec2015 ... Processing usr/share/ptpd/ptpd2.conf.default-full ... Processing usr/share/ptpd/ptpd2.conf.minimal ... 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/vulkan ... Processing usr/share/vulkan/registry ... Processing usr/share/vulkan/registry/apiconventions.py ... Processing usr/share/vulkan/registry/cgenerator.py ... Processing usr/share/vulkan/registry/conventions.py ... Processing usr/share/vulkan/registry/generator.py ... Processing usr/share/vulkan/registry/genvk.py ... Processing usr/share/vulkan/registry/reg.py ... Processing usr/share/vulkan/registry/spec_tools ... Processing usr/share/vulkan/registry/spec_tools/util.py ... Processing usr/share/vulkan/registry/validusage.json ... Processing usr/share/vulkan/registry/vk.xml ... Processing usr/share/vulkan/registry/vkconventions.py ... Processing var ... Processing var/cache ... Processing var/lib ... Processing var/lib/libdbi ... Processing var/lib/libdbi/firebird ... Processing var/lib/libdbi/sqlite ... Processing var/lib/libdbi/sqlite3 ... Processing var/lib/misc ... Processing var/lib/sudo ... Processing var/lib/sudo/lectured ... Processing var/lock ... Processing var/log ... Processing var/run ... Processing var/spool ... Processing var/tmp ... Processing var/www ... Processing var/www/vis-network.css ... Processing var/www/vis-network.js ... Build completed. ln -snf /tmp/instance-14/output-1/host/powerpc-buildroot-linux-gnu/sysroot /tmp/instance-14/output-1/staging make: Leaving directory '/tmp/instance-14/buildroot' make: Entering directory '/tmp/instance-14/buildroot' >>> Buildroot 2022.11-rc3-12-gfb894b2e98 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.9 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> linux-pam 1.5.2 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.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) >>> exfat-utils 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ffmpeg 4.4.3 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.38 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> gnutls 3.7.8 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> flite 2.2 Collecting legal info COPYING: OK (sha256: d31bceaf2823d56a8c9400f7bde3b17140e739e991eb4f203bdcf9827754ab59) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> gettext Collecting legal info >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> htop 3.2.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> httping 2.5 Collecting legal info license.txt: OK (sha256: c5db2e5b9a692fcdf2bd370f1533529063fbcf8947a8f5ee9d4b050a14e0566d) >>> igmpproxy 0.4 Collecting legal info COPYING: OK (sha256: be3d05af93dbbc4650f8d641d8e1bec220af4a729e07ba71e949c25b93a1b4f6) GPL.txt: OK (sha256: c4f65d5d396ad518a37d30b83fe33897661858dc174ff64a15d0461630ce64e4) Stanford.txt: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> inih 55 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> initscripts Collecting legal info >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> kexec 2.0.25 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> libdmtx 0.7.7 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libedit 20210910-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> libesmtp 1.1.0 Collecting legal info COPYING.GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) LICENSE: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libminiupnpc 2.2.4 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpwquality 1.4.4 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> lua 5.1.5 Collecting legal info COPYRIGHT: OK (sha256: ee5e3e82af1e1b543c4f216e399d7c8cfee797711913f349e385101c4ae60a79) >>> liburiparser 0.9.7 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sdl2 2.24.1 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> lrandom 20180729-1 Collecting legal info >>> host-luarocks 3.9.1 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> host-lua 5.1.5 Collecting legal info COPYRIGHT: OK (sha256: ee5e3e82af1e1b543c4f216e399d7c8cfee797711913f349e385101c4ae60a79) >>> luainterpreter Collecting legal info >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lua-basexx 0.4.1-1 Collecting legal info basexx-0.4.1/LICENSE: OK (sha256: a1826a43c9e04f9e9b2e5d26d636c656812483bcd513618eec9d72cee69d446b) >>> lua-inotify 0.5-1 Collecting legal info linotify-0.5/COPYRIGHT: OK (sha256: b02158adb3c7763e1183a9386672f4f037bfeaab0cb0c73d684f34f3ea1993d8) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> minizip-zlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> host-mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> netsnmp 5.9.3 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> 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) >>> openvpn 2.5.7 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> host-runc 1.1.4 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-go 1.19.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sdl2_ttf 2.0.18 Collecting legal info COPYING.txt: OK (sha256: e211dfe7e2c36e64048be886fe3f2bbba8732ce4dd77b596a355d3abbec775a4) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> spidev_test 5.8 Collecting legal info >>> sudo 1.9.11p2 Collecting legal info LICENSE.md: OK (sha256: cf3a83366f9aabfd76d693ce03843106fcaaf6c76dfa97610f7c0b719a06e6bb) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> udftools 2.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> unixodbc 2.3.11 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> utf8proc 2.7.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> vde2 2.3.2 Collecting legal info COPYING: OK (sha256: fb295d0c24b8ef4b39017ac68e772e8e6e839612ce10da12b9f48d1e8e512e2e) COPYING.libvdeplug: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) COPYING.slirpvde: OK (sha256: d5ac74315b2d2f9c53f5839e311484f4646a9401b68d02d36f3dab386352e74d) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> vpnc 0.5.3r550-2jnpr1 Collecting legal info COPYING: OK (sha256: bf3ec1bd1dec31a6ab8980bfd04569f506432f35ee01e88a3910847784bc2de1) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: lrandom-20180729-1: cannot save license (LRANDOM_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /tmp/instance-14/output-1/legal-info make: Leaving directory '/tmp/instance-14/buildroot'