/home/autobuild/autobuild/instance-11/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-11/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-11/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-11/output-1/target/usr/doc find /home/autobuild/autobuild/instance-11/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-11/output-1/target/lib/ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-11/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/man /home/autobuild/autobuild/instance-11/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/info /home/autobuild/autobuild/instance-11/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/doc /home/autobuild/autobuild/instance-11/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-11/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-11/output-1/target/lib/debug /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-11/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/autobuild/autobuild/instance-11/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-11/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/autobuild/autobuild/instance-11/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/autobuild/autobuild/instance-11/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-666-gedfbc27fac"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-11/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-11/output-1/per-package \ /home/autobuild/autobuild/instance-11/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-11/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs printf ' frr -1 frr -1 * /var/run/frr - frrvty FRR user priv\n quagga -1 quagga -1 * - - - Quagga priv drop user\n\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /etc/frr/daemons f 640 frr frr - - - - -\n /etc/frr/daemons.conf f 640 frr frr - - - - -\n /etc/frr/frr.conf f 640 frr frr - - - - -\n /etc/frr/vtysh.conf f 640 frr frrvty - - - - -\n /etc/frr/support_bundle_commands.conf f 640 frr frr\n \n \n \n /usr/bin/fusermount f 4755 0 0 - - - - -\n /usr/bin/fusermount3 f 4755 0 0 - - - - -\n /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /home/autobuild/autobuild/instance-11/output-1/images rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-11/output-1/target/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-11/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/target >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/autobuild/autobuild/instance-11/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/autobuild/autobuild/instance-11/output-1/host/sbin/setfiles -m -r /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/target -c /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/target/etc/selinux/targeted/policy/policy.33 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/target/etc/selinux/targeted/contexts/files/file_contexts /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/target\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/autobuild/autobuild/instance-11/output-1/host/bin/mkfs.erofs /home/autobuild/autobuild/instance-11/output-1/images/rootfs.erofs /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/target\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-11/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/erofs/target table='/home/autobuild/autobuild/instance-11/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/bash ... 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/fonts ... Processing etc/fonts/conf.d ... Processing etc/fonts/conf.d/10-hinting-slight.conf ... Processing etc/fonts/conf.d/10-scale-bitmap-fonts.conf ... Processing etc/fonts/conf.d/10-sub-pixel-none.conf ... Processing etc/fonts/conf.d/10-yes-antialias.conf ... Processing etc/fonts/conf.d/11-lcdfilter-default.conf ... Processing etc/fonts/conf.d/20-unhint-small-vera.conf ... Processing etc/fonts/conf.d/30-metric-aliases.conf ... Processing etc/fonts/conf.d/40-nonlatin.conf ... Processing etc/fonts/conf.d/45-generic.conf ... Processing etc/fonts/conf.d/45-latin.conf ... Processing etc/fonts/conf.d/48-spacing.conf ... Processing etc/fonts/conf.d/49-sansserif.conf ... Processing etc/fonts/conf.d/50-user.conf ... Processing etc/fonts/conf.d/51-local.conf ... Processing etc/fonts/conf.d/60-generic.conf ... Processing etc/fonts/conf.d/60-latin.conf ... Processing etc/fonts/conf.d/65-fonts-persian.conf ... Processing etc/fonts/conf.d/65-nonlatin.conf ... Processing etc/fonts/conf.d/69-unifont.conf ... Processing etc/fonts/conf.d/80-delicious.conf ... Processing etc/fonts/conf.d/90-synthetic.conf ... Processing etc/fonts/conf.d/README ... Processing etc/fonts/fonts.conf ... Processing etc/frr ... Processing etc/frr/daemons ... Processing etc/frr/daemons.conf ... Processing etc/frr/frr.conf ... Processing etc/frr/support_bundle_commands.conf ... Processing etc/frr/vtysh.conf ... Processing etc/fstab ... Processing etc/fuse.conf ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/infiniband-diags ... Processing etc/infiniband-diags/error_thresholds ... Processing etc/infiniband-diags/ibdiag.conf ... Processing etc/init.d ... Processing etc/init.d/S01syslogd ... Processing etc/init.d/S02klogd ... Processing etc/init.d/S02sysctl ... Processing etc/init.d/S10mdev ... Processing etc/init.d/S21haveged ... Processing etc/init.d/S35iptables ... Processing etc/init.d/S43htpdate ... Processing etc/init.d/S49sshguard ... Processing etc/init.d/S50frr ... Processing etc/init.d/S65ptpd ... Processing etc/init.d/fuse3 ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/inittab ... Processing etc/inputrc ... Processing etc/iptables.conf ... Processing etc/iscsi ... Processing etc/iscsi/iscsid.conf ... Processing etc/isns ... Processing etc/isns/isnsadm.conf ... Processing etc/isns/isnsd.conf ... Processing etc/isns/isnsdd.conf ... Processing etc/issue ... Processing etc/libibverbs.d ... Processing etc/libibverbs.d/hfi1verbs.driver ... Processing etc/libibverbs.d/ipathverbs.driver ... Processing etc/libibverbs.d/rxe.driver ... Processing etc/libibverbs.d/siw.driver ... Processing etc/libnl ... Processing etc/libnl/classid ... Processing etc/libnl/pktloc ... Processing etc/logrotate.d ... Processing etc/logrotate.d/iscsiuiolog ... Processing etc/mdev.conf ... Processing etc/mtab ... Processing etc/network ... Processing etc/network/if-down.d ... Processing etc/network/if-post-down.d ... Processing etc/network/if-pre-up.d ... Processing etc/network/if-up.d ... Processing etc/nsswitch.conf ... Processing etc/os-release ... Processing etc/passwd ... Processing etc/pkcs11 ... Processing etc/pkcs11/pkcs11.conf.example ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/quagga ... Processing etc/resolv.conf ... Processing etc/selinux ... Processing etc/selinux/config ... Processing etc/selinux/targeted ... Processing etc/selinux/targeted/booleans ... Processing etc/selinux/targeted/contexts ... Processing etc/selinux/targeted/contexts/customizable_types ... Processing etc/selinux/targeted/contexts/dbus_contexts ... Processing etc/selinux/targeted/contexts/default_contexts ... Processing etc/selinux/targeted/contexts/default_type ... Processing etc/selinux/targeted/contexts/failsafe_context ... Processing etc/selinux/targeted/contexts/files ... Processing etc/selinux/targeted/contexts/files/file_contexts ... Processing etc/selinux/targeted/contexts/files/file_contexts.homedirs ... Processing etc/selinux/targeted/contexts/files/file_contexts.subs_dist ... Processing etc/selinux/targeted/contexts/files/homedir_template ... Processing etc/selinux/targeted/contexts/files/media ... Processing etc/selinux/targeted/contexts/initrc_context ... Processing etc/selinux/targeted/contexts/lxc_contexts ... Processing etc/selinux/targeted/contexts/openrc_contexts ... Processing etc/selinux/targeted/contexts/removable_context ... Processing etc/selinux/targeted/contexts/securetty_types ... Processing etc/selinux/targeted/contexts/sepgsql_contexts ... Processing etc/selinux/targeted/contexts/userhelper_context ... Processing etc/selinux/targeted/contexts/users ... Processing etc/selinux/targeted/contexts/users/guest_u ... Processing etc/selinux/targeted/contexts/users/root ... Processing etc/selinux/targeted/contexts/users/staff_u ... Processing etc/selinux/targeted/contexts/users/unconfined_u ... Processing etc/selinux/targeted/contexts/users/user_u ... Processing etc/selinux/targeted/contexts/users/xdm ... Processing etc/selinux/targeted/contexts/users/xguest_u ... Processing etc/selinux/targeted/contexts/virtual_domain_context ... Processing etc/selinux/targeted/contexts/virtual_image_context ... Processing etc/selinux/targeted/contexts/x_contexts ... Processing etc/selinux/targeted/policy ... Processing etc/selinux/targeted/policy/policy.33 ... Processing etc/selinux/targeted/seusers ... Processing etc/selinux/targeted/users ... Processing etc/selinux/targeted/users/local.users ... Processing etc/selinux/targeted/users/system.users ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/sshguard.conf ... Processing etc/ssl ... Processing etc/ssl/certs ... Processing etc/ssl/ct_log_list.cnf ... Processing etc/ssl/ct_log_list.cnf.dist ... Processing etc/ssl/misc ... Processing etc/ssl/misc/tsget.pl ... Processing etc/ssl/openssl.cnf ... Processing etc/ssl/openssl.cnf.dist ... Processing etc/ssl/private ... Processing etc/udev ... Processing etc/udev/rules.d ... Processing etc/udev/rules.d/50-iscsi-firmware-login.rules ... Processing etc/vnstat.conf ... Processing etc/wireguard ... Processing lib ... Processing lib/ld-linux-nios2.so.1 ... Processing lib/libanl.so.1 ... Processing lib/libatomic.so ... Processing lib/libatomic.so.1 ... Processing lib/libatomic.so.1.2.0 ... Processing lib/libblkid.so.1 ... Processing lib/libblkid.so.1.1.0 ... Processing lib/libc.so.6 ... Processing lib/libcrypt.so.1 ... Processing lib/libdl.so.2 ... Processing lib/libgcc_s.so ... Processing lib/libgcc_s.so.1 ... Processing lib/libm.so.6 ... Processing lib/libmount.so.1 ... Processing lib/libmount.so.1.1.0 ... Processing lib/libnss_dns.so.2 ... Processing lib/libnss_files.so.2 ... Processing lib/libpthread.so.0 ... Processing lib/libresolv.so.2 ... Processing lib/librt.so.1 ... Processing lib/libutil.so.1 ... Processing lib/libuuid.so.1 ... Processing lib/libuuid.so.1.3.0 ... Processing lib/udev ... Processing lib/udev/rules.d ... Processing lib/udev/rules.d/99-fuse3.rules ... 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/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/killall5 ... 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/nameif ... Processing sbin/nstat ... Processing sbin/pidof ... Processing sbin/pivot_root ... Processing sbin/poweroff ... 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/shutdown ... 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/udhcpc ... Processing sbin/uevent ... Processing sbin/vconfig ... Processing sbin/watchdog ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/MQTTVersion ... Processing usr/bin/[ ... Processing usr/bin/[[ ... Processing usr/bin/abxtest ... Processing usr/bin/ar ... Processing usr/bin/asc2log ... Processing usr/bin/ascii ... Processing usr/bin/aserver ... Processing usr/bin/awk ... Processing usr/bin/babeltrace ... Processing usr/bin/babeltrace-log ... Processing usr/bin/basename ... Processing usr/bin/bc ... Processing usr/bin/bcmserver ... Processing usr/bin/brotli ... Processing usr/bin/bunzip2 ... Processing usr/bin/bzcat ... Processing usr/bin/can-calc-bit-timing ... Processing usr/bin/canbusload ... Processing usr/bin/candump ... Processing usr/bin/canfdtest ... Processing usr/bin/cangen ... Processing usr/bin/cangw ... Processing usr/bin/canlogserver ... Processing usr/bin/canplayer ... Processing usr/bin/cansend ... Processing usr/bin/cansequence ... Processing usr/bin/cansniffer ... Processing usr/bin/cgi-fcgi ... Processing usr/bin/chkcon ... Processing usr/bin/chrt ... Processing usr/bin/chvt ... Processing usr/bin/cksum ... Processing usr/bin/clear ... Processing usr/bin/cmp ... Processing usr/bin/cmtime ... Processing usr/bin/crc32 ... Processing usr/bin/crontab ... Processing usr/bin/curlftpfs ... Processing usr/bin/cut ... Processing usr/bin/dc ... Processing usr/bin/deallocvt ... Processing usr/bin/diff ... Processing usr/bin/dirname ... Processing usr/bin/dos2unix ... Processing usr/bin/du ... Processing usr/bin/dvbsnoop ... Processing usr/bin/dvipdf ... Processing usr/bin/eject ... Processing usr/bin/env ... Processing usr/bin/eps2eps ... Processing usr/bin/expr ... Processing usr/bin/factor ... Processing usr/bin/fallocate ... Processing usr/bin/fc-cache ... Processing usr/bin/fc-cat ... Processing usr/bin/fc-conflist ... Processing usr/bin/fc-list ... Processing usr/bin/fc-match ... Processing usr/bin/fc-pattern ... Processing usr/bin/fc-query ... Processing usr/bin/fc-scan ... Processing usr/bin/fc-validate ... Processing usr/bin/find ... Processing usr/bin/flac ... Processing usr/bin/flock ... Processing usr/bin/fold ... Processing usr/bin/free ... Processing usr/bin/fuse-overlayfs ... Processing usr/bin/fuser ... Processing usr/bin/fusermount ... Processing usr/bin/fusermount3 ... Processing usr/bin/gapplication ... Processing usr/bin/gdbus ... Processing usr/bin/gio ... Processing usr/bin/gio-querymodules ... Processing usr/bin/gmediarender ... Processing usr/bin/gresource ... Processing usr/bin/gs ... Processing usr/bin/gsbj ... Processing usr/bin/gsdj ... Processing usr/bin/gsdj500 ... Processing usr/bin/gsettings ... Processing usr/bin/gslj ... Processing usr/bin/gslp ... Processing usr/bin/gsnd ... Processing usr/bin/head ... Processing usr/bin/hexdump ... Processing usr/bin/hexedit ... Processing usr/bin/hostid ... Processing usr/bin/ib_acme ... Processing usr/bin/ibv_asyncwatch ... Processing usr/bin/ibv_devices ... Processing usr/bin/ibv_devinfo ... Processing usr/bin/ibv_rc_pingpong ... Processing usr/bin/ibv_srq_pingpong ... Processing usr/bin/ibv_uc_pingpong ... Processing usr/bin/ibv_ud_pingpong ... Processing usr/bin/ibv_xsrq_pingpong ... Processing usr/bin/id ... Processing usr/bin/install ... Processing usr/bin/ipcalc ... Processing usr/bin/ipcrm ... Processing usr/bin/ipcs ... Processing usr/bin/iptables-xml ... Processing usr/bin/isotpdump ... Processing usr/bin/isotpperf ... Processing usr/bin/isotprecv ... Processing usr/bin/isotpsend ... Processing usr/bin/isotpserver ... Processing usr/bin/isotpsniffer ... Processing usr/bin/isotptun ... Processing usr/bin/j1939acd ... Processing usr/bin/j1939cat ... Processing usr/bin/j1939spy ... Processing usr/bin/j1939sr ... Processing usr/bin/jpgicc ... Processing usr/bin/jshn ... Processing usr/bin/json-glib-format ... Processing usr/bin/json-glib-validate ... Processing usr/bin/killall ... Processing usr/bin/last ... Processing usr/bin/ldapadd ... Processing usr/bin/less ... Processing usr/bin/linkicc ... Processing usr/bin/log2asc ... Processing usr/bin/log2long ... Processing usr/bin/logger ... Processing usr/bin/logname ... Processing usr/bin/lprsetup.sh ... Processing usr/bin/lsof ... Processing usr/bin/lspci ... Processing usr/bin/lsscsi ... Processing usr/bin/lsusb ... Processing usr/bin/lz4 ... Processing usr/bin/lz4c ... Processing usr/bin/lz4cat ... Processing usr/bin/lzcat ... Processing usr/bin/lzma ... Processing usr/bin/lzopcat ... Processing usr/bin/macchanger ... Processing usr/bin/madplay ... Processing usr/bin/mckey ... Processing usr/bin/mcp251xfd-dump ... Processing usr/bin/md5sum ... Processing usr/bin/memtester ... Processing usr/bin/mesg ... Processing usr/bin/metaflac ... Processing usr/bin/microcom ... Processing usr/bin/mkfifo ... Processing usr/bin/mkpasswd ... Processing usr/bin/mpg123 ... Processing usr/bin/mpg123-id3dump ... Processing usr/bin/mpg123-strip ... Processing usr/bin/mtracebis ... Processing usr/bin/nfc-barcode ... Processing usr/bin/nfc-emulate-forum-tag4 ... Processing usr/bin/nfc-jewel ... Processing usr/bin/nfc-list ... Processing usr/bin/nfc-mfclassic ... Processing usr/bin/nfc-mfultralight ... Processing usr/bin/nfc-read-forum-tag3 ... Processing usr/bin/nfc-relay-picc ... Processing usr/bin/nfc-scan-device ... Processing usr/bin/nl ... Processing usr/bin/nohup ... Processing usr/bin/nproc ... Processing usr/bin/nslookup ... Processing usr/bin/od ... Processing usr/bin/openvt ... Processing usr/bin/out123 ... Processing usr/bin/p11-kit ... Processing usr/bin/pageant ... Processing usr/bin/passwd ... Processing usr/bin/paste ... Processing usr/bin/patch ... Processing usr/bin/pcre2grep ... Processing usr/bin/pcre2test ... Processing usr/bin/pcsc-spy ... Processing usr/bin/pdf2dsc ... Processing usr/bin/pdf2ps ... Processing usr/bin/pf2afm ... Processing usr/bin/pfbtopfa ... Processing usr/bin/plink ... Processing usr/bin/pphs ... Processing usr/bin/ppsctl ... Processing usr/bin/ppsfind ... Processing usr/bin/ppsldisc ... Processing usr/bin/ppstest ... Processing usr/bin/ppswatch ... Processing usr/bin/printafm ... Processing usr/bin/printf ... Processing usr/bin/ps2ascii ... Processing usr/bin/ps2epsi ... Processing usr/bin/ps2pdf ... Processing usr/bin/ps2pdf12 ... Processing usr/bin/ps2pdf13 ... Processing usr/bin/ps2pdf14 ... Processing usr/bin/ps2pdfwr ... Processing usr/bin/ps2ps ... Processing usr/bin/ps2ps2 ... Processing usr/bin/pscp ... Processing usr/bin/psftp ... Processing usr/bin/psicc ... Processing usr/bin/psusan ... Processing usr/bin/puttygen ... Processing usr/bin/rcopy ... Processing usr/bin/rdma_client ... Processing usr/bin/rdma_server ... Processing usr/bin/rdma_xclient ... Processing usr/bin/rdma_xserver ... Processing usr/bin/readlink ... Processing usr/bin/realpath ... Processing usr/bin/renice ... Processing usr/bin/reset ... Processing usr/bin/resize ... Processing usr/bin/riostream ... Processing usr/bin/rping ... Processing usr/bin/rstream ... Processing usr/bin/sas_disk_blink ... Processing usr/bin/scsi_ch_swp ... Processing usr/bin/sdparm ... Processing usr/bin/sepol_check_access ... Processing usr/bin/sepol_compute_av ... Processing usr/bin/sepol_compute_member ... Processing usr/bin/sepol_compute_relabel ... Processing usr/bin/sepol_validate_transition ... 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/slcan_attach ... Processing usr/bin/slcand ... Processing usr/bin/slcanpty ... Processing usr/bin/sort ... Processing usr/bin/sqlite3 ... Processing usr/bin/squeezelite ... Processing usr/bin/strings ... Processing usr/bin/svc ... Processing usr/bin/svn ... Processing usr/bin/svnadmin ... Processing usr/bin/svnbench ... Processing usr/bin/svndumpfilter ... Processing usr/bin/svnfsfs ... Processing usr/bin/svnlook ... Processing usr/bin/svnmucc ... Processing usr/bin/svnrdump ... Processing usr/bin/svnserve ... Processing usr/bin/svnsync ... Processing usr/bin/svnversion ... Processing usr/bin/svok ... Processing usr/bin/tail ... Processing usr/bin/tee ... Processing usr/bin/telnet ... Processing usr/bin/test ... Processing usr/bin/testj1939 ... Processing usr/bin/tftp ... Processing usr/bin/time ... Processing usr/bin/top ... Processing usr/bin/tr ... Processing usr/bin/traceroute ... Processing usr/bin/transicc ... Processing usr/bin/tree ... Processing usr/bin/truncate ... Processing usr/bin/ts ... Processing usr/bin/tsort ... Processing usr/bin/tty ... Processing usr/bin/ucmatose ... Processing usr/bin/udaddy ... Processing usr/bin/udpong ... Processing usr/bin/uniq ... Processing usr/bin/unix-lpr.sh ... Processing usr/bin/unix2dos ... Processing usr/bin/unlink ... Processing usr/bin/unlz4 ... Processing usr/bin/unlzma ... Processing usr/bin/unlzop ... Processing usr/bin/unxz ... Processing usr/bin/unzip ... Processing usr/bin/uptime ... Processing usr/bin/uudecode ... Processing usr/bin/uuencode ... Processing usr/bin/vlock ... Processing usr/bin/vnstat ... Processing usr/bin/vnstati ... Processing usr/bin/vtysh ... Processing usr/bin/w ... Processing usr/bin/wc ... Processing usr/bin/wg ... Processing usr/bin/wg-quick ... Processing usr/bin/wget ... Processing usr/bin/which ... Processing usr/bin/who ... Processing usr/bin/whoami ... Processing usr/bin/xargs ... Processing usr/bin/xxd ... Processing usr/bin/xz ... Processing usr/bin/xzcat ... Processing usr/bin/yanglint ... Processing usr/bin/yangre ... Processing usr/bin/yes ... Processing usr/etc ... Processing usr/etc/init.d ... Processing usr/etc/init.d/ibacm ... Processing usr/etc/init.d/iwpmd ... Processing usr/etc/init.d/srpd ... Processing usr/etc/iwpmd.conf ... Processing usr/etc/modprobe.d ... Processing usr/etc/modprobe.d/truescale.conf ... Processing usr/etc/rdma ... Processing usr/etc/rdma/modules ... Processing usr/etc/rdma/modules/infiniband.conf ... Processing usr/etc/rdma/modules/iwarp.conf ... Processing usr/etc/rdma/modules/iwpmd.conf ... Processing usr/etc/rdma/modules/opa.conf ... Processing usr/etc/rdma/modules/rdma.conf ... Processing usr/etc/rdma/modules/roce.conf ... Processing usr/etc/rdma/modules/srp_daemon.conf ... Processing usr/etc/srp_daemon.conf ... Processing usr/lib ... Processing usr/lib/apr-util-1 ... Processing usr/lib/apr-util-1/apr_crypto_openssl-1.so ... Processing usr/lib/apr-util-1/apr_crypto_openssl.so ... Processing usr/lib/apr-util-1/apr_dbd_sqlite3-1.so ... Processing usr/lib/apr-util-1/apr_dbd_sqlite3.so ... Processing usr/lib/apr-util-1/apr_ldap-1.so ... Processing usr/lib/apr-util-1/apr_ldap.so ... Processing usr/lib/apr.exp ... Processing usr/lib/aprutil.exp ... Processing usr/lib/engines-3 ... Processing usr/lib/frr ... Processing usr/lib/frr/modules ... Processing usr/lib/frr/modules/dplane_fpm_nl.so ... Processing usr/lib/frr/modules/pathd_pcep.so ... Processing usr/lib/frr/modules/zebra_cumulus_mlag.so ... Processing usr/lib/frr/modules/zebra_fpm.so ... Processing usr/lib/frr/modules/zebra_irdp.so ... Processing usr/lib/gio ... Processing usr/lib/gio/modules ... Processing usr/lib/gstreamer-1.0 ... Processing usr/lib/gstreamer-1.0/libgstcoreelements.so ... Processing usr/lib/gstreamer-1.0/libgstogg.so ... Processing usr/lib/gstreamer-1.0/libgstpbtypes.so ... Processing usr/lib/gstreamer-1.0/libgstrawparse.so ... Processing usr/lib/ibacm ... Processing usr/lib/ibacm/libibacmp.so ... Processing usr/lib/iproute2 ... Processing usr/lib/iproute2/bpf_pinning ... Processing usr/lib/iproute2/ematch_map ... Processing usr/lib/iproute2/group ... Processing usr/lib/iproute2/nl_protos ... Processing usr/lib/iproute2/rt_dsfield ... Processing usr/lib/iproute2/rt_protos ... Processing usr/lib/iproute2/rt_realms ... Processing usr/lib/iproute2/rt_scopes ... Processing usr/lib/iproute2/rt_tables ... Processing usr/lib/libFLAC.so ... Processing usr/lib/libFLAC.so.12 ... Processing usr/lib/libFLAC.so.12.1.0 ... Processing usr/lib/libapr-1.so ... Processing usr/lib/libapr-1.so.0 ... Processing usr/lib/libapr-1.so.0.7.2 ... Processing usr/lib/libaprutil-1.so ... Processing usr/lib/libaprutil-1.so.0 ... Processing usr/lib/libaprutil-1.so.0.6.3 ... Processing usr/lib/libasound.so ... Processing usr/lib/libasound.so.2 ... Processing usr/lib/libasound.so.2.0.0 ... Processing usr/lib/libbabeltrace-ctf-metadata.so ... Processing usr/lib/libbabeltrace-ctf-metadata.so.1 ... Processing usr/lib/libbabeltrace-ctf-metadata.so.1.0.0 ... Processing usr/lib/libbabeltrace-ctf-text.so ... Processing usr/lib/libbabeltrace-ctf-text.so.1 ... Processing usr/lib/libbabeltrace-ctf-text.so.1.0.0 ... Processing usr/lib/libbabeltrace-ctf.so ... Processing usr/lib/libbabeltrace-ctf.so.1 ... Processing usr/lib/libbabeltrace-ctf.so.1.0.0 ... Processing usr/lib/libbabeltrace-dummy.so ... Processing usr/lib/libbabeltrace-dummy.so.1 ... Processing usr/lib/libbabeltrace-dummy.so.1.0.0 ... Processing usr/lib/libbabeltrace-lttng-live.so ... Processing usr/lib/libbabeltrace-lttng-live.so.1 ... Processing usr/lib/libbabeltrace-lttng-live.so.1.0.0 ... Processing usr/lib/libbabeltrace.so ... Processing usr/lib/libbabeltrace.so.1 ... Processing usr/lib/libbabeltrace.so.1.0.0 ... Processing usr/lib/libblkid.so ... Processing usr/lib/libblobmsg_json.so ... Processing usr/lib/libbrotlicommon.so ... Processing usr/lib/libbrotlicommon.so.1 ... Processing usr/lib/libbrotlicommon.so.1.1.0 ... Processing usr/lib/libbrotlidec.so ... Processing usr/lib/libbrotlidec.so.1 ... Processing usr/lib/libbrotlidec.so.1.1.0 ... Processing usr/lib/libbrotlienc.so ... Processing usr/lib/libbrotlienc.so.1 ... Processing usr/lib/libbrotlienc.so.1.1.0 ... Processing usr/lib/libcddb.so ... Processing usr/lib/libcddb.so.2 ... Processing usr/lib/libcddb.so.2.2.3 ... Processing usr/lib/libcli.so ... Processing usr/lib/libcli.so.1.10 ... Processing usr/lib/libcli.so.1.10.7 ... Processing usr/lib/libcrypto.so ... Processing usr/lib/libcrypto.so.3 ... Processing usr/lib/libcurl.so ... Processing usr/lib/libcurl.so.4 ... Processing usr/lib/libcurl.so.4.8.0 ... Processing usr/lib/libcurses.so ... Processing usr/lib/libdvbcsa.so ... Processing usr/lib/libdvbcsa.so.1 ... Processing usr/lib/libdvbcsa.so.1.0.1 ... Processing usr/lib/libexpat.so ... Processing usr/lib/libexpat.so.1 ... Processing usr/lib/libexpat.so.1.8.10 ... Processing usr/lib/libfcgi.so ... Processing usr/lib/libfcgi.so.0 ... Processing usr/lib/libfcgi.so.0.0.0 ... Processing usr/lib/libffi.so ... Processing usr/lib/libffi.so.8 ... Processing usr/lib/libffi.so.8.1.2 ... Processing usr/lib/libfontconfig.so ... Processing usr/lib/libfontconfig.so.1 ... Processing usr/lib/libfontconfig.so.1.12.0 ... Processing usr/lib/libform.so ... Processing usr/lib/libform.so.6 ... Processing usr/lib/libform.so.6.4 ... Processing usr/lib/libfpm_pb.so ... Processing usr/lib/libfpm_pb.so.0 ... Processing usr/lib/libfpm_pb.so.0.0.0 ... Processing usr/lib/libfreetype.so ... Processing usr/lib/libfreetype.so.6 ... Processing usr/lib/libfreetype.so.6.20.1 ... Processing usr/lib/libfrr.so ... Processing usr/lib/libfrr.so.0 ... Processing usr/lib/libfrr.so.0.0.0 ... Processing usr/lib/libfuse.so ... Processing usr/lib/libfuse.so.2 ... Processing usr/lib/libfuse.so.2.9.9 ... Processing usr/lib/libfuse3.so ... Processing usr/lib/libfuse3.so.3 ... Processing usr/lib/libfuse3.so.3.16.1 ... Processing usr/lib/libgd.so ... Processing usr/lib/libgd.so.3 ... Processing usr/lib/libgd.so.3.0.11 ... Processing usr/lib/libgfortran.so ... Processing usr/lib/libgfortran.so.5 ... Processing usr/lib/libgfortran.so.5.0.0 ... Processing usr/lib/libgio-2.0.so ... Processing usr/lib/libgio-2.0.so.0 ... Processing usr/lib/libgio-2.0.so.0.7600.1 ... Processing usr/lib/libglib-2.0.so ... Processing usr/lib/libglib-2.0.so.0 ... Processing usr/lib/libglib-2.0.so.0.7600.1 ... Processing usr/lib/libgmodule-2.0.so ... Processing usr/lib/libgmodule-2.0.so.0 ... Processing usr/lib/libgmodule-2.0.so.0.7600.1 ... Processing usr/lib/libgobject-2.0.so ... Processing usr/lib/libgobject-2.0.so.0 ... Processing usr/lib/libgobject-2.0.so.0.7600.1 ... Processing usr/lib/libgsasl.so ... Processing usr/lib/libgsasl.so.7 ... Processing usr/lib/libgsasl.so.7.10.0 ... Processing usr/lib/libgstallocators-1.0.so ... Processing usr/lib/libgstallocators-1.0.so.0 ... Processing usr/lib/libgstallocators-1.0.so.0.2202.0 ... Processing usr/lib/libgstapp-1.0.so ... Processing usr/lib/libgstapp-1.0.so.0 ... Processing usr/lib/libgstapp-1.0.so.0.2202.0 ... Processing usr/lib/libgstaudio-1.0.so ... Processing usr/lib/libgstaudio-1.0.so.0 ... Processing usr/lib/libgstaudio-1.0.so.0.2202.0 ... Processing usr/lib/libgstbase-1.0.so ... Processing usr/lib/libgstbase-1.0.so.0 ... Processing usr/lib/libgstbase-1.0.so.0.2202.0 ... Processing usr/lib/libgstcontroller-1.0.so ... Processing usr/lib/libgstcontroller-1.0.so.0 ... Processing usr/lib/libgstcontroller-1.0.so.0.2202.0 ... Processing usr/lib/libgstfft-1.0.so ... Processing usr/lib/libgstfft-1.0.so.0 ... Processing usr/lib/libgstfft-1.0.so.0.2202.0 ... Processing usr/lib/libgstnet-1.0.so ... Processing usr/lib/libgstnet-1.0.so.0 ... Processing usr/lib/libgstnet-1.0.so.0.2202.0 ... Processing usr/lib/libgstpbutils-1.0.so ... Processing usr/lib/libgstpbutils-1.0.so.0 ... Processing usr/lib/libgstpbutils-1.0.so.0.2202.0 ... Processing usr/lib/libgstreamer-1.0.so ... Processing usr/lib/libgstreamer-1.0.so.0 ... Processing usr/lib/libgstreamer-1.0.so.0.2202.0 ... Processing usr/lib/libgstriff-1.0.so ... Processing usr/lib/libgstriff-1.0.so.0 ... Processing usr/lib/libgstriff-1.0.so.0.2202.0 ... Processing usr/lib/libgstrtp-1.0.so ... Processing usr/lib/libgstrtp-1.0.so.0 ... Processing usr/lib/libgstrtp-1.0.so.0.2202.0 ... Processing usr/lib/libgstrtsp-1.0.so ... Processing usr/lib/libgstrtsp-1.0.so.0 ... Processing usr/lib/libgstrtsp-1.0.so.0.2202.0 ... Processing usr/lib/libgstsdp-1.0.so ... Processing usr/lib/libgstsdp-1.0.so.0 ... Processing usr/lib/libgstsdp-1.0.so.0.2202.0 ... Processing usr/lib/libgsttag-1.0.so ... Processing usr/lib/libgsttag-1.0.so.0 ... Processing usr/lib/libgsttag-1.0.so.0.2202.0 ... Processing usr/lib/libgstvideo-1.0.so ... Processing usr/lib/libgstvideo-1.0.so.0 ... Processing usr/lib/libgstvideo-1.0.so.0.2202.0 ... Processing usr/lib/libgthread-2.0.so ... Processing usr/lib/libgthread-2.0.so.0 ... Processing usr/lib/libgthread-2.0.so.0.7600.1 ... Processing usr/lib/libhavege.so ... Processing usr/lib/libhavege.so.2 ... Processing usr/lib/libhavege.so.2.0.0 ... Processing usr/lib/libhistory.so ... Processing usr/lib/libhistory.so.8 ... Processing usr/lib/libhistory.so.8.2 ... Processing usr/lib/libibmad.so ... Processing usr/lib/libibmad.so.5 ... Processing usr/lib/libibmad.so.5.3.47.0 ... Processing usr/lib/libibnetdisc.so ... Processing usr/lib/libibnetdisc.so.5 ... Processing usr/lib/libibnetdisc.so.5.0.47.0 ... Processing usr/lib/libibumad.so ... Processing usr/lib/libibumad.so.3 ... Processing usr/lib/libibumad.so.3.2.47.0 ... Processing usr/lib/libibverbs ... Processing usr/lib/libibverbs/libhfi1verbs-rdmav34.so ... Processing usr/lib/libibverbs/libipathverbs-rdmav34.so ... Processing usr/lib/libibverbs/librxe-rdmav34.so ... Processing usr/lib/libibverbs/libsiw-rdmav34.so ... Processing usr/lib/libibverbs.so ... Processing usr/lib/libibverbs.so.1 ... Processing usr/lib/libibverbs.so.1.14.47.0 ... Processing usr/lib/libid3tag.so ... Processing usr/lib/libid3tag.so.0 ... Processing usr/lib/libid3tag.so.0.3.0 ... Processing usr/lib/libip4tc.so ... Processing usr/lib/libip4tc.so.2 ... Processing usr/lib/libip4tc.so.2.0.0 ... Processing usr/lib/libip6tc.so ... Processing usr/lib/libip6tc.so.2 ... Processing usr/lib/libip6tc.so.2.0.0 ... Processing usr/lib/libisns.so ... Processing usr/lib/libisns.so.0 ... Processing usr/lib/libixml.so ... Processing usr/lib/libixml.so.11 ... Processing usr/lib/libixml.so.11.1.2 ... Processing usr/lib/libjpeg.so ... Processing usr/lib/libjpeg.so.8 ... Processing usr/lib/libjpeg.so.8.2.2 ... Processing usr/lib/libjson-c.so ... Processing usr/lib/libjson-c.so.5 ... Processing usr/lib/libjson-c.so.5.3.0 ... Processing usr/lib/libjson-glib-1.0.so ... Processing usr/lib/libjson-glib-1.0.so.0 ... Processing usr/lib/libjson-glib-1.0.so.0.600.6 ... Processing usr/lib/libjson_script.so ... Processing usr/lib/libkmod.so ... Processing usr/lib/libkmod.so.2 ... Processing usr/lib/libkmod.so.2.4.1 ... Processing usr/lib/liblber-2.4.so.2 ... Processing usr/lib/liblber-2.4.so.2.11.7 ... Processing usr/lib/liblber.so ... Processing usr/lib/liblcms2.so ... Processing usr/lib/liblcms2.so.2 ... Processing usr/lib/liblcms2.so.2.0.15 ... Processing usr/lib/libldap-2.4.so.2 ... Processing usr/lib/libldap-2.4.so.2.11.7 ... Processing usr/lib/libldap.so ... Processing usr/lib/libldap_r-2.4.so.2 ... Processing usr/lib/libldap_r-2.4.so.2.11.7 ... Processing usr/lib/libldap_r.so ... Processing usr/lib/liblept.so ... Processing usr/lib/liblept.so.5 ... Processing usr/lib/liblept.so.5.0.4 ... Processing usr/lib/libleptonica.so ... Processing usr/lib/liblz4.so ... Processing usr/lib/liblz4.so.1 ... Processing usr/lib/liblz4.so.1.9.4 ... Processing usr/lib/libmad.so ... Processing usr/lib/libmad.so.0 ... Processing usr/lib/libmad.so.0.2.1 ... Processing usr/lib/libmdbx.so ... Processing usr/lib/libmenu.so ... Processing usr/lib/libmenu.so.6 ... Processing usr/lib/libmenu.so.6.4 ... Processing usr/lib/libmount.so ... Processing usr/lib/libmpdclient.so ... Processing usr/lib/libmpdclient.so.2 ... Processing usr/lib/libmpdclient.so.2.20 ... Processing usr/lib/libmpg123.so ... Processing usr/lib/libmpg123.so.0 ... Processing usr/lib/libmpg123.so.0.47.0 ... Processing usr/lib/libncurses.so ... Processing usr/lib/libncurses.so.6 ... Processing usr/lib/libncurses.so.6.4 ... Processing usr/lib/libnfc.so ... Processing usr/lib/libnfc.so.6 ... Processing usr/lib/libnfc.so.6.0.0 ... Processing usr/lib/libnl-3.so ... Processing usr/lib/libnl-3.so.200 ... Processing usr/lib/libnl-3.so.200.26.0 ... Processing usr/lib/libnl-genl-3.so ... Processing usr/lib/libnl-genl-3.so.200 ... Processing usr/lib/libnl-genl-3.so.200.26.0 ... Processing usr/lib/libnl-idiag-3.so ... Processing usr/lib/libnl-idiag-3.so.200 ... Processing usr/lib/libnl-idiag-3.so.200.26.0 ... Processing usr/lib/libnl-nf-3.so ... Processing usr/lib/libnl-nf-3.so.200 ... Processing usr/lib/libnl-nf-3.so.200.26.0 ... Processing usr/lib/libnl-route-3.so ... Processing usr/lib/libnl-route-3.so.200 ... Processing usr/lib/libnl-route-3.so.200.26.0 ... Processing usr/lib/libnl-xfrm-3.so ... Processing usr/lib/libnl-xfrm-3.so.200 ... Processing usr/lib/libnl-xfrm-3.so.200.26.0 ... Processing usr/lib/libogg.so ... Processing usr/lib/libogg.so.0 ... Processing usr/lib/libogg.so.0.8.5 ... Processing usr/lib/libopeniscsiusr.so ... Processing usr/lib/libopeniscsiusr.so.0 ... Processing usr/lib/libopeniscsiusr.so.0.2.0 ... Processing usr/lib/libopus.so ... Processing usr/lib/libopus.so.0 ... Processing usr/lib/libopus.so.0.9.0 ... Processing usr/lib/libopusenc.so ... Processing usr/lib/libopusenc.so.0 ... Processing usr/lib/libopusenc.so.0.4.2 ... Processing usr/lib/libout123.so ... Processing usr/lib/libout123.so.0 ... Processing usr/lib/libout123.so.0.4.7 ... Processing usr/lib/libp11-kit.so ... Processing usr/lib/libp11-kit.so.0 ... Processing usr/lib/libp11-kit.so.0.3.0 ... Processing usr/lib/libpaho-mqtt3a.so ... Processing usr/lib/libpaho-mqtt3a.so.1 ... Processing usr/lib/libpaho-mqtt3a.so.1.3.12 ... Processing usr/lib/libpaho-mqtt3as.so ... Processing usr/lib/libpaho-mqtt3as.so.1 ... Processing usr/lib/libpaho-mqtt3as.so.1.3.12 ... Processing usr/lib/libpaho-mqtt3c.so ... Processing usr/lib/libpaho-mqtt3c.so.1 ... Processing usr/lib/libpaho-mqtt3c.so.1.3.12 ... Processing usr/lib/libpaho-mqtt3cs.so ... Processing usr/lib/libpaho-mqtt3cs.so.1 ... Processing usr/lib/libpaho-mqtt3cs.so.1.3.12 ... Processing usr/lib/libpanel.so ... Processing usr/lib/libpanel.so.6 ... Processing usr/lib/libpanel.so.6.4 ... Processing usr/lib/libpcre2-8.so ... Processing usr/lib/libpcre2-8.so.0 ... Processing usr/lib/libpcre2-8.so.0.11.2 ... Processing usr/lib/libpcre2-posix.so ... Processing usr/lib/libpcre2-posix.so.3 ... Processing usr/lib/libpcre2-posix.so.3.0.4 ... Processing usr/lib/libpcsclite.so ... Processing usr/lib/libpcsclite.so.1 ... Processing usr/lib/libpcsclite.so.1.0.0 ... Processing usr/lib/libpcscspy.so ... Processing usr/lib/libpcscspy.so.0 ... Processing usr/lib/libpcscspy.so.0.0.0 ... Processing usr/lib/libpng.so ... Processing usr/lib/libpng16.so ... Processing usr/lib/libpng16.so.16 ... Processing usr/lib/libpng16.so.16.40.0 ... Processing usr/lib/libpopt.so ... Processing usr/lib/libpopt.so.0 ... Processing usr/lib/libpopt.so.0.0.2 ... Processing usr/lib/libquagga_pb.so ... Processing usr/lib/libquagga_pb.so.0 ... Processing usr/lib/libquagga_pb.so.0.0.0 ... Processing usr/lib/librdmacm.so ... Processing usr/lib/librdmacm.so.1 ... Processing usr/lib/librdmacm.so.1.3.47.0 ... Processing usr/lib/libreadline.so ... Processing usr/lib/libreadline.so.8 ... Processing usr/lib/libreadline.so.8.2 ... Processing usr/lib/libsepol.so ... Processing usr/lib/libsepol.so.2 ... Processing usr/lib/libsharpyuv.so ... Processing usr/lib/libsharpyuv.so.0 ... Processing usr/lib/libsharpyuv.so.0.0.1 ... Processing usr/lib/libsqlite3.so ... Processing usr/lib/libsqlite3.so.0 ... Processing usr/lib/libsqlite3.so.0.8.6 ... Processing usr/lib/libsrtp2.so ... Processing usr/lib/libsrtp2.so.1 ... Processing usr/lib/libssl.so ... Processing usr/lib/libssl.so.3 ... Processing usr/lib/libstrophe.so ... Processing usr/lib/libstrophe.so.0 ... Processing usr/lib/libstrophe.so.0.12.3 ... Processing usr/lib/libsvn_client-1.so ... Processing usr/lib/libsvn_client-1.so.0 ... Processing usr/lib/libsvn_client-1.so.0.0.0 ... Processing usr/lib/libsvn_delta-1.so ... Processing usr/lib/libsvn_delta-1.so.0 ... Processing usr/lib/libsvn_delta-1.so.0.0.0 ... Processing usr/lib/libsvn_diff-1.so ... Processing usr/lib/libsvn_diff-1.so.0 ... Processing usr/lib/libsvn_diff-1.so.0.0.0 ... Processing usr/lib/libsvn_fs-1.so ... Processing usr/lib/libsvn_fs-1.so.0 ... Processing usr/lib/libsvn_fs-1.so.0.0.0 ... Processing usr/lib/libsvn_fs_fs-1.so ... Processing usr/lib/libsvn_fs_fs-1.so.0 ... Processing usr/lib/libsvn_fs_fs-1.so.0.0.0 ... Processing usr/lib/libsvn_fs_util-1.so ... Processing usr/lib/libsvn_fs_util-1.so.0 ... Processing usr/lib/libsvn_fs_util-1.so.0.0.0 ... Processing usr/lib/libsvn_fs_x-1.so ... Processing usr/lib/libsvn_fs_x-1.so.0 ... Processing usr/lib/libsvn_fs_x-1.so.0.0.0 ... Processing usr/lib/libsvn_ra-1.so ... Processing usr/lib/libsvn_ra-1.so.0 ... Processing usr/lib/libsvn_ra-1.so.0.0.0 ... Processing usr/lib/libsvn_ra_local-1.so ... Processing usr/lib/libsvn_ra_local-1.so.0 ... Processing usr/lib/libsvn_ra_local-1.so.0.0.0 ... Processing usr/lib/libsvn_ra_svn-1.so ... Processing usr/lib/libsvn_ra_svn-1.so.0 ... Processing usr/lib/libsvn_ra_svn-1.so.0.0.0 ... Processing usr/lib/libsvn_repos-1.so ... Processing usr/lib/libsvn_repos-1.so.0 ... Processing usr/lib/libsvn_repos-1.so.0.0.0 ... Processing usr/lib/libsvn_subr-1.so ... Processing usr/lib/libsvn_subr-1.so.0 ... Processing usr/lib/libsvn_subr-1.so.0.0.0 ... Processing usr/lib/libsvn_wc-1.so ... Processing usr/lib/libsvn_wc-1.so.0 ... Processing usr/lib/libsvn_wc-1.so.0.0.0 ... Processing usr/lib/libsyn123.so ... Processing usr/lib/libsyn123.so.0 ... Processing usr/lib/libsyn123.so.0.1.5 ... Processing usr/lib/libtiff.so ... Processing usr/lib/libtiff.so.6 ... Processing usr/lib/libtiff.so.6.0.1 ... Processing usr/lib/libturbojpeg.so ... Processing usr/lib/libturbojpeg.so.0 ... Processing usr/lib/libturbojpeg.so.0.2.0 ... Processing usr/lib/libubox.so ... Processing usr/lib/libupnp.so ... Processing usr/lib/libupnp.so.17 ... Processing usr/lib/libupnp.so.17.1.4 ... Processing usr/lib/libutf8proc.so ... Processing usr/lib/libutf8proc.so.2 ... Processing usr/lib/libutf8proc.so.2.6.0 ... Processing usr/lib/libuuid.so ... Processing usr/lib/libvorbis.so ... Processing usr/lib/libvorbis.so.0 ... Processing usr/lib/libvorbis.so.0.4.9 ... Processing usr/lib/libvorbisenc.so ... Processing usr/lib/libvorbisenc.so.2 ... Processing usr/lib/libvorbisenc.so.2.0.12 ... Processing usr/lib/libvorbisfile.so ... Processing usr/lib/libvorbisfile.so.3 ... Processing usr/lib/libvorbisfile.so.3.3.8 ... Processing usr/lib/libwebp.so ... Processing usr/lib/libwebp.so.7 ... Processing usr/lib/libwebp.so.7.1.8 ... Processing usr/lib/libxtables.so ... Processing usr/lib/libxtables.so.12 ... Processing usr/lib/libxtables.so.12.7.0 ... Processing usr/lib/libyang.so ... Processing usr/lib/libyang.so.2 ... Processing usr/lib/libyang.so.2.38.14 ... Processing usr/lib/libz.so ... Processing usr/lib/libz.so.1 ... Processing usr/lib/libz.so.1.3 ... Processing usr/lib/libzebra.so ... Processing usr/lib/libzebra.so.1 ... Processing usr/lib/libzebra.so.1.0.0 ... Processing usr/lib/mpg123 ... Processing usr/lib/mpg123/output_alsa.so ... Processing usr/lib/mpg123/output_dummy.so ... Processing usr/lib/mpg123/output_oss.so ... Processing usr/lib/os-release ... Processing usr/lib/ossl-modules ... Processing usr/lib/ossl-modules/legacy.so ... Processing usr/lib/p11-kit-proxy.so ... Processing usr/lib/pkcs11 ... Processing usr/lib/pkcs11/p11-kit-client.so ... Processing usr/lib/rsocket ... Processing usr/lib/rsocket/librspreload.so ... Processing usr/lib/rsocket/librspreload.so.1 ... Processing usr/lib/rsocket/librspreload.so.1.0.0 ... Processing usr/lib/systemd ... Processing usr/lib/systemd/system ... Processing usr/lib/systemd/system/ibacm.service ... Processing usr/lib/systemd/system/ibacm.socket ... Processing usr/lib/systemd/system/iwpmd.service ... Processing usr/lib/systemd/system/rdma-hw.target ... Processing usr/lib/systemd/system/rdma-load-modules@.service ... Processing usr/lib/systemd/system/srp_daemon.service ... Processing usr/lib/systemd/system/srp_daemon_port@.service ... Processing usr/lib/tc ... Processing usr/lib/tc/experimental.dist ... Processing usr/lib/tc/m_ipt.so ... Processing usr/lib/tc/m_xt.so ... 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/udev ... Processing usr/lib/udev/rdma_rename ... Processing usr/lib/udev/rules.d ... Processing usr/lib/udev/rules.d/60-rdma-persistent-naming.rules ... Processing usr/lib/udev/rules.d/60-srp_daemon.rules ... Processing usr/lib/udev/rules.d/75-rdma-description.rules ... Processing usr/lib/udev/rules.d/90-iwpmd.rules ... Processing usr/lib/udev/rules.d/90-rdma-hw-modules.rules ... Processing usr/lib/udev/rules.d/90-rdma-ulp-modules.rules ... Processing usr/lib/udev/rules.d/90-rdma-umad.rules ... Processing usr/lib/xtables ... Processing usr/lib/xtables/libip6t_DNPT.so ... Processing usr/lib/xtables/libip6t_HL.so ... Processing usr/lib/xtables/libip6t_NETMAP.so ... Processing usr/lib/xtables/libip6t_REJECT.so ... Processing usr/lib/xtables/libip6t_SNPT.so ... Processing usr/lib/xtables/libip6t_ah.so ... Processing usr/lib/xtables/libip6t_dst.so ... Processing usr/lib/xtables/libip6t_eui64.so ... Processing usr/lib/xtables/libip6t_frag.so ... Processing usr/lib/xtables/libip6t_hbh.so ... Processing usr/lib/xtables/libip6t_hl.so ... Processing usr/lib/xtables/libip6t_icmp6.so ... Processing usr/lib/xtables/libip6t_ipv6header.so ... Processing usr/lib/xtables/libip6t_mh.so ... Processing usr/lib/xtables/libip6t_rt.so ... Processing usr/lib/xtables/libip6t_srh.so ... Processing usr/lib/xtables/libipt_CLUSTERIP.so ... Processing usr/lib/xtables/libipt_ECN.so ... Processing usr/lib/xtables/libipt_NETMAP.so ... Processing usr/lib/xtables/libipt_REJECT.so ... Processing usr/lib/xtables/libipt_TTL.so ... Processing usr/lib/xtables/libipt_ULOG.so ... Processing usr/lib/xtables/libipt_ah.so ... Processing usr/lib/xtables/libipt_icmp.so ... Processing usr/lib/xtables/libipt_realm.so ... Processing usr/lib/xtables/libipt_ttl.so ... Processing usr/lib/xtables/libxt_AUDIT.so ... Processing usr/lib/xtables/libxt_CHECKSUM.so ... Processing usr/lib/xtables/libxt_CLASSIFY.so ... Processing usr/lib/xtables/libxt_CONNMARK.so ... Processing usr/lib/xtables/libxt_CONNSECMARK.so ... Processing usr/lib/xtables/libxt_CT.so ... Processing usr/lib/xtables/libxt_DNAT.so ... Processing usr/lib/xtables/libxt_DSCP.so ... Processing usr/lib/xtables/libxt_HMARK.so ... Processing usr/lib/xtables/libxt_IDLETIMER.so ... Processing usr/lib/xtables/libxt_LED.so ... Processing usr/lib/xtables/libxt_LOG.so ... Processing usr/lib/xtables/libxt_MARK.so ... Processing usr/lib/xtables/libxt_MASQUERADE.so ... Processing usr/lib/xtables/libxt_NAT.so ... Processing usr/lib/xtables/libxt_NFLOG.so ... Processing usr/lib/xtables/libxt_NFQUEUE.so ... Processing usr/lib/xtables/libxt_NOTRACK.so ... Processing usr/lib/xtables/libxt_RATEEST.so ... Processing usr/lib/xtables/libxt_REDIRECT.so ... Processing usr/lib/xtables/libxt_SECMARK.so ... Processing usr/lib/xtables/libxt_SET.so ... Processing usr/lib/xtables/libxt_SNAT.so ... Processing usr/lib/xtables/libxt_SYNPROXY.so ... Processing usr/lib/xtables/libxt_TCPMSS.so ... Processing usr/lib/xtables/libxt_TCPOPTSTRIP.so ... Processing usr/lib/xtables/libxt_TEE.so ... Processing usr/lib/xtables/libxt_TOS.so ... Processing usr/lib/xtables/libxt_TPROXY.so ... Processing usr/lib/xtables/libxt_TRACE.so ... Processing usr/lib/xtables/libxt_addrtype.so ... Processing usr/lib/xtables/libxt_bpf.so ... Processing usr/lib/xtables/libxt_cgroup.so ... Processing usr/lib/xtables/libxt_cluster.so ... Processing usr/lib/xtables/libxt_comment.so ... Processing usr/lib/xtables/libxt_connbytes.so ... Processing usr/lib/xtables/libxt_connlimit.so ... Processing usr/lib/xtables/libxt_connmark.so ... Processing usr/lib/xtables/libxt_conntrack.so ... Processing usr/lib/xtables/libxt_cpu.so ... Processing usr/lib/xtables/libxt_dccp.so ... Processing usr/lib/xtables/libxt_devgroup.so ... Processing usr/lib/xtables/libxt_dscp.so ... Processing usr/lib/xtables/libxt_ecn.so ... Processing usr/lib/xtables/libxt_esp.so ... Processing usr/lib/xtables/libxt_hashlimit.so ... Processing usr/lib/xtables/libxt_helper.so ... Processing usr/lib/xtables/libxt_ipcomp.so ... Processing usr/lib/xtables/libxt_iprange.so ... Processing usr/lib/xtables/libxt_ipvs.so ... Processing usr/lib/xtables/libxt_length.so ... Processing usr/lib/xtables/libxt_limit.so ... Processing usr/lib/xtables/libxt_mac.so ... Processing usr/lib/xtables/libxt_mark.so ... Processing usr/lib/xtables/libxt_multiport.so ... Processing usr/lib/xtables/libxt_nfacct.so ... Processing usr/lib/xtables/libxt_osf.so ... Processing usr/lib/xtables/libxt_owner.so ... Processing usr/lib/xtables/libxt_physdev.so ... Processing usr/lib/xtables/libxt_pkttype.so ... Processing usr/lib/xtables/libxt_policy.so ... Processing usr/lib/xtables/libxt_quota.so ... Processing usr/lib/xtables/libxt_rateest.so ... Processing usr/lib/xtables/libxt_recent.so ... Processing usr/lib/xtables/libxt_rpfilter.so ... Processing usr/lib/xtables/libxt_sctp.so ... Processing usr/lib/xtables/libxt_set.so ... Processing usr/lib/xtables/libxt_socket.so ... Processing usr/lib/xtables/libxt_standard.so ... Processing usr/lib/xtables/libxt_state.so ... Processing usr/lib/xtables/libxt_statistic.so ... Processing usr/lib/xtables/libxt_string.so ... Processing usr/lib/xtables/libxt_tcp.so ... Processing usr/lib/xtables/libxt_tcpmss.so ... Processing usr/lib/xtables/libxt_time.so ... Processing usr/lib/xtables/libxt_tos.so ... Processing usr/lib/xtables/libxt_u32.so ... Processing usr/lib/xtables/libxt_udp.so ... Processing usr/lib32 ... Processing usr/libexec ... Processing usr/libexec/gio-launch-desktop ... Processing usr/libexec/gstreamer-1.0 ... Processing usr/libexec/gstreamer-1.0/gst-plugin-scanner ... Processing usr/libexec/gstreamer-1.0/gst-ptp-helper ... Processing usr/libexec/p11-kit ... Processing usr/libexec/p11-kit/p11-kit-remote ... Processing usr/libexec/p11-kit/p11-kit-server ... Processing usr/libexec/srp_daemon ... Processing usr/libexec/srp_daemon/start_on_all_ports ... Processing usr/libexec/sshg-blocker ... Processing usr/libexec/sshg-fw-firewalld ... Processing usr/libexec/sshg-fw-hosts ... Processing usr/libexec/sshg-fw-ipfilter ... Processing usr/libexec/sshg-fw-ipfw ... Processing usr/libexec/sshg-fw-ipset ... Processing usr/libexec/sshg-fw-iptables ... Processing usr/libexec/sshg-fw-nft-sets ... Processing usr/libexec/sshg-fw-null ... Processing usr/libexec/sshg-fw-pf ... Processing usr/libexec/sshg-logtail ... Processing usr/libexec/sshg-parser ... Processing usr/libexec/truescale-serdes.cmds ... Processing usr/sbin ... Processing usr/sbin/addgroup ... Processing usr/sbin/adduser ... Processing usr/sbin/arping ... Processing usr/sbin/babeld ... Processing usr/sbin/bfdd ... Processing usr/sbin/bgpd ... Processing usr/sbin/brcm_iscsiuio ... Processing usr/sbin/check_lft_balance.pl ... Processing usr/sbin/chroot ... Processing usr/sbin/crond ... Processing usr/sbin/delgroup ... Processing usr/sbin/deluser ... Processing usr/sbin/dnsd ... Processing usr/sbin/dump_fts ... Processing usr/sbin/dump_lfts.sh ... Processing usr/sbin/dump_mfts.sh ... Processing usr/sbin/eigrpd ... Processing usr/sbin/ether-wake ... Processing usr/sbin/ethtool ... Processing usr/sbin/fabricd ... Processing usr/sbin/fbset ... Processing usr/sbin/fcgiwrap ... Processing usr/sbin/fdformat ... Processing usr/sbin/frr ... Processing usr/sbin/frr-reload ... Processing usr/sbin/frr-reload.py ... Processing usr/sbin/frr_babeltrace.py ... Processing usr/sbin/frrcommon.sh ... Processing usr/sbin/frrinit.sh ... Processing usr/sbin/fsfreeze ... Processing usr/sbin/generate_support_bundle.py ... Processing usr/sbin/haveged ... Processing usr/sbin/htpdate ... Processing usr/sbin/i2cdetect ... Processing usr/sbin/i2cdump ... Processing usr/sbin/i2cget ... Processing usr/sbin/i2cset ... Processing usr/sbin/i2ctransfer ... Processing usr/sbin/ibacm ... Processing usr/sbin/ibaddr ... Processing usr/sbin/ibcacheedit ... Processing usr/sbin/ibccconfig ... Processing usr/sbin/ibccquery ... Processing usr/sbin/ibfindnodesusing.pl ... Processing usr/sbin/ibhosts ... Processing usr/sbin/ibidsverify.pl ... Processing usr/sbin/iblinkinfo ... Processing usr/sbin/ibnetdiscover ... Processing usr/sbin/ibnodes ... Processing usr/sbin/ibping ... Processing usr/sbin/ibportstate ... Processing usr/sbin/ibqueryerrors ... Processing usr/sbin/ibroute ... Processing usr/sbin/ibrouters ... Processing usr/sbin/ibsrpdm ... Processing usr/sbin/ibstat ... Processing usr/sbin/ibstatus ... Processing usr/sbin/ibswitches ... Processing usr/sbin/ibsysstat ... Processing usr/sbin/ibtracert ... Processing usr/sbin/inetd ... Processing usr/sbin/ip6tables ... Processing usr/sbin/ip6tables-apply ... Processing usr/sbin/ip6tables-legacy ... Processing usr/sbin/ip6tables-legacy-restore ... Processing usr/sbin/ip6tables-legacy-save ... Processing usr/sbin/ip6tables-restore ... Processing usr/sbin/ip6tables-save ... Processing usr/sbin/iptables ... Processing usr/sbin/iptables-apply ... Processing usr/sbin/iptables-legacy ... Processing usr/sbin/iptables-legacy-restore ... Processing usr/sbin/iptables-legacy-save ... Processing usr/sbin/iptables-restore ... Processing usr/sbin/iptables-save ... Processing usr/sbin/iscsi-gen-initiatorname ... Processing usr/sbin/iscsi-iname ... Processing usr/sbin/iscsi_discovery ... Processing usr/sbin/iscsi_fw_login ... Processing usr/sbin/iscsi_offload ... Processing usr/sbin/iscsiadm ... Processing usr/sbin/iscsid ... Processing usr/sbin/iscsistart ... Processing usr/sbin/iscsiuio ... Processing usr/sbin/isisd ... Processing usr/sbin/isnsadm ... Processing usr/sbin/isnsd ... Processing usr/sbin/isnsdd ... Processing usr/sbin/iwpmd ... Processing usr/sbin/killall5 ... Processing usr/sbin/ldpd ... Processing usr/sbin/loadfont ... Processing usr/sbin/mim ... Processing usr/sbin/mount.fuse3 ... Processing usr/sbin/mtr ... Processing usr/sbin/mtr-packet ... Processing usr/sbin/nologin ... Processing usr/sbin/ospf6d ... Processing usr/sbin/ospfd ... Processing usr/sbin/partprobe ... Processing usr/sbin/pathd ... Processing usr/sbin/pbrd ... Processing usr/sbin/pcscd ... Processing usr/sbin/perfquery ... Processing usr/sbin/pim6d ... Processing usr/sbin/pimd ... Processing usr/sbin/ptpd ... Processing usr/sbin/rdate ... Processing usr/sbin/readprofile ... Processing usr/sbin/ripd ... Processing usr/sbin/ripngd ... Processing usr/sbin/run_srp_daemon ... Processing usr/sbin/saquery ... Processing usr/sbin/seedrng ... Processing usr/sbin/setlogcons ... Processing usr/sbin/sminfo ... Processing usr/sbin/smpdump ... Processing usr/sbin/smpquery ... Processing usr/sbin/srp_daemon ... Processing usr/sbin/srp_daemon.sh ... Processing usr/sbin/ssd ... Processing usr/sbin/sshguard ... Processing usr/sbin/staticd ... Processing usr/sbin/ubirename ... Processing usr/sbin/uqmi ... Processing usr/sbin/vendstat ... Processing usr/sbin/vnstatd ... Processing usr/sbin/vrrpd ... Processing usr/sbin/watchfrr ... Processing usr/sbin/watchfrr.sh ... Processing usr/sbin/xtables-legacy-multi ... Processing usr/sbin/zebra ... 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/bash-completion ... Processing usr/share/bash-completion/completions ... Processing usr/share/bash-completion/completions/devlink ... Processing usr/share/bash-completion/completions/eject ... Processing usr/share/bash-completion/completions/ethtool ... Processing usr/share/bash-completion/completions/gapplication ... Processing usr/share/bash-completion/completions/gdbus ... Processing usr/share/bash-completion/completions/gio ... Processing usr/share/bash-completion/completions/gresource ... Processing usr/share/bash-completion/completions/gsettings ... Processing usr/share/bash-completion/completions/kmod ... Processing usr/share/bash-completion/completions/mtr ... Processing usr/share/bash-completion/completions/tc ... Processing usr/share/bash-completion/completions/wg ... Processing usr/share/bash-completion/completions/wg-quick ... Processing usr/share/fontconfig ... Processing usr/share/fontconfig/conf.avail ... Processing usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf ... Processing usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf ... Processing usr/share/fontconfig/conf.avail/10-autohint.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-full.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-medium.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-none.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-slight.conf ... Processing usr/share/fontconfig/conf.avail/10-no-antialias.conf ... Processing usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf ... Processing usr/share/fontconfig/conf.avail/10-unhinted.conf ... Processing usr/share/fontconfig/conf.avail/10-yes-antialias.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf ... Processing usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf ... Processing usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/30-metric-aliases.conf ... Processing usr/share/fontconfig/conf.avail/35-lang-normalize.conf ... Processing usr/share/fontconfig/conf.avail/40-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/45-generic.conf ... Processing usr/share/fontconfig/conf.avail/45-latin.conf ... Processing usr/share/fontconfig/conf.avail/48-spacing.conf ... Processing usr/share/fontconfig/conf.avail/49-sansserif.conf ... Processing usr/share/fontconfig/conf.avail/50-user.conf ... Processing usr/share/fontconfig/conf.avail/51-local.conf ... Processing usr/share/fontconfig/conf.avail/60-generic.conf ... Processing usr/share/fontconfig/conf.avail/60-latin.conf ... Processing usr/share/fontconfig/conf.avail/65-fonts-persian.conf ... Processing usr/share/fontconfig/conf.avail/65-khmer.conf ... Processing usr/share/fontconfig/conf.avail/65-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/69-unifont.conf ... Processing usr/share/fontconfig/conf.avail/70-no-bitmaps.conf ... Processing usr/share/fontconfig/conf.avail/70-yes-bitmaps.conf ... Processing usr/share/fontconfig/conf.avail/80-delicious.conf ... Processing usr/share/fontconfig/conf.avail/90-synthetic.conf ... Processing usr/share/fonts ... Processing usr/share/fonts/gs ... Processing usr/share/fonts/gs/a010013l.afm ... Processing usr/share/fonts/gs/a010013l.pfb ... Processing usr/share/fonts/gs/a010015l.afm ... Processing usr/share/fonts/gs/a010015l.pfb ... Processing usr/share/fonts/gs/a010033l.afm ... Processing usr/share/fonts/gs/a010033l.pfb ... Processing usr/share/fonts/gs/a010035l.afm ... Processing usr/share/fonts/gs/a010035l.pfb ... Processing usr/share/fonts/gs/b018012l.afm ... Processing usr/share/fonts/gs/b018012l.pfb ... Processing usr/share/fonts/gs/b018015l.afm ... Processing usr/share/fonts/gs/b018015l.pfb ... Processing usr/share/fonts/gs/b018032l.afm ... Processing usr/share/fonts/gs/b018032l.pfb ... Processing usr/share/fonts/gs/b018035l.afm ... Processing usr/share/fonts/gs/b018035l.pfb ... Processing usr/share/fonts/gs/c059013l.afm ... Processing usr/share/fonts/gs/c059013l.pfb ... Processing usr/share/fonts/gs/c059016l.afm ... Processing usr/share/fonts/gs/c059016l.pfb ... Processing usr/share/fonts/gs/c059033l.afm ... Processing usr/share/fonts/gs/c059033l.pfb ... Processing usr/share/fonts/gs/c059036l.afm ... Processing usr/share/fonts/gs/c059036l.pfb ... Processing usr/share/fonts/gs/d050000l.afm ... Processing usr/share/fonts/gs/d050000l.pfb ... Processing usr/share/fonts/gs/n019003l.afm ... Processing usr/share/fonts/gs/n019003l.pfb ... Processing usr/share/fonts/gs/n019004l.afm ... Processing usr/share/fonts/gs/n019004l.pfb ... Processing usr/share/fonts/gs/n019023l.afm ... Processing usr/share/fonts/gs/n019023l.pfb ... Processing usr/share/fonts/gs/n019024l.afm ... Processing usr/share/fonts/gs/n019024l.pfb ... Processing usr/share/fonts/gs/n019043l.afm ... Processing usr/share/fonts/gs/n019043l.pfb ... Processing usr/share/fonts/gs/n019044l.afm ... Processing usr/share/fonts/gs/n019044l.pfb ... Processing usr/share/fonts/gs/n019063l.afm ... Processing usr/share/fonts/gs/n019063l.pfb ... Processing usr/share/fonts/gs/n019064l.afm ... Processing usr/share/fonts/gs/n019064l.pfb ... Processing usr/share/fonts/gs/n021003l.afm ... Processing usr/share/fonts/gs/n021003l.pfb ... Processing usr/share/fonts/gs/n021004l.afm ... Processing usr/share/fonts/gs/n021004l.pfb ... Processing usr/share/fonts/gs/n021023l.afm ... Processing usr/share/fonts/gs/n021023l.pfb ... Processing usr/share/fonts/gs/n021024l.afm ... Processing usr/share/fonts/gs/n021024l.pfb ... Processing usr/share/fonts/gs/n022003l.afm ... Processing usr/share/fonts/gs/n022003l.pfb ... Processing usr/share/fonts/gs/n022004l.afm ... Processing usr/share/fonts/gs/n022004l.pfb ... Processing usr/share/fonts/gs/n022023l.afm ... Processing usr/share/fonts/gs/n022023l.pfb ... Processing usr/share/fonts/gs/n022024l.afm ... Processing usr/share/fonts/gs/n022024l.pfb ... Processing usr/share/fonts/gs/p052003l.afm ... Processing usr/share/fonts/gs/p052003l.pfb ... Processing usr/share/fonts/gs/p052004l.afm ... Processing usr/share/fonts/gs/p052004l.pfb ... Processing usr/share/fonts/gs/p052023l.afm ... Processing usr/share/fonts/gs/p052023l.pfb ... Processing usr/share/fonts/gs/p052024l.afm ... Processing usr/share/fonts/gs/p052024l.pfb ... Processing usr/share/fonts/gs/s050000l.afm ... Processing usr/share/fonts/gs/s050000l.pfb ... Processing usr/share/fonts/gs/z003034l.afm ... Processing usr/share/fonts/gs/z003034l.pfb ... Processing usr/share/gettext ... Processing usr/share/gettext/its ... Processing usr/share/gettext/its/fontconfig.its ... Processing usr/share/gettext/its/fontconfig.loc ... Processing usr/share/gettext/its/gschema.its ... Processing usr/share/gettext/its/gschema.loc ... Processing usr/share/ghostscript ... Processing usr/share/ghostscript/10.02.0 ... Processing usr/share/ghostscript/10.02.0/Resource ... Processing usr/share/ghostscript/10.02.0/Resource/CIDFSubst ... Processing []re/ghostscript/10.02.0/Resource/CIDFSubst/DroidSansFallback.ttf ... Processing usr/share/ghostscript/10.02.0/Resource/CIDFont ... Processing usr/share/ghostscript/10.02.0/Resource/CIDFont/ArtifexBullet ... Processing usr/share/ghostscript/10.02.0/Resource/CMap ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/78-EUC-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/78-EUC-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/78-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/78-RKSJ-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/78-RKSJ-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/78-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/78ms-RKSJ-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/78ms-RKSJ-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/83pv-RKSJ-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/90ms-RKSJ-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/90ms-RKSJ-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/90msp-RKSJ-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/90msp-RKSJ-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/90pv-RKSJ-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/90pv-RKSJ-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Add-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Add-RKSJ-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Add-RKSJ-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Add-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-CNS1-0 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-CNS1-1 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-CNS1-2 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-CNS1-3 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-CNS1-4 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-CNS1-5 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-CNS1-6 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-CNS1-7 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-GB1-0 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-GB1-1 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-GB1-2 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-GB1-3 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-GB1-4 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-GB1-5 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-Japan1-0 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-Japan1-1 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-Japan1-2 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-Japan1-3 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-Japan1-4 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-Japan1-5 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-Japan1-6 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-Japan2-0 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-Korea1-0 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-Korea1-1 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Adobe-Korea1-2 ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/B5-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/B5-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/B5pc-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/B5pc-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/CNS-EUC-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/CNS-EUC-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/CNS1-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/CNS1-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/CNS2-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/CNS2-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/ETHK-B5-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/ETHK-B5-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/ETen-B5-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/ETen-B5-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/ETenms-B5-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/ETenms-B5-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/EUC-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/EUC-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Ext-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Ext-RKSJ-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Ext-RKSJ-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Ext-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GB-EUC-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GB-EUC-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GB-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GB-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GBK-EUC-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GBK-EUC-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GBK2K-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GBK2K-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GBKp-EUC-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GBKp-EUC-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GBT-EUC-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GBT-EUC-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GBT-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GBT-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GBTpc-EUC-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GBTpc-EUC-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GBpc-EUC-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/GBpc-EUC-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/HKdla-B5-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/HKdla-B5-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/HKdlb-B5-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/HKdlb-B5-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/HKgccs-B5-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/HKgccs-B5-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/HKm314-B5-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/HKm314-B5-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/HKm471-B5-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/HKm471-B5-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/HKscs-B5-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/HKscs-B5-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Hankaku ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Hiragana ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Hojo-EUC-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Hojo-EUC-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Hojo-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Hojo-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Identity-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Identity-UTF16-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Identity-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/KSC-EUC-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/KSC-EUC-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/KSC-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/KSC-Johab-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/KSC-Johab-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/KSC-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/KSCms-UHC-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/KSCms-UHC-HW-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/KSCms-UHC-HW-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/KSCms-UHC-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/KSCpc-EUC-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/KSCpc-EUC-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Katakana ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/NWP-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/NWP-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/RKSJ-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/RKSJ-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/Roman ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniCNS-UCS2-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniCNS-UCS2-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniCNS-UTF16-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniCNS-UTF16-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniCNS-UTF32-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniCNS-UTF32-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniCNS-UTF8-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniCNS-UTF8-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniGB-UCS2-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniGB-UCS2-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniGB-UTF16-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniGB-UTF16-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniGB-UTF32-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniGB-UTF32-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniGB-UTF8-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniGB-UTF8-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniHojo-UCS2-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniHojo-UCS2-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniHojo-UTF16-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniHojo-UTF16-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniHojo-UTF32-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniHojo-UTF32-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniHojo-UTF8-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniHojo-UTF8-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJIS-UCS2-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJIS-UCS2-HW-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJIS-UCS2-HW-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJIS-UCS2-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJIS-UTF16-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJIS-UTF16-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJIS-UTF32-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJIS-UTF32-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJIS-UTF8-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJIS-UTF8-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJIS2004-UTF16-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJIS2004-UTF16-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJIS2004-UTF32-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJIS2004-UTF32-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJIS2004-UTF8-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJIS2004-UTF8-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJISPro-UCS2-HW-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJISPro-UCS2-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJISPro-UTF8-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJISX0213-UTF32-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniJISX0213-UTF32-V ... Processing []share/ghostscript/10.02.0/Resource/CMap/UniJISX02132004-UTF32-H ... Processing []share/ghostscript/10.02.0/Resource/CMap/UniJISX02132004-UTF32-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniKS-UCS2-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniKS-UCS2-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniKS-UTF16-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniKS-UTF16-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniKS-UTF32-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniKS-UTF32-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniKS-UTF8-H ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/UniKS-UTF8-V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/V ... Processing usr/share/ghostscript/10.02.0/Resource/CMap/WP-Symbol ... Processing usr/share/ghostscript/10.02.0/Resource/ColorSpace ... Processing usr/share/ghostscript/10.02.0/Resource/ColorSpace/DefaultCMYK ... Processing usr/share/ghostscript/10.02.0/Resource/ColorSpace/DefaultGray ... Processing usr/share/ghostscript/10.02.0/Resource/ColorSpace/DefaultRGB ... Processing usr/share/ghostscript/10.02.0/Resource/ColorSpace/TrivialCMYK ... Processing usr/share/ghostscript/10.02.0/Resource/ColorSpace/sGray ... Processing usr/share/ghostscript/10.02.0/Resource/ColorSpace/sRGB ... Processing usr/share/ghostscript/10.02.0/Resource/Decoding ... Processing usr/share/ghostscript/10.02.0/Resource/Decoding/FCO_Dingbats ... Processing usr/share/ghostscript/10.02.0/Resource/Decoding/FCO_Symbol ... Processing usr/share/ghostscript/10.02.0/Resource/Decoding/FCO_Unicode ... Processing usr/share/ghostscript/10.02.0/Resource/Decoding/FCO_Wingdings ... Processing usr/share/ghostscript/10.02.0/Resource/Decoding/Latin1 ... Processing usr/share/ghostscript/10.02.0/Resource/Decoding/StandardEncoding ... Processing usr/share/ghostscript/10.02.0/Resource/Decoding/Unicode ... Processing usr/share/ghostscript/10.02.0/Resource/Encoding ... Processing usr/share/ghostscript/10.02.0/Resource/Encoding/CEEncoding ... Processing usr/share/ghostscript/10.02.0/Resource/Encoding/ExpertEncoding ... Processing []hare/ghostscript/10.02.0/Resource/Encoding/ExpertSubsetEncoding ... Processing usr/share/ghostscript/10.02.0/Resource/Encoding/NotDefEncoding ... Processing usr/share/ghostscript/10.02.0/Resource/Encoding/Wingdings ... Processing usr/share/ghostscript/10.02.0/Resource/Font ... Processing usr/share/ghostscript/10.02.0/Resource/Font/C059-BdIta ... Processing usr/share/ghostscript/10.02.0/Resource/Font/C059-Bold ... Processing usr/share/ghostscript/10.02.0/Resource/Font/C059-Italic ... Processing usr/share/ghostscript/10.02.0/Resource/Font/C059-Roman ... Processing usr/share/ghostscript/10.02.0/Resource/Font/D050000L ... Processing usr/share/ghostscript/10.02.0/Resource/Font/NimbusMonoPS-Bold ... Processing []share/ghostscript/10.02.0/Resource/Font/NimbusMonoPS-BoldItalic ... Processing usr/share/ghostscript/10.02.0/Resource/Font/NimbusMonoPS-Italic ... Processing usr/share/ghostscript/10.02.0/Resource/Font/NimbusMonoPS-Regular ... Processing usr/share/ghostscript/10.02.0/Resource/Font/NimbusRoman-Bold ... Processing []/share/ghostscript/10.02.0/Resource/Font/NimbusRoman-BoldItalic ... Processing usr/share/ghostscript/10.02.0/Resource/Font/NimbusRoman-Italic ... Processing usr/share/ghostscript/10.02.0/Resource/Font/NimbusRoman-Regular ... Processing usr/share/ghostscript/10.02.0/Resource/Font/NimbusSans-Bold ... Processing usr/share/ghostscript/10.02.0/Resource/Font/NimbusSans-BoldItalic ... Processing usr/share/ghostscript/10.02.0/Resource/Font/NimbusSans-Italic ... Processing usr/share/ghostscript/10.02.0/Resource/Font/NimbusSans-Regular ... Processing usr/share/ghostscript/10.02.0/Resource/Font/NimbusSansNarrow-Bold ... Processing []/ghostscript/10.02.0/Resource/Font/NimbusSansNarrow-BoldOblique ... Processing []hare/ghostscript/10.02.0/Resource/Font/NimbusSansNarrow-Oblique ... Processing []hare/ghostscript/10.02.0/Resource/Font/NimbusSansNarrow-Regular ... Processing usr/share/ghostscript/10.02.0/Resource/Font/P052-Bold ... Processing usr/share/ghostscript/10.02.0/Resource/Font/P052-BoldItalic ... Processing usr/share/ghostscript/10.02.0/Resource/Font/P052-Italic ... Processing usr/share/ghostscript/10.02.0/Resource/Font/P052-Roman ... Processing usr/share/ghostscript/10.02.0/Resource/Font/StandardSymbolsPS ... Processing usr/share/ghostscript/10.02.0/Resource/Font/URWBookman-Demi ... Processing usr/share/ghostscript/10.02.0/Resource/Font/URWBookman-DemiItalic ... Processing usr/share/ghostscript/10.02.0/Resource/Font/URWBookman-Light ... Processing []/share/ghostscript/10.02.0/Resource/Font/URWBookman-LightItalic ... Processing usr/share/ghostscript/10.02.0/Resource/Font/URWGothic-Book ... Processing usr/share/ghostscript/10.02.0/Resource/Font/URWGothic-BookOblique ... Processing usr/share/ghostscript/10.02.0/Resource/Font/URWGothic-Demi ... Processing usr/share/ghostscript/10.02.0/Resource/Font/URWGothic-DemiOblique ... Processing usr/share/ghostscript/10.02.0/Resource/Font/Z003-MediumItalic ... Processing usr/share/ghostscript/10.02.0/Resource/IdiomSet ... Processing usr/share/ghostscript/10.02.0/Resource/IdiomSet/PPI_CUtils ... Processing usr/share/ghostscript/10.02.0/Resource/IdiomSet/Pscript5Idiom ... Processing usr/share/ghostscript/10.02.0/Resource/Init ... Processing usr/share/ghostscript/10.02.0/Resource/Init/FAPIcidfmap ... Processing usr/share/ghostscript/10.02.0/Resource/Init/FAPIconfig ... Processing usr/share/ghostscript/10.02.0/Resource/Init/FAPIfontmap ... Processing usr/share/ghostscript/10.02.0/Resource/Init/FCOfontmap-PCLPS2 ... Processing usr/share/ghostscript/10.02.0/Resource/Init/Fontmap ... Processing usr/share/ghostscript/10.02.0/Resource/Init/Fontmap.GS ... Processing usr/share/ghostscript/10.02.0/Resource/Init/cidfmap ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_agl.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_btokn.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_cet.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_cff.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_cidcm.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_ciddc.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_cidfm.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_cidfn.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_cidtt.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_cmap.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_cspace.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_dbt_e.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_diskn.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_dps1.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_dps2.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_dscp.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_epsf.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_fapi.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_fntem.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_fonts.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_frsd.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_icc.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_il1_e.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_img.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_init.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_lev2.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_ll3.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_mex_e.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_mgl_e.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_mro_e.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_pdf_e.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_pdfwr.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_res.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_resmp.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_setpd.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_statd.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_std_e.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_sym_e.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_trap.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_ttf.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_typ32.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_typ42.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_type1.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/gs_wan_e.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/pdf_main.ps ... Processing usr/share/ghostscript/10.02.0/Resource/Init/xlatmap ... Processing usr/share/ghostscript/10.02.0/Resource/SubstCID ... Processing usr/share/ghostscript/10.02.0/Resource/SubstCID/CNS1-WMode ... Processing usr/share/ghostscript/10.02.0/Resource/SubstCID/GB1-WMode ... Processing usr/share/ghostscript/10.02.0/Resource/SubstCID/Japan1-WMode ... Processing usr/share/ghostscript/10.02.0/Resource/SubstCID/Korea1-WMode ... Processing usr/share/ghostscript/10.02.0/iccprofiles ... Processing usr/share/ghostscript/10.02.0/iccprofiles/a98.icc ... Processing usr/share/ghostscript/10.02.0/iccprofiles/default_cmyk.icc ... Processing usr/share/ghostscript/10.02.0/iccprofiles/default_gray.icc ... Processing usr/share/ghostscript/10.02.0/iccprofiles/default_rgb.icc ... Processing usr/share/ghostscript/10.02.0/iccprofiles/esrgb.icc ... Processing usr/share/ghostscript/10.02.0/iccprofiles/gray_to_k.icc ... Processing usr/share/ghostscript/10.02.0/iccprofiles/lab.icc ... Processing usr/share/ghostscript/10.02.0/iccprofiles/ps_cmyk.icc ... Processing usr/share/ghostscript/10.02.0/iccprofiles/ps_gray.icc ... Processing usr/share/ghostscript/10.02.0/iccprofiles/ps_rgb.icc ... Processing usr/share/ghostscript/10.02.0/iccprofiles/rommrgb.icc ... Processing usr/share/ghostscript/10.02.0/iccprofiles/scrgb.icc ... Processing usr/share/ghostscript/10.02.0/iccprofiles/sgray.icc ... Processing usr/share/ghostscript/10.02.0/iccprofiles/srgb.icc ... Processing usr/share/ghostscript/10.02.0/lib ... Processing usr/share/ghostscript/10.02.0/lib/PDFA_def.ps ... Processing usr/share/ghostscript/10.02.0/lib/PDFX_def.ps ... Processing usr/share/ghostscript/10.02.0/lib/PM760p.upp ... Processing usr/share/ghostscript/10.02.0/lib/PM760pl.upp ... Processing usr/share/ghostscript/10.02.0/lib/PM820p.upp ... Processing usr/share/ghostscript/10.02.0/lib/PM820pl.upp ... Processing usr/share/ghostscript/10.02.0/lib/Stc670p.upp ... Processing usr/share/ghostscript/10.02.0/lib/Stc670pl.upp ... Processing usr/share/ghostscript/10.02.0/lib/Stc680p.upp ... Processing usr/share/ghostscript/10.02.0/lib/Stc680pl.upp ... Processing usr/share/ghostscript/10.02.0/lib/Stc740p.upp ... Processing usr/share/ghostscript/10.02.0/lib/Stc740pl.upp ... Processing usr/share/ghostscript/10.02.0/lib/Stc760p.upp ... Processing usr/share/ghostscript/10.02.0/lib/Stc760pl.upp ... Processing usr/share/ghostscript/10.02.0/lib/Stc777p.upp ... Processing usr/share/ghostscript/10.02.0/lib/Stc777pl.upp ... Processing usr/share/ghostscript/10.02.0/lib/Stp720p.upp ... Processing usr/share/ghostscript/10.02.0/lib/Stp720pl.upp ... Processing usr/share/ghostscript/10.02.0/lib/Stp870p.upp ... Processing usr/share/ghostscript/10.02.0/lib/Stp870pl.upp ... Processing usr/share/ghostscript/10.02.0/lib/acctest.ps ... Processing usr/share/ghostscript/10.02.0/lib/align.ps ... Processing usr/share/ghostscript/10.02.0/lib/bj8.rpd ... Processing usr/share/ghostscript/10.02.0/lib/bj8gc12f.upp ... Processing usr/share/ghostscript/10.02.0/lib/bj8hg12f.upp ... Processing usr/share/ghostscript/10.02.0/lib/bj8oh06n.upp ... Processing usr/share/ghostscript/10.02.0/lib/bj8pa06n.upp ... Processing usr/share/ghostscript/10.02.0/lib/bj8pp12f.upp ... Processing usr/share/ghostscript/10.02.0/lib/bj8ts06n.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc6000a1.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc6000b1.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc610a0.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc610a1.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc610a2.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc610a3.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc610a4.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc610a5.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc610a6.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc610a7.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc610a8.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc610b1.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc610b2.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc610b3.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc610b4.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc610b6.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc610b7.upp ... Processing usr/share/ghostscript/10.02.0/lib/bjc610b8.upp ... Processing usr/share/ghostscript/10.02.0/lib/caption.ps ... Processing usr/share/ghostscript/10.02.0/lib/cbjc600.ppd ... Processing usr/share/ghostscript/10.02.0/lib/cbjc800.ppd ... Processing usr/share/ghostscript/10.02.0/lib/cdj550.upp ... Processing usr/share/ghostscript/10.02.0/lib/cdj690.upp ... Processing usr/share/ghostscript/10.02.0/lib/cdj690ec.upp ... Processing usr/share/ghostscript/10.02.0/lib/cid2code.ps ... Processing usr/share/ghostscript/10.02.0/lib/dnj750c.upp ... Processing usr/share/ghostscript/10.02.0/lib/dnj750m.upp ... Processing usr/share/ghostscript/10.02.0/lib/docie.ps ... Processing usr/share/ghostscript/10.02.0/lib/font2pcl.ps ... Processing usr/share/ghostscript/10.02.0/lib/ghostpdf.ppd ... Processing usr/share/ghostscript/10.02.0/lib/gs_ce_e.ps ... Processing usr/share/ghostscript/10.02.0/lib/gs_css_e.ps ... Processing usr/share/ghostscript/10.02.0/lib/gs_il2_e.ps ... Processing usr/share/ghostscript/10.02.0/lib/gs_kanji.ps ... Processing usr/share/ghostscript/10.02.0/lib/gs_ksb_e.ps ... Processing usr/share/ghostscript/10.02.0/lib/gs_l.xbm ... Processing usr/share/ghostscript/10.02.0/lib/gs_l.xpm ... Processing usr/share/ghostscript/10.02.0/lib/gs_l_m.xbm ... Processing usr/share/ghostscript/10.02.0/lib/gs_lgo_e.ps ... Processing usr/share/ghostscript/10.02.0/lib/gs_lgx_e.ps ... Processing usr/share/ghostscript/10.02.0/lib/gs_m.xbm ... Processing usr/share/ghostscript/10.02.0/lib/gs_m.xpm ... Processing usr/share/ghostscript/10.02.0/lib/gs_m_m.xbm ... Processing usr/share/ghostscript/10.02.0/lib/gs_s.xbm ... Processing usr/share/ghostscript/10.02.0/lib/gs_s.xpm ... Processing usr/share/ghostscript/10.02.0/lib/gs_s_m.xbm ... Processing usr/share/ghostscript/10.02.0/lib/gs_t.xbm ... Processing usr/share/ghostscript/10.02.0/lib/gs_t.xpm ... Processing usr/share/ghostscript/10.02.0/lib/gs_t_m.xbm ... Processing usr/share/ghostscript/10.02.0/lib/gs_wl1_e.ps ... Processing usr/share/ghostscript/10.02.0/lib/gs_wl2_e.ps ... Processing usr/share/ghostscript/10.02.0/lib/gs_wl5_e.ps ... Processing usr/share/ghostscript/10.02.0/lib/gslp.ps ... Processing usr/share/ghostscript/10.02.0/lib/gsnup.ps ... Processing usr/share/ghostscript/10.02.0/lib/ht_ccsto.ps ... Processing usr/share/ghostscript/10.02.0/lib/image-qa.ps ... Processing usr/share/ghostscript/10.02.0/lib/jispaper.ps ... Processing usr/share/ghostscript/10.02.0/lib/landscap.ps ... Processing usr/share/ghostscript/10.02.0/lib/lines.ps ... Processing usr/share/ghostscript/10.02.0/lib/mkcidfm.ps ... Processing usr/share/ghostscript/10.02.0/lib/necp2x.upp ... Processing usr/share/ghostscript/10.02.0/lib/necp2x6.upp ... Processing usr/share/ghostscript/10.02.0/lib/pdf2dsc.ps ... Processing usr/share/ghostscript/10.02.0/lib/pdf_info.ps ... Processing usr/share/ghostscript/10.02.0/lib/pf2afm.ps ... Processing usr/share/ghostscript/10.02.0/lib/pfbtopfa.ps ... Processing usr/share/ghostscript/10.02.0/lib/ppath.ps ... Processing usr/share/ghostscript/10.02.0/lib/pphs.ps ... Processing usr/share/ghostscript/10.02.0/lib/prfont.ps ... Processing usr/share/ghostscript/10.02.0/lib/printafm.ps ... Processing usr/share/ghostscript/10.02.0/lib/ps2ai.ps ... Processing usr/share/ghostscript/10.02.0/lib/ps2epsi.ps ... Processing usr/share/ghostscript/10.02.0/lib/ras1.upp ... Processing usr/share/ghostscript/10.02.0/lib/ras24.upp ... Processing usr/share/ghostscript/10.02.0/lib/ras3.upp ... Processing usr/share/ghostscript/10.02.0/lib/ras32.upp ... Processing usr/share/ghostscript/10.02.0/lib/ras4.upp ... Processing usr/share/ghostscript/10.02.0/lib/ras8m.upp ... Processing usr/share/ghostscript/10.02.0/lib/rollconv.ps ... Processing usr/share/ghostscript/10.02.0/lib/s400a1.upp ... Processing usr/share/ghostscript/10.02.0/lib/s400b1.upp ... Processing usr/share/ghostscript/10.02.0/lib/sharp.upp ... Processing usr/share/ghostscript/10.02.0/lib/sipixa6.upp ... Processing usr/share/ghostscript/10.02.0/lib/st640ih.upp ... Processing usr/share/ghostscript/10.02.0/lib/st640ihg.upp ... Processing usr/share/ghostscript/10.02.0/lib/st640p.upp ... Processing usr/share/ghostscript/10.02.0/lib/st640pg.upp ... Processing usr/share/ghostscript/10.02.0/lib/st640pl.upp ... Processing usr/share/ghostscript/10.02.0/lib/st640plg.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc1520h.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc2.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc200_h.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc2_h.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc2s_h.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc300.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc300bl.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc300bm.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc500p.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc500ph.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc600ih.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc600p.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc600pl.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc640p.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc740ih.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc800ih.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc800p.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc800pl.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc_h.upp ... Processing usr/share/ghostscript/10.02.0/lib/stc_l.upp ... Processing usr/share/ghostscript/10.02.0/lib/stcany.upp ... Processing usr/share/ghostscript/10.02.0/lib/stcany_h.upp ... Processing usr/share/ghostscript/10.02.0/lib/stcinfo.ps ... Processing usr/share/ghostscript/10.02.0/lib/stcolor.ps ... Processing usr/share/ghostscript/10.02.0/lib/stocht.ps ... Processing usr/share/ghostscript/10.02.0/lib/traceimg.ps ... Processing usr/share/ghostscript/10.02.0/lib/traceop.ps ... Processing usr/share/ghostscript/10.02.0/lib/uninfo.ps ... Processing usr/share/ghostscript/10.02.0/lib/viewcmyk.ps ... Processing usr/share/ghostscript/10.02.0/lib/viewgif.ps ... Processing usr/share/ghostscript/10.02.0/lib/viewjpeg.ps ... Processing usr/share/ghostscript/10.02.0/lib/viewmiff.ps ... Processing usr/share/ghostscript/10.02.0/lib/viewpbm.ps ... Processing usr/share/ghostscript/10.02.0/lib/viewpcx.ps ... Processing usr/share/ghostscript/10.02.0/lib/viewps2a.ps ... Processing usr/share/ghostscript/10.02.0/lib/winmaps.ps ... Processing usr/share/ghostscript/10.02.0/lib/zeroline.ps ... Processing usr/share/glib-2.0 ... Processing usr/share/glib-2.0/schemas ... Processing usr/share/glib-2.0/valgrind ... Processing usr/share/glib-2.0/valgrind/glib.supp ... Processing usr/share/gmediarender ... Processing usr/share/gmediarender/grender-128x128.png ... Processing usr/share/gmediarender/grender-64x64.png ... Processing usr/share/gst-plugins-base ... Processing usr/share/gst-plugins-base/1.0 ... Processing usr/share/gst-plugins-base/1.0/license-translations.dict ... Processing usr/share/gstreamer-1.0 ... Processing usr/share/gstreamer-1.0/gdb ... Processing usr/share/gstreamer-1.0/gdb/glib_gobject_helper.py ... Processing usr/share/gstreamer-1.0/gdb/gst_gdb.py ... Processing usr/share/libubox ... Processing usr/share/libubox/jshn.sh ... Processing usr/share/locale ... Processing usr/share/locale/ab ... Processing usr/share/locale/ab/LC_MESSAGES ... Processing usr/share/locale/ab/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/af ... Processing usr/share/locale/af/LC_MESSAGES ... Processing usr/share/locale/af/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/am ... Processing usr/share/locale/am/LC_MESSAGES ... Processing usr/share/locale/am/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/an ... Processing usr/share/locale/an/LC_MESSAGES ... Processing usr/share/locale/an/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ar ... Processing usr/share/locale/ar/LC_MESSAGES ... Processing usr/share/locale/ar/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/as ... Processing usr/share/locale/as/LC_MESSAGES ... Processing usr/share/locale/as/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/as/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/ast ... Processing usr/share/locale/ast/LC_MESSAGES ... Processing usr/share/locale/ast/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ast/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/az ... Processing usr/share/locale/az/LC_MESSAGES ... Processing usr/share/locale/az/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/be ... Processing usr/share/locale/be/LC_MESSAGES ... Processing usr/share/locale/be/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/be/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/be@latin ... Processing usr/share/locale/be@latin/LC_MESSAGES ... Processing usr/share/locale/be@latin/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bg ... Processing usr/share/locale/bg/LC_MESSAGES ... Processing usr/share/locale/bg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/bn ... Processing usr/share/locale/bn/LC_MESSAGES ... Processing usr/share/locale/bn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bn_IN ... Processing usr/share/locale/bn_IN/LC_MESSAGES ... Processing usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/bs ... Processing usr/share/locale/bs/LC_MESSAGES ... Processing usr/share/locale/bs/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bs/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/ca ... Processing usr/share/locale/ca/LC_MESSAGES ... Processing usr/share/locale/ca/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/ca@valencia ... Processing usr/share/locale/ca@valencia/LC_MESSAGES ... Processing usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/cs ... Processing usr/share/locale/cs/LC_MESSAGES ... Processing usr/share/locale/cs/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/cy ... Processing usr/share/locale/cy/LC_MESSAGES ... Processing usr/share/locale/cy/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/da ... Processing usr/share/locale/da/LC_MESSAGES ... Processing usr/share/locale/da/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/da/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/de ... Processing usr/share/locale/de/LC_MESSAGES ... Processing usr/share/locale/de/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/de/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/dz ... Processing usr/share/locale/dz/LC_MESSAGES ... Processing usr/share/locale/dz/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/el ... Processing usr/share/locale/el/LC_MESSAGES ... Processing usr/share/locale/el/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/el/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/en@shaw ... Processing usr/share/locale/en@shaw/LC_MESSAGES ... Processing usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_CA ... Processing usr/share/locale/en_CA/LC_MESSAGES ... Processing usr/share/locale/en_CA/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_GB ... Processing usr/share/locale/en_GB/LC_MESSAGES ... Processing usr/share/locale/en_GB/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/eo ... Processing usr/share/locale/eo/LC_MESSAGES ... Processing usr/share/locale/eo/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/es ... Processing usr/share/locale/es/LC_MESSAGES ... Processing usr/share/locale/es/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/es/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/et ... Processing usr/share/locale/et/LC_MESSAGES ... Processing usr/share/locale/et/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/et/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/eu ... Processing usr/share/locale/eu/LC_MESSAGES ... Processing usr/share/locale/eu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/fa ... Processing usr/share/locale/fa/LC_MESSAGES ... Processing usr/share/locale/fa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fi ... Processing usr/share/locale/fi/LC_MESSAGES ... Processing usr/share/locale/fi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/fr ... Processing usr/share/locale/fr/LC_MESSAGES ... Processing usr/share/locale/fr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/fur ... Processing usr/share/locale/fur/LC_MESSAGES ... Processing usr/share/locale/fur/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fur/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/fur/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/fur/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/ga ... Processing usr/share/locale/ga/LC_MESSAGES ... Processing usr/share/locale/ga/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gd ... Processing usr/share/locale/gd/LC_MESSAGES ... Processing usr/share/locale/gd/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gl ... Processing usr/share/locale/gl/LC_MESSAGES ... Processing usr/share/locale/gl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/gu ... Processing usr/share/locale/gu/LC_MESSAGES ... Processing usr/share/locale/gu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/he ... Processing usr/share/locale/he/LC_MESSAGES ... Processing usr/share/locale/he/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/he/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/hi ... Processing usr/share/locale/hi/LC_MESSAGES ... Processing usr/share/locale/hi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/hr ... Processing usr/share/locale/hr/LC_MESSAGES ... Processing usr/share/locale/hr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/hr/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/hu ... Processing usr/share/locale/hu/LC_MESSAGES ... Processing usr/share/locale/hu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/hy ... Processing usr/share/locale/hy/LC_MESSAGES ... Processing usr/share/locale/hy/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/id ... Processing usr/share/locale/id/LC_MESSAGES ... Processing usr/share/locale/id/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/id/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/ie ... Processing usr/share/locale/ie/LC_MESSAGES ... Processing usr/share/locale/ie/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/is ... Processing usr/share/locale/is/LC_MESSAGES ... Processing usr/share/locale/is/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/it ... Processing usr/share/locale/it/LC_MESSAGES ... Processing usr/share/locale/it/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/it/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/ja ... Processing usr/share/locale/ja/LC_MESSAGES ... Processing usr/share/locale/ja/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/ka ... Processing usr/share/locale/ka/LC_MESSAGES ... Processing usr/share/locale/ka/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ka/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/ka/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/kk ... Processing usr/share/locale/kk/LC_MESSAGES ... Processing usr/share/locale/kk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/kn ... Processing usr/share/locale/kn/LC_MESSAGES ... Processing usr/share/locale/kn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ko ... Processing usr/share/locale/ko/LC_MESSAGES ... Processing usr/share/locale/ko/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ko/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/ku ... Processing usr/share/locale/ku/LC_MESSAGES ... Processing usr/share/locale/ku/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ky ... Processing usr/share/locale/ky/LC_MESSAGES ... Processing usr/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/lt ... Processing usr/share/locale/lt/LC_MESSAGES ... Processing usr/share/locale/lt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/lv ... Processing usr/share/locale/lv/LC_MESSAGES ... Processing usr/share/locale/lv/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/mai ... Processing usr/share/locale/mai/LC_MESSAGES ... Processing usr/share/locale/mai/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mg ... Processing usr/share/locale/mg/LC_MESSAGES ... Processing usr/share/locale/mg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mk ... Processing usr/share/locale/mk/LC_MESSAGES ... Processing usr/share/locale/mk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ml ... Processing usr/share/locale/ml/LC_MESSAGES ... Processing usr/share/locale/ml/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/mn ... Processing usr/share/locale/mn/LC_MESSAGES ... Processing usr/share/locale/mn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mr ... Processing usr/share/locale/mr/LC_MESSAGES ... Processing usr/share/locale/mr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ms ... Processing usr/share/locale/ms/LC_MESSAGES ... Processing usr/share/locale/ms/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ms/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/nb ... Processing usr/share/locale/nb/LC_MESSAGES ... Processing usr/share/locale/nb/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/nds ... Processing usr/share/locale/nds/LC_MESSAGES ... Processing usr/share/locale/nds/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ne ... Processing usr/share/locale/ne/LC_MESSAGES ... Processing usr/share/locale/ne/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ne/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/nl ... Processing usr/share/locale/nl/LC_MESSAGES ... Processing usr/share/locale/nl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/nl/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/nn ... Processing usr/share/locale/nn/LC_MESSAGES ... Processing usr/share/locale/nn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/oc ... Processing usr/share/locale/oc/LC_MESSAGES ... Processing usr/share/locale/oc/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/oc/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/or ... Processing usr/share/locale/or/LC_MESSAGES ... Processing usr/share/locale/or/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/or/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/pa ... Processing usr/share/locale/pa/LC_MESSAGES ... Processing usr/share/locale/pa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/pl ... Processing usr/share/locale/pl/LC_MESSAGES ... Processing usr/share/locale/pl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/ps ... Processing usr/share/locale/ps/LC_MESSAGES ... Processing usr/share/locale/ps/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt ... Processing usr/share/locale/pt/LC_MESSAGES ... Processing usr/share/locale/pt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/pt_BR ... Processing usr/share/locale/pt_BR/LC_MESSAGES ... Processing usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/ro ... Processing usr/share/locale/ro/LC_MESSAGES ... Processing usr/share/locale/ro/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/ro/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/ru ... Processing usr/share/locale/ru/LC_MESSAGES ... Processing usr/share/locale/ru/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/rw ... Processing usr/share/locale/rw/LC_MESSAGES ... Processing usr/share/locale/rw/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/si ... Processing usr/share/locale/si/LC_MESSAGES ... Processing usr/share/locale/si/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sk ... Processing usr/share/locale/sk/LC_MESSAGES ... Processing usr/share/locale/sk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/sl ... Processing usr/share/locale/sl/LC_MESSAGES ... Processing usr/share/locale/sl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/sq ... Processing usr/share/locale/sq/LC_MESSAGES ... Processing usr/share/locale/sq/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/sr ... Processing usr/share/locale/sr/LC_MESSAGES ... Processing usr/share/locale/sr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/sr@ije ... Processing usr/share/locale/sr@ije/LC_MESSAGES ... Processing usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr@latin ... Processing usr/share/locale/sr@latin/LC_MESSAGES ... Processing usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/sv ... Processing usr/share/locale/sv/LC_MESSAGES ... Processing usr/share/locale/sv/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/ta ... Processing usr/share/locale/ta/LC_MESSAGES ... Processing usr/share/locale/ta/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/te ... Processing usr/share/locale/te/LC_MESSAGES ... Processing usr/share/locale/te/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/te/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/tg ... Processing usr/share/locale/tg/LC_MESSAGES ... Processing usr/share/locale/tg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/th ... Processing usr/share/locale/th/LC_MESSAGES ... Processing usr/share/locale/th/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tl ... Processing usr/share/locale/tl/LC_MESSAGES ... Processing usr/share/locale/tl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tr ... Processing usr/share/locale/tr/LC_MESSAGES ... Processing usr/share/locale/tr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/tt ... Processing usr/share/locale/tt/LC_MESSAGES ... Processing usr/share/locale/tt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ug ... Processing usr/share/locale/ug/LC_MESSAGES ... Processing usr/share/locale/ug/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/uk ... Processing usr/share/locale/uk/LC_MESSAGES ... Processing usr/share/locale/uk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/vi ... Processing usr/share/locale/vi/LC_MESSAGES ... Processing usr/share/locale/vi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/wa ... Processing usr/share/locale/wa/LC_MESSAGES ... Processing usr/share/locale/wa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/xh ... Processing usr/share/locale/xh/LC_MESSAGES ... Processing usr/share/locale/xh/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/yi ... Processing usr/share/locale/yi/LC_MESSAGES ... Processing usr/share/locale/yi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_CN ... Processing usr/share/locale/zh_CN/LC_MESSAGES ... Processing usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/zh_HK ... Processing usr/share/locale/zh_HK/LC_MESSAGES ... Processing usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/zh_TW ... Processing usr/share/locale/zh_TW/LC_MESSAGES ... Processing usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/macchanger ... Processing usr/share/macchanger/OUI.list ... Processing usr/share/macchanger/wireless.list ... Processing usr/share/p11-kit ... Processing usr/share/p11-kit/modules ... Processing usr/share/perl5 ... Processing usr/share/perl5/IBswcountlimits.pm ... 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 usr/share/vala ... Processing usr/share/vala/vapi ... Processing usr/share/vala/vapi/libmpdclient.vapi ... Processing usr/share/xml ... Processing usr/share/xml/fontconfig ... Processing usr/share/xml/fontconfig/fonts.dtd ... Processing usr/share/xtables ... Processing usr/share/xtables/iptables.xslt ... Processing usr/share/yang ... Processing usr/share/yang/frr-bfdd.yang ... Processing usr/share/yang/frr-bgp-bmp.yang ... Processing usr/share/yang/frr-bgp-common-multiprotocol.yang ... Processing usr/share/yang/frr-bgp-common-structure.yang ... Processing usr/share/yang/frr-bgp-common.yang ... Processing usr/share/yang/frr-bgp-filter.yang ... Processing usr/share/yang/frr-bgp-neighbor.yang ... Processing usr/share/yang/frr-bgp-peer-group.yang ... Processing usr/share/yang/frr-bgp-route-map.yang ... Processing usr/share/yang/frr-bgp-rpki.yang ... Processing usr/share/yang/frr-bgp-types.yang ... Processing usr/share/yang/frr-bgp.yang ... Processing usr/share/yang/frr-deviations-bgp-datacenter.yang ... Processing usr/share/yang/frr-eigrpd.yang ... Processing usr/share/yang/frr-filter.yang ... Processing usr/share/yang/frr-gmp.yang ... Processing usr/share/yang/frr-interface.yang ... Processing usr/share/yang/frr-isisd.yang ... Processing usr/share/yang/frr-module-translator.yang ... Processing usr/share/yang/frr-nexthop.yang ... Processing usr/share/yang/frr-ospf-route-map.yang ... Processing usr/share/yang/frr-ospf6-route-map.yang ... Processing usr/share/yang/frr-ospfd.yang ... Processing usr/share/yang/frr-pathd.yang ... Processing usr/share/yang/frr-pim-rp.yang ... Processing usr/share/yang/frr-pim.yang ... Processing usr/share/yang/frr-ripd.yang ... Processing usr/share/yang/frr-ripngd.yang ... Processing usr/share/yang/frr-route-map.yang ... Processing usr/share/yang/frr-route-types.yang ... Processing usr/share/yang/frr-routing.yang ... Processing usr/share/yang/frr-staticd.yang ... Processing usr/share/yang/frr-test-module.yang ... Processing usr/share/yang/frr-vrf.yang ... Processing usr/share/yang/frr-vrrpd.yang ... Processing usr/share/yang/frr-zebra-route-map.yang ... Processing usr/share/yang/frr-zebra.yang ... Processing usr/share/yang/ietf-bgp-types.yang ... Processing usr/share/yang/ietf-interfaces.yang ... Processing usr/share/yang/ietf-routing-types.yang ... Processing usr/share/yang/modules ... Processing usr/share/yang/modules/libyang ... Processing usr/share/yang/modules/libyang/ietf-datastores@2018-02-14.yang ... Processing usr/share/yang/modules/libyang/ietf-inet-types@2013-07-15.yang ... Processing usr/share/yang/modules/libyang/ietf-yang-library@2019-01-04.yang ... Processing usr/share/yang/modules/libyang/ietf-yang-metadata@2016-08-05.yang ... Processing []are/yang/modules/libyang/ietf-yang-schema-mount@2019-01-14.yang ... Processing []re/yang/modules/libyang/ietf-yang-structure-ext@2020-06-17.yang ... Processing usr/share/yang/modules/libyang/ietf-yang-types@2013-07-15.yang ... Processing usr/share/yang/modules/libyang/yang@2022-06-16.yang ... Processing var ... Processing var/cache ... Processing var/lib ... Processing var/lib/arpd ... Processing var/lib/iscsi ... Processing var/lib/iscsi/ifaces ... Processing var/lib/iscsi/ifaces/iface.example ... Processing var/lib/isns ... 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/json2.js ... Build completed. ln -snf /home/autobuild/autobuild/instance-11/output-1/host/nios2-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-11/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-11/buildroot' >>> Buildroot 2023.08-666-gedfbc27fac Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-27-g750a45a783906a19591fb8ff6b7841470f1f5701 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.15.133 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.10 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openldap 2.4.59 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> openssl Collecting legal info >>> libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> sqlite 3.43.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> brotli 1.1.0 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.27.6 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ipcalc 1.0.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> iproute2 6.5.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> iputils 20221126 Collecting legal info LICENSE: OK (sha256: 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> can-utils 2023.03 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> curlftpfs 0.9.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libcurl 8.3.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libgsasl 1.10.0 Collecting legal info README: OK (sha256: 26e99818ca6ce79d8b2c461fabc72dc6e03483e6b0fd9692dcb07ab1b09bbac7) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ethtool 6.5 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> flac 1.4.3 Collecting legal info COPYING.Xiph: OK (sha256: 12600ea1a7affcbf469bd0d8b2cd725e4167114a2ee834b88f5d2857bfd7ddbf) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> frr 8.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-frr 8.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.4 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libyang 2.1.111 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> fuse-overlayfs 1.11 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libfuse3 3.16.1 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> fxdiv 63058eff77e11aa15bf531df5dd34395ec3017c8 Collecting legal info LICENSE: OK (sha256: 7cac00006125b1486a27e4801ed66357236e984c540bd323945ab7b66b078ec3) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> tiff 4.5.1 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> webp 1.3.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 10.02.0 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.15 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> lcms2 2.15 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> gmrender-resurrect 0.1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> gstreamer1 1.22.2 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> gst1-plugins-base 1.22.2 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> haveged 1.9.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> htpdate 1.3.7 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> initscripts Collecting legal info >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-glib 1.6.6 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmdbx 0.12.7 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> pcsc-lite 2.0.0 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libsepol 3.5 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libsrtp 2.5.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libstrophe 0.12.3 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> mpg123 1.31.3 Collecting legal info COPYING: OK (sha256: c22482728a634a8dfdb4ff72a96d4c1ed64cd8f3e79335c401751ac591609366) >>> mtr 0.95 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> neon-2-sse 097a5ecacd527d5b5c3006e360fb9cb1c1c48a1f Collecting legal info LICENSE: OK (sha256: 7022f51b439a5915e933ecc270c83e24ca0cb2cceeb08b0132dcd4dbb03ed2dc) >>> open-iscsi 2.1.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) README: OK (sha256: 7e6580de9d99b680697d51ec0c5e88acd9ed329139d181472cc5a592d0684fa5) libopeniscsiusr/COPYING: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> p11-kit 0.24.1 Collecting legal info COPYING: OK (sha256: 2e1ba993904df807a10c3eda1e5c272338edc35674b679773a8b3ad460731054) >>> paho-mqtt-c 1.3.12 Collecting legal info epl-v20: OK (sha256: 0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) LICENSE: OK (sha256: bc0f3f447097eb82a29ad6c2f4929572bb548b6bd4c9e38fde1bf131a771b7a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> putty 0.79 Collecting legal info LICENCE: OK (sha256: 7ede37f344ee03436c155a375ecb6cdb42a77105baa6e7804bf43260dc4a0c54) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> rdma-core 47.0 Collecting legal info COPYING.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.BSD_MIT: OK (sha256: 99e0df1d009a21d0dfb031600c550fd8f4efc0c6b2a4ef8b34a995aa6f79c9f4) COPYING.md: OK (sha256: c46a557f25b8ef9bec76526c4e593fc13e6cba27e7ba30d73b6497a689cf06f6) >>> refpolicy 2.20221101 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-checkpolicy 3.5 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libselinux 3.5 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.5 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-python-pip 22.3.1 Collecting legal info LICENSE.txt: OK (sha256: 634300a669d49aeae65b12c6c48c924c51a4cdf3d1ff086dc3456dc8bcaa2104) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-policycoreutils 3.5 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libsemanage 3.5 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-audit 3.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-setools 4.4.2 Collecting legal info COPYING: OK (sha256: 0e58d74751e394f39748c7b7b4039d6a883b5def9711160668ba962b52e69e01) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-python-cython 0.29.35 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-python-networkx 3.0 Collecting legal info LICENSE.txt: OK (sha256: 50b5a27cb43f7a20cede7aa7b9ab2033552e0412c9a1fde51d38885c1417e95f) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> 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) >>> squeezelite 71c012ad9ba102feb95823b7b9dc17e5305689c7 Collecting legal info LICENSE.txt: OK (sha256: dc01c3da33fea11ed918f9e437b88baa59c70401aab0dad747e33dd9e8035706) >>> sshguard 2.4.3 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> subversion 1.14.2 Collecting legal info LICENSE: OK (sha256: 484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> uqmi 0a19b5b77140465c29e2afa7d611fe93abc9672f Collecting legal info main.c: OK (sha256: a69bf44dbff15d727578d2069a654d60e9034c5e2cc3e199a012e72afef6c259) >>> vnstat 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wireguard-tools 1.0.20210914 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: linux-headers-5.15.133: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-11/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot'