find /home/thomas/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/thomas/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-195-g4cbf733691"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc2\"" \ ) > /home/thomas/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-1/output-1/per-package /home/thomas/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs printf ' davfs2 -1 davfs2 -1 * - - - davfs user\n exim 88 mail 8 * - - - exim\n quagga -1 quagga -1 * - - - Quagga priv drop user\n\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/thomas/autobuild/instance-1/output-1/host/bin/mkcramfs -B /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target /home/thomas/autobuild/instance-1/output-1/images/rootfs.cramfs\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.erofs mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/thomas/autobuild/instance-1/output-1/host/bin/mkfs.erofs /home/thomas/autobuild/instance-1/output-1/images/rootfs.erofs /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target table='/home/thomas/autobuild/instance-1/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/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/aliases ... Processing etc/bandwidthd.conf ... Processing etc/config ... Processing etc/davfs2 ... Processing etc/davfs2/certs ... Processing etc/davfs2/certs/private ... Processing etc/davfs2/davfs2.conf ... Processing etc/davfs2/secrets ... Processing etc/default.action ... Processing etc/default.filter ... Processing etc/enscript.cfg ... Processing etc/exim ... Processing etc/exim/configure ... Processing etc/fstab ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/init.d ... Processing etc/init.d/S01syslogd ... Processing etc/init.d/S02klogd ... Processing etc/init.d/S02sysctl ... Processing etc/init.d/S21rngd ... Processing etc/init.d/S86exim ... Processing etc/init.d/privoxy ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/inittab ... Processing etc/iproute2 ... Processing etc/iproute2/bpf_pinning ... Processing etc/iproute2/ematch_map ... Processing etc/iproute2/group ... Processing etc/iproute2/nl_protos ... Processing etc/iproute2/rt_dsfield ... Processing etc/iproute2/rt_protos ... Processing etc/iproute2/rt_realms ... Processing etc/iproute2/rt_scopes ... Processing etc/iproute2/rt_tables ... Processing etc/issue ... Processing etc/libnl ... Processing etc/libnl/classid ... Processing etc/libnl/pktloc ... Processing etc/match-all.action ... Processing etc/mtab ... Processing etc/network ... Processing etc/network/if-down.d ... Processing etc/network/if-post-down.d ... Processing etc/network/if-pre-up.d ... Processing etc/network/if-up.d ... Processing etc/os-release ... Processing etc/passwd ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/quagga ... Processing etc/regression-tests.action ... Processing etc/resolv.conf ... Processing etc/sensors.d ... Processing etc/sensors3.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/templates ... Processing etc/templates/blocked ... Processing etc/templates/cgi-error-404 ... Processing etc/templates/cgi-error-bad-param ... Processing etc/templates/cgi-error-disabled ... Processing etc/templates/cgi-error-file ... Processing etc/templates/cgi-error-file-read-only ... Processing etc/templates/cgi-error-modified ... Processing etc/templates/cgi-error-parse ... Processing etc/templates/cgi-style.css ... Processing etc/templates/client-tags ... Processing etc/templates/connect-failed ... Processing etc/templates/connection-timeout ... Processing etc/templates/default ... Processing etc/templates/edit-actions-add-url-form ... Processing etc/templates/edit-actions-for-url ... Processing etc/templates/edit-actions-for-url-filter ... Processing etc/templates/edit-actions-for-url-string-action ... Processing etc/templates/edit-actions-list ... Processing etc/templates/edit-actions-list-button ... Processing etc/templates/edit-actions-list-section ... Processing etc/templates/edit-actions-list-url ... Processing etc/templates/edit-actions-remove-url-form ... Processing etc/templates/edit-actions-url-form ... Processing etc/templates/forwarding-failed ... Processing etc/templates/mod-local-help ... Processing etc/templates/mod-support-and-service ... Processing etc/templates/mod-title ... Processing etc/templates/mod-unstable-warning ... Processing etc/templates/no-server-data ... Processing etc/templates/no-such-domain ... Processing etc/templates/show-request ... Processing etc/templates/show-status ... Processing etc/templates/show-status-file ... Processing etc/templates/show-url-info ... Processing etc/templates/toggle ... Processing etc/templates/toggle-mini ... Processing etc/templates/untrusted ... Processing etc/templates/url-info-osd.xml ... Processing etc/templates/wpad.dat ... Processing etc/trust ... Processing etc/user.action ... Processing etc/user.filter ... Processing lib ... 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/bridge ... Processing sbin/ctstat ... Processing sbin/dcb ... Processing sbin/devlink ... Processing sbin/devmem ... Processing sbin/fdisk ... Processing sbin/freeramdisk ... Processing sbin/fsck ... Processing sbin/fstrim ... Processing sbin/genl ... Processing sbin/getty ... Processing sbin/halt ... Processing sbin/hdparm ... Processing sbin/hwclock ... Processing sbin/ifconfig ... Processing sbin/ifdown ... Processing sbin/ifstat ... Processing sbin/ifup ... Processing sbin/init ... Processing sbin/insmod ... Processing sbin/ip ... Processing sbin/ipaddr ... Processing sbin/iplink ... Processing sbin/ipneigh ... Processing sbin/iproute ... Processing sbin/iprule ... Processing sbin/iptunnel ... Processing sbin/klogd ... Processing sbin/lnstat ... Processing sbin/loadkmap ... Processing sbin/losetup ... Processing sbin/lsmod ... Processing sbin/makedevs ... Processing sbin/mdev ... Processing sbin/mkdosfs ... Processing sbin/mke2fs ... Processing sbin/mkswap ... Processing sbin/modprobe ... Processing sbin/mount.davfs ... Processing sbin/nameif ... Processing sbin/nstat ... Processing sbin/pivot_root ... Processing sbin/poweroff ... Processing sbin/rdma ... Processing sbin/reboot ... Processing sbin/rmmod ... Processing sbin/route ... Processing sbin/routel ... Processing sbin/rtacct ... Processing sbin/rtmon ... Processing sbin/rtstat ... Processing sbin/run-init ... Processing sbin/runlevel ... Processing sbin/setconsole ... Processing sbin/ss ... 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/tipc ... Processing sbin/udhcpc ... Processing sbin/uevent ... Processing sbin/umount.davfs ... Processing sbin/vconfig ... Processing sbin/vdpa ... Processing sbin/watchdog ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/[ ... Processing usr/bin/[[ ... Processing usr/bin/abxtest ... Processing usr/bin/aer-inject ... Processing usr/bin/aggregartp ... Processing usr/bin/ar ... Processing usr/bin/ascii ... Processing usr/bin/aserver ... Processing usr/bin/atest ... Processing usr/bin/atftp ... Processing usr/bin/atsc_epg ... Processing usr/bin/av7110_loadkeys ... Processing usr/bin/awk ... Processing usr/bin/azap ... Processing usr/bin/bandwidthd ... Processing usr/bin/basename ... Processing usr/bin/bc ... Processing usr/bin/bunzip2 ... Processing usr/bin/bzcat ... Processing usr/bin/bzcmp ... Processing usr/bin/bzdiff ... Processing usr/bin/bzegrep ... Processing usr/bin/bzfgrep ... Processing usr/bin/bzgrep ... Processing usr/bin/bzip2 ... Processing usr/bin/bzip2recover ... Processing usr/bin/bzless ... Processing usr/bin/bzmore ... Processing usr/bin/cache_calibrator ... Processing usr/bin/ccat ... Processing usr/bin/ccdecrypt ... Processing usr/bin/ccencrypt ... Processing usr/bin/ccguess ... Processing usr/bin/ccrypt ... Processing usr/bin/cd-drive ... Processing usr/bin/cd-info ... Processing usr/bin/cd-paranoia ... Processing usr/bin/cd-read ... Processing usr/bin/cdda-player ... Processing usr/bin/chrt ... Processing usr/bin/chvt ... Processing usr/bin/cksum ... Processing usr/bin/clear ... Processing usr/bin/cmp ... Processing usr/bin/corkscrew ... Processing usr/bin/crc32 ... Processing usr/bin/crontab ... Processing usr/bin/cut ... Processing usr/bin/czap ... Processing usr/bin/dc ... Processing usr/bin/dcadec ... Processing usr/bin/deallocvt ... Processing usr/bin/dhrystone ... Processing usr/bin/dib3000-watch ... Processing usr/bin/diff ... Processing usr/bin/diffpp ... Processing usr/bin/dirname ... Processing usr/bin/dos2unix ... Processing usr/bin/dst_test ... Processing usr/bin/dtach ... Processing usr/bin/du ... Processing usr/bin/dvbdate ... Processing usr/bin/dvbnet ... Processing usr/bin/dvbscan ... Processing usr/bin/dvbtraffic ... Processing usr/bin/eject ... Processing usr/bin/empty ... Processing usr/bin/enscript ... Processing usr/bin/env ... Processing usr/bin/expr ... Processing usr/bin/factor ... Processing usr/bin/fallocate ... Processing usr/bin/femon ... Processing usr/bin/find ... Processing usr/bin/flock ... Processing usr/bin/fold ... Processing usr/bin/free ... Processing usr/bin/ftop ... Processing usr/bin/fuser ... Processing usr/bin/gd2togif ... Processing usr/bin/gdparttopng ... Processing usr/bin/genext2fs ... Processing usr/bin/gnutv ... Processing usr/bin/gotox ... Processing usr/bin/head ... Processing usr/bin/hexdump ... Processing usr/bin/hexedit ... Processing usr/bin/hostid ... Processing usr/bin/hwloc-annotate ... Processing usr/bin/hwloc-bind ... Processing usr/bin/hwloc-calc ... Processing usr/bin/hwloc-compress-dir ... Processing usr/bin/hwloc-diff ... Processing usr/bin/hwloc-distrib ... Processing usr/bin/hwloc-gather-topology ... Processing usr/bin/hwloc-info ... Processing usr/bin/hwloc-ls ... Processing usr/bin/hwloc-patch ... Processing usr/bin/hwloc-ps ... Processing usr/bin/iconv ... Processing usr/bin/id ... Processing usr/bin/ingests ... Processing usr/bin/install ... Processing usr/bin/ipcrm ... Processing usr/bin/ipcs ... Processing usr/bin/iso-info ... Processing usr/bin/iso-read ... Processing usr/bin/killall ... Processing usr/bin/last ... Processing usr/bin/lasts ... Processing usr/bin/less ... Processing usr/bin/logger ... Processing usr/bin/logname ... Processing usr/bin/lsdvb ... Processing usr/bin/lsof ... Processing usr/bin/lspci ... Processing usr/bin/lsscsi ... Processing usr/bin/lstopo ... Processing usr/bin/lstopo-no-graphics ... Processing usr/bin/lsusb ... Processing usr/bin/lua ... Processing usr/bin/luac ... Processing usr/bin/lzcat ... Processing usr/bin/lzcmp ... Processing usr/bin/lzdiff ... Processing usr/bin/lzegrep ... Processing usr/bin/lzfgrep ... Processing usr/bin/lzgrep ... Processing usr/bin/lzless ... Processing usr/bin/lzma ... Processing usr/bin/lzmadec ... Processing usr/bin/lzmainfo ... Processing usr/bin/lzmore ... Processing usr/bin/lzopcat ... Processing usr/bin/madplay ... Processing usr/bin/make ... Processing usr/bin/md5sum ... Processing usr/bin/memhog ... Processing usr/bin/mesg ... Processing usr/bin/microcom ... Processing usr/bin/migratepages ... Processing usr/bin/migspeed ... Processing usr/bin/mkafmmap ... Processing usr/bin/mkfifo ... Processing usr/bin/mkpasswd ... Processing usr/bin/mmc-tool ... Processing usr/bin/multicat ... Processing usr/bin/multicat_validate ... Processing usr/bin/multilive ... Processing usr/bin/ndptool ... Processing usr/bin/nl ... Processing usr/bin/nohup ... Processing usr/bin/noping ... Processing usr/bin/nproc ... Processing usr/bin/nslookup ... Processing usr/bin/numactl ... Processing usr/bin/numademo ... Processing usr/bin/numastat ... Processing usr/bin/od ... Processing usr/bin/offsets ... Processing usr/bin/openvt ... Processing usr/bin/oping ... Processing usr/bin/opusdec ... Processing usr/bin/opusenc ... Processing usr/bin/opusinfo ... Processing usr/bin/over ... Processing usr/bin/passwd ... Processing usr/bin/paste ... Processing usr/bin/patch ... Processing usr/bin/pcre2grep ... Processing usr/bin/pcre2test ... Processing usr/bin/pcregrep ... Processing usr/bin/pcretest ... Processing usr/bin/pkg-config ... Processing usr/bin/pkgconf ... Processing usr/bin/pngtogd2 ... Processing usr/bin/printf ... Processing usr/bin/procrank ... Processing usr/bin/qprint ... Processing usr/bin/ramsmp ... Processing usr/bin/randstat ... Processing usr/bin/readlink ... Processing usr/bin/realpath ... Processing usr/bin/renice ... Processing usr/bin/reordertp ... Processing usr/bin/reset ... Processing usr/bin/resize ... Processing usr/bin/rngtest ... Processing usr/bin/rocat ... Processing usr/bin/roxml ... Processing usr/bin/scan ... Processing usr/bin/scrypt ... Processing usr/bin/seq ... Processing usr/bin/setfattr ... Processing usr/bin/setkeycodes ... Processing usr/bin/setsid ... Processing usr/bin/sha1sum ... Processing usr/bin/sha256sum ... Processing usr/bin/sha3sum ... Processing usr/bin/sha512sum ... Processing usr/bin/shred ... Processing usr/bin/sl ... Processing usr/bin/sliceprint ... Processing usr/bin/sort ... Processing usr/bin/sshpass ... Processing usr/bin/states ... Processing usr/bin/stdlogctl ... Processing usr/bin/stress ... Processing usr/bin/strings ... Processing usr/bin/svc ... Processing usr/bin/svok ... Processing usr/bin/szap ... Processing usr/bin/tail ... Processing usr/bin/tee ... Processing usr/bin/telnet ... Processing usr/bin/test ... Processing usr/bin/tftp ... Processing usr/bin/time ... Processing usr/bin/top ... Processing usr/bin/tr ... Processing usr/bin/traceroute ... Processing usr/bin/truncate ... Processing usr/bin/ts ... Processing usr/bin/tty ... Processing usr/bin/tzap ... Processing usr/bin/uniq ... Processing usr/bin/unix2dos ... Processing usr/bin/unlink ... Processing usr/bin/unlzma ... Processing usr/bin/unlzop ... Processing usr/bin/unxz ... Processing usr/bin/unzip ... Processing usr/bin/unzip-mem ... Processing usr/bin/unzzip ... Processing usr/bin/unzzip-big ... Processing usr/bin/unzzip-mem ... Processing usr/bin/unzzip-mix ... Processing usr/bin/uptime ... Processing usr/bin/uudecode ... Processing usr/bin/uuencode ... Processing usr/bin/vlock ... Processing usr/bin/w ... Processing usr/bin/wc ... Processing usr/bin/wget ... Processing usr/bin/whetstone ... Processing usr/bin/which ... Processing usr/bin/who ... Processing usr/bin/whoami ... Processing usr/bin/xargs ... Processing usr/bin/xmlcatalog ... Processing usr/bin/xmllint ... Processing usr/bin/xxd ... Processing usr/bin/xz ... Processing usr/bin/xzcat ... Processing usr/bin/xzcmp ... Processing usr/bin/xzdec ... Processing usr/bin/xzdiff ... Processing usr/bin/xzegrep ... Processing usr/bin/xzfgrep ... Processing usr/bin/xzgrep ... Processing usr/bin/xzless ... Processing usr/bin/xzmore ... Processing usr/bin/yes ... Processing usr/bin/zap ... Processing usr/bin/zzcat ... Processing usr/bin/zzdir ... Processing usr/bin/zzxorcat ... Processing usr/bin/zzxorcopy ... Processing usr/bin/zzxordir ... Processing usr/lib ... Processing usr/lib/charset.alias ... Processing usr/lib/lua ... Processing usr/lib/lua/5.4 ... Processing usr/lib/os-release ... Processing usr/lib/tc ... Processing usr/lib/tc/experimental.dist ... Processing usr/lib/tc/normal.dist ... Processing usr/lib/tc/pareto.dist ... Processing usr/lib/tc/paretonormal.dist ... Processing usr/lib/terminfo ... Processing usr/lib/uclibc-ng-test ... Processing usr/lib/uclibc-ng-test/test ... Processing usr/lib/uclibc-ng-test/test/.gitignore ... Processing usr/lib/uclibc-ng-test/test/Makefile ... Processing usr/lib/uclibc-ng-test/test/Rules.mak ... Processing usr/lib/uclibc-ng-test/test/Test.mak ... Processing usr/lib/uclibc-ng-test/test/argp ... Processing usr/lib/uclibc-ng-test/test/argp/Makefile ... Processing usr/lib/uclibc-ng-test/test/argp/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/argp/argp-ex1 ... Processing usr/lib/uclibc-ng-test/test/argp/argp-ex2 ... Processing usr/lib/uclibc-ng-test/test/argp/argp-ex3 ... Processing usr/lib/uclibc-ng-test/test/argp/argp-ex4 ... Processing usr/lib/uclibc-ng-test/test/argp/argp-test ... Processing usr/lib/uclibc-ng-test/test/argp/bug-argp1 ... Processing usr/lib/uclibc-ng-test/test/argp/tst-argp1 ... Processing usr/lib/uclibc-ng-test/test/argp/tst-argp2 ... Processing usr/lib/uclibc-ng-test/test/args ... Processing usr/lib/uclibc-ng-test/test/args/Makefile ... Processing usr/lib/uclibc-ng-test/test/args/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/args/arg_test ... Processing usr/lib/uclibc-ng-test/test/args/arg_test.out.good ... Processing usr/lib/uclibc-ng-test/test/args/arg_test_glibc.out.good ... Processing usr/lib/uclibc-ng-test/test/assert ... Processing usr/lib/uclibc-ng-test/test/assert/Makefile ... Processing usr/lib/uclibc-ng-test/test/assert/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/assert/assert ... Processing usr/lib/uclibc-ng-test/test/build ... Processing usr/lib/uclibc-ng-test/test/build/Makefile ... Processing usr/lib/uclibc-ng-test/test/build/check_config_options.sh ... Processing usr/lib/uclibc-ng-test/test/crypt ... Processing usr/lib/uclibc-ng-test/test/crypt/Makefile ... Processing usr/lib/uclibc-ng-test/test/crypt/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/crypt/crypt ... Processing usr/lib/uclibc-ng-test/test/crypt/crypt.input ... Processing usr/lib/uclibc-ng-test/test/crypt/crypt.out.good ... Processing usr/lib/uclibc-ng-test/test/crypt/md5c-test ... Processing usr/lib/uclibc-ng-test/test/crypt/sha256c-test ... Processing usr/lib/uclibc-ng-test/test/crypt/sha512c-test ... Processing usr/lib/uclibc-ng-test/test/ctype ... Processing usr/lib/uclibc-ng-test/test/ctype/Makefile ... Processing usr/lib/uclibc-ng-test/test/ctype/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/ctype/ctype ... Processing usr/lib/uclibc-ng-test/test/dlopen ... Processing usr/lib/uclibc-ng-test/test/dlopen/Makefile ... Processing usr/lib/uclibc-ng-test/test/dlopen/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/iconv ... Processing usr/lib/uclibc-ng-test/test/iconv/Makefile ... Processing usr/lib/uclibc-ng-test/test/iconv/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/iconv/tst-iconv1 ... Processing usr/lib/uclibc-ng-test/test/iconv/tst-iconv2 ... Processing usr/lib/uclibc-ng-test/test/iconv/tst-iconv3 ... Processing usr/lib/uclibc-ng-test/test/iconv/tst-iconv4 ... Processing usr/lib/uclibc-ng-test/test/iconv/tst-iconv5 ... Processing usr/lib/uclibc-ng-test/test/iconv/tst-iconv6 ... Processing usr/lib/uclibc-ng-test/test/inet ... Processing usr/lib/uclibc-ng-test/test/inet/Makefile ... Processing usr/lib/uclibc-ng-test/test/inet/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/inet/bug-if1 ... Processing usr/lib/uclibc-ng-test/test/inet/gethost ... Processing usr/lib/uclibc-ng-test/test/inet/gethost_r-align ... Processing usr/lib/uclibc-ng-test/test/inet/gethostid ... Processing usr/lib/uclibc-ng-test/test/inet/getnetent ... Processing usr/lib/uclibc-ng-test/test/inet/if_nameindex ... Processing usr/lib/uclibc-ng-test/test/inet/tst-aton ... Processing usr/lib/uclibc-ng-test/test/inet/tst-ether_aton ... Processing usr/lib/uclibc-ng-test/test/inet/tst-ethers ... Processing usr/lib/uclibc-ng-test/test/inet/tst-ethers-line ... Processing usr/lib/uclibc-ng-test/test/inet/tst-getni1 ... Processing usr/lib/uclibc-ng-test/test/inet/tst-getni2 ... Processing usr/lib/uclibc-ng-test/test/inet/tst-ifaddrs ... Processing usr/lib/uclibc-ng-test/test/inet/tst-network ... Processing usr/lib/uclibc-ng-test/test/inet/tst-ntoa ... Processing usr/lib/uclibc-ng-test/test/inet/tst-res ... Processing usr/lib/uclibc-ng-test/test/inet/tst-sock-nonblock ... Processing usr/lib/uclibc-ng-test/test/locale ... Processing usr/lib/uclibc-ng-test/test/locale/Makefile ... Processing usr/lib/uclibc-ng-test/test/locale/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/locale/tst-ctype-de_DE.ISO-8859-1.in ... Processing usr/lib/uclibc-ng-test/test/locale/tst-langinfo.input ... Processing usr/lib/uclibc-ng-test/test/locale-mbwc ... Processing usr/lib/uclibc-ng-test/test/locale-mbwc/Makefile ... Processing usr/lib/uclibc-ng-test/test/locale-mbwc/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/malloc ... Processing usr/lib/uclibc-ng-test/test/malloc/Makefile ... Processing usr/lib/uclibc-ng-test/test/malloc/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/malloc/malloc ... Processing usr/lib/uclibc-ng-test/test/malloc/malloc-standard-alignment ... Processing usr/lib/uclibc-ng-test/test/malloc/mallocbug ... Processing usr/lib/uclibc-ng-test/test/malloc/realloc-can-shrink ... Processing usr/lib/uclibc-ng-test/test/malloc/realloc0 ... Processing usr/lib/uclibc-ng-test/test/malloc/testmalloc ... Processing usr/lib/uclibc-ng-test/test/malloc/tst-calloc ... Processing usr/lib/uclibc-ng-test/test/malloc/tst-malloc ... Processing usr/lib/uclibc-ng-test/test/malloc/tst-mallocfork ... Processing usr/lib/uclibc-ng-test/test/malloc/tst-mcheck ... Processing usr/lib/uclibc-ng-test/test/malloc/tst-valloc ... Processing usr/lib/uclibc-ng-test/test/math ... Processing usr/lib/uclibc-ng-test/test/math/Makefile ... Processing usr/lib/uclibc-ng-test/test/math/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/math/gen-libm-have-vector-test.sh ... Processing usr/lib/uclibc-ng-test/test/math/gen-libm-test.pl ... Processing usr/lib/uclibc-ng-test/test/math/libm-test-ulps-alpha ... Processing usr/lib/uclibc-ng-test/test/math/libm-test-ulps-arm ... Processing usr/lib/uclibc-ng-test/test/math/libm-test-ulps-generic ... Processing usr/lib/uclibc-ng-test/test/math/libm-test-ulps-hppa ... Processing usr/lib/uclibc-ng-test/test/math/libm-test-ulps-i386 ... Processing usr/lib/uclibc-ng-test/test/math/libm-test-ulps-ia64 ... Processing usr/lib/uclibc-ng-test/test/math/libm-test-ulps-m68k ... Processing usr/lib/uclibc-ng-test/test/math/libm-test-ulps-microblaze ... Processing usr/lib/uclibc-ng-test/test/math/libm-test-ulps-mips32 ... Processing usr/lib/uclibc-ng-test/test/math/libm-test-ulps-mips64 ... Processing usr/lib/uclibc-ng-test/test/math/libm-test-ulps-nios2 ... Processing usr/lib/uclibc-ng-test/test/math/libm-test-ulps-powerpc ... Processing usr/lib/uclibc-ng-test/test/math/libm-test-ulps-sh ... Processing usr/lib/uclibc-ng-test/test/math/libm-test-ulps-sparc ... Processing usr/lib/uclibc-ng-test/test/math/libm-test-ulps-x86_64 ... Processing usr/lib/uclibc-ng-test/test/math/libm-test.inc ... Processing usr/lib/uclibc-ng-test/test/math/test-math-isinff.cc ... Processing usr/lib/uclibc-ng-test/test/misc ... Processing usr/lib/uclibc-ng-test/test/misc/Makefile ... Processing usr/lib/uclibc-ng-test/test/misc/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/misc/bug-glob2 ... Processing usr/lib/uclibc-ng-test/test/misc/bug-readdir1 ... Processing usr/lib/uclibc-ng-test/test/misc/dirent ... Processing usr/lib/uclibc-ng-test/test/misc/dirent64 ... Processing usr/lib/uclibc-ng-test/test/misc/fdopen ... Processing usr/lib/uclibc-ng-test/test/misc/opendir-tst1 ... Processing usr/lib/uclibc-ng-test/test/misc/popen ... Processing usr/lib/uclibc-ng-test/test/misc/seek ... Processing usr/lib/uclibc-ng-test/test/misc/sem ... Processing usr/lib/uclibc-ng-test/test/misc/stdarg ... Processing usr/lib/uclibc-ng-test/test/misc/tst-fnmatch.input ... Processing usr/lib/uclibc-ng-test/test/misc/tst-hasmntopt ... Processing usr/lib/uclibc-ng-test/test/misc/tst-inotify ... Processing usr/lib/uclibc-ng-test/test/misc/tst-mkostemps ... Processing usr/lib/uclibc-ng-test/test/misc/tst-nftw ... Processing usr/lib/uclibc-ng-test/test/misc/tst-preadvwritev ... Processing usr/lib/uclibc-ng-test/test/misc/tst-scandir ... Processing usr/lib/uclibc-ng-test/test/misc/tst-seekdir ... Processing usr/lib/uclibc-ng-test/test/misc/tst-statfs ... Processing usr/lib/uclibc-ng-test/test/misc/tst-statvfs ... Processing usr/lib/uclibc-ng-test/test/misc/tst-syscall0 ... Processing usr/lib/uclibc-ng-test/test/misc/tst-syscall1 ... Processing usr/lib/uclibc-ng-test/test/misc/tst-syscall6 ... Processing usr/lib/uclibc-ng-test/test/misc/tst-utmp ... Processing usr/lib/uclibc-ng-test/test/misc/tst-utmpx ... Processing usr/lib/uclibc-ng-test/test/mmap ... Processing usr/lib/uclibc-ng-test/test/mmap/Makefile ... Processing usr/lib/uclibc-ng-test/test/mmap/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/mmap/mmap ... Processing usr/lib/uclibc-ng-test/test/mmap/mmap2 ... Processing usr/lib/uclibc-ng-test/test/mmap/mmap64 ... Processing usr/lib/uclibc-ng-test/test/mmap/tst-mmap-eofsync ... Processing usr/lib/uclibc-ng-test/test/mmap/tst-mmap-fflushsync ... Processing usr/lib/uclibc-ng-test/test/mmap/tst-mmap-offend ... Processing usr/lib/uclibc-ng-test/test/mmap/tst-mmap-setvbuf ... Processing usr/lib/uclibc-ng-test/test/nptl ... Processing usr/lib/uclibc-ng-test/test/nptl/Makefile ... Processing usr/lib/uclibc-ng-test/test/nptl/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/plt ... Processing usr/lib/uclibc-ng-test/test/plt/check-plt.sh ... Processing usr/lib/uclibc-ng-test/test/pthread ... Processing usr/lib/uclibc-ng-test/test/pthread/Makefile ... Processing usr/lib/uclibc-ng-test/test/pthread/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/pthread/ex1 ... Processing usr/lib/uclibc-ng-test/test/pthread/ex2 ... Processing usr/lib/uclibc-ng-test/test/pthread/ex3 ... Processing usr/lib/uclibc-ng-test/test/pthread/ex4 ... Processing usr/lib/uclibc-ng-test/test/pthread/ex5 ... Processing usr/lib/uclibc-ng-test/test/pthread/ex6 ... Processing usr/lib/uclibc-ng-test/test/pthread/ex7 ... Processing usr/lib/uclibc-ng-test/test/pthread/ex8-mtx-odd ... Processing usr/lib/uclibc-ng-test/test/pthread/tst-c99 ... Processing usr/lib/uclibc-ng-test/test/pthread/tst-join2 ... Processing usr/lib/uclibc-ng-test/test/pthread/tst-join3 ... Processing usr/lib/uclibc-ng-test/test/pthread/tst-too-many-cleanups ... Processing usr/lib/uclibc-ng-test/test/pwd_grp ... Processing usr/lib/uclibc-ng-test/test/pwd_grp/.indent.pro ... Processing usr/lib/uclibc-ng-test/test/pwd_grp/Makefile ... Processing usr/lib/uclibc-ng-test/test/pwd_grp/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/pwd_grp/getgroups ... Processing usr/lib/uclibc-ng-test/test/pwd_grp/grcat ... Processing usr/lib/uclibc-ng-test/test/pwd_grp/pwcat ... Processing usr/lib/uclibc-ng-test/test/pwd_grp/test_grp ... Processing usr/lib/uclibc-ng-test/test/pwd_grp/test_pwd ... Processing usr/lib/uclibc-ng-test/test/regex ... Processing usr/lib/uclibc-ng-test/test/regex/LICENSE ... Processing usr/lib/uclibc-ng-test/test/regex/Makefile ... Processing usr/lib/uclibc-ng-test/test/regex/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/regex/basic.dat ... Processing usr/lib/uclibc-ng-test/test/regex/categorize.dat ... Processing usr/lib/uclibc-ng-test/test/regex/forcedassoc.dat ... Processing usr/lib/uclibc-ng-test/test/regex/interpretation.dat ... Processing usr/lib/uclibc-ng-test/test/regex/leftassoc.dat ... Processing usr/lib/uclibc-ng-test/test/regex/nullsubexpr.dat ... Processing usr/lib/uclibc-ng-test/test/regex/repetition.dat ... Processing usr/lib/uclibc-ng-test/test/regex/rightassoc.dat ... Processing usr/lib/uclibc-ng-test/test/regex/tst-regex2 ... Processing usr/lib/uclibc-ng-test/test/regex/tst-regex2.dat ... Processing usr/lib/uclibc-ng-test/test/regex/tst-regexloc ... Processing usr/lib/uclibc-ng-test/test/rpc ... Processing usr/lib/uclibc-ng-test/test/rpc/Makefile ... Processing usr/lib/uclibc-ng-test/test/rpc/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/rpc/getrpcent ... Processing usr/lib/uclibc-ng-test/test/rt ... Processing usr/lib/uclibc-ng-test/test/rt/Makefile ... Processing usr/lib/uclibc-ng-test/test/rt/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/rt/tst-posix_spawn ... Processing usr/lib/uclibc-ng-test/test/setjmp ... Processing usr/lib/uclibc-ng-test/test/setjmp/Makefile ... Processing usr/lib/uclibc-ng-test/test/setjmp/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/setjmp/bug269-setjmp ... Processing usr/lib/uclibc-ng-test/test/setjmp/jmpbug ... Processing usr/lib/uclibc-ng-test/test/setjmp/sigjmpbug ... Processing usr/lib/uclibc-ng-test/test/setjmp/tst-setjmp ... Processing usr/lib/uclibc-ng-test/test/setjmp/tst-vfork-longjmp ... Processing usr/lib/uclibc-ng-test/test/signal ... Processing usr/lib/uclibc-ng-test/test/signal/.indent.pro ... Processing usr/lib/uclibc-ng-test/test/signal/Makefile ... Processing usr/lib/uclibc-ng-test/test/signal/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/signal/sigchld ... Processing usr/lib/uclibc-ng-test/test/signal/signal ... Processing usr/lib/uclibc-ng-test/test/signal/tst-raise ... Processing usr/lib/uclibc-ng-test/test/signal/tst-signal ... Processing usr/lib/uclibc-ng-test/test/signal/tst-signalfd ... Processing usr/lib/uclibc-ng-test/test/signal/tst-sigset ... Processing usr/lib/uclibc-ng-test/test/silly ... Processing usr/lib/uclibc-ng-test/test/silly/Makefile ... Processing usr/lib/uclibc-ng-test/test/silly/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/silly/hello ... Processing usr/lib/uclibc-ng-test/test/silly/tiny ... Processing usr/lib/uclibc-ng-test/test/stat ... Processing usr/lib/uclibc-ng-test/test/stat/Makefile ... Processing usr/lib/uclibc-ng-test/test/stat/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/stat/memcmp-stat ... Processing usr/lib/uclibc-ng-test/test/stat/stat ... Processing usr/lib/uclibc-ng-test/test/stat/stat-loop256 ... Processing usr/lib/uclibc-ng-test/test/stdio ... Processing usr/lib/uclibc-ng-test/test/stdio/64bit ... Processing usr/lib/uclibc-ng-test/test/stdio/Makefile ... Processing usr/lib/uclibc-ng-test/test/stdio/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/stdio/fclose-loop ... Processing usr/lib/uclibc-ng-test/test/stdio/lseek_no_lfs ... Processing usr/lib/uclibc-ng-test/test/stdio/scanf_m ... Processing usr/lib/uclibc-ng-test/test/stdlib ... Processing usr/lib/uclibc-ng-test/test/stdlib/Makefile ... Processing usr/lib/uclibc-ng-test/test/stdlib/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/stdlib/qsort ... Processing usr/lib/uclibc-ng-test/test/stdlib/test-canon ... Processing usr/lib/uclibc-ng-test/test/stdlib/test-canon2 ... Processing usr/lib/uclibc-ng-test/test/stdlib/test-mkostemp-O_CLOEXEC ... Processing usr/lib/uclibc-ng-test/test/stdlib/test-mkostemp-child ... Processing usr/lib/uclibc-ng-test/test/stdlib/testatexit ... Processing usr/lib/uclibc-ng-test/test/stdlib/teston_exit ... Processing usr/lib/uclibc-ng-test/test/stdlib/teststrtol ... Processing usr/lib/uclibc-ng-test/test/stdlib/teststrtoq ... Processing usr/lib/uclibc-ng-test/test/string ... Processing usr/lib/uclibc-ng-test/test/string/Makefile ... Processing usr/lib/uclibc-ng-test/test/string/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/string/bug-strcoll1 ... Processing usr/lib/uclibc-ng-test/test/string/bug-strncat1 ... Processing usr/lib/uclibc-ng-test/test/string/bug-strpbrk1 ... Processing usr/lib/uclibc-ng-test/test/string/bug-strspn1 ... Processing usr/lib/uclibc-ng-test/test/string/stratcliff ... Processing usr/lib/uclibc-ng-test/test/string/test-ffs ... Processing usr/lib/uclibc-ng-test/test/string/testcopy ... Processing usr/lib/uclibc-ng-test/test/string/tester ... Processing usr/lib/uclibc-ng-test/test/string/tst-bswap ... Processing usr/lib/uclibc-ng-test/test/string/tst-inlcall ... Processing usr/lib/uclibc-ng-test/test/string/tst-memmove ... Processing usr/lib/uclibc-ng-test/test/string/tst-strlen ... Processing usr/lib/uclibc-ng-test/test/string/tst-strtok ... Processing usr/lib/uclibc-ng-test/test/string/tst-strxfrm ... Processing usr/lib/uclibc-ng-test/test/termios ... Processing usr/lib/uclibc-ng-test/test/termios/Makefile ... Processing usr/lib/uclibc-ng-test/test/termios/termios ... Processing usr/lib/uclibc-ng-test/test/time ... Processing usr/lib/uclibc-ng-test/test/time/Makefile ... Processing usr/lib/uclibc-ng-test/test/time/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/time/clocktest ... Processing usr/lib/uclibc-ng-test/test/time/test_time ... Processing usr/lib/uclibc-ng-test/test/time/tst-ctime ... Processing usr/lib/uclibc-ng-test/test/time/tst-futimens1 ... Processing usr/lib/uclibc-ng-test/test/time/tst-mktime ... Processing usr/lib/uclibc-ng-test/test/time/tst-mktime3 ... Processing usr/lib/uclibc-ng-test/test/time/tst-strptime2 ... Processing usr/lib/uclibc-ng-test/test/time/tst-timerfd ... Processing usr/lib/uclibc-ng-test/test/tls ... Processing usr/lib/uclibc-ng-test/test/tls/Makefile ... Processing usr/lib/uclibc-ng-test/test/tls/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/tls/README ... Processing usr/lib/uclibc-ng-test/test/uclibcng-testrunner.in ... Processing usr/lib/uclibc-ng-test/test/uclibcng-testrunner.sh ... Processing usr/lib/uclibc-ng-test/test/unistd ... Processing usr/lib/uclibc-ng-test/test/unistd/Makefile ... Processing usr/lib/uclibc-ng-test/test/unistd/Makefile.in ... Processing usr/lib/uclibc-ng-test/test/unistd/clone ... Processing usr/lib/uclibc-ng-test/test/unistd/errno ... Processing usr/lib/uclibc-ng-test/test/unistd/exec-null ... Processing usr/lib/uclibc-ng-test/test/unistd/fork ... Processing usr/lib/uclibc-ng-test/test/unistd/getcwd ... Processing usr/lib/uclibc-ng-test/test/unistd/getopt ... Processing usr/lib/uclibc-ng-test/test/unistd/getopt_long ... Processing usr/lib/uclibc-ng-test/test/unistd/tst-fallocate ... Processing usr/lib/uclibc-ng-test/test/unistd/tst-getcwd ... Processing usr/lib/uclibc-ng-test/test/unistd/tst-posix_fallocate ... Processing usr/lib/uclibc-ng-test/test/unistd/tst-preadwrite ... Processing usr/lib/uclibc-ng-test/test/unistd/tst-preadwrite64 ... Processing usr/lib/uclibc-ng-test/test/unistd/tst-pselect ... Processing usr/lib/uclibc-ng-test/test/unistd/tstgetopt ... Processing usr/lib/uclibc-ng-test/test/unistd/vfork ... Processing usr/lib32 ... Processing usr/sbin ... Processing usr/sbin/addgroup ... Processing usr/sbin/adduser ... Processing usr/sbin/arping ... Processing usr/sbin/atftpd ... Processing usr/sbin/batctl ... Processing usr/sbin/brctl ... 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/exicyclog ... Processing usr/sbin/exigrep ... Processing usr/sbin/exim ... Processing usr/sbin/exim_checkaccess ... Processing usr/sbin/exim_dbmbuild ... Processing usr/sbin/exim_dumpdb ... Processing usr/sbin/exim_fixdb ... Processing usr/sbin/exim_lock ... Processing usr/sbin/exim_tidydb ... Processing usr/sbin/eximstats ... Processing usr/sbin/exinext ... Processing usr/sbin/exipick ... Processing usr/sbin/exiqgrep ... Processing usr/sbin/exiqsumm ... Processing usr/sbin/exiwhat ... Processing usr/sbin/fbset ... Processing usr/sbin/fdformat ... 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/in.tftpd ... Processing usr/sbin/inetd ... Processing usr/sbin/killall5 ... Processing usr/sbin/loadfont ... Processing usr/sbin/mim ... Processing usr/sbin/mount.davfs ... Processing usr/sbin/mtr ... Processing usr/sbin/mtr-packet ... Processing usr/sbin/nologin ... Processing usr/sbin/partprobe ... Processing usr/sbin/privoxy ... Processing usr/sbin/rdate ... Processing usr/sbin/readprofile ... Processing usr/sbin/rngd ... Processing usr/sbin/setlogcons ... Processing usr/sbin/spidev_test ... Processing usr/sbin/ubirename ... Processing usr/sbin/udp-sender ... Processing usr/sbin/umount.davfs ... Processing usr/share ... Processing usr/share/alsa ... Processing usr/share/alsa/alsa.conf ... Processing usr/share/alsa/cards ... Processing usr/share/alsa/cards/AACI.conf ... Processing usr/share/alsa/cards/ATIIXP-MODEM.conf ... Processing usr/share/alsa/cards/ATIIXP-SPDMA.conf ... Processing usr/share/alsa/cards/ATIIXP.conf ... Processing usr/share/alsa/cards/AU8810.conf ... Processing usr/share/alsa/cards/AU8820.conf ... Processing usr/share/alsa/cards/AU8830.conf ... Processing usr/share/alsa/cards/Audigy.conf ... Processing usr/share/alsa/cards/Audigy2.conf ... Processing usr/share/alsa/cards/Aureon51.conf ... Processing usr/share/alsa/cards/Aureon71.conf ... Processing usr/share/alsa/cards/CA0106.conf ... Processing usr/share/alsa/cards/CMI8338-SWIEC.conf ... Processing usr/share/alsa/cards/CMI8338.conf ... Processing usr/share/alsa/cards/CMI8738-MC6.conf ... Processing usr/share/alsa/cards/CMI8738-MC8.conf ... Processing usr/share/alsa/cards/CMI8788.conf ... Processing usr/share/alsa/cards/CS46xx.conf ... Processing usr/share/alsa/cards/EMU10K1.conf ... Processing usr/share/alsa/cards/EMU10K1X.conf ... Processing usr/share/alsa/cards/ENS1370.conf ... Processing usr/share/alsa/cards/ENS1371.conf ... Processing usr/share/alsa/cards/ES1968.conf ... Processing usr/share/alsa/cards/Echo_Echo3G.conf ... Processing usr/share/alsa/cards/FM801.conf ... Processing usr/share/alsa/cards/FWSpeakers.conf ... Processing usr/share/alsa/cards/FireWave.conf ... Processing usr/share/alsa/cards/GUS.conf ... Processing usr/share/alsa/cards/HDA-Intel.conf ... Processing usr/share/alsa/cards/HdmiLpeAudio.conf ... Processing usr/share/alsa/cards/ICE1712.conf ... Processing usr/share/alsa/cards/ICE1724.conf ... Processing usr/share/alsa/cards/ICH-MODEM.conf ... Processing usr/share/alsa/cards/ICH.conf ... Processing usr/share/alsa/cards/ICH4.conf ... Processing usr/share/alsa/cards/Loopback.conf ... Processing usr/share/alsa/cards/Maestro3.conf ... Processing usr/share/alsa/cards/NFORCE.conf ... Processing usr/share/alsa/cards/PC-Speaker.conf ... Processing usr/share/alsa/cards/PMac.conf ... Processing usr/share/alsa/cards/PMacToonie.conf ... Processing usr/share/alsa/cards/PS3.conf ... Processing usr/share/alsa/cards/RME9636.conf ... Processing usr/share/alsa/cards/RME9652.conf ... Processing usr/share/alsa/cards/SB-XFi.conf ... Processing usr/share/alsa/cards/SI7018.conf ... Processing usr/share/alsa/cards/TRID4DWAVENX.conf ... Processing usr/share/alsa/cards/USB-Audio.conf ... Processing usr/share/alsa/cards/VIA686A.conf ... Processing usr/share/alsa/cards/VIA8233.conf ... Processing usr/share/alsa/cards/VIA8233A.conf ... Processing usr/share/alsa/cards/VIA8237.conf ... Processing usr/share/alsa/cards/VX222.conf ... Processing usr/share/alsa/cards/VXPocket.conf ... Processing usr/share/alsa/cards/VXPocket440.conf ... Processing usr/share/alsa/cards/YMF744.conf ... Processing usr/share/alsa/cards/aliases.conf ... Processing usr/share/alsa/cards/pistachio-card.conf ... Processing usr/share/alsa/cards/vc4-hdmi.conf ... Processing usr/share/alsa/ctl ... Processing usr/share/alsa/ctl/default.conf ... Processing usr/share/alsa/pcm ... Processing usr/share/alsa/pcm/center_lfe.conf ... Processing usr/share/alsa/pcm/default.conf ... Processing usr/share/alsa/pcm/dmix.conf ... Processing usr/share/alsa/pcm/dpl.conf ... Processing usr/share/alsa/pcm/dsnoop.conf ... Processing usr/share/alsa/pcm/front.conf ... Processing usr/share/alsa/pcm/hdmi.conf ... Processing usr/share/alsa/pcm/iec958.conf ... Processing usr/share/alsa/pcm/modem.conf ... Processing usr/share/alsa/pcm/rear.conf ... Processing usr/share/alsa/pcm/side.conf ... Processing usr/share/alsa/pcm/surround21.conf ... Processing usr/share/alsa/pcm/surround40.conf ... Processing usr/share/alsa/pcm/surround41.conf ... Processing usr/share/alsa/pcm/surround50.conf ... Processing usr/share/alsa/pcm/surround51.conf ... Processing usr/share/alsa/pcm/surround71.conf ... Processing usr/share/davfs2 ... Processing usr/share/davfs2/davfs2.conf ... Processing usr/share/davfs2/secrets ... Processing usr/share/dvb ... Processing usr/share/dvb/atsc ... Processing usr/share/dvb/atsc/ca-AB-Calgary ... Processing usr/share/dvb/atsc/ca-ON-Toronto ... Processing usr/share/dvb/atsc/kr-Cable-8VSB ... Processing usr/share/dvb/atsc/us-ATSC-center-frequencies-8VSB ... Processing usr/share/dvb/atsc/us-ATSC-center-frequencies-8VSB-062009 ... Processing usr/share/dvb/atsc/us-CA-Mountain-View ... Processing usr/share/dvb/atsc/us-CA-SF-Bay-Area ... Processing usr/share/dvb/atsc/us-CA-San-Jose ... Processing usr/share/dvb/atsc/us-CO-Denver ... Processing usr/share/dvb/atsc/us-Cable-EIA-542-HRC-center-frequencies-QAM256 ... Processing usr/share/dvb/atsc/us-Cable-EIA-542-IRC-center_frequencies-QAM256 ... Processing usr/share/dvb/atsc/us-Cable-HRC-center-frequencies-QAM256 ... Processing usr/share/dvb/atsc/us-Cable-IRC-center-frequencies-QAM256 ... Processing usr/share/dvb/atsc/us-Cable-Standard-center-frequencies-QAM256 ... Processing usr/share/dvb/atsc/us-ID-Boise ... Processing usr/share/dvb/atsc/us-MA-Boston ... Processing usr/share/dvb/atsc/us-MI-Lansing ... Processing usr/share/dvb/atsc/us-NTSC-center-frequencies ... Processing usr/share/dvb/atsc/us-PA-Philadelphia ... Processing usr/share/dvb/av7110_loadkeys ... Processing usr/share/dvb/av7110_loadkeys/activy.rcmm ... Processing usr/share/dvb/av7110_loadkeys/galaxis.rcmm ... Processing usr/share/dvb/av7110_loadkeys/hauppauge.rc5 ... Processing usr/share/dvb/av7110_loadkeys/hauppauge2.rc5 ... Processing usr/share/dvb/av7110_loadkeys/hauppauge_grey.rc5 ... Processing usr/share/dvb/av7110_loadkeys/mbo_81095-code_562.rc5 ... Processing usr/share/dvb/av7110_loadkeys/medion_088.rc5 ... Processing usr/share/dvb/av7110_loadkeys/medion_155.rc5 ... Processing usr/share/dvb/av7110_loadkeys/philips.rc5 ... Processing usr/share/dvb/av7110_loadkeys/philips1358.rc5 ... Processing usr/share/dvb/av7110_loadkeys/technotrend.rc5 ... Processing usr/share/dvb/dvb-c ... Processing usr/share/dvb/dvb-c/at-CNI ... Processing usr/share/dvb/dvb-c/at-Innsbruck ... Processing usr/share/dvb/dvb-c/at-Kabel-Braunau ... Processing usr/share/dvb/dvb-c/at-Kabelsignal ... Processing usr/share/dvb/dvb-c/at-KarrerNet ... Processing usr/share/dvb/dvb-c/at-Liwest ... Processing usr/share/dvb/dvb-c/at-SalzburgAG ... Processing usr/share/dvb/dvb-c/at-Vienna ... Processing usr/share/dvb/dvb-c/be-IN.DI-Integan ... Processing usr/share/dvb/dvb-c/br-Net-Digital ... Processing usr/share/dvb/dvb-c/ch-Bern-upc-cablecom ... Processing usr/share/dvb/dvb-c/ch-GGA-Pratteln ... Processing usr/share/dvb/dvb-c/ch-Oberwallis-ewcom ... Processing usr/share/dvb/dvb-c/ch-Rega-Sense ... Processing usr/share/dvb/dvb-c/ch-Video2000 ... Processing usr/share/dvb/dvb-c/ch-Zuerich-upc-cablecom ... Processing usr/share/dvb/dvb-c/ch-interGGA ... Processing usr/share/dvb/dvb-c/ch-quickline-ewaarberg ... Processing usr/share/dvb/dvb-c/cz-Moravianet ... Processing usr/share/dvb/dvb-c/cz-UPC ... Processing usr/share/dvb/dvb-c/de-Berlin ... Processing usr/share/dvb/dvb-c/de-Brandenburg-Havel ... Processing usr/share/dvb/dvb-c/de-Hessen-Unitymedia ... Processing usr/share/dvb/dvb-c/de-Kabel_BW ... Processing usr/share/dvb/dvb-c/de-Kabel_Deutschland-Hannover ... Processing usr/share/dvb/dvb-c/de-Kabel_Vodafone_Dresden ... Processing usr/share/dvb/dvb-c/de-Muenchen ... Processing usr/share/dvb/dvb-c/de-NetAachen ... Processing usr/share/dvb/dvb-c/de-Primacom ... Processing usr/share/dvb/dvb-c/de-Unitymedia ... Processing usr/share/dvb/dvb-c/de-Vodafone_Muenchen ... Processing usr/share/dvb/dvb-c/de-iesy ... Processing usr/share/dvb/dvb-c/de-komro-Rosenheim ... Processing usr/share/dvb/dvb-c/de-neftv ... Processing usr/share/dvb/dvb-c/dk-Aarhus-Antenneforening ... Processing usr/share/dvb/dvb-c/dk-Copenhagen-AFDK ... Processing usr/share/dvb/dvb-c/dk-Odense ... Processing usr/share/dvb/dvb-c/dk-YouSee ... Processing usr/share/dvb/dvb-c/es-Euskaltel ... Processing usr/share/dvb/dvb-c/fi-Elisa-PKS ... Processing usr/share/dvb/dvb-c/fi-HTV ... Processing usr/share/dvb/dvb-c/fi-Joensuu-Tikka ... Processing usr/share/dvb/dvb-c/fi-Kaisa ... Processing usr/share/dvb/dvb-c/fi-TTV ... Processing usr/share/dvb/dvb-c/fi-Turku ... Processing usr/share/dvb/dvb-c/fi-dna ... Processing usr/share/dvb/dvb-c/fi-jkl ... Processing usr/share/dvb/dvb-c/fi-sonera ... Processing usr/share/dvb/dvb-c/fi-vaasa-oncable ... Processing usr/share/dvb/dvb-c/fr-noos-numericable ... Processing usr/share/dvb/dvb-c/hr-B.net ... Processing usr/share/dvb/dvb-c/hu-Digikabel ... Processing usr/share/dvb/dvb-c/li-kabel-Dorfnetz ... Processing usr/share/dvb/dvb-c/lu-Ettelbruck-ACE ... Processing usr/share/dvb/dvb-c/nl-Delta ... Processing usr/share/dvb/dvb-c/nl-REKAM-CAIW_Gouda ... Processing usr/share/dvb/dvb-c/nl-Ziggo ... Processing usr/share/dvb/dvb-c/no-Oslo-CanalDigital ... Processing usr/share/dvb/dvb-c/no-Oslo-Get ... Processing usr/share/dvb/dvb-c/ro-DigiTV ... Processing usr/share/dvb/dvb-c/se-Gothnet ... Processing usr/share/dvb/dvb-c/se-comhem ... Processing usr/share/dvb/dvb-s ... Processing usr/share/dvb/dvb-s/ABS-2-75.0E ... Processing usr/share/dvb/dvb-s/ABS-22A-75.0E ... Processing usr/share/dvb/dvb-s/ABS-2A-75.0E ... Processing usr/share/dvb/dvb-s/ABS-3A-3.0W ... Processing usr/share/dvb/dvb-s/ABS-6-159.0E ... Processing usr/share/dvb/dvb-s/AMC-11-131.0W ... Processing usr/share/dvb/dvb-s/AMC-15-&-EchoStar-105SES-11-105.0W ... Processing usr/share/dvb/dvb-s/AMC-15-105.0W ... Processing usr/share/dvb/dvb-s/AMC-21-&-Galaxy-30-125.0W ... Processing usr/share/dvb/dvb-s/AMC-21-124.9W ... Processing usr/share/dvb/dvb-s/AMC-6-139.0W ... Processing usr/share/dvb/dvb-s/Africasat-1a-46.0E ... Processing usr/share/dvb/dvb-s/Al-Yah-1-52.5E ... Processing usr/share/dvb/dvb-s/Alcomsat-1-24.8W ... Processing usr/share/dvb/dvb-s/Amazonas-2-61.0W ... Processing usr/share/dvb/dvb-s/Amazonas-3-61.0W ... Processing usr/share/dvb/dvb-s/Amazonas-5-61.0W ... Processing usr/share/dvb/dvb-s/Amos-17-17.0E ... Processing usr/share/dvb/dvb-s/Amos-3-4.0W ... Processing usr/share/dvb/dvb-s/Amos-37-4.0W ... Processing usr/share/dvb/dvb-s/Amos-4-65.0E ... Processing usr/share/dvb/dvb-s/Amos-7-3.9W ... Processing usr/share/dvb/dvb-s/Anik-F1R-107.3W ... Processing usr/share/dvb/dvb-s/Anik-F1RG1-107.3W ... Processing usr/share/dvb/dvb-s/Anik-F2-111.1W ... Processing usr/share/dvb/dvb-s/Anik-F3-&-T8-&-EchoStar-14-119.0W ... Processing usr/share/dvb/dvb-s/Anik-F3-118.8W ... Processing usr/share/dvb/dvb-s/Anik-G1-107.3W ... Processing usr/share/dvb/dvb-s/Apstar-6C-134.0E ... Processing usr/share/dvb/dvb-s/Apstar-7-76.5E ... Processing usr/share/dvb/dvb-s/Apstar-9-142.0E ... Processing usr/share/dvb/dvb-s/Arabsat-5A-30.5E ... Processing usr/share/dvb/dvb-s/Arabsat-5A6A-30.5E ... Processing usr/share/dvb/dvb-s/Arabsat-5C-20.0E ... Processing usr/share/dvb/dvb-s/Arabsat-6A-30.5E ... Processing usr/share/dvb/dvb-s/Arsat-1-71.8W ... Processing usr/share/dvb/dvb-s/Arsat-2-81.0W ... Processing usr/share/dvb/dvb-s/AsiaSat-5-100.5E ... Processing usr/share/dvb/dvb-s/AsiaSat-6Thaicom-7-120.0E ... Processing usr/share/dvb/dvb-s/AsiaSat-7-105.5E ... Processing usr/share/dvb/dvb-s/AsiaSat-9-122.0E ... Processing usr/share/dvb/dvb-s/Astra-1KR-19.2E ... Processing usr/share/dvb/dvb-s/Astra-1L-19.2E ... Processing usr/share/dvb/dvb-s/Astra-1M-19.2E ... Processing usr/share/dvb/dvb-s/Astra-1N-19.2E ... Processing usr/share/dvb/dvb-s/Astra-2E-28.5E ... Processing usr/share/dvb/dvb-s/Astra-2F-28.2E ... Processing usr/share/dvb/dvb-s/Astra-2G-28.2E ... Processing usr/share/dvb/dvb-s/Astra-3B-23.5E ... Processing usr/share/dvb/dvb-s/Astra-4A-&-SES-5-4.9E ... Processing usr/share/dvb/dvb-s/Astra-4A-4.8E ... Processing usr/share/dvb/dvb-s/Astra-5B-31.5E ... Processing usr/share/dvb/dvb-s/BRIsat-150.5E ... Processing usr/share/dvb/dvb-s/Badr-4-26.0E ... Processing usr/share/dvb/dvb-s/Badr-5-26.0E ... Processing usr/share/dvb/dvb-s/Badr-6-26.0E ... Processing usr/share/dvb/dvb-s/Badr-7-26.0E ... Processing usr/share/dvb/dvb-s/Bangabandhu-1-119.1E ... Processing usr/share/dvb/dvb-s/Belintersat-1-51.5E ... Processing usr/share/dvb/dvb-s/BulgariaSat-1-1.9E ... Processing usr/share/dvb/dvb-s/ChinaSat-10-110.5E ... Processing usr/share/dvb/dvb-s/ChinaSat-11-98.0E ... Processing usr/share/dvb/dvb-s/ChinaSat-12-87.5E ... Processing usr/share/dvb/dvb-s/ChinaSat-6A-125.0E ... Processing usr/share/dvb/dvb-s/ChinaSat-6B-115.5E ... Processing usr/share/dvb/dvb-s/ChinaSat-6C-130.0E ... Processing usr/share/dvb/dvb-s/Ciel-2-&-SES-15-129.0W ... Processing usr/share/dvb/dvb-s/Ciel-2-129.0W ... Processing usr/share/dvb/dvb-s/EchoStar-10-110.0W ... Processing usr/share/dvb/dvb-s/EchoStar-105SES-11-105.0W ... Processing usr/share/dvb/dvb-s/EchoStar-11-110.0W ... Processing usr/share/dvb/dvb-s/EchoStar-14-119.0W ... Processing usr/share/dvb/dvb-s/EchoStar-16-61.5W ... Processing usr/share/dvb/dvb-s/EchoStar-9Galaxy-23-121.0W ... Processing usr/share/dvb/dvb-s/Es'hail-1-25.5E ... Processing usr/share/dvb/dvb-s/Es'hail-2-25.8E ... Processing usr/share/dvb/dvb-s/Eutelsat-10A-10.0E ... Processing usr/share/dvb/dvb-s/Eutelsat-113-West-A-113.0W ... Processing usr/share/dvb/dvb-s/Eutelsat-115-West-B-114.9W ... Processing usr/share/dvb/dvb-s/Eutelsat-117-West-A-116.8W ... Processing usr/share/dvb/dvb-s/Eutelsat-117-West-AB-117.0W ... Processing usr/share/dvb/dvb-s/Eutelsat-117-West-B-117.0W ... Processing usr/share/dvb/dvb-s/Eutelsat-16A-16.0E ... Processing usr/share/dvb/dvb-s/Eutelsat-172B-172.0E ... Processing usr/share/dvb/dvb-s/Eutelsat-21B-21.5E ... Processing usr/share/dvb/dvb-s/Eutelsat-33E-&-Intelsat-28-33.0E ... Processing usr/share/dvb/dvb-s/Eutelsat-33E-33.0E ... Processing usr/share/dvb/dvb-s/Eutelsat-36B-&-Express-AMU1-36.0E ... Processing usr/share/dvb/dvb-s/Eutelsat-36B-35.9E ... Processing usr/share/dvb/dvb-s/Eutelsat-3B-&-Rascom-QAF-1R-3.0E ... Processing usr/share/dvb/dvb-s/Eutelsat-3B-3.1E ... Processing usr/share/dvb/dvb-s/Eutelsat-5-West-A-5.0W ... Processing usr/share/dvb/dvb-s/Eutelsat-5-West-B-5.0W ... Processing usr/share/dvb/dvb-s/Eutelsat-65-West-A-65.0W ... Processing usr/share/dvb/dvb-s/Eutelsat-7-West-A-7.3W ... Processing usr/share/dvb/dvb-s/Eutelsat-70B-70.5E ... Processing usr/share/dvb/dvb-s/Eutelsat-7B-7.0E ... Processing usr/share/dvb/dvb-s/Eutelsat-7B7C-7.0E ... Processing usr/share/dvb/dvb-s/Eutelsat-7C-7.0E ... Processing usr/share/dvb/dvb-s/Eutelsat-8-West-B-8.0W ... Processing usr/share/dvb/dvb-s/Eutelsat-9B-&-Ka-Sat-9A-9.0E ... Processing usr/share/dvb/dvb-s/Eutelsat-9B-9.0E ... Processing usr/share/dvb/dvb-s/Eutelsat-Ka-Sat-9A-9.0E ... Processing usr/share/dvb/dvb-s/Express-103-96.5E ... Processing usr/share/dvb/dvb-s/Express-80-80.0E ... Processing usr/share/dvb/dvb-s/Express-AM44-11.0W ... Processing usr/share/dvb/dvb-s/Express-AM5-140.0E ... Processing usr/share/dvb/dvb-s/Express-AM5AT2-140.0E ... Processing usr/share/dvb/dvb-s/Express-AM6-53.0E ... Processing usr/share/dvb/dvb-s/Express-AM7-40.0E ... Processing usr/share/dvb/dvb-s/Express-AM8-14.0W ... Processing usr/share/dvb/dvb-s/Express-AMU1-36.1E ... Processing usr/share/dvb/dvb-s/Express-AT1-56.0E ... Processing usr/share/dvb/dvb-s/Express-AT2-140.0E ... Processing usr/share/dvb/dvb-s/G-Sat-10-83.0E ... Processing usr/share/dvb/dvb-s/G-Sat-1030-83.0E ... Processing usr/share/dvb/dvb-s/G-Sat-15-93.5E ... Processing usr/share/dvb/dvb-s/G-Sat-1517-93.5E ... Processing usr/share/dvb/dvb-s/G-Sat-16-55.0E ... Processing usr/share/dvb/dvb-s/G-Sat-17-93.5E ... Processing usr/share/dvb/dvb-s/G-Sat-18-74.0E ... Processing usr/share/dvb/dvb-s/G-Sat-30-83.0E ... Processing usr/share/dvb/dvb-s/G-Sat-8-55.0E ... Processing usr/share/dvb/dvb-s/G-Sat-816-&-Yamal-402-55.0E ... Processing usr/share/dvb/dvb-s/G-Sat-9-97.3E ... Processing usr/share/dvb/dvb-s/Galaxy-13Horizons-1-127.0W ... Processing usr/share/dvb/dvb-s/Galaxy-15-133.0W ... Processing usr/share/dvb/dvb-s/Galaxy-16-&-T11T14-99.2W ... Processing usr/share/dvb/dvb-s/Galaxy-16-99.0W ... Processing usr/share/dvb/dvb-s/Galaxy-17-&-Nimiq-6-91.0W ... Processing usr/share/dvb/dvb-s/Galaxy-17-91.0W ... Processing usr/share/dvb/dvb-s/Galaxy-18-123.0W ... Processing usr/share/dvb/dvb-s/Galaxy-19-97.0W ... Processing usr/share/dvb/dvb-s/Galaxy-28-89.0W ... Processing usr/share/dvb/dvb-s/Galaxy-30-125.0W ... Processing usr/share/dvb/dvb-s/Galaxy-3C-&-Spaceway-3-&-Intelsat-3031-95.0W ... Processing usr/share/dvb/dvb-s/Galaxy-3C-95.0W ... Processing usr/share/dvb/dvb-s/Hellas-Sat-3-39.0E ... Processing usr/share/dvb/dvb-s/Hellas-Sat-34-39.0E ... Processing usr/share/dvb/dvb-s/Hellas-Sat-4-39.0E ... Processing usr/share/dvb/dvb-s/Hispasat-30W-5-30.0W ... Processing usr/share/dvb/dvb-s/Hispasat-30W-530W-6-30.0W ... Processing usr/share/dvb/dvb-s/Hispasat-30W-6-30.0W ... Processing usr/share/dvb/dvb-s/Hispasat-74W-1-73.9W ... Processing usr/share/dvb/dvb-s/Horizons-2-&-Intelsat-15-85.0E ... Processing usr/share/dvb/dvb-s/Horizons-2-84.8E ... Processing usr/share/dvb/dvb-s/Horizons-3e-169.0E ... Processing usr/share/dvb/dvb-s/Hotbird-13B-13.0E ... Processing usr/share/dvb/dvb-s/Hotbird-13C-13.0E ... Processing usr/share/dvb/dvb-s/Hotbird-13E-13.0E ... Processing usr/share/dvb/dvb-s/Intelsat-10-02-1.0W ... Processing usr/share/dvb/dvb-s/Intelsat-11-&-Sky-Brasil-1-43.1W ... Processing usr/share/dvb/dvb-s/Intelsat-11-43.1W ... Processing usr/share/dvb/dvb-s/Intelsat-14-45.0W ... Processing usr/share/dvb/dvb-s/Intelsat-15-85.2E ... Processing usr/share/dvb/dvb-s/Intelsat-17-66.0E ... Processing usr/share/dvb/dvb-s/Intelsat-18-180.0E ... Processing usr/share/dvb/dvb-s/Intelsat-19-166.0E ... Processing usr/share/dvb/dvb-s/Intelsat-20-68.5E ... Processing usr/share/dvb/dvb-s/Intelsat-2036-68.5E ... Processing usr/share/dvb/dvb-s/Intelsat-21-58.0W ... Processing usr/share/dvb/dvb-s/Intelsat-22-72.1E ... Processing usr/share/dvb/dvb-s/Intelsat-23-53.0W ... Processing usr/share/dvb/dvb-s/Intelsat-25-31.5W ... Processing usr/share/dvb/dvb-s/Intelsat-28-32.9E ... Processing usr/share/dvb/dvb-s/Intelsat-33e-60.0E ... Processing usr/share/dvb/dvb-s/Intelsat-34-55.5W ... Processing usr/share/dvb/dvb-s/Intelsat-35e-34.5W ... Processing usr/share/dvb/dvb-s/Intelsat-36-68.5E ... Processing usr/share/dvb/dvb-s/Intelsat-37e-18.0W ... Processing usr/share/dvb/dvb-s/Intelsat-38-45.1E ... Processing usr/share/dvb/dvb-s/Intelsat-39-62.0E ... Processing usr/share/dvb/dvb-s/Intelsat-901-27.5W ... Processing usr/share/dvb/dvb-s/Intelsat-905-&-Alcomsat-1-24.5W ... Processing usr/share/dvb/dvb-s/Intelsat-905-24.5W ... Processing usr/share/dvb/dvb-s/Intelsat-906-64.2E ... Processing usr/share/dvb/dvb-s/JCSAT-2B-154.0E ... Processing usr/share/dvb/dvb-s/JCSAT-3A-128.0E ... Processing usr/share/dvb/dvb-s/JCSAT-4B-124.0E ... Processing usr/share/dvb/dvb-s/JCSAT-5A-&-Vinasat-12-132.0E ... Processing usr/share/dvb/dvb-s/JCSAT-5A-132.0E ... Processing usr/share/dvb/dvb-s/KazSat-2-86.5E ... Processing usr/share/dvb/dvb-s/KazSat-3-58.5E ... Processing usr/share/dvb/dvb-s/Koreasat-5-113.0E ... Processing usr/share/dvb/dvb-s/Koreasat-55A-113.0E ... Processing usr/share/dvb/dvb-s/Koreasat-5A-113.0E ... Processing usr/share/dvb/dvb-s/Koreasat-6-116.0E ... Processing usr/share/dvb/dvb-s/Koreasat-67-116.0E ... Processing usr/share/dvb/dvb-s/Koreasat-7-116.0E ... Processing usr/share/dvb/dvb-s/LaoSat-1-128.5E ... Processing usr/share/dvb/dvb-s/Measat-3-91.5E ... Processing usr/share/dvb/dvb-s/Measat-3a-91.4E ... Processing usr/share/dvb/dvb-s/Measat-3b-91.5E ... Processing usr/share/dvb/dvb-s/NSS-10-&-Telstar-11N-37.5W ... Processing usr/share/dvb/dvb-s/NSS-10-37.4W ... Processing usr/share/dvb/dvb-s/NSS-12-57.0E ... Processing usr/share/dvb/dvb-s/NSS-5-50.5E ... Processing usr/share/dvb/dvb-s/NSS-7-20.0W ... Processing usr/share/dvb/dvb-s/NSS-9-177.0W ... Processing usr/share/dvb/dvb-s/NigComSat-1R-42.5E ... Processing usr/share/dvb/dvb-s/Nilesat-201-&-Eutelsat-7-West-A-7.0W ... Processing usr/share/dvb/dvb-s/Nilesat-201-7.0W ... Processing usr/share/dvb/dvb-s/Nimiq-4-82.0W ... Processing usr/share/dvb/dvb-s/Nimiq-5-72.7W ... Processing usr/share/dvb/dvb-s/Nimiq-6-91.1W ... Processing usr/share/dvb/dvb-s/Nusantara-Satu-146.0E ... Processing usr/share/dvb/dvb-s/Optus-10-156.0E ... Processing usr/share/dvb/dvb-s/Optus-D1-160.0E ... Processing usr/share/dvb/dvb-s/Optus-D2-152.0E ... Processing usr/share/dvb/dvb-s/Optus-D3-156.0E ... Processing usr/share/dvb/dvb-s/Optus-D310-156.0E ... Processing usr/share/dvb/dvb-s/Paksat-1R-38.0E ... Processing usr/share/dvb/dvb-s/QuetzSat-1-77.0W ... Processing usr/share/dvb/dvb-s/Rascom-QAF-1R-2.8E ... Processing usr/share/dvb/dvb-s/SES-1-101.0W ... Processing usr/share/dvb/dvb-s/SES-10-67.0W ... Processing usr/share/dvb/dvb-s/SES-12-95.0E ... Processing usr/share/dvb/dvb-s/SES-14-47.5W ... Processing usr/share/dvb/dvb-s/SES-15-129.0W ... Processing usr/share/dvb/dvb-s/SES-2-&-TKSat-1-87.1W ... Processing usr/share/dvb/dvb-s/SES-2-87.0W ... Processing usr/share/dvb/dvb-s/SES-3-103.0W ... Processing usr/share/dvb/dvb-s/SES-4-22.0W ... Processing usr/share/dvb/dvb-s/SES-5-5.0E ... Processing usr/share/dvb/dvb-s/SES-6-40.5W ... Processing usr/share/dvb/dvb-s/SES-7-108.2E ... Processing usr/share/dvb/dvb-s/SES-79-&-Telkom-4-108.2E ... Processing usr/share/dvb/dvb-s/SES-8-95.0E ... Processing usr/share/dvb/dvb-s/SES-812-95.0E ... Processing usr/share/dvb/dvb-s/SES-9-108.2E ... Processing usr/share/dvb/dvb-s/ST-2-88.0E ... Processing usr/share/dvb/dvb-s/Sky-Brasil-1-43.1W ... Processing usr/share/dvb/dvb-s/Sky-Mexico-1-78.8W ... Processing usr/share/dvb/dvb-s/Star-One-C1-&-Eutelsat-65-West-A-65.0W ... Processing usr/share/dvb/dvb-s/Star-One-C1-65.0W ... Processing usr/share/dvb/dvb-s/Star-One-C2-70.0W ... Processing usr/share/dvb/dvb-s/Star-One-C2C4-70.0W ... Processing usr/share/dvb/dvb-s/Star-One-C3-75.0W ... Processing usr/share/dvb/dvb-s/Star-One-C4-70.0W ... Processing usr/share/dvb/dvb-s/Star-One-D1-84.0W ... Processing usr/share/dvb/dvb-s/Superbird-B3-162.0E ... Processing usr/share/dvb/dvb-s/Superbird-C2-144.0E ... Processing usr/share/dvb/dvb-s/T10T12-&-SES-3-103.0W ... Processing usr/share/dvb/dvb-s/T10T12-102.8W ... Processing usr/share/dvb/dvb-s/T5-&-EchoStar-1011-110.0W ... Processing usr/share/dvb/dvb-s/T8-119.0W ... Processing usr/share/dvb/dvb-s/T9ST16-&-SES-1-101.0W ... Processing usr/share/dvb/dvb-s/TKSat-1-87.2W ... Processing usr/share/dvb/dvb-s/Telkom-3S-118.0E ... Processing usr/share/dvb/dvb-s/Telkom-4-108.0E ... Processing usr/share/dvb/dvb-s/Telstar-11N-37.6W ... Processing usr/share/dvb/dvb-s/Telstar-12-Vantage-15.0W ... Processing usr/share/dvb/dvb-s/Telstar-14R-63.0W ... Processing usr/share/dvb/dvb-s/Telstar-18-Vantage-138.0E ... Processing usr/share/dvb/dvb-s/Thaicom-4-&-Bangabandhu-1-119.3E ... Processing usr/share/dvb/dvb-s/Thaicom-4-119.5E ... Processing usr/share/dvb/dvb-s/Thaicom-6-78.5E ... Processing usr/share/dvb/dvb-s/Thaicom-68-78.5E ... Processing usr/share/dvb/dvb-s/Thaicom-8-78.5E ... Processing usr/share/dvb/dvb-s/Thor-5-0.8W ... Processing usr/share/dvb/dvb-s/Thor-6-0.8W ... Processing usr/share/dvb/dvb-s/Thor-7-0.6W ... Processing usr/share/dvb/dvb-s/Trksat-3A-42.0E ... Processing usr/share/dvb/dvb-s/Trksat-3A4A-42.0E ... Processing usr/share/dvb/dvb-s/Trksat-4A-42.0E ... Processing usr/share/dvb/dvb-s/Trksat-4B-50.0E ... Processing usr/share/dvb/dvb-s/TurkmenlemMonacoSat-52.0E ... Processing usr/share/dvb/dvb-s/Vinasat-1-132.0E ... Processing usr/share/dvb/dvb-s/Vinasat-2-131.8E ... Processing usr/share/dvb/dvb-s/Yamal-401-90.0E ... Processing usr/share/dvb/dvb-s/Yamal-402-54.9E ... Processing usr/share/dvb/dvb-s/Yamal-601-49.0E ... Processing usr/share/dvb/dvb-t ... Processing usr/share/dvb/dvb-t/ad-Andorra ... Processing usr/share/dvb/dvb-t/at-All ... Processing usr/share/dvb/dvb-t/au-Adelaide ... Processing usr/share/dvb/dvb-t/au-AdelaideFoothills ... Processing usr/share/dvb/dvb-t/au-Ballarat ... Processing usr/share/dvb/dvb-t/au-Bendigo ... Processing usr/share/dvb/dvb-t/au-Brisbane ... Processing usr/share/dvb/dvb-t/au-Cairns ... Processing usr/share/dvb/dvb-t/au-Canberra-Black-Mt ... Processing usr/share/dvb/dvb-t/au-Coonabarabran ... Processing usr/share/dvb/dvb-t/au-Darwin ... Processing usr/share/dvb/dvb-t/au-Devonport ... Processing usr/share/dvb/dvb-t/au-FraserCoast-Bundaberg ... Processing usr/share/dvb/dvb-t/au-GoldCoast ... Processing usr/share/dvb/dvb-t/au-Goulburn-Rocky_Hill ... Processing usr/share/dvb/dvb-t/au-Hervey_Bay-Ghost_Hill ... Processing usr/share/dvb/dvb-t/au-Hobart ... Processing usr/share/dvb/dvb-t/au-Mackay ... Processing usr/share/dvb/dvb-t/au-Melbourne ... Processing usr/share/dvb/dvb-t/au-Melbourne-Selby ... Processing usr/share/dvb/dvb-t/au-Melbourne-Upwey ... Processing usr/share/dvb/dvb-t/au-MidNorthCoast ... Processing usr/share/dvb/dvb-t/au-Newcastle ... Processing usr/share/dvb/dvb-t/au-Perth ... Processing usr/share/dvb/dvb-t/au-Perth_Roleystone ... Processing usr/share/dvb/dvb-t/au-SpencerGulf ... Processing usr/share/dvb/dvb-t/au-SunshineCoast ... Processing usr/share/dvb/dvb-t/au-Sutherland ... Processing usr/share/dvb/dvb-t/au-Sydney ... Processing usr/share/dvb/dvb-t/au-Sydney_Kings_Cross ... Processing usr/share/dvb/dvb-t/au-Tamworth ... Processing usr/share/dvb/dvb-t/au-Townsville ... Processing usr/share/dvb/dvb-t/au-WaggaWagga ... Processing usr/share/dvb/dvb-t/au-Wollongong ... Processing usr/share/dvb/dvb-t/au-canberra ... Processing usr/share/dvb/dvb-t/au-unknown ... Processing usr/share/dvb/dvb-t/auto-Australia ... Processing usr/share/dvb/dvb-t/auto-Default ... Processing usr/share/dvb/dvb-t/auto-Taiwan ... Processing usr/share/dvb/dvb-t/auto-With167kHzOffsets ... Processing usr/share/dvb/dvb-t/ax-Smedsbole ... Processing usr/share/dvb/dvb-t/be-All ... Processing usr/share/dvb/dvb-t/bg-Sofia ... Processing usr/share/dvb/dvb-t/ch-All ... Processing usr/share/dvb/dvb-t/ch-Citycable ... Processing usr/share/dvb/dvb-t/ch-Geneva ... Processing usr/share/dvb/dvb-t/co-All ... Processing usr/share/dvb/dvb-t/cz-All ... Processing usr/share/dvb/dvb-t/de-All ... Processing usr/share/dvb/dvb-t/de-Baden-Wuerttemberg ... Processing usr/share/dvb/dvb-t/de-Bayern ... Processing usr/share/dvb/dvb-t/de-Berlin ... Processing usr/share/dvb/dvb-t/de-Brandenburg ... Processing usr/share/dvb/dvb-t/de-Bremen ... Processing usr/share/dvb/dvb-t/de-Dusseldorf ... Processing usr/share/dvb/dvb-t/de-Hamburg ... Processing usr/share/dvb/dvb-t/de-Hessen ... Processing usr/share/dvb/dvb-t/de-Mecklenburg-Vorpommern ... Processing usr/share/dvb/dvb-t/de-Niedersachsen ... Processing usr/share/dvb/dvb-t/de-Nordrhein-Westfalen ... Processing usr/share/dvb/dvb-t/de-Rheinland-Pfalz ... Processing usr/share/dvb/dvb-t/de-Saarland ... Processing usr/share/dvb/dvb-t/de-Sachsen ... Processing usr/share/dvb/dvb-t/de-Sachsen-Anhalt ... Processing usr/share/dvb/dvb-t/de-Schleswig-Holstein ... Processing usr/share/dvb/dvb-t/de-Thueringen ... Processing usr/share/dvb/dvb-t/dk-All ... Processing usr/share/dvb/dvb-t/ee-All ... Processing usr/share/dvb/dvb-t/es-Albacete ... Processing usr/share/dvb/dvb-t/es-Alfabia ... Processing usr/share/dvb/dvb-t/es-Alicante ... Processing usr/share/dvb/dvb-t/es-Almeria ... Processing usr/share/dvb/dvb-t/es-Alpicat ... Processing usr/share/dvb/dvb-t/es-Asturias ... Processing usr/share/dvb/dvb-t/es-BaixoMinho ... Processing usr/share/dvb/dvb-t/es-Bilbao ... Processing usr/share/dvb/dvb-t/es-Cadiz ... Processing usr/share/dvb/dvb-t/es-Carceres ... Processing usr/share/dvb/dvb-t/es-Collserola ... Processing usr/share/dvb/dvb-t/es-Donostia ... Processing usr/share/dvb/dvb-t/es-Granada ... Processing usr/share/dvb/dvb-t/es-Huelva ... Processing usr/share/dvb/dvb-t/es-Huesca ... Processing usr/share/dvb/dvb-t/es-Las_Palmas ... Processing usr/share/dvb/dvb-t/es-Lugo ... Processing usr/share/dvb/dvb-t/es-Madrid ... Processing usr/share/dvb/dvb-t/es-Malaga ... Processing usr/share/dvb/dvb-t/es-Muros-Noia ... Processing usr/share/dvb/dvb-t/es-Mussara ... Processing usr/share/dvb/dvb-t/es-Pamplona ... Processing usr/share/dvb/dvb-t/es-SC_Tenerife ... Processing usr/share/dvb/dvb-t/es-Santander ... Processing usr/share/dvb/dvb-t/es-Santiago_de_Compostela ... Processing usr/share/dvb/dvb-t/es-Sevilla ... Processing usr/share/dvb/dvb-t/es-Tenerife ... Processing usr/share/dvb/dvb-t/es-Valencia ... Processing usr/share/dvb/dvb-t/es-Valladolid ... Processing usr/share/dvb/dvb-t/es-Vilamarxant ... Processing usr/share/dvb/dvb-t/es-Vitoria-Gasteiz ... Processing usr/share/dvb/dvb-t/es-Zaragoza ... Processing usr/share/dvb/dvb-t/fi-Aanekoski ... Processing usr/share/dvb/dvb-t/fi-Aanekoski_Konginkangas ... Processing usr/share/dvb/dvb-t/fi-Ahtari ... Processing usr/share/dvb/dvb-t/fi-Alajarvi ... Processing usr/share/dvb/dvb-t/fi-Anjalankoski_Ruotila ... Processing usr/share/dvb/dvb-t/fi-Enontekio_Ahovaara ... Processing usr/share/dvb/dvb-t/fi-Enontekio_Hetta ... Processing usr/share/dvb/dvb-t/fi-Enontekio_Kuttanen ... Processing usr/share/dvb/dvb-t/fi-Espoo ... Processing usr/share/dvb/dvb-t/fi-Eurajoki ... Processing usr/share/dvb/dvb-t/fi-Fiskars ... Processing usr/share/dvb/dvb-t/fi-Haapavesi ... Processing usr/share/dvb/dvb-t/fi-Hameenkyro_Kyroskoski ... Processing usr/share/dvb/dvb-t/fi-Hameenlinna_Painokangas ... Processing usr/share/dvb/dvb-t/fi-Hanko ... Processing usr/share/dvb/dvb-t/fi-Hartola ... Processing usr/share/dvb/dvb-t/fi-Heinavesi ... Processing usr/share/dvb/dvb-t/fi-Heinola ... Processing usr/share/dvb/dvb-t/fi-Hyrynsalmi ... Processing usr/share/dvb/dvb-t/fi-Hyrynsalmi_Kyparavaara ... Processing usr/share/dvb/dvb-t/fi-Hyrynsalmi_Paljakka ... Processing usr/share/dvb/dvb-t/fi-Hyvinkaa ... Processing usr/share/dvb/dvb-t/fi-Ii_Raiskio ... Processing usr/share/dvb/dvb-t/fi-Iisalmi ... Processing usr/share/dvb/dvb-t/fi-Ikaalinen ... Processing usr/share/dvb/dvb-t/fi-Ikaalinen_Riitiala ... Processing usr/share/dvb/dvb-t/fi-Inari ... Processing usr/share/dvb/dvb-t/fi-Inari_Janispaa ... Processing usr/share/dvb/dvb-t/fi-Inari_Naatamo ... Processing usr/share/dvb/dvb-t/fi-Ivalo_Saarineitamovaara ... Processing usr/share/dvb/dvb-t/fi-Jalasjarvi ... Processing usr/share/dvb/dvb-t/fi-Jamsa_Halli ... Processing usr/share/dvb/dvb-t/fi-Jamsa_Kaipola ... Processing usr/share/dvb/dvb-t/fi-Jamsa_Matkosvuori ... Processing usr/share/dvb/dvb-t/fi-Jamsa_Ouninpohja ... Processing usr/share/dvb/dvb-t/fi-Jamsankoski ... Processing usr/share/dvb/dvb-t/fi-Joensuu_Vestinkallio ... Processing usr/share/dvb/dvb-t/fi-Joroinen_Puukkola ... Processing usr/share/dvb/dvb-t/fi-Joutsa_Lankia ... Processing usr/share/dvb/dvb-t/fi-Joutseno ... Processing usr/share/dvb/dvb-t/fi-Juupajoki_Kopsamo ... Processing usr/share/dvb/dvb-t/fi-Juva ... Processing usr/share/dvb/dvb-t/fi-Jyvaskyla ... Processing usr/share/dvb/dvb-t/fi-Jyvaskyla_Vaajakoski ... Processing usr/share/dvb/dvb-t/fi-Kaavi_Sivakkavaara ... Processing usr/share/dvb/dvb-t/fi-Kajaani_Pollyvaara ... Processing usr/share/dvb/dvb-t/fi-Kalajoki ... Processing usr/share/dvb/dvb-t/fi-Kangaslampi ... Processing usr/share/dvb/dvb-t/fi-Kangasniemi_Turkinmaki ... Processing usr/share/dvb/dvb-t/fi-Kankaanpaa ... Processing usr/share/dvb/dvb-t/fi-Karigasniemi ... Processing usr/share/dvb/dvb-t/fi-Karkkila ... Processing usr/share/dvb/dvb-t/fi-Karstula ... Processing usr/share/dvb/dvb-t/fi-Karvia ... Processing usr/share/dvb/dvb-t/fi-Kaunispaa ... Processing usr/share/dvb/dvb-t/fi-Kemijarvi_Suomutunturi ... Processing usr/share/dvb/dvb-t/fi-Kerimaki ... Processing usr/share/dvb/dvb-t/fi-Keuruu ... Processing usr/share/dvb/dvb-t/fi-Keuruu_Haapamaki ... Processing usr/share/dvb/dvb-t/fi-Kihnio ... Processing usr/share/dvb/dvb-t/fi-Kiihtelysvaara ... Processing usr/share/dvb/dvb-t/fi-Kilpisjarvi ... Processing usr/share/dvb/dvb-t/fi-Kittila_Levitunturi ... Processing usr/share/dvb/dvb-t/fi-Kolari_Vuolittaja ... Processing usr/share/dvb/dvb-t/fi-Koli ... Processing usr/share/dvb/dvb-t/fi-Korpilahti_Vaarunvuori ... Processing usr/share/dvb/dvb-t/fi-Korppoo ... Processing usr/share/dvb/dvb-t/fi-Kruunupyy ... Processing usr/share/dvb/dvb-t/fi-Kuhmo_Haukela ... Processing usr/share/dvb/dvb-t/fi-Kuhmo_Lentiira ... Processing usr/share/dvb/dvb-t/fi-Kuhmo_Niva ... Processing usr/share/dvb/dvb-t/fi-Kuhmoinen ... Processing usr/share/dvb/dvb-t/fi-Kuhmoinen_Harjunsalmi ... Processing usr/share/dvb/dvb-t/fi-Kuhmoinen_Puukkoinen ... Processing usr/share/dvb/dvb-t/fi-Kuopio ... Processing usr/share/dvb/dvb-t/fi-Kurikka_Kesti ... Processing usr/share/dvb/dvb-t/fi-Kustavi_Viherlahti ... Processing usr/share/dvb/dvb-t/fi-Kuusamo_Hamppulampi ... Processing usr/share/dvb/dvb-t/fi-Kyyjarvi_Noposenaho ... Processing usr/share/dvb/dvb-t/fi-Lahti ... Processing usr/share/dvb/dvb-t/fi-Lapua ... Processing usr/share/dvb/dvb-t/fi-Laukaa ... Processing usr/share/dvb/dvb-t/fi-Laukaa_Vihtavuori ... Processing usr/share/dvb/dvb-t/fi-Lavia ... Processing usr/share/dvb/dvb-t/fi-Lohja ... Processing usr/share/dvb/dvb-t/fi-Loimaa ... Processing usr/share/dvb/dvb-t/fi-Luhanka ... Processing usr/share/dvb/dvb-t/fi-Luopioinen ... Processing usr/share/dvb/dvb-t/fi-Mantta ... Processing usr/share/dvb/dvb-t/fi-Mantyharju ... Processing usr/share/dvb/dvb-t/fi-Mikkeli ... Processing usr/share/dvb/dvb-t/fi-Muonio_Olostunturi ... Processing usr/share/dvb/dvb-t/fi-Nilsia ... Processing usr/share/dvb/dvb-t/fi-Nilsia_Keski-Siikajarvi ... Processing usr/share/dvb/dvb-t/fi-Nilsia_Pisa ... Processing usr/share/dvb/dvb-t/fi-Nokia ... Processing usr/share/dvb/dvb-t/fi-Nokia_Siuro ... Processing usr/share/dvb/dvb-t/fi-Nummi-Pusula_Hyonola ... Processing usr/share/dvb/dvb-t/fi-Nuorgam_Njallavaara ... Processing usr/share/dvb/dvb-t/fi-Nuorgam_raja ... Processing usr/share/dvb/dvb-t/fi-Nurmes_Konnanvaara ... Processing usr/share/dvb/dvb-t/fi-Nurmes_Kortevaara ... Processing usr/share/dvb/dvb-t/fi-Orivesi_Talviainen ... Processing usr/share/dvb/dvb-t/fi-Oulu ... Processing usr/share/dvb/dvb-t/fi-Padasjoki ... Processing usr/share/dvb/dvb-t/fi-Padasjoki_Arrakoski ... Processing usr/share/dvb/dvb-t/fi-Paltamo_Kivesvaara ... Processing usr/share/dvb/dvb-t/fi-Parainen_Houtskari ... Processing usr/share/dvb/dvb-t/fi-Parikkala ... Processing usr/share/dvb/dvb-t/fi-Parkano_Sopukallio ... Processing usr/share/dvb/dvb-t/fi-Pello ... Processing usr/share/dvb/dvb-t/fi-Pello_Ratasvaara ... Processing usr/share/dvb/dvb-t/fi-Perho ... Processing usr/share/dvb/dvb-t/fi-Pernaja ... Processing usr/share/dvb/dvb-t/fi-Pieksamaki_Halkokumpu ... Processing usr/share/dvb/dvb-t/fi-Pihtipudas ... Processing usr/share/dvb/dvb-t/fi-Porvoo_Suomenkyla ... Processing usr/share/dvb/dvb-t/fi-Posio ... Processing usr/share/dvb/dvb-t/fi-Pudasjarvi ... Processing usr/share/dvb/dvb-t/fi-Pudasjarvi_Iso-Syote ... Processing usr/share/dvb/dvb-t/fi-Pudasjarvi_Kangasvaara ... Processing usr/share/dvb/dvb-t/fi-Puolanka ... Processing usr/share/dvb/dvb-t/fi-Pyhatunturi ... Processing usr/share/dvb/dvb-t/fi-Pyhavuori ... Processing usr/share/dvb/dvb-t/fi-Pylkonmaki_Karankajarvi ... Processing usr/share/dvb/dvb-t/fi-Raahe_Mestauskallio ... Processing usr/share/dvb/dvb-t/fi-Raahe_Piehinki ... Processing usr/share/dvb/dvb-t/fi-Ranua_Haasionmaa ... Processing usr/share/dvb/dvb-t/fi-Ranua_Leppiaho ... Processing usr/share/dvb/dvb-t/fi-Rautavaara_Angervikko ... Processing usr/share/dvb/dvb-t/fi-Rautjarvi_Simpele ... Processing usr/share/dvb/dvb-t/fi-Ristijarvi ... Processing usr/share/dvb/dvb-t/fi-Rovaniemi ... Processing usr/share/dvb/dvb-t/fi-Rovaniemi_Kaihuanvaara ... Processing usr/share/dvb/dvb-t/fi-Rovaniemi_Karhuvaara ... Processing usr/share/dvb/dvb-t/fi-Rovaniemi_Marasenkallio ... Processing usr/share/dvb/dvb-t/fi-Rovaniemi_Rantalaki ... Processing usr/share/dvb/dvb-t/fi-Rovaniemi_Sonka ... Processing usr/share/dvb/dvb-t/fi-Rovaniemi_Sorviselka ... Processing usr/share/dvb/dvb-t/fi-Ruka ... Processing usr/share/dvb/dvb-t/fi-Ruovesi_Storminiemi ... Processing usr/share/dvb/dvb-t/fi-Saarijarvi ... Processing usr/share/dvb/dvb-t/fi-Saarijarvi_Kalmari ... Processing usr/share/dvb/dvb-t/fi-Saarijarvi_Mahlu ... Processing usr/share/dvb/dvb-t/fi-Salla_Hirvasvaara ... Processing usr/share/dvb/dvb-t/fi-Salla_Ihistysjanka ... Processing usr/share/dvb/dvb-t/fi-Salla_Naruska ... Processing usr/share/dvb/dvb-t/fi-Salla_Sallatunturi ... Processing usr/share/dvb/dvb-t/fi-Salla_Sarivaara ... Processing usr/share/dvb/dvb-t/fi-Salo_Isokyla ... Processing usr/share/dvb/dvb-t/fi-Savukoski_Martti ... Processing usr/share/dvb/dvb-t/fi-Savukoski_Tanhua ... Processing usr/share/dvb/dvb-t/fi-Siilinjarvi ... Processing usr/share/dvb/dvb-t/fi-Simo_Viantie ... Processing usr/share/dvb/dvb-t/fi-Sipoo_Norrkulla ... Processing usr/share/dvb/dvb-t/fi-Sodankyla_Pittiovaara ... Processing usr/share/dvb/dvb-t/fi-Sodankyla_Vuotso ... Processing usr/share/dvb/dvb-t/fi-Sulkava_Vaatalanmaki ... Processing usr/share/dvb/dvb-t/fi-Suomussalmi_Ala-Vuokki ... Processing usr/share/dvb/dvb-t/fi-Suomussalmi_Ammansaari ... Processing usr/share/dvb/dvb-t/fi-Suomussalmi_Juntusranta ... Processing usr/share/dvb/dvb-t/fi-Suomussalmi_Myllylahti ... Processing usr/share/dvb/dvb-t/fi-Sysma_Liikola ... Processing usr/share/dvb/dvb-t/fi-Taivalkoski ... Processing usr/share/dvb/dvb-t/fi-Taivalkoski_Taivalvaara ... Processing usr/share/dvb/dvb-t/fi-Tammela ... Processing usr/share/dvb/dvb-t/fi-Tammisaari ... Processing usr/share/dvb/dvb-t/fi-Tampere_Pyynikki ... Processing usr/share/dvb/dvb-t/fi-Tervola ... Processing usr/share/dvb/dvb-t/fi-Turku ... Processing usr/share/dvb/dvb-t/fi-Utsjoki ... Processing usr/share/dvb/dvb-t/fi-Utsjoki_Nuvvus ... Processing usr/share/dvb/dvb-t/fi-Utsjoki_Outakoski ... Processing usr/share/dvb/dvb-t/fi-Utsjoki_Polvarniemi ... Processing usr/share/dvb/dvb-t/fi-Utsjoki_Rovisuvanto ... Processing usr/share/dvb/dvb-t/fi-Utsjoki_Tenola ... Processing usr/share/dvb/dvb-t/fi-Uusikaupunki_Orivo ... Processing usr/share/dvb/dvb-t/fi-Vaala ... Processing usr/share/dvb/dvb-t/fi-Vaasa ... Processing usr/share/dvb/dvb-t/fi-Valtimo ... Processing usr/share/dvb/dvb-t/fi-Vammala_Jyranvuori ... Processing usr/share/dvb/dvb-t/fi-Vammala_Roismala ... Processing usr/share/dvb/dvb-t/fi-Vammala_Savi ... Processing usr/share/dvb/dvb-t/fi-Vantaa_Hakunila ... Processing usr/share/dvb/dvb-t/fi-Varpaisjarvi_Honkamaki ... Processing usr/share/dvb/dvb-t/fi-Virrat_Lappavuori ... Processing usr/share/dvb/dvb-t/fi-Vuokatti ... Processing usr/share/dvb/dvb-t/fi-Ylitornio_Ainiovaara ... Processing usr/share/dvb/dvb-t/fi-Ylitornio_Raanujarvi ... Processing usr/share/dvb/dvb-t/fi-Yllas ... Processing usr/share/dvb/dvb-t/fi-Yllasjarvi ... Processing usr/share/dvb/dvb-t/fr-All ... Processing usr/share/dvb/dvb-t/fr-Paris ... Processing usr/share/dvb/dvb-t/gr-Athens ... Processing usr/share/dvb/dvb-t/hk-HongKong ... Processing usr/share/dvb/dvb-t/hr-All ... Processing usr/share/dvb/dvb-t/hu-Bekescsaba ... Processing usr/share/dvb/dvb-t/hu-Budapest ... Processing usr/share/dvb/dvb-t/hu-Csavoly-Kiskoros ... Processing usr/share/dvb/dvb-t/hu-Debrecen-Komadi ... Processing usr/share/dvb/dvb-t/hu-Fehergyarmat ... Processing usr/share/dvb/dvb-t/hu-Gerecse-Dorog-Tatabanya ... Processing usr/share/dvb/dvb-t/hu-Gyor ... Processing usr/share/dvb/dvb-t/hu-Kabhegy-Kaposvar-Tamasi ... Processing []-Karancs-Nagy-Hideg-hegy-Balassagyarmat-Godollo-Salgotarjan-Vac ... Processing usr/share/dvb/dvb-t/hu-Karcag ... Processing usr/share/dvb/dvb-t/hu-Kecskemet ... Processing usr/share/dvb/dvb-t/hu-Kekes-Cegled-Eger-Miskolctapolca-Ozd ... Processing usr/share/dvb/dvb-t/hu-Miskolc-Aggtelek-Fony ... Processing usr/share/dvb/dvb-t/hu-Mor-Siofok-Veszprem-Zirc ... Processing usr/share/dvb/dvb-t/hu-Nagykanizsa-Barcs-Keszthely ... Processing []b/dvb-t/hu-Nyiregyhaza-Tokaj-Kazincbarcika-Saly-Satoraljaujhely ... Processing usr/share/dvb/dvb-t/hu-Pecs-Siklos ... Processing usr/share/dvb/dvb-t/hu-Sopron-Koszeg ... Processing usr/share/dvb/dvb-t/hu-Szeged ... Processing usr/share/dvb/dvb-t/hu-Szekesfehervar ... Processing usr/share/dvb/dvb-t/hu-Szentes-Battonya ... Processing usr/share/dvb/dvb-t/hu-Szolnok ... Processing usr/share/dvb/dvb-t/hu-Szombathely-Vasvar-Lenti-Zalaegerszeg ... Processing []/share/dvb/dvb-t/hu-Uzd-Bonyhad-Dunaujvaros-Szekszard-Szigetvar ... Processing usr/share/dvb/dvb-t/ie-CairnHill ... Processing usr/share/dvb/dvb-t/ie-ClermontCarn ... Processing usr/share/dvb/dvb-t/ie-Dungarvan ... Processing usr/share/dvb/dvb-t/ie-HolywellHill ... Processing usr/share/dvb/dvb-t/ie-Kippure ... Processing usr/share/dvb/dvb-t/ie-Maghera ... Processing usr/share/dvb/dvb-t/ie-MountLeinster ... Processing usr/share/dvb/dvb-t/ie-Mullaghanish ... Processing usr/share/dvb/dvb-t/ie-SpurHill ... Processing usr/share/dvb/dvb-t/ie-ThreeRock ... Processing usr/share/dvb/dvb-t/ie-Truskmore ... Processing usr/share/dvb/dvb-t/ie-WoodcockHill ... Processing usr/share/dvb/dvb-t/il-All ... Processing usr/share/dvb/dvb-t/ir-Tehran ... Processing usr/share/dvb/dvb-t/is-Reykjavik ... Processing usr/share/dvb/dvb-t/it-All ... Processing usr/share/dvb/dvb-t/ke-Nairobi ... Processing usr/share/dvb/dvb-t/lt-All ... Processing usr/share/dvb/dvb-t/lu-All ... Processing usr/share/dvb/dvb-t/lv-Riga ... Processing usr/share/dvb/dvb-t/nl-All ... Processing usr/share/dvb/dvb-t/no-Trondelag_Stjordal ... Processing usr/share/dvb/dvb-t/nz-AucklandInfill ... Processing usr/share/dvb/dvb-t/nz-AucklandWaiatarua ... Processing usr/share/dvb/dvb-t/nz-Christchurch ... Processing usr/share/dvb/dvb-t/nz-Dunedin ... Processing usr/share/dvb/dvb-t/nz-Hamilton ... Processing usr/share/dvb/dvb-t/nz-HawkesBayMtErin ... Processing usr/share/dvb/dvb-t/nz-HawkesBayNapier ... Processing usr/share/dvb/dvb-t/nz-Manawatu ... Processing usr/share/dvb/dvb-t/nz-Tauranga ... Processing usr/share/dvb/dvb-t/nz-Waikato ... Processing usr/share/dvb/dvb-t/nz-WellingtonInfill ... Processing usr/share/dvb/dvb-t/nz-WellingtonKaukau ... Processing usr/share/dvb/dvb-t/nz-WellingtonNgarara ... Processing usr/share/dvb/dvb-t/pl-Czestochowa ... Processing usr/share/dvb/dvb-t/pl-Gdansk ... Processing usr/share/dvb/dvb-t/pl-Krakow ... Processing usr/share/dvb/dvb-t/pl-Krosno_Sucha_Gora ... Processing usr/share/dvb/dvb-t/pl-Rzeszow ... Processing usr/share/dvb/dvb-t/pl-Szczecin ... Processing usr/share/dvb/dvb-t/pl-Warszawa ... Processing usr/share/dvb/dvb-t/pl-Wroclaw ... Processing usr/share/dvb/dvb-t/pt-All ... Processing usr/share/dvb/dvb-t/ro-Bucharest ... Processing usr/share/dvb/dvb-t/ru-Krasnodar ... Processing usr/share/dvb/dvb-t/ru-Novosibirsk ... Processing usr/share/dvb/dvb-t/ru-Perm ... Processing usr/share/dvb/dvb-t/ru-Vladivostok ... Processing usr/share/dvb/dvb-t/ru-Volgodonsk ... Processing usr/share/dvb/dvb-t/ru-all ... Processing usr/share/dvb/dvb-t/se-Aareavaara ... Processing usr/share/dvb/dvb-t/se-Adolfstrom ... Processing usr/share/dvb/dvb-t/se-Agnas ... Processing usr/share/dvb/dvb-t/se-Akersjon ... Processing usr/share/dvb/dvb-t/se-Alafors ... Processing usr/share/dvb/dvb-t/se-Albacken ... Processing usr/share/dvb/dvb-t/se-Algsjo ... Processing usr/share/dvb/dvb-t/se-Alingsas_Mariedal ... Processing usr/share/dvb/dvb-t/se-Alvangen ... Processing usr/share/dvb/dvb-t/se-Alvdalen_Brunnsberg ... Processing usr/share/dvb/dvb-t/se-Alvdalsasen ... Processing usr/share/dvb/dvb-t/se-Alvsbacka ... Processing usr/share/dvb/dvb-t/se-Alvsbyn ... Processing usr/share/dvb/dvb-t/se-Ammarnas_Ribovardo ... Processing usr/share/dvb/dvb-t/se-Ammarnas_Tjultrask ... Processing usr/share/dvb/dvb-t/se-Amot ... Processing usr/share/dvb/dvb-t/se-Amotfors_Kroppstad ... Processing usr/share/dvb/dvb-t/se-An ... Processing usr/share/dvb/dvb-t/se-Andersvattnet_Ersmyrberget ... Processing usr/share/dvb/dvb-t/se-Ange_Snoberg ... Processing usr/share/dvb/dvb-t/se-Angebo ... Processing usr/share/dvb/dvb-t/se-Angelholm_Vegeholm ... Processing usr/share/dvb/dvb-t/se-Angersjo ... Processing usr/share/dvb/dvb-t/se-Are ... Processing usr/share/dvb/dvb-t/se-Arjang ... Processing usr/share/dvb/dvb-t/se-Arjeplog_Galtispouda ... Processing usr/share/dvb/dvb-t/se-Arosjokk ... Processing usr/share/dvb/dvb-t/se-Arvidsjaur_Jultrask ... Processing usr/share/dvb/dvb-t/se-Arvika_Orshultaberget ... Processing usr/share/dvb/dvb-t/se-As ... Processing usr/share/dvb/dvb-t/se-Asele_Aslia ... Processing usr/share/dvb/dvb-t/se-Asmon_Sormoflo ... Processing usr/share/dvb/dvb-t/se-Aspeboda ... Processing usr/share/dvb/dvb-t/se-Atvidaberg ... Processing usr/share/dvb/dvb-t/se-Avesta_Krylbo ... Processing usr/share/dvb/dvb-t/se-Backe ... Processing usr/share/dvb/dvb-t/se-Backefors ... Processing usr/share/dvb/dvb-t/se-Bankeryd ... Processing usr/share/dvb/dvb-t/se-Bengtsfors ... Processing usr/share/dvb/dvb-t/se-Berghamn ... Processing usr/share/dvb/dvb-t/se-Bergshamra_Vaxtuna ... Processing usr/share/dvb/dvb-t/se-Bergsjo_Balleberget ... Processing usr/share/dvb/dvb-t/se-Bergvik ... Processing usr/share/dvb/dvb-t/se-Billsjo ... Processing usr/share/dvb/dvb-t/se-Bispfors ... Processing usr/share/dvb/dvb-t/se-Bjorkliden_Tornehamn ... Processing usr/share/dvb/dvb-t/se-Bjorksele ... Processing usr/share/dvb/dvb-t/se-Bjorkvattnet ... Processing usr/share/dvb/dvb-t/se-Bjorna ... Processing usr/share/dvb/dvb-t/se-Bjurberget_Hemtjarn ... Processing usr/share/dvb/dvb-t/se-Bjurtrask ... Processing usr/share/dvb/dvb-t/se-Boberg ... Processing usr/share/dvb/dvb-t/se-Boda_Fagerum ... Processing usr/share/dvb/dvb-t/se-Boden_Skogsa ... Processing usr/share/dvb/dvb-t/se-Bograngen ... Processing usr/share/dvb/dvb-t/se-Bollebygd ... Processing usr/share/dvb/dvb-t/se-Bollnas ... Processing usr/share/dvb/dvb-t/se-Bonhamn ... Processing usr/share/dvb/dvb-t/se-Boras_Dalsjofors ... Processing usr/share/dvb/dvb-t/se-Boras_Sjobo ... Processing usr/share/dvb/dvb-t/se-Borgafjall ... Processing usr/share/dvb/dvb-t/se-Borgholm_Ramsattra ... Processing usr/share/dvb/dvb-t/se-Borgsjobyn ... Processing usr/share/dvb/dvb-t/se-Borkan ... Processing usr/share/dvb/dvb-t/se-Borlange_Idkerberget ... Processing usr/share/dvb/dvb-t/se-Borlange_Nygardarna ... Processing usr/share/dvb/dvb-t/se-Bortansbyn_Bortan ... Processing usr/share/dvb/dvb-t/se-Bosebyn ... Processing usr/share/dvb/dvb-t/se-Botsmark ... Processing usr/share/dvb/dvb-t/se-Bottnaryd_Ryd ... Processing usr/share/dvb/dvb-t/se-Bredaker ... Processing usr/share/dvb/dvb-t/se-Bredbyn_Kubbe ... Processing usr/share/dvb/dvb-t/se-Bredbyn_Vasterfannbyn ... Processing usr/share/dvb/dvb-t/se-Bredsjon ... Processing usr/share/dvb/dvb-t/se-Bromsebro ... Processing usr/share/dvb/dvb-t/se-Bruzaholm ... Processing usr/share/dvb/dvb-t/se-Bydalen_Hovdehogen ... Processing usr/share/dvb/dvb-t/se-Bygdetrask ... Processing usr/share/dvb/dvb-t/se-Bygdsiljum ... Processing usr/share/dvb/dvb-t/se-Byxelkrok ... Processing usr/share/dvb/dvb-t/se-Dadran ... Processing usr/share/dvb/dvb-t/se-Dal ... Processing usr/share/dvb/dvb-t/se-Dalfors ... Processing usr/share/dvb/dvb-t/se-Dals_Langed ... Processing usr/share/dvb/dvb-t/se-Dalstuga ... Processing usr/share/dvb/dvb-t/se-Degeberga ... Processing usr/share/dvb/dvb-t/se-Degerfors ... Processing usr/share/dvb/dvb-t/se-Delary ... Processing usr/share/dvb/dvb-t/se-Delary_Kolaboda ... Processing usr/share/dvb/dvb-t/se-Djura ... Processing usr/share/dvb/dvb-t/se-Dorotea ... Processing usr/share/dvb/dvb-t/se-Drevdagen ... Processing usr/share/dvb/dvb-t/se-Duved ... Processing usr/share/dvb/dvb-t/se-Duvnas ... Processing usr/share/dvb/dvb-t/se-Duvnas_Basna ... Processing usr/share/dvb/dvb-t/se-Edane ... Processing usr/share/dvb/dvb-t/se-Edsbyn ... Processing usr/share/dvb/dvb-t/se-Edsele ... Processing usr/share/dvb/dvb-t/se-Edsleskog_Hogheden ... Processing usr/share/dvb/dvb-t/se-Eksharad_Ekesberget ... Processing usr/share/dvb/dvb-t/se-Ellos ... Processing usr/share/dvb/dvb-t/se-Emmaboda_Balshult ... Processing usr/share/dvb/dvb-t/se-Enafors ... Processing usr/share/dvb/dvb-t/se-Enviken ... Processing usr/share/dvb/dvb-t/se-Erikslund_Bergasen ... Processing usr/share/dvb/dvb-t/se-Fagersta ... Processing usr/share/dvb/dvb-t/se-Fagersta_Jattasen ... Processing usr/share/dvb/dvb-t/se-Falerum_Centrum ... Processing usr/share/dvb/dvb-t/se-Falkenberg_Ringsegard ... Processing usr/share/dvb/dvb-t/se-Faltrask ... Processing usr/share/dvb/dvb-t/se-Falun_Lovberget ... Processing usr/share/dvb/dvb-t/se-Farila ... Processing usr/share/dvb/dvb-t/se-Farjestaden_Algutsrum ... Processing usr/share/dvb/dvb-t/se-Faro_Ajkerstrask ... Processing usr/share/dvb/dvb-t/se-Faro_Ajkestrask ... Processing usr/share/dvb/dvb-t/se-Farosund_Bunge ... Processing usr/share/dvb/dvb-t/se-Fengersfors ... Processing usr/share/dvb/dvb-t/se-Filipstad_Klockarhojden ... Processing usr/share/dvb/dvb-t/se-Finnveden ... Processing usr/share/dvb/dvb-t/se-Fjal ... Processing usr/share/dvb/dvb-t/se-Fjallsta ... Processing usr/share/dvb/dvb-t/se-Flarke ... Processing usr/share/dvb/dvb-t/se-Floda ... Processing usr/share/dvb/dvb-t/se-Flurkmark ... Processing usr/share/dvb/dvb-t/se-Flyggsjo ... Processing usr/share/dvb/dvb-t/se-Flyn ... Processing usr/share/dvb/dvb-t/se-Folsbyn ... Processing usr/share/dvb/dvb-t/se-Forsed ... Processing usr/share/dvb/dvb-t/se-Forsmo ... Processing usr/share/dvb/dvb-t/se-Forsmo_Yttersel ... Processing usr/share/dvb/dvb-t/se-Forsnaset ... Processing usr/share/dvb/dvb-t/se-Frankrikegarden_Frankrike ... Processing usr/share/dvb/dvb-t/se-Fransta ... Processing usr/share/dvb/dvb-t/se-Fredrika ... Processing usr/share/dvb/dvb-t/se-Fredriksberg ... Processing usr/share/dvb/dvb-t/se-Fredros ... Processing usr/share/dvb/dvb-t/se-Fritsla ... Processing usr/share/dvb/dvb-t/se-Fullsjon ... Processing usr/share/dvb/dvb-t/se-Funasdalen_Funasdalsberge ... Processing usr/share/dvb/dvb-t/se-Funasdalen_Telestation ... Processing usr/share/dvb/dvb-t/se-Furudal ... Processing usr/share/dvb/dvb-t/se-Gaddede ... Processing usr/share/dvb/dvb-t/se-Gallivare ... Processing usr/share/dvb/dvb-t/se-Gallsatter ... Processing usr/share/dvb/dvb-t/se-Gardikfors ... Processing usr/share/dvb/dvb-t/se-Gargnas ... Processing usr/share/dvb/dvb-t/se-Garpenberg_Kuppgarden ... Processing usr/share/dvb/dvb-t/se-Gavle_Skogmur ... Processing usr/share/dvb/dvb-t/se-Gillhov ... Processing usr/share/dvb/dvb-t/se-Glimakra ... Processing usr/share/dvb/dvb-t/se-Gnarp ... Processing usr/share/dvb/dvb-t/se-Gnesta ... Processing usr/share/dvb/dvb-t/se-Gnosjo_Marieholm ... Processing usr/share/dvb/dvb-t/se-Gordalen ... Processing usr/share/dvb/dvb-t/se-Goteborg_Brudaremossen ... Processing usr/share/dvb/dvb-t/se-Goteborg_Slattadamm ... Processing usr/share/dvb/dvb-t/se-Graninge ... Processing usr/share/dvb/dvb-t/se-Grasmark ... Processing usr/share/dvb/dvb-t/se-Grasmyr ... Processing usr/share/dvb/dvb-t/se-Grebbestad ... Processing usr/share/dvb/dvb-t/se-Grevie ... Processing usr/share/dvb/dvb-t/se-Grovelsjon ... Processing usr/share/dvb/dvb-t/se-Grums ... Processing usr/share/dvb/dvb-t/se-Guliksberg ... Processing usr/share/dvb/dvb-t/se-Guliksberg_Rodvattnet ... Processing usr/share/dvb/dvb-t/se-Gullbrandstorp ... Processing usr/share/dvb/dvb-t/se-Gumhojden ... Processing usr/share/dvb/dvb-t/se-Gunnarn_Sorsjoliden ... Processing usr/share/dvb/dvb-t/se-Gunnarsbo ... Processing usr/share/dvb/dvb-t/se-Gunnarsbyn ... Processing usr/share/dvb/dvb-t/se-Gunnarskog ... Processing usr/share/dvb/dvb-t/se-Gusum ... Processing usr/share/dvb/dvb-t/se-Hadanberg ... Processing usr/share/dvb/dvb-t/se-Hagfors_Varmullsasen ... Processing usr/share/dvb/dvb-t/se-Hakafot ... Processing usr/share/dvb/dvb-t/se-Halaforsen ... Processing usr/share/dvb/dvb-t/se-Haljeboda ... Processing usr/share/dvb/dvb-t/se-Hallan ... Processing usr/share/dvb/dvb-t/se-Hallaryd ... Processing usr/share/dvb/dvb-t/se-Hallastrom ... Processing usr/share/dvb/dvb-t/se-Hallbo ... Processing usr/share/dvb/dvb-t/se-Halle ... Processing usr/share/dvb/dvb-t/se-Halleviksstrand ... Processing usr/share/dvb/dvb-t/se-Hallsjo ... Processing usr/share/dvb/dvb-t/se-Halmstad_Hamnen ... Processing usr/share/dvb/dvb-t/se-Halmstad_Oskarstrom ... Processing usr/share/dvb/dvb-t/se-Hamburgsund ... Processing usr/share/dvb/dvb-t/se-Harads ... Processing usr/share/dvb/dvb-t/se-Harnosand_Harnon ... Processing usr/share/dvb/dvb-t/se-Harrsjon ... Processing usr/share/dvb/dvb-t/se-Hassela ... Processing usr/share/dvb/dvb-t/se-Havdhem ... Processing usr/share/dvb/dvb-t/se-Hede ... Processing usr/share/dvb/dvb-t/se-Hedemora ... Processing usr/share/dvb/dvb-t/se-Hedenaset ... Processing usr/share/dvb/dvb-t/se-Helgum ... Processing usr/share/dvb/dvb-t/se-Helsingborg_Olympia ... Processing usr/share/dvb/dvb-t/se-Hemavan ... Processing usr/share/dvb/dvb-t/se-Hemson ... Processing usr/share/dvb/dvb-t/se-Henan ... Processing usr/share/dvb/dvb-t/se-Hennan ... Processing usr/share/dvb/dvb-t/se-Hestra_Aspas ... Processing usr/share/dvb/dvb-t/se-Hjo_Grevback ... Processing usr/share/dvb/dvb-t/se-Hofors ... Processing usr/share/dvb/dvb-t/se-Hogfors ... Processing usr/share/dvb/dvb-t/se-Hoglunda ... Processing usr/share/dvb/dvb-t/se-Hogsby_Virstad ... Processing usr/share/dvb/dvb-t/se-Hogvalen ... Processing usr/share/dvb/dvb-t/se-Holjes ... Processing usr/share/dvb/dvb-t/se-Hollviken_Stora_Hammar ... Processing usr/share/dvb/dvb-t/se-Holsbybrunn_Holsbyholm ... Processing usr/share/dvb/dvb-t/se-Horby_Sallerup ... Processing usr/share/dvb/dvb-t/se-Horken ... Processing usr/share/dvb/dvb-t/se-Hornon ... Processing usr/share/dvb/dvb-t/se-Hotagen ... Processing usr/share/dvb/dvb-t/se-Hoting ... Processing usr/share/dvb/dvb-t/se-Hovfjallet ... Processing usr/share/dvb/dvb-t/se-Hudiksvall_Forsa ... Processing usr/share/dvb/dvb-t/se-Hudiksvall_Galgberget ... Processing usr/share/dvb/dvb-t/se-Hummelholm ... Processing usr/share/dvb/dvb-t/se-Hunnebostrand ... Processing usr/share/dvb/dvb-t/se-Huskvarna ... Processing usr/share/dvb/dvb-t/se-Husum ... Processing usr/share/dvb/dvb-t/se-Idivuoma ... Processing usr/share/dvb/dvb-t/se-Idre ... Processing usr/share/dvb/dvb-t/se-Ingatorp ... Processing usr/share/dvb/dvb-t/se-Ingvallsbenning ... Processing usr/share/dvb/dvb-t/se-Irevik ... Processing usr/share/dvb/dvb-t/se-Irevik_3195 ... Processing usr/share/dvb/dvb-t/se-Ivarsbyn ... Processing usr/share/dvb/dvb-t/se-Jakkvik_Frakenmyren ... Processing usr/share/dvb/dvb-t/se-Jamjo ... Processing usr/share/dvb/dvb-t/se-Jarkvissle ... Processing usr/share/dvb/dvb-t/se-Jarnforsen ... Processing usr/share/dvb/dvb-t/se-Jarpen_Mellangardsberget ... Processing usr/share/dvb/dvb-t/se-Jarvso ... Processing usr/share/dvb/dvb-t/se-Jarvtrask ... Processing usr/share/dvb/dvb-t/se-Joestrom ... Processing usr/share/dvb/dvb-t/se-Jokkmokk_Nyborg ... Processing usr/share/dvb/dvb-t/se-Jokkmokk_Tjalmejaure ... Processing usr/share/dvb/dvb-t/se-Jonkoping_Bondberget ... Processing usr/share/dvb/dvb-t/se-Jormvattnet ... Processing usr/share/dvb/dvb-t/se-Jude ... Processing usr/share/dvb/dvb-t/se-Junsele_Hamptjarnsberget ... Processing usr/share/dvb/dvb-t/se-Junsele_Vallen ... Processing usr/share/dvb/dvb-t/se-Kagerod_Mollarp ... Processing usr/share/dvb/dvb-t/se-Kalarne ... Processing usr/share/dvb/dvb-t/se-Kalen ... Processing usr/share/dvb/dvb-t/se-Kalix ... Processing usr/share/dvb/dvb-t/se-Kallered ... Processing usr/share/dvb/dvb-t/se-Kallinge_Kalleberga ... Processing usr/share/dvb/dvb-t/se-Kallror ... Processing usr/share/dvb/dvb-t/se-Kampersvik_Ekeberget ... Processing usr/share/dvb/dvb-t/se-Karbole ... Processing usr/share/dvb/dvb-t/se-Karesuando ... Processing usr/share/dvb/dvb-t/se-Karlanda ... Processing usr/share/dvb/dvb-t/se-Karlsborg_Vaberget ... Processing usr/share/dvb/dvb-t/se-Karlshamn ... Processing usr/share/dvb/dvb-t/se-Karlskrona_Jamjo ... Processing usr/share/dvb/dvb-t/se-Karlskrona_Vamo ... Processing usr/share/dvb/dvb-t/se-Karlstad_Sormon ... Processing usr/share/dvb/dvb-t/se-Kasta_Ringkallen ... Processing usr/share/dvb/dvb-t/se-Kaxas ... Processing usr/share/dvb/dvb-t/se-Kaxholmen_Vistakulle ... Processing usr/share/dvb/dvb-t/se-Kinnastrom ... Processing usr/share/dvb/dvb-t/se-Kiruna_Kirunavaara ... Processing usr/share/dvb/dvb-t/se-Kisa ... Processing usr/share/dvb/dvb-t/se-Klingsta ... Processing usr/share/dvb/dvb-t/se-Klovsjo ... Processing usr/share/dvb/dvb-t/se-Knared ... Processing usr/share/dvb/dvb-t/se-Knavland ... Processing usr/share/dvb/dvb-t/se-Kopmanholmen ... Processing usr/share/dvb/dvb-t/se-Kopparberg ... Processing usr/share/dvb/dvb-t/se-Koppom ... Processing usr/share/dvb/dvb-t/se-Korstrask ... Processing usr/share/dvb/dvb-t/se-Kottsjon ... Processing usr/share/dvb/dvb-t/se-Kovland ... Processing usr/share/dvb/dvb-t/se-Kramfors_Lugnvik ... Processing usr/share/dvb/dvb-t/se-Kramfors_Ostby ... Processing usr/share/dvb/dvb-t/se-Krangede ... Processing usr/share/dvb/dvb-t/se-Kristineberg ... Processing usr/share/dvb/dvb-t/se-Kristinehamn_Utsiktsberget ... Processing usr/share/dvb/dvb-t/se-Krokstrand ... Processing usr/share/dvb/dvb-t/se-Kultsjon ... Processing usr/share/dvb/dvb-t/se-Kungalv ... Processing usr/share/dvb/dvb-t/se-Kungsater ... Processing usr/share/dvb/dvb-t/se-Kungsbacka_Ojersbo ... Processing usr/share/dvb/dvb-t/se-Kungsberget_GI ... Processing usr/share/dvb/dvb-t/se-Kungsberget_Gl ... Processing usr/share/dvb/dvb-t/se-Kungshamn ... Processing usr/share/dvb/dvb-t/se-Kurravaara ... Processing usr/share/dvb/dvb-t/se-Kvarnsvedjan ... Processing usr/share/dvb/dvb-t/se-Kvikkjokk_Arrevare ... Processing usr/share/dvb/dvb-t/se-Kvikkjokk_Tavvevare ... Processing usr/share/dvb/dvb-t/se-Kyrkesund ... Processing usr/share/dvb/dvb-t/se-Lagfors ... Processing usr/share/dvb/dvb-t/se-Laggarberg ... Processing usr/share/dvb/dvb-t/se-Laisvall ... Processing usr/share/dvb/dvb-t/se-Langa ... Processing usr/share/dvb/dvb-t/se-Langsele ... Processing usr/share/dvb/dvb-t/se-Langshyttan ... Processing usr/share/dvb/dvb-t/se-Langshyttan_Engelsfors ... Processing usr/share/dvb/dvb-t/se-Laxsjo ... Processing usr/share/dvb/dvb-t/se-Laxviken ... Processing usr/share/dvb/dvb-t/se-Leksand_Asledsberget ... Processing usr/share/dvb/dvb-t/se-Leksand_Karingberget ... Processing usr/share/dvb/dvb-t/se-Lekvattnet ... Processing usr/share/dvb/dvb-t/se-Lerdala ... Processing usr/share/dvb/dvb-t/se-Lesjofors ... Processing usr/share/dvb/dvb-t/se-Liden ... Processing usr/share/dvb/dvb-t/se-Liden_Osterstrom ... Processing usr/share/dvb/dvb-t/se-Lilla_Edet ... Processing usr/share/dvb/dvb-t/se-Lillogda ... Processing usr/share/dvb/dvb-t/se-Lillpite_Bastaberget ... Processing usr/share/dvb/dvb-t/se-Lilltjara_Digerberget ... Processing usr/share/dvb/dvb-t/se-Limedsforsen ... Processing usr/share/dvb/dvb-t/se-Lindshammar_Ramkvilla ... Processing usr/share/dvb/dvb-t/se-Linkoping_Vattentornet ... Processing usr/share/dvb/dvb-t/se-Linsell ... Processing usr/share/dvb/dvb-t/se-Lit ... Processing usr/share/dvb/dvb-t/se-Ljugarn ... Processing usr/share/dvb/dvb-t/se-Ljugarn_3193 ... Processing usr/share/dvb/dvb-t/se-Ljungaverk ... Processing usr/share/dvb/dvb-t/se-Ljungdalen ... Processing usr/share/dvb/dvb-t/se-Ljustorp ... Processing usr/share/dvb/dvb-t/se-Ljusvattnet ... Processing usr/share/dvb/dvb-t/se-Loderups_Strandbad ... Processing usr/share/dvb/dvb-t/se-Loffstrand ... Processing usr/share/dvb/dvb-t/se-Lofsdalen ... Processing usr/share/dvb/dvb-t/se-Logdealv ... Processing usr/share/dvb/dvb-t/se-Lonneberga ... Processing usr/share/dvb/dvb-t/se-Lorstrand ... Processing usr/share/dvb/dvb-t/se-Lovanger ... Processing usr/share/dvb/dvb-t/se-Ludvika_Bjorkasen ... Processing usr/share/dvb/dvb-t/se-Lumsheden_Trekanten ... Processing usr/share/dvb/dvb-t/se-Lycksele_Knaften ... Processing usr/share/dvb/dvb-t/se-Mahult ... Processing usr/share/dvb/dvb-t/se-Mala ... Processing usr/share/dvb/dvb-t/se-Malmo_Jagersro ... Processing usr/share/dvb/dvb-t/se-Malung ... Processing usr/share/dvb/dvb-t/se-Manserud ... Processing usr/share/dvb/dvb-t/se-Mardsjo ... Processing usr/share/dvb/dvb-t/se-Mariannelund ... Processing usr/share/dvb/dvb-t/se-Markaryd_Hualtet ... Processing usr/share/dvb/dvb-t/se-Matfors ... Processing usr/share/dvb/dvb-t/se-Matsdal ... Processing usr/share/dvb/dvb-t/se-Medstugan ... Processing usr/share/dvb/dvb-t/se-Mittadalen ... Processing usr/share/dvb/dvb-t/se-Mjallom ... Processing usr/share/dvb/dvb-t/se-Mjosjo ... Processing usr/share/dvb/dvb-t/se-Moliden ... Processing usr/share/dvb/dvb-t/se-Molnbo_Tallstugan ... Processing usr/share/dvb/dvb-t/se-Molndal_Vasterberget ... Processing usr/share/dvb/dvb-t/se-Mora_Eldris ... Processing usr/share/dvb/dvb-t/se-Morkret ... Processing usr/share/dvb/dvb-t/se-Moskosel ... Processing usr/share/dvb/dvb-t/se-Motala_Ervasteby ... Processing usr/share/dvb/dvb-t/se-Mullsjo_Torestorp ... Processing usr/share/dvb/dvb-t/se-Munkedal ... Processing usr/share/dvb/dvb-t/se-Munkfors ... Processing usr/share/dvb/dvb-t/se-Muodoslompolo ... Processing usr/share/dvb/dvb-t/se-Nalden ... Processing usr/share/dvb/dvb-t/se-Nasaker ... Processing usr/share/dvb/dvb-t/se-Nasanget ... Processing usr/share/dvb/dvb-t/se-Nassjo ... Processing usr/share/dvb/dvb-t/se-Nasteln ... Processing usr/share/dvb/dvb-t/se-Navekvarn ... Processing usr/share/dvb/dvb-t/se-Naverede_Oberget ... Processing usr/share/dvb/dvb-t/se-Niemisel ... Processing usr/share/dvb/dvb-t/se-Nordanede ... Processing usr/share/dvb/dvb-t/se-Nordmaling ... Processing usr/share/dvb/dvb-t/se-Norra_Rorum ... Processing usr/share/dvb/dvb-t/se-Norrahammar ... Processing usr/share/dvb/dvb-t/se-Norraker ... Processing usr/share/dvb/dvb-t/se-Norrfors ... Processing usr/share/dvb/dvb-t/se-Norrhassel ... Processing usr/share/dvb/dvb-t/se-Norrkoping_Krokek ... Processing usr/share/dvb/dvb-t/se-Norrtalje_Sodra ... Processing usr/share/dvb/dvb-t/se-Norrtalje_Sodra_Bergen ... Processing usr/share/dvb/dvb-t/se-Norsjovallen ... Processing usr/share/dvb/dvb-t/se-Nyhem ... Processing usr/share/dvb/dvb-t/se-Nykoping ... Processing usr/share/dvb/dvb-t/se-Nyliden ... Processing usr/share/dvb/dvb-t/se-Nynashamn_Vattentornet ... Processing usr/share/dvb/dvb-t/se-Odsmal ... Processing usr/share/dvb/dvb-t/se-Olden_Telestation ... Processing usr/share/dvb/dvb-t/se-Olkamangi ... Processing usr/share/dvb/dvb-t/se-Olofstrom ... Processing usr/share/dvb/dvb-t/se-Orebro_Lockhyttan ... Processing usr/share/dvb/dvb-t/se-Orkelljunga ... Processing usr/share/dvb/dvb-t/se-Ornskoldsvik_As ... Processing usr/share/dvb/dvb-t/se-Oskarshamn ... Processing usr/share/dvb/dvb-t/se-Osmo_Bjorsta ... Processing usr/share/dvb/dvb-t/se-Osterforse ... Processing usr/share/dvb/dvb-t/se-Ostergraninge ... Processing usr/share/dvb/dvb-t/se-Ostersund_Brattasen ... Processing usr/share/dvb/dvb-t/se-Osthammar_Valo ... Processing usr/share/dvb/dvb-t/se-Ostmark ... Processing usr/share/dvb/dvb-t/se-Overammer ... Processing usr/share/dvb/dvb-t/se-Overhogdal ... Processing usr/share/dvb/dvb-t/se-Overkalix ... Processing usr/share/dvb/dvb-t/se-Overklinten ... Processing usr/share/dvb/dvb-t/se-Overrissjo ... Processing usr/share/dvb/dvb-t/se-Overtornea_Sarkivaara ... Processing usr/share/dvb/dvb-t/se-Overturingen ... Processing usr/share/dvb/dvb-t/se-Oxberg ... Processing usr/share/dvb/dvb-t/se-Pajala ... Processing usr/share/dvb/dvb-t/se-Paulistom ... Processing usr/share/dvb/dvb-t/se-Paulistrom ... Processing usr/share/dvb/dvb-t/se-Pilgrimstad ... Processing usr/share/dvb/dvb-t/se-Porjus ... Processing usr/share/dvb/dvb-t/se-Puoltsa ... Processing usr/share/dvb/dvb-t/se-Ragunda ... Processing usr/share/dvb/dvb-t/se-Ramsele_Skavasen ... Processing usr/share/dvb/dvb-t/se-Ramsjo ... Processing usr/share/dvb/dvb-t/se-Ramundberget ... Processing usr/share/dvb/dvb-t/se-Randalen ... Processing usr/share/dvb/dvb-t/se-Randijaure ... Processing usr/share/dvb/dvb-t/se-Ransater ... Processing usr/share/dvb/dvb-t/se-Rattvik ... Processing usr/share/dvb/dvb-t/se-Rengsjo ... Processing usr/share/dvb/dvb-t/se-Renstrom ... Processing usr/share/dvb/dvb-t/se-Resele ... Processing usr/share/dvb/dvb-t/se-Risback ... Processing usr/share/dvb/dvb-t/se-Rissna ... Processing usr/share/dvb/dvb-t/se-Ritsem ... Processing usr/share/dvb/dvb-t/se-Robertsfors ... Processing usr/share/dvb/dvb-t/se-Rojdafors ... Processing usr/share/dvb/dvb-t/se-Ronnang ... Processing usr/share/dvb/dvb-t/se-Rorbacksnas ... Processing usr/share/dvb/dvb-t/se-Rosson ... Processing usr/share/dvb/dvb-t/se-Rusksele ... Processing usr/share/dvb/dvb-t/se-Sadvaluspen ... Processing usr/share/dvb/dvb-t/se-Sagmyra ... Processing usr/share/dvb/dvb-t/se-Saivomuotka ... Processing usr/share/dvb/dvb-t/se-Salen ... Processing usr/share/dvb/dvb-t/se-Salfjallet ... Processing usr/share/dvb/dvb-t/se-Sarna_Mickeltemplet ... Processing usr/share/dvb/dvb-t/se-Satila ... Processing usr/share/dvb/dvb-t/se-Savar_Sorbyn ... Processing usr/share/dvb/dvb-t/se-Savast ... Processing usr/share/dvb/dvb-t/se-Saxdalen ... Processing usr/share/dvb/dvb-t/se-Seitevaare ... Processing usr/share/dvb/dvb-t/se-Selanger ... Processing usr/share/dvb/dvb-t/se-Seltjarn ... Processing usr/share/dvb/dvb-t/se-Sidensjo_Aberget ... Processing usr/share/dvb/dvb-t/se-Siljansnas_Uvberget ... Processing usr/share/dvb/dvb-t/se-Simrishamn_Fabriksgatan ... Processing usr/share/dvb/dvb-t/se-Skalan ... Processing usr/share/dvb/dvb-t/se-Skalmsjo ... Processing usr/share/dvb/dvb-t/se-Skarstad ... Processing usr/share/dvb/dvb-t/se-Skarvangen ... Processing usr/share/dvb/dvb-t/se-Skattungbyn ... Processing usr/share/dvb/dvb-t/se-Skaulo_Pyhakielinen ... Processing usr/share/dvb/dvb-t/se-Skelleftea ... Processing usr/share/dvb/dvb-t/se-Skene_Nycklarberget ... Processing usr/share/dvb/dvb-t/se-Skillingsfors ... Processing usr/share/dvb/dvb-t/se-Skorped ... Processing usr/share/dvb/dvb-t/se-Skottsund ... Processing usr/share/dvb/dvb-t/se-Skovde ... Processing usr/share/dvb/dvb-t/se-Skroven ... Processing usr/share/dvb/dvb-t/se-Skymnas ... Processing usr/share/dvb/dvb-t/se-Slussfors ... Processing usr/share/dvb/dvb-t/se-Smedjebacken_Uvberget ... Processing usr/share/dvb/dvb-t/se-Soderhamn ... Processing usr/share/dvb/dvb-t/se-Soderkoping ... Processing usr/share/dvb/dvb-t/se-Sodertalje_Ragnhildsborg ... Processing usr/share/dvb/dvb-t/se-Solleftea_Hallsta ... Processing usr/share/dvb/dvb-t/se-Solleftea_Multra ... Processing usr/share/dvb/dvb-t/se-Soraker ... Processing usr/share/dvb/dvb-t/se-Sorbygden ... Processing usr/share/dvb/dvb-t/se-Sorflarke ... Processing usr/share/dvb/dvb-t/se-Sorsele_Nalovardo ... Processing usr/share/dvb/dvb-t/se-Sorsele_Vattentornet ... Processing usr/share/dvb/dvb-t/se-Sorsjon ... Processing usr/share/dvb/dvb-t/se-Soukolojarvi ... Processing usr/share/dvb/dvb-t/se-Stalon ... Processing usr/share/dvb/dvb-t/se-Stigsjo ... Processing usr/share/dvb/dvb-t/se-Stockholm_Marieberg ... Processing usr/share/dvb/dvb-t/se-Stockholm_Nacka ... Processing usr/share/dvb/dvb-t/se-Stode_Hullsjon ... Processing usr/share/dvb/dvb-t/se-Stode_Intaget ... Processing usr/share/dvb/dvb-t/se-Stomne_Skasas ... Processing usr/share/dvb/dvb-t/se-Stora_Skedvi ... Processing usr/share/dvb/dvb-t/se-Stordalen ... Processing usr/share/dvb/dvb-t/se-Storfjaten ... Processing usr/share/dvb/dvb-t/se-Storlien ... Processing usr/share/dvb/dvb-t/se-Storuman ... Processing usr/share/dvb/dvb-t/se-Stromstad ... Processing usr/share/dvb/dvb-t/se-Stromsund_Grelsgard ... Processing usr/share/dvb/dvb-t/se-Stugun ... Processing usr/share/dvb/dvb-t/se-Styrsjobo ... Processing usr/share/dvb/dvb-t/se-Suddesjaur ... Processing usr/share/dvb/dvb-t/se-Suijavaara ... Processing usr/share/dvb/dvb-t/se-Sulvik ... Processing usr/share/dvb/dvb-t/se-Sundborn ... Processing usr/share/dvb/dvb-t/se-Sundsbruk ... Processing usr/share/dvb/dvb-t/se-Sundsvall_S_Stadsberget ... Processing usr/share/dvb/dvb-t/se-Sunne_As ... Processing usr/share/dvb/dvb-t/se-Sunne_Blabarskullen ... Processing usr/share/dvb/dvb-t/se-Sunnemo ... Processing usr/share/dvb/dvb-t/se-Svaneholm ... Processing usr/share/dvb/dvb-t/se-Svanstein ... Processing usr/share/dvb/dvb-t/se-Svardsosund_Svardso ... Processing usr/share/dvb/dvb-t/se-Svartnas ... Processing usr/share/dvb/dvb-t/se-Sveg_Brickan ... Processing usr/share/dvb/dvb-t/se-Sveg_Ransjo ... Processing usr/share/dvb/dvb-t/se-Svenstavik ... Processing usr/share/dvb/dvb-t/se-Svinesund ... Processing usr/share/dvb/dvb-t/se-Syssleback ... Processing usr/share/dvb/dvb-t/se-Taberg ... Processing usr/share/dvb/dvb-t/se-Tandadalen ... Processing usr/share/dvb/dvb-t/se-Tannas_Vastra ... Processing usr/share/dvb/dvb-t/se-Tanndalen ... Processing usr/share/dvb/dvb-t/se-Tarnaby_Ryfjallet ... Processing usr/share/dvb/dvb-t/se-Tarnamo ... Processing usr/share/dvb/dvb-t/se-Tasjo ... Processing usr/share/dvb/dvb-t/se-Tavelsjo ... Processing usr/share/dvb/dvb-t/se-Tocksfors ... Processing usr/share/dvb/dvb-t/se-Tollsjo ... Processing usr/share/dvb/dvb-t/se-Tormestorp ... Processing usr/share/dvb/dvb-t/se-Tornetrask ... Processing usr/share/dvb/dvb-t/se-Torpshammar ... Processing usr/share/dvb/dvb-t/se-Torsby_Bada ... Processing usr/share/dvb/dvb-t/se-Tranas_Bredkarr ... Processing usr/share/dvb/dvb-t/se-Tranemo ... Processing usr/share/dvb/dvb-t/se-Transtrand_Bolheden ... Processing usr/share/dvb/dvb-t/se-Traryd_Betas ... Processing usr/share/dvb/dvb-t/se-Trehorningsjo ... Processing usr/share/dvb/dvb-t/se-Trelleborg_Gylle ... Processing usr/share/dvb/dvb-t/se-Trollhattan ... Processing usr/share/dvb/dvb-t/se-Trosa ... Processing usr/share/dvb/dvb-t/se-Tullinge_Hamra ... Processing usr/share/dvb/dvb-t/se-Tyringe ... Processing usr/share/dvb/dvb-t/se-Tystberga ... Processing usr/share/dvb/dvb-t/se-Uddevalla_Herrestad ... Processing usr/share/dvb/dvb-t/se-Uddevalla_Kapelle ... Processing usr/share/dvb/dvb-t/se-Uggleheden ... Processing usr/share/dvb/dvb-t/se-Ullanger_Skidsta ... Processing usr/share/dvb/dvb-t/se-Ullared ... Processing usr/share/dvb/dvb-t/se-Ulricehamn ... Processing usr/share/dvb/dvb-t/se-Ulvohamn ... Processing usr/share/dvb/dvb-t/se-Ulvshyttan_Porjus ... Processing usr/share/dvb/dvb-t/se-Umea_Mariehem ... Processing usr/share/dvb/dvb-t/se-Umfors ... Processing usr/share/dvb/dvb-t/se-Umgransele_Granselelund ... Processing usr/share/dvb/dvb-t/se-Undersaker ... Processing usr/share/dvb/dvb-t/se-Uppsala_Rickomberga ... Processing usr/share/dvb/dvb-t/se-Uppsala_Vedyxa ... Processing usr/share/dvb/dvb-t/se-Utansjo ... Processing usr/share/dvb/dvb-t/se-Utanskog ... Processing usr/share/dvb/dvb-t/se-Vaddo_Elmsta ... Processing usr/share/dvb/dvb-t/se-Valadalen ... Processing usr/share/dvb/dvb-t/se-Valanger ... Processing usr/share/dvb/dvb-t/se-Valdemarsvik ... Processing usr/share/dvb/dvb-t/se-Valsjobyn ... Processing usr/share/dvb/dvb-t/se-Vannas_Granlundsberget ... Processing usr/share/dvb/dvb-t/se-Vansbro_Hummelberget ... Processing usr/share/dvb/dvb-t/se-Varberg_Grimeton ... Processing usr/share/dvb/dvb-t/se-Varmvattnet ... Processing usr/share/dvb/dvb-t/se-Varnamo_Alandsryd ... Processing usr/share/dvb/dvb-t/se-Vassbotten ... Processing usr/share/dvb/dvb-t/se-Vassijaure ... Processing usr/share/dvb/dvb-t/se-Vastansjo ... Processing usr/share/dvb/dvb-t/se-Vasteras_Lillharad ... Processing usr/share/dvb/dvb-t/se-Vastervik_Farhult ... Processing usr/share/dvb/dvb-t/se-Vato ... Processing usr/share/dvb/dvb-t/se-Vaxbo ... Processing usr/share/dvb/dvb-t/se-Vemdalsskalet ... Processing usr/share/dvb/dvb-t/se-Vessigebro ... Processing usr/share/dvb/dvb-t/se-Vetlanda_Nye ... Processing usr/share/dvb/dvb-t/se-Vidsel ... Processing usr/share/dvb/dvb-t/se-Vietas ... Processing usr/share/dvb/dvb-t/se-Vikmanshyttan ... Processing usr/share/dvb/dvb-t/se-Viksjo ... Processing usr/share/dvb/dvb-t/se-Vilhelmina ... Processing usr/share/dvb/dvb-t/se-Villands_Vanga ... Processing usr/share/dvb/dvb-t/se-Vindelgransele ... Processing usr/share/dvb/dvb-t/se-Vindeln_Renfors ... Processing usr/share/dvb/dvb-t/se-Virserum ... Processing usr/share/dvb/dvb-t/se-Visby_Follingbo ... Processing usr/share/dvb/dvb-t/se-Visby_Hamnen ... Processing usr/share/dvb/dvb-t/se-Visby_Havdhem ... Processing usr/share/dvb/dvb-t/se-Visingso ... Processing usr/share/dvb/dvb-t/se-Vislanda_Nydala ... Processing usr/share/dvb/dvb-t/se-Vitberget ... Processing usr/share/dvb/dvb-t/se-Vitsand ... Processing usr/share/dvb/dvb-t/se-Vitsand_Vagsjofors ... Processing usr/share/dvb/dvb-t/se-Voxna ... Processing usr/share/dvb/dvb-t/se-Vuollerim ... Processing usr/share/dvb/dvb-t/se-Ystad_Metallgatan ... Processing usr/share/dvb/dvb-t/se-Yttermalung ... Processing usr/share/dvb/dvb-t/si-Ljubljana ... Processing usr/share/dvb/dvb-t/sk-BanskaBystrica ... Processing usr/share/dvb/dvb-t/sk-BanskaStiavnica ... Processing usr/share/dvb/dvb-t/sk-Bardejov ... Processing usr/share/dvb/dvb-t/sk-Bratislava ... Processing usr/share/dvb/dvb-t/sk-Cadca ... Processing usr/share/dvb/dvb-t/sk-Detva ... Processing usr/share/dvb/dvb-t/sk-Hnusta ... Processing usr/share/dvb/dvb-t/sk-Kosice ... Processing usr/share/dvb/dvb-t/sk-KralovskyChlmec ... Processing usr/share/dvb/dvb-t/sk-Krompachy ... Processing usr/share/dvb/dvb-t/sk-Lucenec ... Processing usr/share/dvb/dvb-t/sk-Medzev ... Processing usr/share/dvb/dvb-t/sk-Namestovo ... Processing usr/share/dvb/dvb-t/sk-Nitra ... Processing usr/share/dvb/dvb-t/sk-Poprad ... Processing usr/share/dvb/dvb-t/sk-PovazskaBystrica ... Processing usr/share/dvb/dvb-t/sk-Presov ... Processing usr/share/dvb/dvb-t/sk-Prievidza ... Processing usr/share/dvb/dvb-t/sk-Revuca ... Processing usr/share/dvb/dvb-t/sk-Roznava ... Processing usr/share/dvb/dvb-t/sk-Ruzomberok ... Processing usr/share/dvb/dvb-t/sk-Snina ... Processing usr/share/dvb/dvb-t/sk-StaraLubovna ... Processing usr/share/dvb/dvb-t/sk-Sturovo ... Processing usr/share/dvb/dvb-t/sk-Trencin ... Processing usr/share/dvb/dvb-t/sk-Zilina ... Processing usr/share/dvb/dvb-t/tw-All ... Processing usr/share/dvb/dvb-t/ua-Kharkov ... Processing usr/share/dvb/dvb-t/ua-Kyiv ... Processing usr/share/dvb/dvb-t/ua-Lozovaya ... Processing usr/share/dvb/dvb-t/ua-Odessa ... Processing usr/share/dvb/dvb-t/ua-Shostka ... Processing usr/share/dvb/dvb-t/ug-All ... Processing usr/share/dvb/dvb-t/uk-Aberdare ... Processing usr/share/dvb/dvb-t/uk-Angus ... Processing usr/share/dvb/dvb-t/uk-BeaconHill ... Processing usr/share/dvb/dvb-t/uk-Belmont ... Processing usr/share/dvb/dvb-t/uk-Bilsdale ... Processing usr/share/dvb/dvb-t/uk-BlackHill ... Processing usr/share/dvb/dvb-t/uk-Blaenplwyf ... Processing usr/share/dvb/dvb-t/uk-BluebellHill ... Processing usr/share/dvb/dvb-t/uk-Bressay ... Processing usr/share/dvb/dvb-t/uk-BrierleyHill ... Processing usr/share/dvb/dvb-t/uk-BristolIlchesterCrescent ... Processing usr/share/dvb/dvb-t/uk-BristolKingsWeston ... Processing usr/share/dvb/dvb-t/uk-Bromsgrove ... Processing usr/share/dvb/dvb-t/uk-BrougherMountain ... Processing usr/share/dvb/dvb-t/uk-Caldbeck ... Processing usr/share/dvb/dvb-t/uk-CaradonHill ... Processing usr/share/dvb/dvb-t/uk-Carmel ... Processing usr/share/dvb/dvb-t/uk-Chatton ... Processing usr/share/dvb/dvb-t/uk-Chesterfield ... Processing usr/share/dvb/dvb-t/uk-Craigkelly ... Processing usr/share/dvb/dvb-t/uk-CrystalPalace ... Processing usr/share/dvb/dvb-t/uk-Darvel ... Processing usr/share/dvb/dvb-t/uk-Divis ... Processing usr/share/dvb/dvb-t/uk-Dover ... Processing usr/share/dvb/dvb-t/uk-Durris ... Processing usr/share/dvb/dvb-t/uk-Eitshal ... Processing usr/share/dvb/dvb-t/uk-EmleyMoor ... Processing usr/share/dvb/dvb-t/uk-Fenham ... Processing usr/share/dvb/dvb-t/uk-Fenton ... Processing usr/share/dvb/dvb-t/uk-Ferryside ... Processing usr/share/dvb/dvb-t/uk-Guildford ... Processing usr/share/dvb/dvb-t/uk-Hannington ... Processing usr/share/dvb/dvb-t/uk-Hastings ... Processing usr/share/dvb/dvb-t/uk-Heathfield ... Processing usr/share/dvb/dvb-t/uk-HemelHempstead ... Processing usr/share/dvb/dvb-t/uk-HuntshawCross ... Processing usr/share/dvb/dvb-t/uk-Idle ... Processing usr/share/dvb/dvb-t/uk-KeelylangHill ... Processing usr/share/dvb/dvb-t/uk-Keighley ... Processing usr/share/dvb/dvb-t/uk-KilveyHill ... Processing usr/share/dvb/dvb-t/uk-KnockMore ... Processing usr/share/dvb/dvb-t/uk-Lancaster ... Processing usr/share/dvb/dvb-t/uk-LarkStoke ... Processing usr/share/dvb/dvb-t/uk-Limavady ... Processing usr/share/dvb/dvb-t/uk-Llanddona ... Processing usr/share/dvb/dvb-t/uk-Malvern ... Processing usr/share/dvb/dvb-t/uk-Mendip ... Processing usr/share/dvb/dvb-t/uk-Midhurst ... Processing usr/share/dvb/dvb-t/uk-MoelyParc ... Processing usr/share/dvb/dvb-t/uk-Nottingham ... Processing usr/share/dvb/dvb-t/uk-OliversMount ... Processing usr/share/dvb/dvb-t/uk-Oxford ... Processing usr/share/dvb/dvb-t/uk-PendleForest ... Processing usr/share/dvb/dvb-t/uk-Plympton ... Processing usr/share/dvb/dvb-t/uk-PontopPike ... Processing usr/share/dvb/dvb-t/uk-Pontypool ... Processing usr/share/dvb/dvb-t/uk-Preseli ... Processing usr/share/dvb/dvb-t/uk-Redruth ... Processing usr/share/dvb/dvb-t/uk-Reigate ... Processing usr/share/dvb/dvb-t/uk-RidgeHill ... Processing usr/share/dvb/dvb-t/uk-Rosemarkie ... Processing usr/share/dvb/dvb-t/uk-Rosneath ... Processing usr/share/dvb/dvb-t/uk-Rowridge ... Processing usr/share/dvb/dvb-t/uk-RumsterForest ... Processing usr/share/dvb/dvb-t/uk-Saddleworth ... Processing usr/share/dvb/dvb-t/uk-Salisbury ... Processing usr/share/dvb/dvb-t/uk-SandyHeath ... Processing usr/share/dvb/dvb-t/uk-Selkirk ... Processing usr/share/dvb/dvb-t/uk-Sheffield ... Processing usr/share/dvb/dvb-t/uk-StocklandHill ... Processing usr/share/dvb/dvb-t/uk-Storeton ... Processing usr/share/dvb/dvb-t/uk-Sudbury ... Processing usr/share/dvb/dvb-t/uk-SuttonColdfield ... Processing usr/share/dvb/dvb-t/uk-Tacolneston ... Processing usr/share/dvb/dvb-t/uk-TheWrekin ... Processing usr/share/dvb/dvb-t/uk-Torosay ... Processing usr/share/dvb/dvb-t/uk-TunbridgeWells ... Processing usr/share/dvb/dvb-t/uk-Waltham ... Processing usr/share/dvb/dvb-t/uk-Wenvoe ... Processing usr/share/dvb/dvb-t/uk-WhitehawkHill ... Processing usr/share/dvb/dvb-t/uk-WinterHill ... Processing usr/share/dvb/dvb-t/vn-Hanoi ... Processing usr/share/dvb/dvb-t/vn-Thaibinh ... Processing usr/share/emacs ... Processing usr/share/emacs/site-lisp ... Processing usr/share/emacs/site-lisp/ps-ccrypt.el ... Processing usr/share/emacs/site-lisp/ps-ccrypt.elc ... Processing usr/share/enscript ... Processing usr/share/enscript/88591.enc ... Processing usr/share/enscript/885910.enc ... Processing usr/share/enscript/88592.enc ... Processing usr/share/enscript/88593.enc ... Processing usr/share/enscript/88594.enc ... Processing usr/share/enscript/88595.enc ... Processing usr/share/enscript/88597.enc ... Processing usr/share/enscript/88599.enc ... Processing usr/share/enscript/a2ps.hdr ... Processing usr/share/enscript/afm ... Processing usr/share/enscript/afm/MustRead.html ... Processing usr/share/enscript/afm/agd.afm ... Processing usr/share/enscript/afm/agdo.afm ... Processing usr/share/enscript/afm/agw.afm ... Processing usr/share/enscript/afm/agwo.afm ... Processing usr/share/enscript/afm/bkd.afm ... Processing usr/share/enscript/afm/bkdi.afm ... Processing usr/share/enscript/afm/bkl.afm ... Processing usr/share/enscript/afm/bkli.afm ... Processing usr/share/enscript/afm/cob.afm ... Processing usr/share/enscript/afm/cobo.afm ... Processing usr/share/enscript/afm/com.afm ... Processing usr/share/enscript/afm/coo.afm ... Processing usr/share/enscript/afm/font.map ... Processing usr/share/enscript/afm/hv.afm ... Processing usr/share/enscript/afm/hvb.afm ... Processing usr/share/enscript/afm/hvbo.afm ... Processing usr/share/enscript/afm/hvc.afm ... Processing usr/share/enscript/afm/hvcb.afm ... Processing usr/share/enscript/afm/hvcbo.afm ... Processing usr/share/enscript/afm/hvcdo.afm ... Processing usr/share/enscript/afm/hvn.afm ... Processing usr/share/enscript/afm/hvnb.afm ... Processing usr/share/enscript/afm/hvnbo.afm ... Processing usr/share/enscript/afm/hvno.afm ... Processing usr/share/enscript/afm/hvo.afm ... Processing usr/share/enscript/afm/matrix.afm ... Processing usr/share/enscript/afm/matrix.pfa ... Processing usr/share/enscript/afm/ncb.afm ... Processing usr/share/enscript/afm/ncbi.afm ... Processing usr/share/enscript/afm/nci.afm ... Processing usr/share/enscript/afm/ncr.afm ... Processing usr/share/enscript/afm/pob.afm ... Processing usr/share/enscript/afm/pobi.afm ... Processing usr/share/enscript/afm/poi.afm ... Processing usr/share/enscript/afm/por.afm ... Processing usr/share/enscript/afm/sy.afm ... Processing usr/share/enscript/afm/tib.afm ... Processing usr/share/enscript/afm/tibi.afm ... Processing usr/share/enscript/afm/tii.afm ... Processing usr/share/enscript/afm/tir.afm ... Processing usr/share/enscript/afm/zcmi.afm ... Processing usr/share/enscript/afm/zd.afm ... Processing usr/share/enscript/ascii.enc ... Processing usr/share/enscript/asciidkno.enc ... Processing usr/share/enscript/asciifise.enc ... Processing usr/share/enscript/edd.hdr ... Processing usr/share/enscript/emacs.hdr ... Processing usr/share/enscript/enscript-color.hdr ... Processing usr/share/enscript/enscript.hdr ... Processing usr/share/enscript/enscript.pro ... Processing usr/share/enscript/frame.hdr ... Processing usr/share/enscript/hl ... Processing usr/share/enscript/hl/ada.st ... Processing usr/share/enscript/hl/asm.st ... Processing usr/share/enscript/hl/awk.st ... Processing usr/share/enscript/hl/bash.st ... Processing usr/share/enscript/hl/c.st ... Processing usr/share/enscript/hl/c_comment.st ... Processing usr/share/enscript/hl/c_ppline.st ... Processing usr/share/enscript/hl/c_string.st ... Processing usr/share/enscript/hl/changelog.st ... Processing usr/share/enscript/hl/cpp.st ... Processing usr/share/enscript/hl/csh.st ... Processing usr/share/enscript/hl/default_faces.st ... Processing usr/share/enscript/hl/delphi.st ... Processing usr/share/enscript/hl/describe_languages.st ... Processing usr/share/enscript/hl/diff.st ... Processing usr/share/enscript/hl/diffs.st ... Processing usr/share/enscript/hl/diffu.st ... Processing usr/share/enscript/hl/elisp.st ... Processing usr/share/enscript/hl/enscript.st ... Processing usr/share/enscript/hl/f90.st ... Processing usr/share/enscript/hl/fortran.st ... Processing usr/share/enscript/hl/fortran_pp.st ... Processing usr/share/enscript/hl/haskell.st ... Processing usr/share/enscript/hl/html.st ... Processing usr/share/enscript/hl/idl.st ... Processing usr/share/enscript/hl/inf.st ... Processing usr/share/enscript/hl/java.st ... Processing usr/share/enscript/hl/javascript.st ... Processing usr/share/enscript/hl/ksh.st ... Processing usr/share/enscript/hl/lang_ansi.st ... Processing usr/share/enscript/hl/lang_enscript.st ... Processing usr/share/enscript/hl/lang_html.st ... Processing usr/share/enscript/hl/lang_overstrike.st ... Processing usr/share/enscript/hl/lang_rtf.st ... Processing usr/share/enscript/hl/lang_texinfo.st ... Processing usr/share/enscript/hl/m4.st ... Processing usr/share/enscript/hl/mail.st ... Processing usr/share/enscript/hl/makefile.st ... Processing usr/share/enscript/hl/matlab.st ... Processing usr/share/enscript/hl/nroff.st ... Processing usr/share/enscript/hl/objc.st ... Processing usr/share/enscript/hl/outline.st ... Processing usr/share/enscript/hl/pascal.st ... Processing usr/share/enscript/hl/passthrough.st ... Processing usr/share/enscript/hl/perl.st ... Processing usr/share/enscript/hl/postscript.st ... Processing usr/share/enscript/hl/pyrex.st ... Processing usr/share/enscript/hl/python.st ... Processing usr/share/enscript/hl/rfc.st ... Processing usr/share/enscript/hl/scheme.st ... Processing usr/share/enscript/hl/sh.st ... Processing usr/share/enscript/hl/skill.st ... Processing usr/share/enscript/hl/sql.st ... Processing usr/share/enscript/hl/states.st ... Processing usr/share/enscript/hl/style_a2ps.st ... Processing usr/share/enscript/hl/style_emacs.st ... Processing usr/share/enscript/hl/style_emacs_verbose.st ... Processing usr/share/enscript/hl/style_ifh.st ... Processing usr/share/enscript/hl/style_msvc.st ... Processing usr/share/enscript/hl/synopsys.st ... Processing usr/share/enscript/hl/tcl.st ... Processing usr/share/enscript/hl/tcsh.st ... Processing usr/share/enscript/hl/tex.st ... Processing usr/share/enscript/hl/vba.st ... Processing usr/share/enscript/hl/verilog.st ... Processing usr/share/enscript/hl/vhdl.st ... Processing usr/share/enscript/hl/vrml.st ... Processing usr/share/enscript/hl/wmlscript.st ... Processing usr/share/enscript/hl/zsh.st ... Processing usr/share/enscript/hp8.enc ... Processing usr/share/enscript/ibmpc.enc ... Processing usr/share/enscript/koi8.enc ... Processing usr/share/enscript/mac.enc ... Processing usr/share/enscript/mp.hdr ... Processing usr/share/enscript/ps.enc ... Processing usr/share/enscript/pslatin1.enc ... Processing usr/share/enscript/simple.hdr ... Processing usr/share/enscript/squeeze.hdr ... Processing usr/share/enscript/vms.enc ... Processing usr/share/font-awesome ... Processing usr/share/font-awesome/css ... Processing usr/share/font-awesome/css/font-awesome.css ... Processing usr/share/font-awesome/css/font-awesome.css.map ... Processing usr/share/font-awesome/css/font-awesome.min.css ... Processing usr/share/font-awesome/fonts ... Processing usr/share/font-awesome/fonts/FontAwesome.otf ... Processing usr/share/font-awesome/fonts/fontawesome-webfont.eot ... Processing usr/share/font-awesome/fonts/fontawesome-webfont.svg ... Processing usr/share/font-awesome/fonts/fontawesome-webfont.ttf ... Processing usr/share/font-awesome/fonts/fontawesome-webfont.woff ... Processing usr/share/font-awesome/fonts/fontawesome-webfont.woff2 ... Processing usr/share/font-awesome/less ... Processing usr/share/font-awesome/less/animated.less ... Processing usr/share/font-awesome/less/bordered-pulled.less ... Processing usr/share/font-awesome/less/core.less ... Processing usr/share/font-awesome/less/fixed-width.less ... Processing usr/share/font-awesome/less/font-awesome.less ... Processing usr/share/font-awesome/less/icons.less ... Processing usr/share/font-awesome/less/larger.less ... Processing usr/share/font-awesome/less/list.less ... Processing usr/share/font-awesome/less/mixins.less ... Processing usr/share/font-awesome/less/path.less ... Processing usr/share/font-awesome/less/rotated-flipped.less ... Processing usr/share/font-awesome/less/screen-reader.less ... Processing usr/share/font-awesome/less/stacked.less ... Processing usr/share/font-awesome/less/variables.less ... Processing usr/share/font-awesome/scss ... Processing usr/share/font-awesome/scss/_animated.scss ... Processing usr/share/font-awesome/scss/_bordered-pulled.scss ... Processing usr/share/font-awesome/scss/_core.scss ... Processing usr/share/font-awesome/scss/_fixed-width.scss ... Processing usr/share/font-awesome/scss/_icons.scss ... Processing usr/share/font-awesome/scss/_larger.scss ... Processing usr/share/font-awesome/scss/_list.scss ... Processing usr/share/font-awesome/scss/_mixins.scss ... Processing usr/share/font-awesome/scss/_path.scss ... Processing usr/share/font-awesome/scss/_rotated-flipped.scss ... Processing usr/share/font-awesome/scss/_screen-reader.scss ... Processing usr/share/font-awesome/scss/_stacked.scss ... Processing usr/share/font-awesome/scss/_variables.scss ... Processing usr/share/font-awesome/scss/font-awesome.scss ... Processing usr/share/fonts ... Processing usr/share/fonts/font-awesome ... Processing usr/share/hwloc ... Processing usr/share/hwloc/hwloc-dump-hwdata.service ... Processing usr/share/hwloc/hwloc-ps.www ... Processing usr/share/hwloc/hwloc-ps.www/README ... Processing usr/share/hwloc/hwloc-ps.www/assets ... Processing usr/share/hwloc/hwloc-ps.www/assets/index.html ... Processing usr/share/hwloc/hwloc-ps.www/assets/main.css ... Processing usr/share/hwloc/hwloc-ps.www/assets/script.js ... Processing usr/share/hwloc/hwloc-ps.www/assets/style.css ... Processing usr/share/hwloc/hwloc-ps.www/client.js ... Processing usr/share/hwloc/hwloc-ps.www/package.json ... Processing usr/share/hwloc/hwloc-valgrind.supp ... Processing usr/share/hwloc/hwloc.dtd ... Processing usr/share/hwloc/hwloc2-diff.dtd ... Processing usr/share/hwloc/hwloc2.dtd ... Processing usr/share/icons ... Processing usr/share/icons/hicolor ... Processing usr/share/icons/hicolor/128x128 ... Processing usr/share/icons/hicolor/128x128/actions ... Processing usr/share/icons/hicolor/128x128/animations ... Processing usr/share/icons/hicolor/128x128/apps ... Processing usr/share/icons/hicolor/128x128/categories ... Processing usr/share/icons/hicolor/128x128/devices ... Processing usr/share/icons/hicolor/128x128/emblems ... Processing usr/share/icons/hicolor/128x128/emotes ... Processing usr/share/icons/hicolor/128x128/filesystems ... Processing usr/share/icons/hicolor/128x128/intl ... Processing usr/share/icons/hicolor/128x128/mimetypes ... Processing usr/share/icons/hicolor/128x128/places ... Processing usr/share/icons/hicolor/128x128/status ... Processing usr/share/icons/hicolor/128x128/stock ... Processing usr/share/icons/hicolor/128x128/stock/chart ... Processing usr/share/icons/hicolor/128x128/stock/code ... Processing usr/share/icons/hicolor/128x128/stock/data ... Processing usr/share/icons/hicolor/128x128/stock/form ... Processing usr/share/icons/hicolor/128x128/stock/image ... Processing usr/share/icons/hicolor/128x128/stock/io ... Processing usr/share/icons/hicolor/128x128/stock/media ... Processing usr/share/icons/hicolor/128x128/stock/navigation ... Processing usr/share/icons/hicolor/128x128/stock/net ... Processing usr/share/icons/hicolor/128x128/stock/object ... Processing usr/share/icons/hicolor/128x128/stock/table ... Processing usr/share/icons/hicolor/128x128/stock/text ... Processing usr/share/icons/hicolor/16x16 ... Processing usr/share/icons/hicolor/16x16/actions ... Processing usr/share/icons/hicolor/16x16/animations ... Processing usr/share/icons/hicolor/16x16/apps ... Processing usr/share/icons/hicolor/16x16/categories ... Processing usr/share/icons/hicolor/16x16/devices ... Processing usr/share/icons/hicolor/16x16/emblems ... Processing usr/share/icons/hicolor/16x16/emotes ... Processing usr/share/icons/hicolor/16x16/filesystems ... Processing usr/share/icons/hicolor/16x16/intl ... Processing usr/share/icons/hicolor/16x16/mimetypes ... Processing usr/share/icons/hicolor/16x16/places ... Processing usr/share/icons/hicolor/16x16/status ... Processing usr/share/icons/hicolor/16x16/stock ... Processing usr/share/icons/hicolor/16x16/stock/chart ... Processing usr/share/icons/hicolor/16x16/stock/code ... Processing usr/share/icons/hicolor/16x16/stock/data ... Processing usr/share/icons/hicolor/16x16/stock/form ... Processing usr/share/icons/hicolor/16x16/stock/image ... Processing usr/share/icons/hicolor/16x16/stock/io ... Processing usr/share/icons/hicolor/16x16/stock/media ... Processing usr/share/icons/hicolor/16x16/stock/navigation ... Processing usr/share/icons/hicolor/16x16/stock/net ... Processing usr/share/icons/hicolor/16x16/stock/object ... Processing usr/share/icons/hicolor/16x16/stock/table ... Processing usr/share/icons/hicolor/16x16/stock/text ... Processing usr/share/icons/hicolor/192x192 ... Processing usr/share/icons/hicolor/192x192/actions ... Processing usr/share/icons/hicolor/192x192/animations ... Processing usr/share/icons/hicolor/192x192/apps ... Processing usr/share/icons/hicolor/192x192/categories ... Processing usr/share/icons/hicolor/192x192/devices ... Processing usr/share/icons/hicolor/192x192/emblems ... Processing usr/share/icons/hicolor/192x192/emotes ... Processing usr/share/icons/hicolor/192x192/filesystems ... Processing usr/share/icons/hicolor/192x192/intl ... Processing usr/share/icons/hicolor/192x192/mimetypes ... Processing usr/share/icons/hicolor/192x192/places ... Processing usr/share/icons/hicolor/192x192/status ... Processing usr/share/icons/hicolor/192x192/stock ... Processing usr/share/icons/hicolor/192x192/stock/chart ... Processing usr/share/icons/hicolor/192x192/stock/code ... Processing usr/share/icons/hicolor/192x192/stock/data ... Processing usr/share/icons/hicolor/192x192/stock/form ... Processing usr/share/icons/hicolor/192x192/stock/image ... Processing usr/share/icons/hicolor/192x192/stock/io ... Processing usr/share/icons/hicolor/192x192/stock/media ... Processing usr/share/icons/hicolor/192x192/stock/navigation ... Processing usr/share/icons/hicolor/192x192/stock/net ... Processing usr/share/icons/hicolor/192x192/stock/object ... Processing usr/share/icons/hicolor/192x192/stock/table ... Processing usr/share/icons/hicolor/192x192/stock/text ... Processing usr/share/icons/hicolor/22x22 ... Processing usr/share/icons/hicolor/22x22/actions ... Processing usr/share/icons/hicolor/22x22/animations ... Processing usr/share/icons/hicolor/22x22/apps ... Processing usr/share/icons/hicolor/22x22/categories ... Processing usr/share/icons/hicolor/22x22/devices ... Processing usr/share/icons/hicolor/22x22/emblems ... Processing usr/share/icons/hicolor/22x22/emotes ... Processing usr/share/icons/hicolor/22x22/filesystems ... Processing usr/share/icons/hicolor/22x22/intl ... Processing usr/share/icons/hicolor/22x22/mimetypes ... Processing usr/share/icons/hicolor/22x22/places ... Processing usr/share/icons/hicolor/22x22/status ... Processing usr/share/icons/hicolor/22x22/stock ... Processing usr/share/icons/hicolor/22x22/stock/chart ... Processing usr/share/icons/hicolor/22x22/stock/code ... Processing usr/share/icons/hicolor/22x22/stock/data ... Processing usr/share/icons/hicolor/22x22/stock/form ... Processing usr/share/icons/hicolor/22x22/stock/image ... Processing usr/share/icons/hicolor/22x22/stock/io ... Processing usr/share/icons/hicolor/22x22/stock/media ... Processing usr/share/icons/hicolor/22x22/stock/navigation ... Processing usr/share/icons/hicolor/22x22/stock/net ... Processing usr/share/icons/hicolor/22x22/stock/object ... Processing usr/share/icons/hicolor/22x22/stock/table ... Processing usr/share/icons/hicolor/22x22/stock/text ... Processing usr/share/icons/hicolor/24x24 ... Processing usr/share/icons/hicolor/24x24/actions ... Processing usr/share/icons/hicolor/24x24/animations ... Processing usr/share/icons/hicolor/24x24/apps ... Processing usr/share/icons/hicolor/24x24/categories ... Processing usr/share/icons/hicolor/24x24/devices ... Processing usr/share/icons/hicolor/24x24/emblems ... Processing usr/share/icons/hicolor/24x24/emotes ... Processing usr/share/icons/hicolor/24x24/filesystems ... Processing usr/share/icons/hicolor/24x24/intl ... Processing usr/share/icons/hicolor/24x24/mimetypes ... Processing usr/share/icons/hicolor/24x24/places ... Processing usr/share/icons/hicolor/24x24/status ... Processing usr/share/icons/hicolor/24x24/stock ... Processing usr/share/icons/hicolor/24x24/stock/chart ... Processing usr/share/icons/hicolor/24x24/stock/code ... Processing usr/share/icons/hicolor/24x24/stock/data ... Processing usr/share/icons/hicolor/24x24/stock/form ... Processing usr/share/icons/hicolor/24x24/stock/image ... Processing usr/share/icons/hicolor/24x24/stock/io ... Processing usr/share/icons/hicolor/24x24/stock/media ... Processing usr/share/icons/hicolor/24x24/stock/navigation ... Processing usr/share/icons/hicolor/24x24/stock/net ... Processing usr/share/icons/hicolor/24x24/stock/object ... Processing usr/share/icons/hicolor/24x24/stock/table ... Processing usr/share/icons/hicolor/24x24/stock/text ... Processing usr/share/icons/hicolor/256x256 ... Processing usr/share/icons/hicolor/256x256/actions ... Processing usr/share/icons/hicolor/256x256/animations ... Processing usr/share/icons/hicolor/256x256/apps ... Processing usr/share/icons/hicolor/256x256/categories ... Processing usr/share/icons/hicolor/256x256/devices ... Processing usr/share/icons/hicolor/256x256/emblems ... Processing usr/share/icons/hicolor/256x256/emotes ... Processing usr/share/icons/hicolor/256x256/filesystems ... Processing usr/share/icons/hicolor/256x256/intl ... Processing usr/share/icons/hicolor/256x256/mimetypes ... Processing usr/share/icons/hicolor/256x256/places ... Processing usr/share/icons/hicolor/256x256/status ... Processing usr/share/icons/hicolor/256x256/stock ... Processing usr/share/icons/hicolor/256x256/stock/chart ... Processing usr/share/icons/hicolor/256x256/stock/code ... Processing usr/share/icons/hicolor/256x256/stock/data ... Processing usr/share/icons/hicolor/256x256/stock/form ... Processing usr/share/icons/hicolor/256x256/stock/image ... Processing usr/share/icons/hicolor/256x256/stock/io ... Processing usr/share/icons/hicolor/256x256/stock/media ... Processing usr/share/icons/hicolor/256x256/stock/navigation ... Processing usr/share/icons/hicolor/256x256/stock/net ... Processing usr/share/icons/hicolor/256x256/stock/object ... Processing usr/share/icons/hicolor/256x256/stock/table ... Processing usr/share/icons/hicolor/256x256/stock/text ... Processing usr/share/icons/hicolor/32x32 ... Processing usr/share/icons/hicolor/32x32/actions ... Processing usr/share/icons/hicolor/32x32/animations ... Processing usr/share/icons/hicolor/32x32/apps ... Processing usr/share/icons/hicolor/32x32/categories ... Processing usr/share/icons/hicolor/32x32/devices ... Processing usr/share/icons/hicolor/32x32/emblems ... Processing usr/share/icons/hicolor/32x32/emotes ... Processing usr/share/icons/hicolor/32x32/filesystems ... Processing usr/share/icons/hicolor/32x32/intl ... Processing usr/share/icons/hicolor/32x32/mimetypes ... Processing usr/share/icons/hicolor/32x32/places ... Processing usr/share/icons/hicolor/32x32/status ... Processing usr/share/icons/hicolor/32x32/stock ... Processing usr/share/icons/hicolor/32x32/stock/chart ... Processing usr/share/icons/hicolor/32x32/stock/code ... Processing usr/share/icons/hicolor/32x32/stock/data ... Processing usr/share/icons/hicolor/32x32/stock/form ... Processing usr/share/icons/hicolor/32x32/stock/image ... Processing usr/share/icons/hicolor/32x32/stock/io ... Processing usr/share/icons/hicolor/32x32/stock/media ... Processing usr/share/icons/hicolor/32x32/stock/navigation ... Processing usr/share/icons/hicolor/32x32/stock/net ... Processing usr/share/icons/hicolor/32x32/stock/object ... Processing usr/share/icons/hicolor/32x32/stock/table ... Processing usr/share/icons/hicolor/32x32/stock/text ... Processing usr/share/icons/hicolor/36x36 ... Processing usr/share/icons/hicolor/36x36/actions ... Processing usr/share/icons/hicolor/36x36/animations ... Processing usr/share/icons/hicolor/36x36/apps ... Processing usr/share/icons/hicolor/36x36/categories ... Processing usr/share/icons/hicolor/36x36/devices ... Processing usr/share/icons/hicolor/36x36/emblems ... Processing usr/share/icons/hicolor/36x36/emotes ... Processing usr/share/icons/hicolor/36x36/filesystems ... Processing usr/share/icons/hicolor/36x36/intl ... Processing usr/share/icons/hicolor/36x36/mimetypes ... Processing usr/share/icons/hicolor/36x36/places ... Processing usr/share/icons/hicolor/36x36/status ... Processing usr/share/icons/hicolor/36x36/stock ... Processing usr/share/icons/hicolor/36x36/stock/chart ... Processing usr/share/icons/hicolor/36x36/stock/code ... Processing usr/share/icons/hicolor/36x36/stock/data ... Processing usr/share/icons/hicolor/36x36/stock/form ... Processing usr/share/icons/hicolor/36x36/stock/image ... Processing usr/share/icons/hicolor/36x36/stock/io ... Processing usr/share/icons/hicolor/36x36/stock/media ... Processing usr/share/icons/hicolor/36x36/stock/navigation ... Processing usr/share/icons/hicolor/36x36/stock/net ... Processing usr/share/icons/hicolor/36x36/stock/object ... Processing usr/share/icons/hicolor/36x36/stock/table ... Processing usr/share/icons/hicolor/36x36/stock/text ... Processing usr/share/icons/hicolor/48x48 ... Processing usr/share/icons/hicolor/48x48/actions ... Processing usr/share/icons/hicolor/48x48/animations ... Processing usr/share/icons/hicolor/48x48/apps ... Processing usr/share/icons/hicolor/48x48/categories ... Processing usr/share/icons/hicolor/48x48/devices ... Processing usr/share/icons/hicolor/48x48/emblems ... Processing usr/share/icons/hicolor/48x48/emotes ... Processing usr/share/icons/hicolor/48x48/filesystems ... Processing usr/share/icons/hicolor/48x48/intl ... Processing usr/share/icons/hicolor/48x48/mimetypes ... Processing usr/share/icons/hicolor/48x48/places ... Processing usr/share/icons/hicolor/48x48/status ... Processing usr/share/icons/hicolor/48x48/stock ... Processing usr/share/icons/hicolor/48x48/stock/chart ... Processing usr/share/icons/hicolor/48x48/stock/code ... Processing usr/share/icons/hicolor/48x48/stock/data ... Processing usr/share/icons/hicolor/48x48/stock/form ... Processing usr/share/icons/hicolor/48x48/stock/image ... Processing usr/share/icons/hicolor/48x48/stock/io ... Processing usr/share/icons/hicolor/48x48/stock/media ... Processing usr/share/icons/hicolor/48x48/stock/navigation ... Processing usr/share/icons/hicolor/48x48/stock/net ... Processing usr/share/icons/hicolor/48x48/stock/object ... Processing usr/share/icons/hicolor/48x48/stock/table ... Processing usr/share/icons/hicolor/48x48/stock/text ... Processing usr/share/icons/hicolor/512x512 ... Processing usr/share/icons/hicolor/512x512/actions ... Processing usr/share/icons/hicolor/512x512/animations ... Processing usr/share/icons/hicolor/512x512/apps ... Processing usr/share/icons/hicolor/512x512/categories ... Processing usr/share/icons/hicolor/512x512/devices ... Processing usr/share/icons/hicolor/512x512/emblems ... Processing usr/share/icons/hicolor/512x512/emotes ... Processing usr/share/icons/hicolor/512x512/filesystems ... Processing usr/share/icons/hicolor/512x512/intl ... Processing usr/share/icons/hicolor/512x512/mimetypes ... Processing usr/share/icons/hicolor/512x512/places ... Processing usr/share/icons/hicolor/512x512/status ... Processing usr/share/icons/hicolor/512x512/stock ... Processing usr/share/icons/hicolor/512x512/stock/chart ... Processing usr/share/icons/hicolor/512x512/stock/code ... Processing usr/share/icons/hicolor/512x512/stock/data ... Processing usr/share/icons/hicolor/512x512/stock/form ... Processing usr/share/icons/hicolor/512x512/stock/image ... Processing usr/share/icons/hicolor/512x512/stock/io ... Processing usr/share/icons/hicolor/512x512/stock/media ... Processing usr/share/icons/hicolor/512x512/stock/navigation ... Processing usr/share/icons/hicolor/512x512/stock/net ... Processing usr/share/icons/hicolor/512x512/stock/object ... Processing usr/share/icons/hicolor/512x512/stock/table ... Processing usr/share/icons/hicolor/512x512/stock/text ... Processing usr/share/icons/hicolor/64x64 ... Processing usr/share/icons/hicolor/64x64/actions ... Processing usr/share/icons/hicolor/64x64/animations ... Processing usr/share/icons/hicolor/64x64/apps ... Processing usr/share/icons/hicolor/64x64/categories ... Processing usr/share/icons/hicolor/64x64/devices ... Processing usr/share/icons/hicolor/64x64/emblems ... Processing usr/share/icons/hicolor/64x64/emotes ... Processing usr/share/icons/hicolor/64x64/filesystems ... Processing usr/share/icons/hicolor/64x64/intl ... Processing usr/share/icons/hicolor/64x64/mimetypes ... Processing usr/share/icons/hicolor/64x64/places ... Processing usr/share/icons/hicolor/64x64/status ... Processing usr/share/icons/hicolor/64x64/stock ... Processing usr/share/icons/hicolor/64x64/stock/chart ... Processing usr/share/icons/hicolor/64x64/stock/code ... Processing usr/share/icons/hicolor/64x64/stock/data ... Processing usr/share/icons/hicolor/64x64/stock/form ... Processing usr/share/icons/hicolor/64x64/stock/image ... Processing usr/share/icons/hicolor/64x64/stock/io ... Processing usr/share/icons/hicolor/64x64/stock/media ... Processing usr/share/icons/hicolor/64x64/stock/navigation ... Processing usr/share/icons/hicolor/64x64/stock/net ... Processing usr/share/icons/hicolor/64x64/stock/object ... Processing usr/share/icons/hicolor/64x64/stock/table ... Processing usr/share/icons/hicolor/64x64/stock/text ... Processing usr/share/icons/hicolor/72x72 ... Processing usr/share/icons/hicolor/72x72/actions ... Processing usr/share/icons/hicolor/72x72/animations ... Processing usr/share/icons/hicolor/72x72/apps ... Processing usr/share/icons/hicolor/72x72/categories ... Processing usr/share/icons/hicolor/72x72/devices ... Processing usr/share/icons/hicolor/72x72/emblems ... Processing usr/share/icons/hicolor/72x72/emotes ... Processing usr/share/icons/hicolor/72x72/filesystems ... Processing usr/share/icons/hicolor/72x72/intl ... Processing usr/share/icons/hicolor/72x72/mimetypes ... Processing usr/share/icons/hicolor/72x72/places ... Processing usr/share/icons/hicolor/72x72/status ... Processing usr/share/icons/hicolor/72x72/stock ... Processing usr/share/icons/hicolor/72x72/stock/chart ... Processing usr/share/icons/hicolor/72x72/stock/code ... Processing usr/share/icons/hicolor/72x72/stock/data ... Processing usr/share/icons/hicolor/72x72/stock/form ... Processing usr/share/icons/hicolor/72x72/stock/image ... Processing usr/share/icons/hicolor/72x72/stock/io ... Processing usr/share/icons/hicolor/72x72/stock/media ... Processing usr/share/icons/hicolor/72x72/stock/navigation ... Processing usr/share/icons/hicolor/72x72/stock/net ... Processing usr/share/icons/hicolor/72x72/stock/object ... Processing usr/share/icons/hicolor/72x72/stock/table ... Processing usr/share/icons/hicolor/72x72/stock/text ... Processing usr/share/icons/hicolor/96x96 ... Processing usr/share/icons/hicolor/96x96/actions ... Processing usr/share/icons/hicolor/96x96/animations ... Processing usr/share/icons/hicolor/96x96/apps ... Processing usr/share/icons/hicolor/96x96/categories ... Processing usr/share/icons/hicolor/96x96/devices ... Processing usr/share/icons/hicolor/96x96/emblems ... Processing usr/share/icons/hicolor/96x96/emotes ... Processing usr/share/icons/hicolor/96x96/filesystems ... Processing usr/share/icons/hicolor/96x96/intl ... Processing usr/share/icons/hicolor/96x96/mimetypes ... Processing usr/share/icons/hicolor/96x96/places ... Processing usr/share/icons/hicolor/96x96/status ... Processing usr/share/icons/hicolor/96x96/stock ... Processing usr/share/icons/hicolor/96x96/stock/chart ... Processing usr/share/icons/hicolor/96x96/stock/code ... Processing usr/share/icons/hicolor/96x96/stock/data ... Processing usr/share/icons/hicolor/96x96/stock/form ... Processing usr/share/icons/hicolor/96x96/stock/image ... Processing usr/share/icons/hicolor/96x96/stock/io ... Processing usr/share/icons/hicolor/96x96/stock/media ... Processing usr/share/icons/hicolor/96x96/stock/navigation ... Processing usr/share/icons/hicolor/96x96/stock/net ... Processing usr/share/icons/hicolor/96x96/stock/object ... Processing usr/share/icons/hicolor/96x96/stock/table ... Processing usr/share/icons/hicolor/96x96/stock/text ... Processing usr/share/icons/hicolor/index.theme ... Processing usr/share/icons/hicolor/scalable ... Processing usr/share/icons/hicolor/scalable/actions ... Processing usr/share/icons/hicolor/scalable/animations ... Processing usr/share/icons/hicolor/scalable/apps ... Processing usr/share/icons/hicolor/scalable/categories ... Processing usr/share/icons/hicolor/scalable/devices ... Processing usr/share/icons/hicolor/scalable/emblems ... Processing usr/share/icons/hicolor/scalable/emotes ... Processing usr/share/icons/hicolor/scalable/filesystems ... Processing usr/share/icons/hicolor/scalable/intl ... Processing usr/share/icons/hicolor/scalable/mimetypes ... Processing usr/share/icons/hicolor/scalable/places ... Processing usr/share/icons/hicolor/scalable/status ... Processing usr/share/icons/hicolor/scalable/stock ... Processing usr/share/icons/hicolor/scalable/stock/chart ... Processing usr/share/icons/hicolor/scalable/stock/code ... Processing usr/share/icons/hicolor/scalable/stock/data ... Processing usr/share/icons/hicolor/scalable/stock/form ... Processing usr/share/icons/hicolor/scalable/stock/image ... Processing usr/share/icons/hicolor/scalable/stock/io ... Processing usr/share/icons/hicolor/scalable/stock/media ... Processing usr/share/icons/hicolor/scalable/stock/navigation ... Processing usr/share/icons/hicolor/scalable/stock/net ... Processing usr/share/icons/hicolor/scalable/stock/object ... Processing usr/share/icons/hicolor/scalable/stock/table ... Processing usr/share/icons/hicolor/scalable/stock/text ... Processing usr/share/icons/hicolor/symbolic ... Processing usr/share/icons/hicolor/symbolic/apps ... Processing usr/share/lua ... Processing usr/share/lua/5.4 ... Processing usr/share/mobile-broadband-provider-info ... Processing usr/share/mobile-broadband-provider-info/apns-conf.xml ... Processing usr/share/mobile-broadband-provider-info/serviceproviders.2.dtd ... Processing usr/share/mobile-broadband-provider-info/serviceproviders.xml ... Processing usr/share/sounds ... Processing usr/share/sounds/freedesktop ... Processing usr/share/sounds/freedesktop/index.theme ... Processing usr/share/sounds/freedesktop/stereo ... Processing usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga ... Processing []/share/sounds/freedesktop/stereo/audio-channel-front-center.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-front-left.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-front-right.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-rear-center.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-rear-left.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-rear-right.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-side-left.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-side-right.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-test-signal.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-volume-change.oga ... Processing usr/share/sounds/freedesktop/stereo/bell.oga ... Processing usr/share/sounds/freedesktop/stereo/camera-shutter.oga ... Processing usr/share/sounds/freedesktop/stereo/complete.oga ... Processing usr/share/sounds/freedesktop/stereo/device-added.oga ... Processing usr/share/sounds/freedesktop/stereo/device-removed.oga ... Processing usr/share/sounds/freedesktop/stereo/dialog-error.oga ... Processing usr/share/sounds/freedesktop/stereo/dialog-information.oga ... Processing usr/share/sounds/freedesktop/stereo/dialog-warning.oga ... Processing usr/share/sounds/freedesktop/stereo/message-new-instant.oga ... Processing usr/share/sounds/freedesktop/stereo/message.oga ... Processing []/sounds/freedesktop/stereo/network-connectivity-established.oga ... Processing usr/share/sounds/freedesktop/stereo/network-connectivity-lost.oga ... Processing usr/share/sounds/freedesktop/stereo/phone-incoming-call.oga ... Processing usr/share/sounds/freedesktop/stereo/phone-outgoing-busy.oga ... Processing usr/share/sounds/freedesktop/stereo/phone-outgoing-calling.oga ... Processing usr/share/sounds/freedesktop/stereo/power-plug.oga ... Processing usr/share/sounds/freedesktop/stereo/power-unplug.oga ... Processing usr/share/sounds/freedesktop/stereo/screen-capture.oga ... Processing usr/share/sounds/freedesktop/stereo/service-login.oga ... Processing usr/share/sounds/freedesktop/stereo/service-logout.oga ... Processing usr/share/sounds/freedesktop/stereo/suspend-error.oga ... Processing usr/share/sounds/freedesktop/stereo/trash-empty.oga ... Processing usr/share/sounds/freedesktop/stereo/window-attention.oga ... Processing usr/share/sounds/freedesktop/stereo/window-question.oga ... Processing usr/share/terminfo ... Processing usr/share/terminfo/a ... Processing usr/share/terminfo/a/ansi ... Processing usr/share/terminfo/d ... Processing usr/share/terminfo/d/dumb ... Processing usr/share/terminfo/l ... Processing usr/share/terminfo/l/linux ... Processing usr/share/terminfo/p ... Processing usr/share/terminfo/p/putty ... Processing usr/share/terminfo/p/putty-256color ... Processing usr/share/terminfo/p/putty-vt100 ... Processing usr/share/terminfo/s ... Processing usr/share/terminfo/s/screen ... Processing usr/share/terminfo/s/screen-256color ... Processing usr/share/terminfo/v ... Processing usr/share/terminfo/v/vt100 ... Processing usr/share/terminfo/v/vt100-putty ... Processing usr/share/terminfo/v/vt102 ... Processing usr/share/terminfo/v/vt200 ... Processing usr/share/terminfo/v/vt220 ... Processing usr/share/terminfo/x ... Processing usr/share/terminfo/x/xterm ... Processing usr/share/terminfo/x/xterm+256color ... Processing usr/share/terminfo/x/xterm-256color ... Processing usr/share/terminfo/x/xterm-color ... Processing usr/share/terminfo/x/xterm-xfree86 ... Processing usr/share/udhcpc ... Processing usr/share/udhcpc/default.script ... Processing usr/share/udhcpc/default.script.d ... Processing var ... Processing var/bandwidthd ... Processing var/bandwidthd/extensions ... Processing var/bandwidthd/extensions/errors ... Processing var/bandwidthd/extensions/loadavg ... Processing var/bandwidthd/extensions/signal ... Processing var/bandwidthd/extensions/uptime ... Processing var/bandwidthd/extensions/wireless ... Processing var/bandwidthd/htdocs ... Processing var/bandwidthd/htdocs/legend.gif ... Processing var/bandwidthd/htdocs/logo.gif ... Processing var/cache ... Processing var/lib ... Processing var/lib/arpd ... Processing var/lib/misc ... Processing var/lock ... Processing var/log ... Processing var/run ... Processing var/spool ... Processing var/tmp ... Processing var/www ... Processing var/www/angular-animate.js ... Processing var/www/angular-aria.js ... Processing var/www/angular-cookies.js ... Processing var/www/angular-loader.js ... Processing var/www/angular-message-format.js ... Processing var/www/angular-messages.js ... Processing var/www/angular-parse-ext.js ... Processing var/www/angular-resource.js ... Processing var/www/angular-route.js ... Processing var/www/angular-sanitize.js ... Processing var/www/angular-touch.js ... Processing var/www/angular.js ... Processing var/www/vue.js ... Build completed. >>> Generating filesystem image rootfs.tar mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/thomas/autobuild/instance-1/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/output-1/host/bin/lzop -9 -c /home/thomas/autobuild/instance-1/output-1/images/rootfs.tar > /home/thomas/autobuild/instance-1/output-1/images/rootfs.tar.lzo ln -snf /home/thomas/autobuild/instance-1/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-1/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot' make: Entering directory '/home/thomas/autobuild/instance-1/buildroot' >>> Buildroot 2022.08-rc1-195-g4cbf733691 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-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-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release 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) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-aespipe 2.4f Collecting legal info >>> alsa-lib 1.2.7.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> atest 895b0183a89c15f5e2305a6795bb1667753cd3f0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> atftp 0.7.5 Collecting legal info LICENSE: OK (sha256: 86dc744860e6dfacfeba2f33fea908db03fe67c7e37a878285b7aae8e4596735) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> batctl 2021.0 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iproute2 5.18.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> davfs2 1.6.1 Collecting legal info COPYING: OK (sha256: 0ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> dhrystone 2 Collecting legal info >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> dvb-apps 3d43b280298c39a67d1d889e01e173f52c12da35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> empty 0.6.21b Collecting legal info COPYRIGHT: OK (sha256: f01dbe3c624084900b9df1393d9062518b2bc0487acd6a3300ebd6e71352d112) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> exim 4.96 Collecting legal info LICENCE: OK (sha256: 49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f) >>> host-berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> font-awesome 4.7.0 Collecting legal info >>> ftop 1.0 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) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> hwloc 2.7.0 Collecting legal info COPYING: OK (sha256: d79a936a42f3c6cb7c8375a023d43f4435f4664d3a5a2ea6b4623cff83c7fc06) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> numactl 2.0.14 Collecting legal info README.md: OK (sha256: e2b738b1303c088421b09933a78c1326fe43692e2c05a7c510a2eb7e7a8eb575) >>> initscripts Collecting legal info >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcoap 4.3.0 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: c5625e704d52deade1c9b2d7931ac8593be147ba63af62b53b8c7e309b7eaeb9) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdcadec 0.2.0 Collecting legal info COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_log 1.0.2 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) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> librelp 1.10.0 Collecting legal info COPYING: OK (sha256: 1ed76f935566e93e3c3c0d9f8fad22eb6d8bbe406e2eb8470a4a2764d9fd9685) >>> libroxml 3.0.2 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libxcrypt 4.4.28 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linenoise 1.0 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lua 5.4.4 Collecting legal info doc/readme.html: OK (sha256: 2556ac7198243f9f83130b9c81016e1904f7b30351481f1c28e02475dbd237fb) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> minizip-zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-moby-buildkit 0.10.0 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-go 1.18.6 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> multicat 2.3 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> orc 0.4.32 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-meson 0.63.0 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 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.6 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-orc 0.4.32 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> privoxy 3.0.33 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rng-tools 6.15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> spidev_test 5.8 Collecting legal info >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> stress 1.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uclibc-ng-test 0844445e7358eb10e716155b55b0fb23e88d644a Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> udpcast 20211207 Collecting legal info COPYING: OK (sha256: 422befd3503b1f39a6027017f639874c1f274e37ec60ba3174894646b584ccbc) >>> host-uuu 1.4.243 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) README.md: OK (sha256: 584bfbb18b4c08b872d48b80419dd453307212a144134fb516bd6ddc0700c2e8) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> vuejs 3.2.33 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> whetstone 1.2 Collecting legal info >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> 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-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot'